* help.el (string-key-binding, describe-key-briefly)
[emacs.git] / lisp / ChangeLog
blobdef6ac8bdfa31f85e74294a4fddf0654eec4cf13
1 2006-09-11  David Kastrup  <dak@gnu.org>
3         * help.el (string-key-binding, describe-key-briefly)
4         (describe-key): Remove `string-key-binding' and its callers since
5         `key-binding' already caters for the proper lookup now.
7 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): New var.
10         (cfengine-mode): Use it.  Fix \ syntax to be like /.
12         * bindings.el (mode-line-buffer-identification-keymap):
13         Move initialization into declaration.
15 2006-09-10  Kim F. Storm  <storm@cua.dk>
17         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
18         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
19         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
20         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
22 2006-09-10  Richard Stallman  <rms@gnu.org>
24         * dired-aux.el: Handle errors in recursive copy usefully.
25         (dired-create-files-failures): New variable.
26         (dired-copy-file): Remove condition-case.
27         (dired-copy-file-recursive): Check for errors on all file
28         operations, and add them to dired-create-files-failures.
29         Check file file-date-erorr here too.
30         (dired-create-files): Check dired-create-files-failures
31         and report those errors too.
33         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
35         * subr.el (add-to-list): New argument COMPARE-FN.
37 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
39         * filecache.el (file-cache-add-directory)
40         (file-cache-add-directory-list, file-cache-add-file)
41         (file-cache-add-directory-using-find)
42         (file-cache-add-directory-using-locate)
43         (file-cache-add-directory-recursively): Add autoloads.
45 2006-09-09  Richard Stallman  <rms@gnu.org>
47         * textmodes/conf-mode.el (conf-space-mode):
48         Use hack-local-variables-hook instead of calling hack-local-variables.
49         (conf-space-keywords-override): New variable.
50         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
51         (conf-space-mode): Always make conf-space-keywords and
52         conf-space-keywords-override local.
53         Call conf-space-mode-internal directly as well as via hook.
55 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
57         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
58         quasi-keywords.
60 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
62         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
63         (python-send-string): Be slightly more careful about adding \n.
65         * startup.el (normal-splash-screen): Don't display the buffer if we'll
66         kill it right away anyway.
68 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
70         * international/codepage.el (cp850-decode-table): Fix a few codes.
71         (cp858-decode-table): New variable.
73 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
75         * net/ldap.el (ldap-search-internal): Doc fix.
77 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
79         * play/life.el (life-display-generation): Test for input manually if
80         `sleeptime' is negative or null.
82         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
83         (print-region-1): Substitute `%s' with the page title.
85 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
87         * locate.el (locate-current-search): New variable.
88         (locate): Set buffer local value.  Use current buffer if it is
89         in Locate mode.
90         (locate-mode): Disable undo here.
91         (locate-do-setup): Use locate-current-filter from buffer to be killed.
92         (locate-update): Use locate-current-search and locate-current-filter.
94 2006-09-08  David Kastrup  <dak@gnu.org>
96         * desktop.el (desktop-read): When loading a desktop, disable
97         saving it while the load progresses, and switch off a pending lazy
98         load by calling `desktop-lazy-abort'.
100 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
102         * window.el (mouse-autoselect-window-timer)
103         (mouse-autoselect-window-position)
104         (mouse-autoselect-window-window)
105         (mouse-autoselect-window-now): New vars.
106         (mouse-autoselect-window-cancel)
107         (mouse-autoselect-window-select)
108         (mouse-autoselect-window-start): New functions.
109         (handle-select-window): Call `mouse-autoselect-window-start' when
110         delayed window autoselection is enabled.
112         * cus-start.el (mouse-autoselect-window): Handle delayed window
113         autoselection.
115         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
116         commands after which it is allowed to print in the echo area.
118 2006-09-08  Richard Stallman  <rms@gnu.org>
120         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
122         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
123         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
125         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
126         (cancel-timer-internal): Add doc string.
127         (cancel-function-timers): Doc fix.
128         (with-timeout-handler, timer-event-last*): Add doc strings.
130         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
132         * files.el (risky-local-variable-p): Match ...-bindat-spec.
134         * dired.el (dired-log-summary): Add doc string.
136         * cus-edit.el (custom-menu-create): Bind deactivate-mark here
137         (custom-group-menu-create): Not here.
139 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
141         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
143 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
145         * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
146         (mac-apple-event-map): Define its handler.
148 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
150         * net/ldap.el (ldap-search-internal): Handle `auth' key.
152 2006-09-07  Magnus Henoch <mange@freemail.hu>
154         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
155         clause.
157 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
159         * info.el (Info-index): Bind completion-ignore-case.
161 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
164         previous commit.
165         (inferior-prolog-guess-flavor): New fun left out of previous commit.
166         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
167         burp in dedicated windows.
168         (inferior-prolog-self-insert-command): New command.
169         (inferior-prolog-mode-map): Use it.
171 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
173         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
175         * international/code-pages.el: Add cp858.
177 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
179         * dnd.el: Fix bootstrapping.
181 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
183         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
184         (dnd-open-remote-url): New function.
185         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
186         not windows-nt.
188 2006-09-07  Jason Rumney  <jasonr@gnu.org>
190         * dnd.el (dnd-open-remote-file-function): New variable.
191         (dnd-open-unc-file): New function.
192         (dnd-open-file): Call dnd-open-remote-file-function if set.
194 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
196         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
197         pgg-passphrase-coding-system rather than locale-coding-system.
198         * pgg-def.el (pgg-passphrase-coding-system): New user option.
200 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * progmodes/prolog.el: Remove * in docstrings.
203         (prolog-program-name): Add SWI prolog.
204         (prolog-mode-menu): New menu.
205         (prolog-mode): Set comment-add.
206         (prolog-indent-line): Simplify.  Use indent-line-to.
207         (inferior-prolog-buffer): New var.
208         (inferior-prolog-run, inferior-prolog-process): New funs.
209         (run-prolog, switch-to-prolog): Rewrite, using them.
210         (prolog-consult-region): Use inferior-prolog-buffer.
211         (inferior-prolog-load-file): New function.
212         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
214         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
215         last word, if it's not the end of the paragraph.
217         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
218         file name.
220 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
222         * frame.el (display-mm-dimensions-alist): New defcustom.
223         (display-mm-height, display-mm-width): Use it.
225 2006-09-06  Simon Josefsson  <jas@extundo.com>
227         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
229 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
231         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
232         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
233         string values.
235 2006-09-06  Kim F. Storm  <storm@cua.dk>
237         * simple.el (line-move-partial): New function to do vscrolling for
238         partially visible images / tall lines.  Rewrite based on code
239         previously in line-move.  Simplify backwards vscrolling.
240         (line-move): Use it.  Simplify.
242 2006-09-05  Kim F. Storm  <storm@cua.dk>
244         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
246 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
248         * progmodes/compile.el (compilation-error-regexp-alist-alist):
249         Process the `gcc-include' after the `gnu' rule.
251 2006-09-05  Kim F. Storm  <storm@cua.dk>
253         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
255 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
257         * pgg.el (pgg-clear-string): Alias to clear-string for backward
258         compatibility.
260         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
261         inhibit-redisplay; encode passphrase with locale-coding-system.
263 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
265         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
267 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
269         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
270         (gdb-var-list-children-regexp): Make type field optional.
272         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
273         e.g public, protected in C++.
275 2006-09-04  John Paul Wallington  <jpw@pobox.com>
277         * simple.el (completion-show-help): New defcustom.
278         (completion-setup-function): Heed it.
280 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
282         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
284 2006-09-04  Richard Stallman  <rms@gnu.org>
286         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
287         (rsf-min-region-to-spam-list): Doc fix.
288         (rsf-add-content-type-field): Doc fix.
290         * simple.el (kill-region): Explicitly test there is a region.
292 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
294         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
295         sendmail in several common directories.
297         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
299         * paths.el (sendmail-program): Removed.
301 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
303         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
304         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
305         http://article.gmane.org/gmane.emacs.gnus.general/50457
307 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
309         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
310         mark after running the menu filter.
312 2006-09-03  Juri Linkov  <juri@jurta.org>
314         * international/quail.el (quail-defrule-internal): Add a check
315         if a key is a vector.
317 2006-09-02  Juri Linkov  <juri@jurta.org>
319         * man.el (Man-topic-history): New variable.
320         (man): Use it.
322         * woman.el (woman-topic-history): Change defvar to defvaralias
323         for symbol `Man-topic-history'.
325         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
326         `comint-last-output-start' is a marker by using `markerp' and
327         check if it has a position by using `marker-position', and use
328         this position for `goto-char'.
330         * international/quail.el (quail-defrule-internal): Add missing
331         `error' call for null key.
333 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
335         * rcirc.el (rcirc-keywords): New variable.
336         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
337         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
338         variables.
339         (rcirc-responses-no-activity): New function.
340         (rcirc-handler-generic): Check for responses in above.
341         (rcirc-process-command): Add ?: character to arguments of raw
342         server commands.
343         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
344         `rcirc-dim-nicks'.
345         (rcirc-gray-toggle): Remove unused variable.
346         (rcirc-print): Remove some tracking logic, which is moved into
347         markup functions.
348         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
349         types.
350         (rcirc-activity-string): Look for 'keyword in activity-types.
351         (rcirc-window-configuration-change): Don't erase overlay-arrow
352         unnecessarily.
353         (rcirc-add-or-remove): New function.
354         (rcirc-cmd-ignore): Use it.
355         (rcirc-message-leader): Remove unused function.
356         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
357         (rcirc-add-face): New function.
358         (rcirc-facify): Use rcirc-add-face.
359         (rcirc-url-regexp): Add parens.
360         (rcirc-map-regexp): Remove function.
361         (rcirc-mangle-regexp): Remove function.
362         (rcirc-markup-text-functions): New variable.
363         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
364         (rcirc-markup-body-text, rcirc-markup-attributes)
365         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
366         (rcirc-markup-bright-nicks): New markup handler functions.
367         (rcirc-nick-in-message-full-line): New face.
368         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
369         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
371 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
373         * cus-start.el (hscroll-margin, hscroll-step)
374         (mode-line-in-non-selected-windows, mouse-autoselect-window)
375         (x-use-underline-position-properties): Change version to "22.1"
376         since they will appear there for the first time.
378 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
380         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
382 2006-08-31  Richard Stallman  <rms@gnu.org>
384         * cus-edit.el (custom-save-variables): Slight cleanup.
385         (Custom-no-edit): Renamed from custom-no-edit.
386         (Custom-newline): Renamed from custom-newline.
387         (custom-mode-map): Use new names.
389         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
390         about customization, rather than M-x customize, in the doc string
391         made for the defcustom.
393         * emacs-lisp/trace.el (trace-function-background): Doc fix.
395 2006-08-31  Romain Francoise  <romain@orebokech.com>
397         * dired-x.el (dired-guess-shell-alist-default): Update.
399 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
401         * custom.el (custom-theme-set-variables): Autoload packages before
402         sorting the variables.
404 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
406         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
407         chars if XEmacs.
408         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
410 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
412         * progmodes/python.el (python-eldoc-function): Re-enable quit while
413         waiting for process.
415 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
417         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
418         results in ASCII-only string, encode original one directly.
420 2006-08-29  Romain Francoise  <romain@orebokech.com>
422         * startup.el (normal-splash-screen, fancy-splash-screens):
423         Make buffer read-only and arrange to enter view mode if necessary.
425 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
427         * hl-line.el (hl-line): New face.
428         (hl-line-face): Use it.
430         * image-mode.el (image-mode): Fix last fix.
431         Suggested by Kim F. Storm.
433 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
435         Sync with Tramp 2.0.54.
437         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
438         of `=', because `tramp-get-remote-gid' might not always return an
439         integer when expected.
440         (tramp-register-file-name-handlers): `partial-completion-mode' is
441         unknown to XEmacs.
442         (tramp-time-diff): Don't use `floor', it might fail for large
443         differences.
444         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
445         `tramp-auto-save-directory' if unset in order to guarantee unique
446         auto-save file names.
448 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
450         * image-mode.el (image-mode): Display image as text on a terminal.
452 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * progmodes/python.el (python-send-command): Simplify.
455         (run-python): Don't generate a new buffer unless `new' was specified.
456         Make sure we send `import emacs' to the proper process.
458         * progmodes/python.el (python-send-command): Don't wait for the command
459         to terminate.  Don't fiddle with compilation-parsing-end.
461 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
463         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
464         Insert commentary after first line summary.
466         * woman.el (woman-follow): New function, based on `man-follow'.
467         (woman-mode-map): Use it.
469         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
470         since ibuffer-do-sort-by-recency does not define a sorter.
472 2006-08-28  Kim F. Storm  <storm@cua.dk>
474         * find-dired.el (find-dired): Use shell-quote-argument to properly
475         escape ( and ) args.  Also use it on {} and ; args in default
476         value of find-ls-option string.
477         (find-grep-dired): Use shell-quote-argument on {} and ; args.
479 2006-08-27  Michael Olson  <mwolson@gnu.org>
481         * emacs-lisp/tq.el: Small grammar fix in comments.
482         (tq-enqueue): Check for existence of queue rather than the
483         head queue item's question, which was a no-op.
484         (tq-filter, tq-process-buffer): Make sure the process buffer
485         exists before making it the current buffer.
487 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
489         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
490         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
491         (special-event-map): Apply 2006-08-16 change for x-win.el.
493 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * progmodes/python.el (python-send-receive): Wait in the
496         process's buffer so as to check the right buffer-local variables.
498 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
500         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
501         (defgroup checkdoc): Move to beginning.
503         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
504         (python-preoutput-continuation): Remove.
505         (python-preoutput-filter): Simplify correspondingly.
506         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
507         Loop around to catch embedded _emacs_out output.
508         (run-python): Send the import&print command on a single line.
509         (python-send-command): Send command&print on a single line.
510         (python-send-string): Only add double \n if needed.
511         (python-send-receive): Loop until the result comes.
512         (python-mode-running): Defvar it.
513         (python-setup-brm): Remove unused var `menu'.
514         Only bind py-mode-map and `features' around brm-init.
515         (python-calculate-indentation): Remove unused var `point'.
516         (python-beginning-of-defun): Remove unused var `def-line'.
518 2006-08-25  Richard Stallman  <rms@gnu.org>
520         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
522 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
524         * viper.el (viper-set-hooks): Use frame bindings for
525         viper-vi-state-cursor-color.
526         (viper-non-hook-settings): Don't set default
527         mode-line-buffer-identification.
529         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
530         (viper-set-cursor-color-according-to-state)
531         (viper-get-saved-cursor-color-in-replace-mode)
532         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
533         viper-emacs-state-cursor-color.
535         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
536         (viper-undo): Use point if undo-beg-posn is nil.
537         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
538         (viper-after-change-undo-hook): Don't use
539         viper-emacs-state-cursor-color by default.
540         (viper-undo): More sensible positioning after undo.
542         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
543         (viper-emacs-state-cursor-color): Default to nil, since this feature
544         doesn't work well yet.
546         * ediff-mult.el (ediff-intersect-directories)
547         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
548         always expand filenames.
550 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
552         * tumme.el: Remove * in defcustoms's docstrings.
554 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
556         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
557         Accept internal time format for SECS arg.
558         (timer-relative-time): Doc fix.
560         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
561         adapted from Martin Rudalics.
562         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
563         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
564         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
565         using sit-for.
567 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
569         * cus-start.el (all): Add `overline-margin' and
570         `x-underline-at-descent-line'.
572 2006-08-24  Kim F. Storm  <storm@cua.dk>
574         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
575         to mean "use find -exec"; nil now unambiguously means auto-detect.
576         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
577         Use shell-quote-argument to build grep-find-command and
578         grep-find-template.
579         (rgrep): Use shell-quote-argument to properly quote arguments to find.
580         Reported by Tom Seddon.
582 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
584         * startup.el (fancy-splash-head): Give instructions for dismissing
585         the splash screen for default startup too.
586         (display-startup-echo-area-message, fancy-splash-screens)
587         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
588         all splash text at once and keep the splash buffer around.
589         (command-line-1): Give display-startup-echo-area-message a t arg.
591 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
593         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
594         gnus frame is selected.
596 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
598         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
600 2006-08-22  Kim F. Storm  <storm@cua.dk>
602         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
603         Add suffix matching for subdirs.
605 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
607         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
608         mouse-yank-at-point is non-nil.
610 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
612         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
613         a bit wider and remove fringes to fit initial output on line.
615 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
617         * frame.el (blink-cursor-end): Only ignore the error we care about.
618         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
620 2006-08-21  Richard Stallman  <rms@gnu.org>
622         * whitespace.el (whitespace-cleanup): Doc fix.
624 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
626         * net/rcirc.el (rcirc-show-maximum-output): New var.
627         (rcirc-buffer-process): If no buffer argument is supplied, use
628         current-buffer.
629         (rcirc-complete-nick): Complete to the last completed nick first.
630         (rcirc-mode): Preserve the value of `rcirc-urls' across
631         connections.  Setup scroll function.
632         (rcirc-scroll-to-bottom): New function.
633         (rcirc-print): Use nick syntax around regexp work.
634         Notice dim-nicks speaking only if they say our nick.
635         (rcirc-update-activity-string): Do not show the modeline indicator
636         if there are no live rcirc processes.
637         (rcirc-cmd-ignore): Ignore case.
638         (rcirc-browse-url-at-point): Fix off-by-one error.
640 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
642         * progmodes/python.el: Remove * in defcustom docstrings.
643         (run-python, python-proc, python-try-complete): Use derived-mode-p.
644         (python-mode): Set tab-width and indent-tabs-mode.
646 2006-08-20  Dave Love  <fx@gnu.org>
648         * progmodes/python.el: Update to Dave Love's latest version.
649         (python-font-lock-keywords, python-mode): Don't use
650         font-lock-syntax-table, but match symbol elements explicitly instead.
651         (python-mode-map): Add help, and a few more key bindings.
652         (python-skip-comments/blanks): Move out of comments as well.
653         (python-continuation-line-p): Behave better with unbalanced parens.
654         (python-blank-line-p): New fun.
655         (python-open-block-statement-p): Don't use a heuristic.
656         (python-outdent-p): Better handle blocks-in-the-same-line.
657         (python-calculate-indentation): Misc improvements.
658         (python-comment-indent): Remove.
659         (python-block-pairs): New var.
660         (python-first-word): New fun.
661         (python-indentation-levels): Handle more common cases.
662         (python-indent-line-1): Add `leave' argument.
663         (python-indent-region): New fun.
664         (python-skip-out): New fun.
665         (python-beginning-of-statement, python-end-of-statement): Use it.
666         (python-next-statement): Return correct count even at eob.
667         (python-end-of-block): Fix paren-typo.
668         (python-imenu-create-index): Add module variables.
669         (run-python): Add `new' arg.
670         Check we're at a prompt before returning.
671         (python-send-command): Move to end of buffer.
672         Wait for prompt to return.
673         (python-set-proc): New fun.
674         (python-imports): New var.
675         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
676         (python-eldoc-function): Try to move out of arg list.
677         (python-outline-level): Offset by 1.
678         (python-find-imports): New fun.
679         (python-symbol-completions): Use python-imports.
680         (python-module-path, ffap-alist): Add support for ffap.
681         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
682         (pythin-insert-*, python-default-template, python-expand-template):
683         Add templates/skeletons.
684         (python-setup-brm): Support for Bicycle Repair Man.
685         (python-abbrev-syntax-table): New var.
686         (python-abbrev-pc-hook, python-pea-hook): New funs.
688 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
690         * frame.el (blink-cursor-start): Set timer first.
691         (blink-cursor-end): Ignore timer cancelling errors.
692         Suggested by Ken Manheimer.
694 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
696         * newcomment.el (comment-box): Call `comment-normalize-vars'.
697         Add autoload cookie.
699 2006-08-20  Richard Stallman  <rms@gnu.org>
701         * simple.el (line-number-at-pos): Doc fix.
703         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
704         timer-activate-when-idle, so timer can run before Emacs becomes
705         non-idle again.
707 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
709         * whitespace.el (whitespace-cleanup-internal): New optional arg
710         REGION-ONLY.  If it's non-nil, modify the message to the user
711         accordingly.
712         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
713         a non-nil argument.
715 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
717         * rect.el (spaces-string): Simplify and add doc string.
719 2006-08-17  Romain Francoise  <romain@orebokech.com>
721         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
723 2006-08-17  Richard Stallman  <rms@gnu.org>
725         * compare-w.el (compare-windows): lambda's take an arg and pass
726         it to compare-windows-skip-whitespace.
728 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
730         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
731         the right buffer.
733 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
735         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
736         removed files.
738 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
740         * progmodes/gdb-ui.el (gdb-locals-watch-map)
741         (gdb-locals-watch-map-1): Suppress keymap first.
742         (gdb-edit-locals-map-1): New variable.
743         (gdb-edit-locals-value): New function.
744         (gdb-stack-list-locals-handler): Use them.
746 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
749         cursor would normally be drawn in the fringe.
751         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
752         Reported by Martin Rudalics <rudalics@gmx.at>.
754 2006-08-16  Richard Stallman  <rms@gnu.org>
756         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
757         (special-event-map): Process drag-n-drop events this way.
759         * simple.el (move-beginning-of-line): Test whether fields
760         would prevent motion back to line's first visible character.
761         If so, stop where the fields would stop the motion.
763         * newcomment.el (comment-indent): Fully update INDENT
764         before checking to see if it will change the text.
766         * cus-edit.el (custom-newline): New function.
767         (custom-mode-map): Bind newline to custom-newline.
769         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
770         into ignore-whitespace.
771         Check each buffer for its skip-function.
772         Handle compare-windows-skip-whitespace special-case test
773         by returning t from default skip function.
775 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
777         * textmodes/org.el (org-clock-special-range)
778         (org-clock-update-time-maybe): New functions.
779         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
780         not only a-z.
781         (org-agenda-get-blocks): Allow multiple blocks per headline.
782         (org-timestamp-change): Call `org-clock-update-time-maybe'.
783         (org-export-html-title-format)
784         (org-export-html-toplevel-hlevel): New options.
785         (org-export-language-setup): Add support for Czech.
786         (org-mode, org-insert-todo-heading, org-find-visible)
787         (org-find-invisible, org-invisible-p, org-invisible-p2)
788         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
789         (org-show-subtree, org-show-entry, org-make-options-regexp):
790         Remove compatibility support for old outline-mode.
791         (org-check-occur-regexp): Funtion removed.
792         (org-on-heading-p, org-back-to-heading): Made defalias.
793         (org-set-local): New defsubst.
794         (org-set-regexps-and-options, org-mode)
795         (org-set-font-lock-defaults, org-edit-agenda-file-list)
796         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
797         (org-remember-apply-template, org-table-edit-field)
798         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
799         (org-set-autofill-regexps): Use `org-set-local'.
800         (org-table-eval-formula): Fix bug with parsing of display flags.
802 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
804         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
805         frame with fringe arrow.  Suggested by Simon Marshall
806         <simon.marshall@misys.com>.
807         (gdb-stack-position): New variable.
808         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
809         (gdb-frames-mode): Set gdb-stack-position to nil.
810         Add to overlay-arrow-variable-list
811         (gdb-reset): Delete gdb-stack-position from above list.
813 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
815         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
816         read only.
818 2006-08-13  Romain Francoise  <romain@orebokech.com>
820         * cus-theme.el (customize-create-theme)
821         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
823         * filesets.el (filesets-add-buffer): Ditto.
825         * pcvs.el (cvs-change-cvsroot): Ditto.
827 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
829         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
830         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
831         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
832         expressions.
833         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
834         Only search till end of line.
835         Add face to function names in case of no filename.
836         Add face to variable names of watchpoints.
838 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
840         * cus-start.el <indent-tabs-mode>: Move to the `indent'
841         customization group.
843 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
845         * allout.el (allout-prior-bindings, allout-added-bindings):
846         Remove, after long deprecation.
847         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
848         Add customization vars controlling allout-beginning-of-line and
849         allout-end-of-line conveniences.
850         (allout-header-prefix, allout-use-mode-specific-leader)
851         (allout-use-mode-specific-leader, allout-mode-leaders):
852         Revise docstrings.
853         (allout-infer-header-lead): Change to be an alias for
854         allout-infer-header-lead-and-primary-bullet.
855         (allout-infer-header-lead-and-primary-bullet): New version of
856         allout-infer-header-lead which assigns the primary bullet to the
857         same as the header lead, when its being changed.
858         (allout-infer-body-reindent): Apply regexp-quote instead of
859         unconditionally prepending "\\", so that all literal
860         allout-header-prefix and allout-primary-bullet strings are
861         properly handled.
862         (allout-add-resumptions): Add optional qualifier for extending or
863         appending to existing values, rather than replacing them.
864         (allout-view-change-hook): Clarify docstring.
865         (allout-exposure-change-hook): Take explicit arguments, via
866         run-hook-with-args.
867         (allout-structure-added-hook)
868         (allout-structure-deleted-hook)
869         (allout-structure-shifted-hook): New hooks analogous to
870         allout-exposure-change-hook for other kinds of structural outline
871         edits.
872         (allout-encryption-plaintext-sanitization-regexps): New encryption
873         customization variable, by which cooperating modes can provde
874         massage of the plaintext without actually being passed it.
875         (allout-encryption-ciphertext-rejection-regexps)
876         (allout-encryption-ciphertext-rejection-ceiling): New encryption
877         customization variables, by which cooperating modes can prohibit
878         rare but possible ciphertext patterns from fouling their
879         operation, with actually being passed the ciphertext.
880         (allout-mode): Run activation and deactivation hooks after the
881         minor-mode variable has been toggled, to clarify the mode
882         disposition.  The new encryption ciphertext rejection variable is
883         used to ensure that the ciphertext does not contain text that
884         would be recognized as outline structural elements by allout.
885         Substite allout-beginning-of-line and allout-end-of-line for
886         conventionall beginning-of-line and end-of-line bindings.
887         If allout-old-style-prefixes is non-nil, don't nullify it on mode
888         activation!
889         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
890         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
891         (allout-chart-subtree): Implement new mode, charting only the
892         visible items in the subtree, when new 'visible' parameter is non-nil.
893         (allout-end-of-subtree): Properly handle the last item in the buffer.
894         (allout-pre-command-business, allout-command-counter):
895         Increment an advertised counter so that cooperating enhancements can
896         track revisions of items.
897         (allout-open-topic): Run allout-structure-added-hook with suitable
898         arguments.
899         (allout-shift-in): Run allout-structure-shifted-hook with suitable
900         arguments.
901         (allout-shift-out): Fix doubling for negative args and ensure call
902         of allout-structure-shifted-hook by solely using allout-shift-in.
903         (allout-kill-line, allout-kill-topic):
904         Run allout-structure-deleted-hook with suitable arguments.
905         (allout-yank-processing): Run allout-structure-added-hook with
906         proper arguments.
907         (allout-yank): Enclose activity in allout-unprotected.
908         (allout-flag-region): Run allout-exposure-change-hook with
909         suitable arguments, instead of making the callee infer the arguments.
910         (allout-encrypt-string):
911         Support allout-encryption-plaintext-sanitization-regexps,
912         allout-encryption-ciphertext-rejection-regexps, and
913         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
914         en/de cryption mode in symmetric encryption failure message.
915         (allout-obtain-passphrase): Use copy-sequence to get a distinct
916         copy of the passphrase, and don't zero it or we'll corrupt the
917         stashed copy.
918         (allout-create-encryption-passphrase-verifier)
919         (allout-verify-passphrase): Respect the new signature for
920         allout-encrypt-string.
921         (allout-get-configvar-values): Convenience for getting a
922         configuration variable value and handling its absence gracefully.
924 2006-08-11  Romain Francoise  <romain@orebokech.com>
926         * obsolete/zone-mode.el: Delete.
928 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
932 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
934         * emacs-lisp/bindat.el (bindat-ip-to-string):
935         Use `format-network-address' if possible.
937 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
939         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
941 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
943         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
944         restore unread-command-events here.
945         (edebug-display): Do it here, to detect sit-for interruptions.
947 2006-08-10  Romain Francoise  <romain@orebokech.com>
949         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
950         (dns-mode-soa-auto-increment-serial): New user option.
951         (dns-mode-soa-maybe-increment-serial): New function.
952         (dns-mode): Add the latter to `write-contents-functions'.
954         * obsolete/zone-mode.el: Move to obsolete/ from net/.
955         Delete autoload cookies.
957 2006-08-10  John Wiegley  <johnw@newartisans.com>
959         * eshell/em-glob.el (eshell-glob-chars-list)
960         (eshell-glob-translate-alist): Add support for [^g] in character globs.
962 2006-08-10  Richard Stallman  <rms@gnu.org>
964         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
965         (facemenu-set-face): Doc fix.
966         (facemenu-listed-faces): Doc fix.
968 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
970         * avoid.el (mouse-avoidance-animating-pointer): New var.
971         (mouse-avoidance-nudge-mouse): Use it.
972         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
973         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
974         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
975         Don't activate if currently animating.  All callers changed.
977 2006-08-09  John Wiegley  <johnw@newartisans.com>
979         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
980         variable, which causes timeclock to report elapsed time worked,
981         instead of just work remaining.
983 2006-08-09  Kenichi Handa  <handa@m17n.org>
985         * international/latexenc.el (latexenc-find-file-coding-system):
986         Fix for the case that the 2nd element of arg-list is a cons.
988 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
990         * info.el (Info-fontify-node): Handle preceding `in' for note
991         reference hiding rules.
993 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
995         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
996         mistake a closing " for an opening one.
998 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
1000         * term/xterm.el (terminal-init-xterm): Add more key bindings.
1002 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1004         * complete.el (PC-do-completion): Filter out completions matching
1005         completion-ignored-extensions before checking whether there are
1006         multiple completions.
1007         Don't use `list' unnecessarily when building completion tables.
1009 2006-08-06  Richard Stallman  <rms@gnu.org>
1011         * help.el (describe-mode): Make minor mode list more concise.
1013 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
1015         * bindings.el: Give mode-line-format, mode-line-modes, and
1016         mode-line-position `standard-value' properties.
1018 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
1020         * buff-menu.el (list-buffers-noselect): For Info buffers, use
1021         "(file)node" instead of the file name.
1023 2006-08-05  Richard Stallman  <rms@gnu.org>
1025         * faces.el (escape-glyph): Doc fix.
1027 2006-08-04  Kenichi Handa  <handa@m17n.org>
1029         * international/mule-diag.el (describe-font): Improve docstring
1030         and error message.  Use frame-parameter (not frame-parameters).
1032 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1035         Correctly mark the end-of-docstring char.
1037 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
1039         * simple.el (line-move-to-column): Constrain move-to-column to
1040         current field.
1042 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * font-lock.el (font-lock-beg, font-lock-end)
1045         (font-lock-extend-region-functions): New vars.
1046         (font-lock-extend-region-multiline)
1047         (font-lock-extend-region-wholelines): New functions.
1048         (font-lock-default-fontify-region): Use them.
1049         (font-lock-extend-jit-lock-region-after-change): Only round up
1050         if font-lock-default-fontify-region will do it as well.
1052         * font-lock.el (font-lock-extend-after-change-region-function):
1053         Rename from font-lock-extend-region-function.
1054         (font-lock-extend-region): Remove by inlining at call sites.
1055         (font-lock-after-change-function): Don't needlessly round up to a whole
1056         number of lines.
1057         (font-lock-extend-jit-lock-region-after-change): Be more careful about
1058         the boundary conditions and the interactions between the various ways
1059         to extend the region.
1061 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1063         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1064         modification status when forcing the second redisplay.
1066 2006-08-03  Kim F. Storm  <storm@cua.dk>
1068         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1070 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1072         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1073         doesn't look like a file name.
1075         * complete.el (PC-expand-many-files): Avoid signalling an error when
1076         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
1078 2006-08-02  Andreas Schwab  <schwab@suse.de>
1080         * bindings.el (mode-line-format): Simplify reference to vc-mode.
1082 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1084         * bindings.el (map): Make mode-line-buffer-identification-keymap
1085         before defining propertized-buffer-identification.
1087 2006-08-01  Richard Stallman  <rms@gnu.org>
1089         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1091 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1093         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1094         default value.
1095         (gdb-find-source-frame): New function.
1096         (menu): Add to menu bar.
1098 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1100         * font-core.el (font-lock-extend-region-function)
1101         (font-lock-extend-region): Move to font-lock.el.
1103         * font-lock.el (font-lock-extend-region-function)
1104         (font-lock-extend-region): Move from font-core.el.  Simplify.
1106         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1107         if needed.
1108         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1109         (jit-lock-after-change-extend-region-functions): New hook.
1110         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1112         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1113         (font-lock-turn-on-thing-lock): Use it.
1115         * longlines.el (longlines-show-region): Make it work on read-only
1116         buffers as well.
1118 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
1120         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1122 2006-07-31  Richard Stallman  <rms@gnu.org>
1124         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1125         (vhdl-speedbar-display-projects): Update old obsolete
1126         speedbar variable names.
1128 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1130         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1131         (gdb-stopped): Use it.
1133         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1135 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
1137         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1138         for load-history elements.
1140 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
1142         * files.el (convert-standard-filename): For Cygwin, replace
1143         characters not allowed in Windows file names.
1144         (make-auto-save-file-name): Add Cygwin to the list of systems
1145         where the auto-save file name needs to be run through
1146         convert-standard-filename.
1148 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1150         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1152 2006-07-28  Richard Stallman  <rms@gnu.org>
1154         * bindings.el (mode-line-frame-identification)
1155         (propertized-buffer-identification): Centralize the code
1156         to initialize the variable.
1158         * progmodes/grep.el (grep-default-command): Catch errors from
1159         wildcard-to-regexp.
1161 2006-07-29  Kim F. Storm  <storm@cua.dk>
1163         * progmodes/grep.el (grep-tag-default): New function.
1164         (grep-default-command, grep-read-regexp): Use it.
1165         (grep-read-files): Use car of grep-files-history or grep-files-aliases
1166         as default if nothing else applies.
1168 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
1170         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1171         Throw error if buffer is not in Dired and Wdired mode, respectively.
1173 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
1175         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1176         self-insert-command keys don't activate buttons.
1177         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1179 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
1181         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1182         faces for enable character.
1184 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1186         * Makefile.in (recompile): Update comment to reflect change
1187         on 2004-04-21.
1189 2006-07-27  Richard Stallman  <rms@gnu.org>
1191         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1192         (customize-package-emacs-version): Change msg when pkg has no entry.
1193         (custom-no-edit): On a button, do like widget-button-press.
1195 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1197         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1198         S-tab and C-S-tab.
1200 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1202         * progmodes/which-func.el (which-function): Fix documentation/
1203         comment typo.
1205 2006-07-26  Richard Stallman  <rms@gnu.org>
1207         * textmodes/ispell.el (ispell-word): If we replace the word,
1208         move point to the end.  Insert before deleting.
1210 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1212         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1213         a timer.
1215 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
1217         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
1218         when at first image.
1219         (tumme-forward-image): Add prefix argument.  Add error when at last
1220         image.
1222 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1224         * tabify.el (tabify-regexp): Use more specific regexps.
1225         (tabify): Avoid modifying the buffer unnecessarily.
1227 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
1229         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1230         (tumme-format-properties-string): Handle empty `buf'.
1231         (tumme-get-comment): Change variable names inside `let'.
1232         Add missing `let' variable that cause font-lock problems.
1233         (tumme-write-comments): Change variable names inside `let'.
1234         Add missing `let' variable that cause font-lock problems.
1235         (tumme-forward-image): Rename from `tumme-forward-char'.
1236         (tumme-backward-image): Rename from `tumme-backward-char'.
1238 2006-07-25  Masatake YAMATO  <jet@gyve.org>
1240         * progmodes/ld-script.el (ld-script-keywords)
1241         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1242         and add comments.
1244 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
1246         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1247         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1248         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1249         for status indicator.
1251 2006-07-24  Richard Stallman  <rms@gnu.org>
1253         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1255         * subr.el (dolist, dotimes): Use interned symbols for locals.
1256         (--dotimes-limit--, --dolist-tail--): New defvars.
1257         (looking-back): Doc fix.
1259         * replace.el (replace-match-string-symbols): Handle dotted lists.
1261 2006-07-24  mathias  <mathias@mattis>
1263         * tumme.el (tumme-write-tags): Add.
1264         (tumme-write-comments): Add.
1265         (tumme-tag-files): Change to use `tumme-write-tags'.
1266         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1267         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1268         (tumme-save-information-from-widgets): Change to use
1269         `tumme-write-comments' and `tumme-write-tags'.
1270         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1271         (tumme-write-tag): Remove.
1272         (tumme-write-comment): Remove.
1273         (tumme-display-previous-thumbnail-original): Remove empty line.
1274         (tumme-widget-list): Add punctuation.
1276 2006-07-24  mathias  <mathias.dahl@gmail.com>
1278         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1280 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1282         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1283         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
1284         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1286 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
1288         * mouse.el (mouse-on-link-p): Doc fix.
1290 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
1292         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1293         Handle "C-h f `".
1295 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1297         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1298         column.
1300 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
1302         * textmodes/table.el: Add move-beginning-of-line and
1303         move-end-of-line to Point Motion Only Group.
1305 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
1307         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1309 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1311         * startup.el (user-mail-address): Initialize from the `EMAIL'
1312         environment variable first.  Document this.
1313         (command-line): Ditto.
1315 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
1317         * help-mode.el (help-function-def, help-variable-def)
1318         (help-face-def): Print a message in the minibuffer.
1320 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1322         * term/xterm.el (terminal-init-xterm): Fix key bindings
1323         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1325 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1327         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1328         where `(nth 1 command)' is a cons cell.  Doc fix.
1330         * textmodes/po.el (po-find-charset): Doc fix.
1332 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
1334         * allout.el (allout-unprotected, allout-e-o-prefix-p)
1335         (allout-beginning-of-current-line, allout-end-of-current-line)
1336         (allout-next-visible-heading, allout-open-topic)
1337         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1338         (allout-flag-current-subtree, allout-show-to-offshoot)
1339         (allout-hide-current-entry, allout-show-current-branches)
1340         (allout-hide-region-body, allout-old-expose-topic)
1341         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1342         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1343         containing `beginning-of-line' and `end-of-line' with
1344         `inhibit-field-text-motion' t.
1346 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1348         * frame.el (focus-follows-mouse): Document that it doesn't have
1349         any effect on MS-Windows.
1351 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1353         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1355 2006-07-20  Jay Belanger  <belanger@truman.edu>
1357         * calc.el (calc-previous-alg-entry):  Remove variable.
1359         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1360         New variables.
1361         (calc-alg-entry): Use `calc-alg-entry-history'.
1362         (calc-do-quick-calc): Use `calc-quick-calc-history'.
1363         Remove reference to `calc-previous-alg-entry'.
1364         (calcAlg-edit, calcAlg-enter): Remove reference to
1365         `calc-previous-alg-entry'.
1366         (calcAlg-previous): Use `previous-history-element' instead of
1367         `calc-previous-alg-entry'.
1368         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1369         Change keybinding for `calcAlg-plus-minus', add keybindings for
1370         `previous-history-element' and `next-history-element'.
1372         * calc-rewr.el (calc-match): Remove reference to
1373         `calc-previous-alg-entry'.
1375         * calc-sel.el (calc-selection-history): New variable.
1376         (calc-enter-selection, calc-sel-mult-both-sides)
1377         (calc-sel-add-both-sides): Use `calc-selection-history'.
1379         * calc-map.el (calc-get-operator-history): New variable.
1380         (calc-get-operator): Use `calc-get-operator-history'.
1382         * calcalg3.el (calc-curve-fit-history): New variable.
1383         (calc-curve-fit): Use `calc-curve-fit-history'.
1385 2006-07-20  Kenichi Handa  <handa@m17n.org>
1387         * international/mule-cmds.el (select-safe-coding-system): Fix the
1388         way of deciding eol-type of the coding system.
1390 2006-07-20  Alan Mackenzie  <acm@muc.de>
1392         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1393         (c-lang-setvar): New macro.
1394         (c-make-init-lang-vars-fun): Use the initialization forms in
1395         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1396         (comment-start, comment-end, comment-start-skip): Change these from
1397         c-lang-defvar's to c-lang-setvar's.
1399         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1400         which calls make-local-variable on the elements of
1401         c-emacs-variable-inits.
1402         (c-init-language-vars-for): Call this new macro.
1404 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1407         Try to rule out false positives due to time stamps.
1408         (compilation-mode-font-lock-keywords): Remove rules made redundant
1409         because of the above change.  Add `segmentation fault' to the known and
1410         highlighted compilation termination messages.
1412 2006-07-19  Kim F. Storm  <storm@cua.dk>
1414         * progmodes/grep.el (grep-find-ignored-directories):
1415         Add .svn and _darcs to list.
1417 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
1419         * dired.el (dired-mode-map): Add key binding `C-te' for
1420         `tumme-dired-edit-comment-and-tags'.
1422         * tumme.el (tumme-display-thumbnail-original-image): Make sure
1423         image display buffer is displayed before call to
1424         `tumme-display-image.
1425         (tumme-dired-display-image): Make sure image display buffer is
1426         displayed before call to `tumme-display-image.
1427         (tumme-mouse-display-image): Make sure image display buffer is
1428         displayed before call to `tumme-display-image.
1429         (tumme-widget-list): Add.
1430         (tumme-dired-edit-comment-and-tags): Add.
1431         (tumme-save-information-from-widgets): Add.
1433 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1435         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1437 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1439         * progmodes/sh-script.el (sh-font-lock-keywords-1):
1440         Revert inadvertently installed patch hunk.
1442         * progmodes/compile.el (compilation-find-file): Handle the
1443         cases where the user selects a non-existent file.
1445 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1449 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1451         * subr.el (sit-for): Just sleep-for if noninteractive.
1453 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1455         * emacs-lisp/autoload.el (make-autoload): Use new arg.
1457         * custom.el (custom-autoload): Add `noset' argument.
1458         (custom-push-theme): Don't autoload the variable, let callers do it.
1459         (custom-theme-set-variables): Autoload the variable if necessary.
1461         * cus-edit.el (custom-variable-state-set): If the variable was
1462         originally set outside custom, but to the same value as the default,
1463         consider it to be standard.
1465         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1466         file *before* telling Emacs to add the autoloads, in case it fails.
1468         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1469         Use `cond', push', and `dolist'.
1471 2006-07-17  Richard Stallman  <rms@gnu.org>
1473         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1474         Add defvars to silence warnings.
1476 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1478         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1479         Don't highlight "Compiling file" messages as error.
1481         * dired-aux.el (dired-compress-file): Confirm again if gzipped
1482         file already exists.
1484 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
1486         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
1487         entry, don't assign to free var; simply return the extracted filename.
1488         (ff-treat-as-special): Incorporate common preamble from callers.
1489         (ff-other-file-name, ff-find-the-other-file):
1490         Update call to ff-treat-as-special.
1492         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1494 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
1496         * tumme.el (tumme-get-comment): Fix bug.
1498 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * files.el: Remove spurious * in docstrings.
1502 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1504         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1505         grammar.
1506         (allout-beginning-of-current-line): Beware beginning of buffer.
1507         Also, a comment is simplified.
1508         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1509         when appropriate.  (This fix enables use for other than
1510         bullet-hotspot operation.)
1511         (allout-hide-current-subtree): While escalating to sibling-close,
1512         make sure to situate on a topic.
1514 2006-07-14  Kim F. Storm  <storm@cua.dk>
1516         * emulation/cua-base.el (cua-delete-selection)
1517         (cua-toggle-set-mark): New defcustoms.
1518         (cua-rectangle-modifier-key): Add `alt' modifier.
1519         (cua-replace-region): Don't delete if cua-delete-selection is nil.
1520         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1521         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1523         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1525 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1527         * allout.el: Require 'cl during byte-compilation/interactive load,
1528         for the `assert' macro.
1529         (allout-mode-deactivate-hook): New hook, run when allout mode
1530         deactivates.
1531         (allout-developer): New allout customization subgroup.
1532         (allout-run-unit-tests-on-load): New allout-developer
1533         customization variable, when true allout unit tests are run towards
1534         end of file load/eval.
1535         (allout-inhibit-auto-fill): Disable auto-fill activity even during
1536         auto-fill-mode.
1537         (allout-resumptions): Remove, to be replaced by...
1538         (allout-add-resumptions): Register variable settings to be
1539         reinstated by `allout-do-resumptions'.  The settings are made
1540         buffer-local, but the locality/globality of the suspended setting
1541         is restored on resumption.
1542         (allout-do-resumptions): Reinstate all settings suspended using
1543         `allout-add-resumptions'.
1544         (allout-test-resumptions): Unit tests (and intermediate variables)
1545         for resumptions.
1546         (allout-tests-globally-unbound, allout-tests-globally-true)
1547         (allout-tests-locally-true): Intermediate variables for
1548         resumptions unit tests.
1549         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1550         (allout-exposure-category): Replaces 'allout-overlay-category variable.
1551         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1552         instead of retired `allout-resumptions'.  For hook functions, use
1553         `local' parameter so hook settings are created and removed as
1554         buffer-local settings.  Revise (resumptions) setting
1555         auto-fill-function so it is set only if already active.  (The
1556         related fill-function settings are all made in either case, so
1557         that activating auto-fill-mode activity will have the custom
1558         allout-mode behaviors (hanging indent on topics, if configured for it).
1559         Remove all allout-exposure-category overlays on mode deactivation.
1560         (allout-hotspot-key-handler): New function extracted from
1561         `allout-pre-command-business', so the functionality can be used
1562         for other purposes, eg as a binding in an overlay.
1563         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1564         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1565         customization variable.
1566         (allout-run-unit-tests): Run the (currently quite small)
1567         repertoire of unit tests.  Called just before the provide iff user
1568         has customized `allout-run-unit-tests-on-load' non-nil.
1570 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
1572         * emacs-lisp/authors.el (authors-aliases): Update.
1574 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1576         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1577         gdb-source-window.  Add dedicated argument.
1578         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1579         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1580         (gdb-display-threads-buffer, gdb-display-memory-buffer)
1581         (gdb-display-locals-buffer): Use it.
1583         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1584         Set gdb-source-window.
1586 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1588         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1589         minor modes, redundant with the custom-autoload line above.
1591 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
1593         * longlines.el (longlines-post-command-function): Handle open-line too.
1595 2006-07-12  Richard Stallman  <rms@gnu.org>
1597         * progmodes/grep.el (grep-last-buffer): Doc fix.
1599         * info.el (Info-try-follow-nearest-node): Doc fix.
1601         * emacs-lisp/edebug.el (edebug-instrument-function):
1602         Err if find-function-noselect gives no position.
1604         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1605         If can't find definition, return nil for position.
1606         (find-function-do-it): Handle new return value
1607         of find-definition-noselect.
1608         (find-definition-noselect, find-variable-noselect): Doc fix.
1609         (find-function-noselect): Doc fix.
1611         * help-mode.el (help-variable-def): Handle find-variable-noselect
1612         returning no position.
1613         (help-function-def): Likewise for find-function-search-for-symbol.
1614         (help-face-def): Likewise.
1616         * help-fns.el (describe-variable): Handle find-variable-noselect
1617         returning no position.
1619         * files.el (locate-file-completion): Avoid duplicates in result.
1621         * cus-edit.el (custom-no-edit): New command.
1622         (custom-mode-map): Remap to custom-no-edit instead of
1623         using suppress-keymap.
1625 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
1627         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1628         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1629         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1631         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1633 2006-07-11  Kim F. Storm  <storm@cua.dk>
1635         * ido.el (ido-copy-current-file-name): Use buffer-name if
1636         buffer-file-name is nil.
1638 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
1640         * simple.el (undo-ask-before-discard): Set to nil.
1642         * vc.el (vc-exec-after): Don't delete process manually.
1643         (vc-print-log): Run log-view-mode in process sentinel inside
1644         inhibit-read-only.  Don't shrink window due to timing issues.
1646         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1647         Avoid using with-output-to-temp-buffer, which clobbers local vars.
1649 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1651         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1652         Fix ambiguity introduced by last change.
1653         (compilation-find-file): Move save-excursion to where it may
1654         make sense.  Fix a left over `find-file'.
1656 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
1658         * textmodes/texinfmt.el (texinfo-format-separate-node):
1659         Insert a string before point, which fits documentation, not after.
1660         (texinfo-multitable-item): In a multitable row, insert any
1661         additional needed @tabs and spaces.
1663 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
1665         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1666         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1667         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1668         instead of shell-command.
1669         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1670         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1671         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1672         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1673         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1674         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1676 2006-07-11  Kim F. Storm  <storm@cua.dk>
1678         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
1679         Remove special case for seconds < 0.  Use (redisplay t) instead.
1681 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
1683         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1684         avoid compilation error.
1686         * subr.el (sit-for): New function.
1688         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1690 2006-07-10  Richard Stallman  <rms@gnu.org>
1692         * ldefs-boot.el (edebug): Update page.
1694 2006-07-10  Kim F. Storm  <storm@cua.dk>
1696         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1697         to FOR-RELEASE and TODO.
1699 2006-07-10  Romain Francoise  <romain@orebokech.com>
1701         * emacs-lisp/authors.el (authors-aliases): Update.
1703 2006-07-10  Alan Mackenzie  <acm@muc.de>
1705         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1706         * cc-mode.el: Changes to eradicate eval-after-load.
1708 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
1710         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1711         on non-char events.
1713 2006-07-09  Romain Francoise  <romain@orebokech.com>
1715         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1716         Don't highlight start/end markers as compilation messages.
1718         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1719         to t.
1721 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1723         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1725 2006-07-08  Richard Stallman  <rms@gnu.org>
1727         * term/x-win.el (x-handle-display): Add doc string.
1729         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1731         * subr.el (def-edebug-spec): Move here.
1732         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1734         * imenu.el (imenu-choose-buffer-index): Doc fix.
1736 2006-07-08  Romain Francoise  <romain@orebokech.com>
1738         * term/x-win.el (x-display-name): Fix typo.
1740 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1742         * hexl.el (hexl-find-file): Doc fix.
1744         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1746 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
1748         * term/x-win.el (x-display-name): Doc fix.
1750 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1753         long prefixes.
1754         (fill-region-as-paragraph): Don't round up to a whole line.
1755         (fill-comment-paragraph): Don't include the code-before-the-comment
1756         when calling fill-region-as-paragraph.
1758         * international/mule.el (make-char): Remove redundancy.
1760         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1761         property may contain an anonymous function rather than a symbol.
1763         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1765         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1766         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
1768         * dirtrack.el (dirtrack-default-directory-function): Remove.
1769         (dirtrack-directory-function): Use file-name-as-directory.
1770         (dirtrack-windows-directory-function): Simplify.
1771         (dirtrack-forward-slash, dirtrack-backward-slash)
1772         (dirtrack-replace-slash): Remove.
1773         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1774         (dirtrack): Fix wrong parenthesizing; use match-string.
1776         * progmodes/octave-inf.el: Remove spurious * in docstrings.
1777         (inferior-octave-mode): Only change the buffer-local value of
1778         comint-dynamic-complete-functions.
1779         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1780         Move the initialization to the declaration.
1781         (inferior-octave-complete): Remove unused var `filter'.
1783         * shell.el (shell-mode): Only change the buffer-local value of
1784         comint-dynamic-complete-functions.
1786 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1788         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1789         entry is skipped because it has been scheduled.
1790         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1791         changing `:org-archived' and `:org-comment' properties.
1793 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
1795         * server.el (server-select-display): Don't make the temp frame
1796         minibuffer-only, in case it's not a temp frame.
1797         (server-process-filter): Don't delete the temp frame if it's the
1798         only one we have on that display.
1800         * files.el (find-alternate-file): Doc fix.
1802 2006-07-05  Richard Stallman  <rms@gnu.org>
1804         * files.el (abbreviate-file-name): Add save-match-data.
1806 2006-07-03  Richard Stallman  <rms@gnu.org>
1808         * faces.el (read-face-name): Doc fix.
1810 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
1812         * net/goto-addr.el (goto-address): Mark as safe for local evals.
1814 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
1816         * vc.el (vc-diff-internal): Fix prev change.
1818 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1820         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1821         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1823 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1825         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1826         fails if the symbol contains chars like ( or '.
1827         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1828         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1829         `short'.
1831 2006-07-04  Kenichi Handa  <handa@m17n.org>
1833         * international/mule-cmds.el (set-language-info): If LANG-ENV is
1834         the current one, don't call set-language-environment, but call one
1835         of set-language-environment-XXX to make INFO effective now.
1836         (set-language-environment): Call set-language-environment-XXX
1837         functions instead of doing the various setups directly.
1838         (set-language-environment-coding-systems): Delete argument eol-type.
1839         (set-language-environment-input-method)
1840         (set-language-environment-nonascii-translation)
1841         (set-language-environment-charset)
1842         (set-language-environment-fontset)
1843         (set-language-environment-unibyte): New functions.
1845 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1847         * locate.el (locate-update-when-revert): New option.
1848         (locate-update-path): New option (suggested by Michael Albinus).
1849         (locate-prompt-for-command): Whitespace change.
1850         (locate-update): No longer offer to update the locate database by
1851         default.  Implement the two new options.
1853 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
1855         * tooltip.el: Move comment about track-mouse...
1857         * progmodes/gud.el: ...to here.
1859 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
1861         * facemenu.el (facemenu-listed-faces): New var.
1862         (facemenu-unlisted-faces): Variable deleted.
1863         (facemenu-add-new-face): Use facemenu-listed-faces.
1865         * emulation/viper-init.el, calendar/calendar.el:
1866         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1868 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1870         * textmodes/org.el (org-mode): Remove no invalid settings for
1871         calc embedded mode.
1872         (org-mode-p): New defsubst.
1873         (org-save-all-org-buffers): New function.
1874         (org-first-headline-recenter): Enclose outline-regexp in group
1875         delimiters.
1876         (org-set-tags): Keep single space after stars.
1878 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         * window.el (set-window-text-height): Only set window-min-height to
1881         1 if that's the requested size.
1883         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1884         (diff-unified->context, diff-context->unified)
1885         (diff-reverse-direction): Make sure the end marker stays at the end.
1886         (diff-mode): Add the keymap table at the end of docstring.
1887         Use lexical-let rather than constructing a closure manually.
1889         * files.el (find-file-noselect-1): Remove unused var assignment.
1890         (hack-local-variables-confirm): Print lists of strings as lists of
1891         strings rather than lists of symbols.
1892         (abbreviate-file-name, hack-local-variables-prop-line):
1893         Use match-string.
1894         (hack-one-local-variable): Move `make-local-variable' nearer its use.
1895         (recover-session-finish): Use line-end-position.
1897 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
1899         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1901 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
1903         * progmodes/make-mode.el (makefile-macroassign-regex):
1904         Accept preceding keyword.
1905         (makefile-gmake-statements): Reorganize, now that makepp has
1906         "override" and also handle forgotten "override define".
1907         (makefile-makepp-statements): Add new "global", "override export"
1908         and "override global".
1910 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
1912         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1913         (ada-compile-mouse-goto-error, ada-deactivate-properties)
1914         (ada-no-auto-case): Fix typos in docstrings.
1916 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1918         * info.el (Info-find-node-2): Search for makeinfo version more
1919         carefully.
1921 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1923         * textmodes/org.el (org-prepare-agenda-buffers):
1924         Use `invisible-OK' argument for `org-end-of-subtree'.
1925         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1926         (org-beginning-of-item): Fix bug in regular expression for white line.
1927         (org-export-as-html): Enforce space after bullet in plain list items.
1928         (org-set-autofill-regexps): Require space after plain list bullet
1929         for paragraph-start.
1930         (org-ts-regexp3): New constant.
1931         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1932         (org-timestamp-up-day, org-timestamp-down-day)
1933         (org-timestamp-change): Work with inactive timestamps.
1934         (org-ts-regexp1): Don't allow brackets in time stamps.
1936 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
1938         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1939         for ignoring links.
1941         * faces.el (read-face-name): Use it.
1943 2006-06-28  Juri Linkov  <juri@jurta.org>
1945         * buff-menu.el (list-buffers-noselect): Compare Info file
1946         with the string "dir" to detect Info directory.
1948         * complete.el (partial-completion-mode): In lambda for
1949         `choose-completion-string-functions' use full function signature
1950         with 4 args, and move point to the end of the minibuffer only if arg
1951         `mini-p' is non-nil.
1953 2006-06-28  John Paul Wallington  <jpw@pobox.com>
1955         * ibuffer.el (ibuffer-mode): Doc fix.
1957 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1959         * textmodes/org.el (org-context): New contexts :item-bullet,
1960         :latex-fragment, :latex-preview.
1961         (org-overlays-at, org-overlay-start, org-overlay-end):
1962         New compatibility functions.
1963         (org-inside-LaTeX-fragment-p): More accurate matching, using the
1964         exact regexp that will be used during export.
1965         (org-latex-regexps): New variable.
1966         (org-cdlatex-mode): Improve advice for `texmathp'.
1967         (turn-on-org-cdlatex): New function.
1969 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1971         * term/mac-win.el (mac-handle-font-selection): Change keys of
1972         mac-atsu-font-table from strings to numbers.
1973         (mac-ts-caret-position): Use also when cursor-type is nil.
1974         (mac-ts-update-active-input-area): Add Mac OS Classic support.
1975         Relax condition for using overlay strings.
1976         Use mac-ts-caret-position face when cursor-type is nil.
1978 2006-06-26  Kim F. Storm  <storm@cua.dk>
1980         * help.el (view-emacs-news): Declare `res' in the right let* form.
1982 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
1984         * net/rcompile.el (remote-compile): Replace ange-ftp based
1985         implementation by Tramp functions.
1986         Suggested by Marc Abramowitz <msabramo@gmail.com>.
1988         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1990 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
1992         * international/fontset.el (setup-default-fontset): Fix a typo in
1993         the "Oriya-Akruti" registry name.
1995 2006-06-23  Lars Hansen  <larsh@soem.dk>
1997         * desktop.el (desktop-full-file-name): New function.
1998         (desktop-kill, desktop-save, desktop-remove, desktop-read)
1999         (desktop-revert): Use it.
2000         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2001         (desktop-after-read-hook): Add option list-buffers.
2002         (desktop-locals-to-save): Add tab-width.
2003         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2004         Fix docstring.
2006 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
2008         * textmodes/org.el (org-cdlatex-mode-map)
2009         (org-cdlatex-texmathp-advice-is-done): New variables.
2010         (org-cdlatex-mode): New minor mode.
2011         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2012         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2013         (org-export-with-archived-trees): New option.
2014         (org-open-file): Remove the call to `convert-standard-filename'.
2015         (org-archive-tag, org-agenda-skip-archived-trees)
2016         (org-cycle-open-archived-trees)
2017         (org-sparse-tree-open-archived-trees): New options.
2018         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2019         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2020         New functions.
2021         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2022         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2023         (org-mode-map): Add binding for `org-toggle-archive-tag'.
2024         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2025         Call `org-prepare-agenda-buffers'.
2026         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2027         (org-file-apps, org-file-apps-defaults-gnu)
2028         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2029         Handle remote files by forcing them to be opened in Emacs.
2031 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
2033         * vc.el (vc-diff-knows-L): New variable.
2034         (vc-diff-internal): Use it to handle "diff" programs that don't
2035         understand -L.  This works automatically, no user action is necessary.
2037 2006-06-23  Daniel Brockman  <daniel@brockman.se>
2039         * net/rcirc.el (rcirc-default-user-full-name): Default to
2040         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2041         longer exists).
2042         (rcirc-process-list): Check `buffer-live-p' before attempting to
2043         switch to a buffer.
2045 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
2047         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2048         based on rcirc-coding-system-alist.
2050 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
2052         * cus-edit.el (customize-apropos): A better error message.
2053         (top level) <debug-ignored-errors>: Extend and update the list of
2054         ignored error messages.
2056 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
2058         * complete.el (PC-do-completion): Retain capitalization of user
2059         input, when possible, even if completion-ignore-case is set.
2061 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
2063         * generic-x.el (bat-generic-mode): Support .cmd files.
2065         * dos-w32.el (top level): Use find-file-not-found-functions
2066         instead of the obsolete find-file-not-found-hooks.
2068 2006-06-22  Kim F. Storm  <storm@cua.dk>
2070         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2071         to recognize mode name containing submodes, such as Grep/lw.
2073 2006-06-21  Kim F. Storm  <storm@cua.dk>
2075         * simple.el (line-move-1): Check for move-end-of-line instead of
2076         end-of-line when setting temporary-goal-column.
2078 2006-06-21  Miles Bader  <miles@gnu.org>
2080         * play/cookie1.el (cookie): Work properly when there's only one entry.
2082 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
2084         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2085         (gdb-frame-handler): Generalize frame regexp for templates.
2087 2006-06-20  Glenn Morris  <rgm@gnu.org>
2089         * calendar/appt.el (appt-display-format): Default value must be
2090         one of the customize options.
2092 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
2094         * term/xterm.el (terminal-init-xterm): Update key availability info.
2095         Bind C-return.
2097         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2099 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
2101         * files.el (hack-local-variables): Run `hack-local-variables-hook'
2102         whether or not a local variables list is defined.
2104         * msb.el (msb): Move `sit-for' hack here to handle both
2105         "mouse-down and drag" and "mouse-up and select" situations.
2106         (mouse-select-buffer): Move `sit-for' hack to `msb'.
2108 2006-06-20  Kenichi Handa  <handa@m17n.org>
2110         * international/characters.el (word-combining-categories):
2111         Add entries for 2-byte Han characters.
2113 2006-06-19  Richard Stallman  <rms@gnu.org>
2115         * bindings.el (mode-line-format): Save some mode line space.
2117         * files.el (find-file-noselect): Improve the question wording.
2118         (basic-save-buffer-2): Mask UMASK against 666.
2120         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2121         (mouse-drag-vertical-line): Call it.
2123         * cus-edit.el (customize-option, customize-option-other-window):
2124         Error if SYMBOL is nil.
2126 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
2128         * textmodes/org.el: Require noutline, also on XEmacs.
2129         (org-end-of-subtree): Return point.
2130         (org-dblock-start-re, org-dblock-end-re): New constants.
2131         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2132         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2133         (org-update-all-dblocks, org-find-dblock): New functions.
2134         (org-collect-clock-time-entries): New function.
2135         (org-html-handle-time-stamps): Never export CLOCK timeranges.
2136         (org-fixup-indentation): Modify to deal correctly with lines
2137         starting with TAB.  Only one argument DIFF now.
2138         (org-demote, org-promote): Call `org-fixup-indentation' with just
2139         one argument, DIFF.
2140         (org-mode): Don't mark buffer as modified when aligning tables.
2141         (org-clock-sum): Don't mark buffer modified when adding time sum
2142         properties.
2143         (org-export-as-html): Add support for a link validation function.
2144         (org-archive-all-done): New function.
2145         (org-archive-subtree): New prefix argument.  When set, archive all
2146         done subtrees in this buffer.
2147         (org-remove-clock-overlays)
2148         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2149         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2150         (org-put-clock-overlay): Don't swallow last headline character
2151         when displaying overlay.
2152         (org-store-link): Link to `image-mode' with just the file name.
2154 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
2156         * viper-cmd.el (viper-special-read-and-insert-char):
2157         Use read-key-sequence.
2158         (viper-after-change-undo-hook): Misc enhancements.
2159         (viper-after-change-undo-hook): New hook.
2160         (viper-undo): Use viper-after-change-undo-hook.
2161         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2162         (viper-next-line-at-bol): If point is on a widget or a button, simulate
2163         clicking on that widget/button.
2165         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2167         * ediff-diff (ediff-test-patch-utility): Catch errors.
2168         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2169         (ediff-set-actual-diff-options): New function.
2170         (ediff-reset-diff-options, ediff-toggle-ignore-case):
2171         Use ediff-set-actual-diff-options.
2172         (ediff-extract-diffs): Catch errors.
2173         (ediff-whitespace): Add non-breakable space.
2174         (ediff-same-file-contents): Catch errors.
2176         * ediff-mult.el (ediff-collect-custom-diffs):
2177         Save coding-system-for-read.
2179         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2180         (ediff-vc-internal, ediff-vc-merge-internal):
2181         Use ediff-delete-version-file.
2182         (ediff-delete-version-file): New function.
2184         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2186         * ediff.el (ediff-directories, ediff-directory-revisions)
2187         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2188         (ediff-directories-internal, ediff-merge-directory-revisions)
2189         (ediff-merge-directory-revisions-with-ancestor)
2190         (ediff-directories3): Use read-directory-name.
2192 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
2194         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2195         Remove superfluous part of regexp for brace matching which is handled
2196         by `scan-lists' call.
2198 2006-06-16  Richard Stallman  <rms@gnu.org>
2200         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2202         * files.el (basic-save-buffer-2): For a new precious file,
2203         use the default modes in the return value.
2205         * facemenu.el (facemenu-color-alist): Doc fix.
2207         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2209 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2211         * cus-start.el (all): Add mac-ts-script-language-on-focus.
2213         * term/mac-win.el (mac-text-encoding-ascii): New constant.
2214         (mac-utxt-to-string): Use it.
2215         (mac-ts-update-active-input-area): Use mac-ae-number.
2217 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
2219         * term.el (term-handle-scroll, term-delete-lines)
2220         (term-insert-lines): Fix off by one errors.
2222 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2224         * net/tramp.el (tramp-touch): Use UTC to express time.
2226 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
2228         * mail/sendmail.el (mail-send): Search explicitly for
2229         mail-header-separator when checking for corrupted header lines.
2231 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
2233         * progmodes/gdb-ui.el (gdb-same-frame): New option.
2234         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2235         (gdb-init-1): Initialise them.
2236         (gdb-starting): Reset gdb-printing
2237         (gdb-starting): Save value of gud-overlay-arrow-position.
2238         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2239         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2240         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2241         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2243 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2247 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
2249         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2250         (ldap-search-internal): Keep error messages, and a regexp fix.
2252 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
2254         * files.el (hack-local-variables-confirm):
2255         Display string value using its printed representation.
2257 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
2259         * server.el (server-edit): No-op if no server buffers exist.
2261 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
2263         * textmodes/page-ext.el (pages-directory-for-addresses):
2264         Including `pages-directory-address-mode' in the function results
2265         in the message "Buffer in which pages were found is deleted".
2267 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
2269         * textmodes/org.el (org-agenda-mode-map): Add bindings for
2270         clocking functions.
2272         (org-agenda-clock-in, org-check-running-clock)
2273         (org-clock-out-if-current, org-remove-clock-overlays)
2274         (org-put-clock-overlay): New functions.
2275         (org-clock-marker, org-clock-file-total-minutes)
2276         (org-clock-overlays): New variables.
2277         (org-clock-display, org-clock-sum, org-clock-cancel)
2278         (org-clock-out, org-clock-in): New commands.
2279         (org-export): New function.
2280         (org-emph-re): New constant.
2281         (org-set-emph-re, org-do-emphasis-faces): New functions.
2282         (org-emphasis-regexp-components, org-emphasis-alist): New options.
2283         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2284         (org-export-html-convert-emphasize): Use the configurable emphasis.
2285         (org-cleaned-string-for-export): Make multiline emphasis visible
2286         to the exporter.  New optional argument PARAMETERS.
2287         (org-export-as-html): Specify :emph-multiline parameter to
2288         `org-cleaned-string-for-export'.
2290 2006-06-10  Richard Stallman  <rms@gnu.org>
2292         * help.el (help-for-help-internal): Clean up help text.
2294 2006-06-10  Andreas Schwab  <schwab@suse.de>
2296         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2297         in doc string.
2299         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2301 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
2303         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2304         spaces after the comment start.
2306 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2308         * play/pong.el (pong-init-buffer):
2309         Fill buffer with spaces instead of ^A.
2311         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2312         launched asynchronously, delete its process instead of being cool.
2313         (ispell-async-processp): Check for `delete-process' existence
2314         instead of `kill-process' one for consistency.
2316 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
2318         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2319         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2320         in mode line at startup.
2322 2006-06-08  Kim F. Storm  <storm@cua.dk>
2324         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2325         (ido-init-completion-maps): Bind them to M-SPC and M-v.
2326         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2327         (ido-file-internal): Pass full file name to write-file.
2328         (ido-read-internal): Only pop stack elements automatically if they
2329         actually match an existing directory or file name.
2331 2006-06-07  Kenichi Handa  <handa@m17n.org>
2333         * international/mule.el (find-auto-coding): Don't handle the short
2334         name `char-trans'.
2336         * files.el (hack-local-variables-prop-line)
2337         (hack-local-variables): Cancel the previous change.
2339 2006-06-06  Jesper Harder  <harder@phys.au.dk>
2341         * ediff-diff.el (ediff-test-utility): Protect against file-error.
2343 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
2345         * diff-mode.el (diff-mode): Set buffer-read-only to t when
2346         diff-default-read-only is non-nil.
2347         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2348         (diff-refine-hunk): Set inhibit-read-only to t.
2350         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2351         modifying the *Diff* buffer.
2352         (diff-process-filter): New filter function for diff process that
2353         sets inhibit-read-only to t when modifying the *Diff* buffer.
2355 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
2357         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2358         insertion point and control the number of empty lines.
2359         (org-paste-subtree): Limit the number of empty lines at the end of
2360         the inserted tree.
2361         (org-agenda): Use buffer name of current file for narrowing.
2362         (org-export-as-xml): Command removed.
2363         (org-export-xml-type): Option removed.
2364         (org-mode-map): Call `org-export-as-xoxo' directly.
2365         (org-get-indentation): New optional argument LINE.
2366         (org-fix-indentation, org-remove-tabs): New functions.
2367         (org-export-as-ascii, org-ascii-level-start): Determine and apply
2368         correct indentation for headlines that are converted it items.
2369         (org-skip-comments): Remove table lines that contain narrowing
2370         cookies but no other non-empty fields.
2371         (org-set-tags): Allow groups of mutually exclusive tags.
2372         (org-cmp-time): Sort 24:21 before items without time.
2373         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2374         (org-open-at-point): Require double colon also for numbers.
2376 2006-06-06  Kim F. Storm  <storm@cua.dk>
2378         * ido.el (ido-default-file-method, ido-default-buffer-method):
2379         Make choice values consistent with corresponding command names.
2380         (ido-visit-buffer): Update accordingly.  Default to selected-window.
2382 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
2384         * progmodes/gud.el (gud-running): Fix doc string.
2385         (gud-menu-map): Use :visible instead fo :enable for debugger test.
2386         (gud-tooltip-modes): Add python-mode.
2387         (gud-tooltip-print-command): Add pdb.  Remove perldb.
2389 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
2391         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2392         Quote $(EMACS).
2394 2006-06-05  Richard Stallman  <rms@gnu.org>
2396         * faces.el (defined-colors): Doc fix.
2398 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
2400         * vc.el (vc-process-filter): Inhibit undo info collection around
2401         call to insert.
2402         (vc-setup-buffer): Likewise for call to erase-buffer.
2403         (vc-do-command): Likewise for call to process-file.
2405 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
2407         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2408         for gud-go.
2409         (gud-common-init): Other debuggers may trigger error.
2411 2006-06-05  Kenichi Handa  <handa@m17n.org>
2413         * international/mule.el (find-auto-coding):
2414         Handle enable-character-translation in file header.
2416 2006-06-04  Kim F. Storm  <storm@cua.dk>
2418         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2419         (authors-fixed-entries): Fix spelling.
2420         (authors-canonical-file-name): Don't report error for wildcards.
2422         * help.el (view-emacs-news): Rewrite to support new NEWS,
2423         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
2424         e.g. version 10 matches 1.10, and don't be confused by version 1.1
2425         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
2427 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
2429         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2430         exec constructs like `foo bar`.
2431         (sh-quoted-subshell): New helper function to search for a possibly
2432         nested subshell (like `` or $()) within a "" quoted string.
2433         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2434         (sh-apply-quoted-subshell): Flag quote characters inside a
2435         subshell, which is itself already in a quoted region, as
2436         punctuation, since this is the closest to what they actually are.
2437         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2438         sh-apply-quoted-subshell.
2439         (sh-font-lock-syntactic-face-function): Apply the new face for
2440         text inside `` instead of the old font-lock-string-face.
2442 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2444         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2445         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2446         (mac-bytes-to-text-range, mac-ae-text-range-array)
2447         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2448         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2449         (mac-ts-unicode-for-key-event): New functions.
2450         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2451         (mac-handle-font-selection): Use mac-ae-number.
2452         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2453         New variables.
2454         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2455         (mac-ts-converted-text, mac-ts-selected-converted-text)
2456         (mac-ts-block-fill-text, mac-ts-outline-text)
2457         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2458         (mac-ts-hilite-style-faces): New constant.
2459         (mac-apple-event-map): Bind text input events.
2460         (mac-dispatch-apple-event): Use command-execute instead of
2461         call-interactively.
2462         (global-map): Don't bind mac-apple-event.
2463         (special-event-map): Bind mac-apple-event.
2465 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2467         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2468         file name.
2469         (emacs): Enclose the value of $(EMACS) in quotes.
2471 2006-06-02  Juri Linkov  <juri@jurta.org>
2473         * international/mule.el (sgml-html-meta-auto-coding-function):
2474         Remove the condition `(search-forward "<html" size t)'.
2475         Replace `\"' with `[\"']?' in `re-search-forward'.
2477 2006-06-02  Kenichi Handa  <handa@m17n.org>
2479         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2480         as well as `coding'.
2481         (hack-local-variables): Likewise.
2483         * international/mule.el (enable-character-translation):
2484         Put permanent-local and safe-local-variable properties.
2485         (find-auto-coding): Handle char-trans: tag.
2487 2006-06-02  Juri Linkov  <juri@jurta.org>
2489         * international/mule.el (sgml-html-meta-auto-coding-function):
2490         Limit the search by the end of the HTML header (if any).
2492 2006-06-01  Richard Stallman  <rms@gnu.org>
2494         * subr.el (with-current-buffer): Doc fix.
2496 2006-06-02  Masatake YAMATO  <jet@gyve.org>
2498         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2499         Almost rewrite.  Underlines over all lines of gcov output are too
2500         uncomfortable to read.  Suggested by Dan Nicolaescu.
2502 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2504         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2506         * shell.el (shell-mode): Use shell-mode-map in docstring.
2508         * comint.el (comint-send-input): Do not add help-echo and
2509         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2511 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2513         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2515 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
2517         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2518         (gdb-stopped, gdb-info-stack-custom): If there is no source info
2519         look up the stack and pop up GUD buffer if necessary.
2520         (gdb-frames-select): Remove redundant call to gud-display-frame.
2521         (gdb-info-threads-custom): Keep point at start of buffer.
2522         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2524 2006-05-31  Juri Linkov  <juri@jurta.org>
2526         * replace.el (query-replace-read-from, query-replace-read-to):
2527         Bind `history-add-new-input' to nil.  Call `add-to-history'.
2529 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2531         * textmodes/table.el: Convert all HTML tags to lower case for
2532         XHTML compatibility.
2534 2006-05-31  Masatake YAMATO  <jet@gyve.org>
2536         * progmodes/compile.el:
2537         (compilation-error-regexp-alist-alist::gcov-called-line):
2538         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
2540 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
2542         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2543         Revert inadvertent changes made with last commit.
2545 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2547         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2548         New functions.
2550         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2552 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
2554         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2555         only matches in the right place.
2556         (org-upcoming-deadline): New face.
2557         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2558         (org-export-ascii-underline): Rename constant `org-ascii-underline'
2559         and make it an option.
2560         (org-export-ascii-bullets): New option.
2561         (org-export-as-html): Many changes to emit valid XHTML.
2562         (org-par-open): New variable.
2563         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2564         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2565         (org-timeline): Pass `org-timeline-show-empty-dates' to
2566         `org-get-all-dates'.  Interpret empty dates returned by
2567         `org-get-all-dates'.
2568         (org-get-all-dates): New argument EMPTY.  Add dates without
2569         entries to the list, mark large ranges of empty dates.
2570         (org-point-in-group, org-context): New functions.
2572 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
2574         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2576         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2577         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2578         to C-mouse-3 (for 2 button mice).
2579         (gdb-send): Do the right thing for C-d.
2581         * speedbar.el (speedbar-detach): Delete.
2582         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2583         it breaks things.
2584         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2586 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
2588         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2589         Makeppfile.
2591         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2592         Add makepp diagnostic.
2594 2006-05-29  Richard Stallman  <rms@gnu.org>
2596         * window.el (fit-window-to-buffer): Doc fix.
2598         * help.el (temp-buffer-max-height): Doc fix.
2600         * subr.el (with-current-buffer): Doc fix.
2602 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2604         * term/x-win.el: Bind F10 to menu-bar-start if available.
2606 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
2608         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2609         uses with a simple test.
2610         (term-set-escape-char, term-mode, term-check-kill-echo-list)
2611         (term-send-raw-string, term-send-raw, term-mouse-paste)
2612         (term-char-mode, term-line-mode, term-exec, term-sentinel)
2613         (term-handle-exit, term-read-input-ring)
2614         (term-previous-matching-input-string)
2615         (term-previous-matching-input-string-position)
2616         (term-previous-matching-input-from-input)
2617         (term-replace-by-expanded-history, term-send-input)
2618         (term-skip-prompt, term-bol, term-send-invisible)
2619         (term-kill-input, term-delchar-or-maybe-eof)
2620         (term-backward-matching-input, term-check-source)
2621         (term-proc-query, term-emulate-terminal)
2622         (term-handle-colors-array, term-process-pager, term-pager-line)
2623         (term-pager-bob, term-unwrap-line, term-word)
2624         (term-dynamic-complete-filename)
2625         (term-dynamic-complete-as-filename)
2626         (term-dynamic-simple-complete): Replace one arm ifs with whens or
2627         unlesses.
2629 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2631         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2632         during bootstrapping.
2634         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2635         Basically undo the change of 2006-05-26: use extra arguments instead of
2636         dynamic scoping.
2637         (ewoc-locate): Remove unused var `footer'.
2639 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2641         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2643         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2644         (generate-file-autoloads): Obey it.  Return whether autoloads were
2645         added at point or not.
2646         (update-file-autoloads): Use this new return value.
2647         Remove redundant test for the presence of an autoload cookie.
2649         * emacs-lisp/autoload.el (autoload-find-file): New fun.
2650         This one calls hack-local-variables.
2651         (generate-file-autoloads, update-file-autoloads): Use it.
2653         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2654         (bibtex-sort-entry-class): Add safe-local-variable predicate.
2655         (bibtex-sort-entry-class-alist): Don't set the global value.
2656         (bibtex-init-sort-entry-class-alist): New fun.
2657         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2658         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2659         of bibtex-init-sort-entry-class.
2661 2006-05-28  Richard Stallman  <rms@gnu.org>
2663         * subr.el (load-history-regexp): If FILE is relative, insist
2664         entire last name component must match it.
2665         (load-history-filename-element, load-history-regexp): Doc fixes.
2667 2006-05-29  Kim F. Storm  <storm@cua.dk>
2669         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2670         `pos' and `raw-data' for clarity, as eval forms may access these.
2672 2006-05-28  Kim F. Storm  <storm@cua.dk>
2674         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2676 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * progmodes/make-mode.el (makefile-browser-map)
2679         (makefile-mode-syntax-table): Move initialization inside declaration.
2680         (makefile-fill-paragraph): Use the default comment-filling code.
2682 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
2684         * replace.el (query-replace-defaults): New variable.
2685         (query-replace-read-from): Use `query-replace-defaults' for
2686         default value, instead of history list.
2687         (query-replace-read-to): Update `query-replace-defaults'.
2689 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
2691         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2692         with no X toolkit.
2694 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
2696         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2697         (tumme-show-all-from-dir): Add autoload.
2699 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2701         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2702         (tumme-remove-tag): Fix bug.
2704 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
2706         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2707         FOOTER args.  Update unique caller.
2708         (ewoc-delete): Compute last node once before looping.
2709         (ewoc--node-branch): Merge into unique caller.
2710         (ewoc--node): Don't define constructor make-ewoc--node for this
2711         structure.
2712         (ewoc): Add member `hf-pp' to this structure.
2713         (ewoc--wrap): New func.
2714         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
2715         header/footer pretty-printers.  Save header/footer pretty-printer.
2716         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
2718         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2720 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2722         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2723         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
2724         Tag'.  Change "Compare directories..." to "Change Directories...".
2725         Move tumme commands to Operate, Regexp and Immediate menus.
2726         Change "Add Comment" to "Add Image Comment".  Change "Add Image
2727         Tag" to "Add Image Tags".
2729         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2730         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2731         `tumme-delete-tag'.
2733 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2735         * shell.el (shell-mode): Call shell-dirtrack-mode after
2736         list-buffers-directory is made a local variable, to avoid setting
2737         the default value.
2739 2006-05-26  Kevin Ryde  <user42@zip.com.au>
2741         * info.el (Info-index-next): Use where-is-internal to report
2742         actual binding of Info-index-next, rather than hard-coded `,'.
2744 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
2746         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2747         and "Find Command in Manual" to here.
2749         * buff-menu.el (list-buffers-noselect): For Info buffers, use
2750         Info-current-file as the file name.
2752 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
2754         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
2755         overrides will now be done a different way.
2756         (ses-set-parameter): Reapply this function for undo.
2757         (ses-set-header-row): Reconstruct header row during undo.
2758         (ses-widen): New function.
2759         (ses-goto-data, ses-reconstruct-all): Use new function.
2760         (ses-command-hook): Widen buffer during undo, before unupdating
2761         the cells.
2762         (ses-insert-row, ses-delete-row): Widen buffer during undo.
2763         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2764         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2765         formula hasn't been executed yet.
2767 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2769         * comint.el (comint-kill-whole-line): Rename arg to count.
2770         Fix doc string.
2772 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
2774         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2775         to copy-file.
2777 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2779         * simple.el (toggle-truncate-lines): Make arg optional for
2780         backward compatibility.
2782 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
2784         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2785         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2786         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
2787         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2788         (ewoc--adjust): Use ewoc--current-dll.
2789         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2791 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
2793         * textmodes/org.el (org-next-item, org-previous-item): Emit more
2794         compact error message.
2795         (org-tags-view): Refresh category table in each file.
2796         (org-table-justify-field-maybe): Remove superfluous arguments to
2797         `format'.
2798         (org-export-as-html): Insert "<p>" before postamble.
2799         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2801 2006-05-26  Kenichi Handa  <handa@m17n.org>
2803         * textmodes/po.el (po-find-charset): Pay attention to the case
2804         FILENAME is a cons (NAME . BUFFER).
2805         (po-find-file-coding-system-guts): Likewise.
2807         * arc-mode.el (archive-set-buffer-as-visiting-file):
2808         Call find-operation-coding-system with (FILENAME . BUFFER).
2810         * tar-mode.el (tar-extract): Call find-operation-coding-system
2811         with (FILENAME . BUFFER).
2813         * international/mule.el (decode-coding-inserted-region):
2814         Call find-operation-coding-system with (FILENAME . BUFFER).
2816 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2818         * image-mode.el (image-toggle-display): Use buffer contents to
2819         generate image for a remote file.
2821 2006-05-25  Juri Linkov  <juri@jurta.org>
2823         * replace.el (query-replace-read-from, query-replace-read-to):
2824         Remove 8th arg KEEP-ALL in read-from-minibuffer.
2826 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
2828         * whitespace.el (whitespace-cleanup): Change to cleanup
2829         region if one is active.
2830         * whitespace.el (whitespace-cleanup-internal): New internal method.
2832 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2834         * dired.el (dired-mode-map): Add help-echo strings to tumme
2835         commands.  Bind `tumme-dired-display-image' to C-t i.
2837         * tumme.el (tumme-display-image): Change documentation string slightly.
2838         (tumme-dired-display-image): Add call to `display-buffer'.
2840 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2842         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2843         Signal error if RAW-DATA is a multibyte string.
2845 2006-05-24  Richard Stallman  <rms@gnu.org>
2847         * subr.el (with-local-quit): When handling `quit' signal,
2848         make a chance for quit-flag to cause a quit.
2850         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2851         (ad-disable-advice): Add autoloads.
2853         * subr.el (read-passwd): Copy PROMPT before changing its properties.
2855 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2857         * dired.el (dired-mode-map): Change menu items for tumme as per
2858         suggestions in emacs-devel.
2860 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2862         * dired.el (dired-mode-map): Fix breakage.
2864 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2866         * tumme.el (tumme-display-dired-image): Rename to...
2867         (tumme-dired-display-image): ...this.
2868         (tumme-track-movement): Change default value to t.
2869         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2870         used from `tumme-next-line-and-display' and similar commands.
2872         * dired.el (dired-mode-map): Add Thumbnail submenu under the
2873         Immediate menu.  Add some tumme commands there.
2875 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2877         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2879 2006-05-24  Chong Yidong  <cyd@mit.edu>
2881         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2882         menu entries that open submenus.
2884 2006-05-24  Alan Mackenzie  <acm@muc.de>
2886         * startup.el (command-line): For names of preloaded files, don't
2887         append ".elc" (now done in Fload), and call file-truename on the
2888         lisp directory.
2890         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
2891         match ANY loaded file with the right name, not just those in
2892         load-path.  Put a regexp matching the file name into
2893         after-load-alist, rather than the name itself.
2895         * subr.el: New functions load-history-regexp,
2896         load-history-filename-element, do-after-load-evaluation.
2898         * international/mule.el (load-with-code-conversion): Do the
2899         eval-after-load stuff by calling do-after-load-evaluation.
2901 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2903         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2904         has not been killed.
2906 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2908         * term/mac-win.el: Set idle timer to clean up expired Apple events.
2909         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2910         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2911         Optionally set error message in reply.
2913 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
2915         * textmodes/org.el (org-open-at-point): Use renamed variable
2916         `org-confirm-shell-link-function'.
2917         (org-confirm-shell-link-function): Rename from
2918         `org-confirm-shell-links'.
2919         (org-export-directory): New function.
2920         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2921         (org-export-icalendar): Use `org-export-directory'.
2922         (org-indent-item): Keep cursor position.
2923         (org-link-file-path-type): New option.
2924         (org-export-as-html): Fix bug with plain lists starting in
2925         column 0.
2926         (org-export-as-html): Remove deadline formatting, this happens
2927         now already in `org-html-handle-time-stamps'.
2928         (org-export-html-style): Deadline class removed.
2929         (org-insert-labeled-timestamps-at-point): New option.
2930         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2931         of `hide-sublevels 1', in case the first headline is not level 1.
2932         (org-overview, org-content): New fuction.
2933         (org-cycle-global-status, org-cycle-subtree-status): Make these
2934         variables buffer-local.
2935         (org-global-cycle): New command.
2936         (org-shifttab): Use `org-global-cycle'.
2937         (org-insert-heading, org-insert-item): Go to end of new
2938         headline/item after creating it.
2939         (org-export-visible): Rename from `org-export-copy-visible'.
2940         Now creates a temporary org-file and applies an exporting command
2941         to it.
2942         (org-table-eval-formula): Support for lisp forms.
2943         (org-agenda-todo-ignore-scheduled): New option.
2944         (org-agenda-get-todos): Use new option
2945         `org-agenda-todo-ignore-scheduled'.
2946         (org-export-html-inline-images): New value `maybe'.
2947         (org-export-as-html): Inlining of images dependent on link description.
2948         (org-archive-subtree): Check for end-of-buffer before trying
2949         `kill-line'.
2950         (org-agenda-follow-mode): New option.
2951         (org-export-with-tags, org-export-with-timestamps): New options.
2952         (org-html-handle-time-stamps): New function.
2953         (org-keyword-time-regexp): New variable.
2954         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2955         (org-agenda-todo-list-sublevels): New option.
2956         (org-html-level-start): When TITLE is nil, just close all levels.
2957         (org-parse-key-lines, org-parse-export-options): Remove functions,
2958         replaced by `org-infile-export-plist'.
2959         (org-combine-plists, org-infile-export-plist)
2960         (org-default-export-plist): New functions.
2961         (org-export-html-preamble, org-export-html-postamble)
2962         (org-export-html-auto-preamble, org-export-html-auto-postamble):
2963         New variables.
2964         (org-export-publishing-directory): New option.
2965         (org-export-as-html, org-export-as-ascii): Use the new property
2966         lists for settings.
2967         (org-export-copy-visible, org-export-as-xoxo):
2968         Respect `org-export-publishing-directory'.
2969         (org-link-search, org-store-link, org-file-apps): Support for
2970         links to BibTeX database entries..
2971         (org-get-current-options, org-set-regexps-and-options):
2972         Implement logging as a startup option.
2973         (org-store-link): Make sure context string is never empty
2974         (org-insert-link): Use relative path when possible.
2975         (org-at-item-checklet-p): New function.
2976         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2977         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2978         (org-metaright, org-metaup, org-metadown, org-shiftup)
2979         (org-shiftdown, org-shiftright, org-shiftleft)
2980         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2981         Dispatch using `call-interactively'.
2982         (org-call-with-arg): New defsubst.
2983         (org-tag-alist, org-use-fast-tag-selection): New options.
2984         (org-complete): Use `org-tag-alist'.
2985         (org-fast-tag-insert, org-fast-tag-selection): New functions.
2986         (org-next-item, org-previous-item): New commands.
2987         (org-beginning-of-item, org-end-of-item): Add (interactive) to
2988         make command.
2989         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2991 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
2993         * emacs-lisp/ewoc.el (ewoc-delete): New function.
2994         (ewoc-filter): Use `ewoc-delete'.
2996         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2998 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3001         Signal more user-friendly error messages.
3003         * complete.el (PC-do-completion): Undo the addition of implicit
3004         wildcards if they did not lead to finding any match.
3005         (read-file-name-internal): Don't add the final > if the completion is
3006         not finished.
3008 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3010         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3011         Quote safe-local-variable predicate.
3013 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
3015         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3017 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3019         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3021         * progmodes/make-mode.el (makefile-special-targets-list)
3022         (makefile-macro-table, makefile-target-table): Mark as risky.
3023         (makefile-query-one-target-method): Make this the alias for the
3024         following variable.
3025         (makefile-query-one-target-method-function): Make this the real name.
3027         * textmodes/artist.el (artist-text-renderer): Make this the alias
3028         for the following variable.
3029         (artist-text-renderer-function): Make this the real name.
3031         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3032         the alias for the following variable.
3033         (flyspell-generic-check-word-predicate): Make this the real name.
3035         * textmodes/ispell.el (ispell-format-word): Make this the alias
3036         for the following variable.
3037         (ispell-format-word-function): Make this the real name.
3038         (ispell-message-text-end): Mark as risky.
3040         * skeleton.el (skeleton-transformation, skeleton-filter)
3041         (skeleton-pair-filter): Make these the aliases for the following
3042         variables.
3043         (skeleton-transformation-function, skeleton-filter-function)
3044         (skeleton-pair-filter-function): Make these the real names.
3046         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3047         and skeleton-pair-filter-function.
3049         * textmodes/sgml-mode.el (sgml-transformation): Make this the
3050         alias for the following variable.
3051         (sgml-transformation-function): Make this the real name.
3052         (sgml-tag-alist): Mark as risky.
3054 2006-05-21  Richard Stallman  <rms@gnu.org>
3056         * simple.el (kill-region): Interactively, pass point, then mark.
3058 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
3060         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3062 2006-05-21  Romain Francoise  <romain@orebokech.com>
3064         * dired-x.el (dired-mode-map): Don't bind M-g.
3066 2006-05-20  Richard Stallman  <rms@gnu.org>
3068         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3069         (dired-goto-file): Doc fix.
3071 2006-05-21  Kim F. Storm  <storm@cua.dk>
3073         * emulation/cua-base.el: Mention customizing cua-mode as alternative
3074         way to enable built-in cua-mode if user loads older CUA-mode package.
3076         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3077         if default-filename is specified.
3079 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3081         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3083         * info.el (info-apropos): Make sure current-file and current-node
3084         have non-nil values.  Speed up by using add-to-list instead of
3085         manual consing.
3087 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3089         * progmodes/make-mode.el (makefile-mode): Doc fix.
3091 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3093         * dired-aux.el (dired-do-shell-command): Doc fix.
3095 2006-05-20  Kevin Ryde  <user42@zip.com.au>
3097         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3098         ``(custom-manual :tag "Foo" "(foo)Node")''.
3100 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
3102         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3103         value is an integer.
3105 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3107         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3108         "format".
3109         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3111 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
3113         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3114         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3116 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3118         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3119         regexp for keywords.
3121 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
3123         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3124         replace-regexp-in-string.
3126         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3127         encode, and escape file name on conversion to URL.
3129 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3131         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3132         Don't unescape URL.
3133         (dnd-get-local-file-name): Unescape URL on conversion to file name.
3135         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3136         on conversion to URLs.
3138         * net/browse-url.el (browse-url-file-url): Encode file name on
3139         conversion to URL.
3141         * term/mac-win.el (mac-ae-open-documents): Escape file name on
3142         conversion to URL.
3144 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
3146         * progmodes/cc-styles.el (c-style-alist): Doc fix.
3148 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3150         * term/mac-win.el (mac-bytes-to-digits): Remove function.
3151         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3153 2006-05-19  Glenn Morris  <rgm@gnu.org>
3155         * calendar/diary-lib.el (diary-bahai-date)
3156         (list-bahai-diary-entries, mark-bahai-diary-entries)
3157         (mark-bahai-calendar-date-pattern): Not interactive.
3158         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
3159         (diary-entries-list): Change format of 4th element in each entry.
3160         (diary-list-entries): Use add-to-diary-list.
3161         (diary-goto-entry): Handle the case where the buffer visiting the
3162         diary has been killed.
3163         (fancy-diary-display): Add 'locator to button rather than 'marker.
3164         Only generate temp-face when there are marks to apply.
3165         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3166         (diary-fancy-date-pattern): New variable.
3167         (diary-time-regexp): Doc fix.
3168         (diary-anniversary, diary-time): New faces.
3169         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3170         diary-time-regexp.  Add font-lock-multiline property where needed.
3171         Use new faces diary-anniversary and diary-time.
3172         (diary-fancy-font-lock-fontify-region-function): New function, to
3173         handle multiline font-lock pattern in fancy diary.
3174         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3175         (diary-font-lock-keywords): Tweak time regexp.  Use new face
3176         diary-time.
3178 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
3180         * international/code-pages.el (mik): Table corrected.
3182 2006-05-18  Kim F. Storm  <storm@cua.dk>
3184         * progmodes/grep.el (grep-find): Don't check grep-find-command
3185         before running command (breaks non-interactive usage).
3187 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
3189         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3190         (ewoc--insert-new-node): Don't insert trailing newline.
3191         Instead, adjust successor nodes's start markers.
3192         (ewoc--refresh-node): Delete all text from current node's start
3193         marker to the next one's; adjust successor nodes's start markers.
3194         (ewoc--create): Doc fixes.
3195         (ewoc--refresh): Don't insert newline.
3196         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3197         * pcvs.el (cvs-make-cvs-buffer):
3198         Specify extra newline for ewoc's header and footer.
3199         (cvs-update-header): Update initial header recognition.
3200         Append newline to final header and footer values.
3201         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3203 2006-05-17  Richard Stallman  <rms@gnu.org>
3205         * files.el (file-name-extension): Doc fix.
3207 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3209         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3210         we can explicitly enable/disable rather than toggle.
3211         (shell-mode): Use it.
3212         (shell-cd): Don't try to reproduce what `cd' does.
3214 2006-05-17  Kim F. Storm  <storm@cua.dk>
3216         * ido.el (ido-read-internal): Use only nondirectory part of
3217         default item.
3219 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
3221         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3222         (ewoc-nth): Doc fix.
3224         (ewoc-map, ewoc-invalidate): Compute PP before looping.
3226 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
3228         * international/mule.el (auto-coding-alist): Add .lha to files
3229         read with no-conversion.
3231         * files.el (auto-mode-alist): Add .lha files to archive file
3232         extensions.
3234         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3235         Convert csize to integer when computing offsets within the
3236         compressed archive file.
3238 2006-05-16  Kim F. Storm  <storm@cua.dk>
3240         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3241         with read-from-minibuffer.
3243 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3245         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3246         (byte-compile-warnings): Fix safe-local-variable property.
3248 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
3250         * allout.el (allout-show-bodies, allout-old-style-prefixes)
3251         (allout-stylish-prefixes, allout-numbered-bullet)
3252         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3253         predicates to qualify `safe-local-variable' property, when
3254         available, else use equivalent lambda.
3255         (allout-current-topic-collapsed-p): Do the right thing regarding
3256         trailing blank lines.
3258 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * server.el (server-start): Only create a directory if needed.
3261         (server-edit, server-unload-hook): server-start => server-mode.
3262         (kill-emacs-hook): Cleanup upon exit.
3264 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * hexl.el (hexlify-buffer): Encode process arguments manually.
3268 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
3270         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3271         call to gdb-tooltip-print.
3273 2006-05-15  Romain Francoise  <romain@orebokech.com>
3275         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3276         systems, default to "tar" since those systems probably have GNU tar.
3278 2006-05-14  Lars Hansen  <larsh@soem.dk>
3280         * desktop.el (desktop-missing-file-warning): Fix docstring.
3281         (desktop-restore-file-buffer): Correct question asked on missing file.
3283 2006-05-14  Kim F. Storm  <storm@cua.dk>
3285         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3286         Add CUA move property.
3288 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
3290         * custom.el (custom-push-theme): Load the variable before checking
3291         its `standard-value'.
3293 2006-05-13  Lars Hansen  <larsh@soem.dk>
3295         * desktop.el (desktop-save): Use with-temp-buffer.
3297 2006-05-12  Glenn Morris  <rgm@gnu.org>
3299         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3300         * calendar/calendar.el (calendar-mode-map):
3301         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3302         * calendar/appt.el (appt-check, appt-make-list): Refer to
3303         diary-view-entries, diary-list-entries, diary-show-all-entries
3304         rather than obsolete aliases.
3306 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
3308         * simple.el (line-move-finish): Avoid calling point motion hooks
3309         while processing intangibility.
3311 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
3313         * term/xterm.el (terminal-init-xterm): Fix typo.
3315 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
3317         * allout.el (allout-view-change-hook): Mark as being deprecated,
3318         to be replaced by `allout-exposure-change-hook'.
3319         (allout-exposure-change-hook): New, replacing
3320         `allout-view-change-hook'.
3321         (allout-flag-region): Run new hook `allout-exposure-change-hook',
3322         in addition to `allout-view-change-hook'.
3323         (allout-show-bodies, allout-old-style-prefixes)
3324         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3325         lambda forms to prevent their showing up in variable help
3326         presentations as inscrutable byte-compiled code.
3327         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3328         Use string-or-null-p to qualify safe-local-variable values.
3329         (allout-reindent-bodies): Use memq to qualify matches against
3330         valid safe-local-variable values.  Also, quote the lambda as above.
3331         (allout-use-mode-specific-leader): Add missing candidate-value
3332         symbols, use memq, and quote the lambda.
3333         (allout-overlay-interior-modification-handler): Remove unused
3334         variables `msg' and 'opened'.
3335         (allout-hidden-p): Constrain invisibility consideration to allout's
3336         invisibility spec, disregarding invisibility for other reasons.
3338 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
3340         * files.el (version-control): Correct safe values.
3342 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
3344         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3346         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3347         (ewoc--insert-new-node): New func.
3348         Update callers of deleted funcs to use it, instead.
3350 2006-05-11  Glenn Morris  <rgm@gnu.org>
3352         * calendar/calendar.el (diary-show-all-entries): Do not refer to
3353         obsolete alias `show-all-diary-entries'.
3354         (make-diary-entry): Not interactive.
3355         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3356         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3357         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3358         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3359         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3360         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3362 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3364         * calendar/calendar.el (calendar-french-date-string)
3365         (calendar-mayan-date-string, calendar-chinese-date-string)
3366         (calendar-astro-date-string, calendar-iso-date-string)
3367         (calendar-islamic-date-string, calendar-bahai-date-string)
3368         (calendar-hebrew-date-string, calendar-coptic-date-string)
3369         (calendar-ethiopic-date-string, calendar-persian-date-string):
3370         These functions are not interactive.
3372 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
3374         * files.el: Balance parentheses.
3376 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
3378         * files.el, newcomment.el, outline.el, simple.el,
3379         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3380         progmodes/cc-vars.el, progmodes/compile.el:
3381         Move `safe-local-variable' declarations to the respective files.
3383         * help-fns.el (describe-variable): Don't print safe-var if it is
3384         byte-code.  Improve wording as suggested by Luc Teirlinck.
3386 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3388         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3389         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3390         Use a token for pending-triggers to ensure gdb-var-update
3391         gets called once per user input again for pre-GDB 6.4.
3392         (gdb-var-delete): Match on more complex expressions.
3393         (gdb-var-list-children-handler, gdb-var-create-handler):
3394         Use a token for consistency.
3396 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
3398         * textmodes/org.el (org-read-date, org-goto-calendar)
3399         (org-agenda-goto-calendar):
3400         Bind `view-calendar-holidays-initially' to nil.
3402 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
3404         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3405         Update all callers to do it there, instead.
3407 2006-05-10  Glenn Morris  <rgm@gnu.org>
3409         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3410         prefix arg case, to avoid view-diary-entries-initially error.
3411         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3412         (calendar-date-is-legal-p): Handle dates with no day part.
3414 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3416         * comint.el (comint-insert-input): Just make it when
3417         comint-use-prompt regexp is nil (default) and with the mouse.
3418         (comint-copy-old-input): Reinstate from 2004-06-23.
3419         (comint-mode-map): Bind C-c C-m to it.
3421 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
3423         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3424         Remove spurious move to point-max (new comint behavior fixes).
3426         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3427         compatibility function (Emacs 18/19).
3428         (idlwave-is-continuation-line): Always return point at start of
3429         previous non-blank continuation line.
3430         `keyword-parameters': Fix continued comment font-lock matcher.
3431         (idlwave-font-lock-fontify-region): Written, use as
3432         font-lock-fontify-region-function, to fix continued keyword
3433         fontification issues.
3435 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3437         * term/mac-win.el (mac-font-panel-mode): Doc fix.
3438         (mac-service-selection, mac-service-open-file)
3439         (mac-service-open-selection, mac-service-mail-selection)
3440         (mac-service-mail-to, mac-service-insert-text): Rename from
3441         mac-services-*.  All uses changed.
3442         (mac-apple-event-map): Rename event symbol `services' to `service'.
3444 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
3446         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3447         (ewoc--node-enter-first, ewoc--node-enter-last)
3448         (ewoc--delete-node-internal): Merge funcs into unique callers.
3450 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
3452         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3453         return value of read-from-minibuffer for empty input.
3455 2006-05-09  Miles Bader  <miles@gnu.org>
3457         * comint.el (comint-insert-input): Remove redundant calls to setq
3458         and goto-char.
3460 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
3462         * comint.el (comint-insert-input): Make it work when
3463         comint-use-prompt-regexp is t.
3465 2006-05-10  Miles Bader  <miles@gnu.org>
3467         * subr.el (field-at-pos): New function.
3469         * comint.el (comint-insert-input): Use it.
3471 2006-05-09  Juri Linkov  <juri@jurta.org>
3473         * battery.el (battery-linux-proc-acpi): Also try
3474         `/proc/acpi/thermal_zone/THR2/temperature'.
3476         * files.el <safe-local-variable>: Remove `eval' and `let' binding
3477         for now unused lambda `string-or-null'.
3479         * add-log.el (change-log-default-name): Put `string-or-null-p'
3480         instead of lambda on `safe-local-variable' property.
3482         * diff-mode.el (diff-context->unified): Use `region-beginning' and
3483         `region-end' instead of `mark' and `point'.
3484         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3485         Operate on region in Transient Mark mode when the mark is active.
3486         Use `region-beginning' and `region-end' instead of `mark' and
3487         `point'.
3488         (diff-hunk-text, diff-goto-source): Doc fix.
3490         * startup.el (fancy-splash-screens, normal-splash-screen): Use
3491         face `mode-line-buffer-id' for mode-line buffer face instead of
3492         hard-coded `(:weight bold)'.
3494         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3495         buffer-undo-list to t (undo-ask is reproducible by visiting
3496         nested archives).
3498 2006-05-09  Kim F. Storm  <storm@cua.dk>
3500         * progmodes/grep.el (rgrep): Set default directory of *grep*
3501         buffer if we start M-x rgrep in the *grep* buffer and choose
3502         a different base directory.
3504 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
3506         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3507         completion also when ido is loaded.
3509 2006-05-09  Masatake YAMATO  <jet@gyve.org>
3511         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3512         "warning" and "import".
3513         (cpp-font-lock-keywords): Added "warning".
3515 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
3517         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3519 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3521         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3522         pages at a time, if we signal the end, we should indeed reach that end.
3524 2006-05-08  David Reitter  <david.reitter@gmail.com>
3526         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3527         output during execution of the body.
3529 2006-05-08  Kim F. Storm  <storm@cua.dk>
3531         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3533 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
3535         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3536         Use with-current-buffer.
3538 2006-05-07  Kim F. Storm  <storm@cua.dk>
3540         * subr.el (add-to-history): Remove keep-dups arg.
3542         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3543         to nil around call to add-to-history.
3545 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3547         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3548         than after a buffer modification.
3550 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
3552         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3553         call to...
3554         (gud-watch): ...here so speedbar is raised for already watched
3555         expressions.
3556         (gdb-speedbar-refresh): Delete function.
3557         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3558         Use speedbar-timer-fn instead of speedbar-refresh (reverting
3559         earlier change).
3560         (gdb-var-evaluate-expression-handler)
3561         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3563         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3564         Update localized contents for all buffers except ignored modes.
3566 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3568         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3569         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3570         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3571         (mac-handle-font-panel-closed, mac-handle-font-selection):
3572         New functions.
3573         (mac-font-panel-mode): New minor mode.
3574         (mac-apple-event-map): Add bindings for toolbar toggle button and
3575         font panel.
3576         (menu-bar-showhide-menu): Add mac-font-panel-mode.
3578 2006-05-07  John Paul Wallington  <jpw@pobox.com>
3580         * ibuffer.el (ibuffer-compressed-file-name-regexp):
3581         Avoid `regexp-opt'; simplify regexp for readability.
3583 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3585         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3586         * files.el (buffer-stale-function):
3587         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3588         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3589         links to the main manual, not to emacs-xtra.
3591 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3593         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3594         MacJapanese if text is ASCII-only.
3596 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
3598         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3599         unless so nil isn't returned.
3600         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3602 2006-05-06  Kim F. Storm  <storm@cua.dk>
3604         * subr.el (add-to-history): New function.
3606         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3607         (ediff-merge-files-with-ancestor):
3608         * env.el (setenv):
3609         * isearch.el (isearch-update-ring):
3610         * server.el (server-visit-files):
3611         * progmodes/grep.el (lgrep, rgrep):
3612         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3613         * progmodes/xscheme.el (xscheme-insert-expression):
3614         Use add-to-history.
3616         * kmacro.el (kmacro-push-ring): Use add-to-history.
3617         (kmacro-ring-length): Remove unused defun.
3618         (kmacro-start-macro): Use kmacro-push-ring.
3620 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
3622         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3623         directly instead of a lambda expression that calls it.
3625 2006-05-06  Kim F. Storm  <storm@cua.dk>
3627         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3628         instead of compute-motion.
3630 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
3632         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3633         change.
3635 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
3637         * startup.el (command-line-1): Refer to "Pure Storage" on
3638         pure-space-overflow.
3640 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
3642         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3643         provided faces once they all have been used up.
3645 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3647         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3648         reference to the Lisp manual to the warning about pure space
3649         overflow.
3651 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3653         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3654         argument to avoid the call to `ispell-internal-change-dictionary'
3655         when not needed.
3656         (ispell-change-dictionary): Use this argument and call
3657         `ispell-internal-change-dictionary' after the possible change
3658         to `ispell-local-dictionary'.
3659         (ispell-internal-change-dictionary): Check for a change in
3660         personal dictionary use too.
3662 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3664         * startup.el (command-line): On MS-Windows, probe "~", not
3665         "~USER", for warning about non-existent home directory
3667         * arc-mode.el (archive-l-e): New optional argument `float' means
3668         generate a float value.
3669         (archive-arc-summarize, archive-lzh-summarize)
3670         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3671         with 3rd argument non-nil when file's size is being computed.
3672         Format the file sizes with %8.0f instead of %8d.
3674 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3676         * cus-start.el (all): Add mac-dnd-known-types.
3678         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3679         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3680         (mac-TIFF-to-string): New functions.
3681         (x-get-selection, x-selection-value)
3682         (mac-select-convert-to-string): Use them.
3683         (mac-text-encoding-mac-japanese-basic-variant): New constant.
3684         (mac-dnd-types-alist): New customization variable.
3685         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3686         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3687         (mac-dnd-handle-drag-n-drop-event): New functions.
3688         (mac-drag-n-drop): Remove function.
3689         (global-map): Bind drag-n-drop and M-drag-n-drop to
3690         mac-dnd-handle-drag-n-drop-event.
3692 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
3694         * progmodes/perl-mode.el (perl-beginning-of-function):
3695         Skip anonymous subs.
3697 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
3699         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3700         regexp-opt at run time.
3702         * term.el (term-handle-ansi-escape): Fix off by one error.
3704 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
3706         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3707         (gdb-init-1, gdb-post-prompt): ...and references to it.
3708         (gdb-frame-handler): Strip directory name from filename if present.
3710         * progmodes/gud.el (gdb-force-update): Delete defvar
3711         (gud-speedbar-buttons): ...and references to it.  Use window-start
3712         to try to keep positon in watch expression.
3714 2006-05-03  Richard Stallman  <rms@gnu.org>
3716         * simple.el (next-history-element, previous-history-element): Doc fix.
3718         * isearch.el (isearch-update-ring): Doc fix.
3720 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
3722         * isearch.el (isearch-update-ring): Take history-delete-duplicates
3723         into consideration.  Replace one arm ifs with whens.
3725 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
3727         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3728         (menu): Fix typo.
3730 2006-05-02  Miles Bader  <miles@gnu.org>
3732         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3734 2006-05-02  Jay Belanger  <belanger@truman.edu>
3736         * calc/calc-embed.el (calc-override-minor-modes-map)
3737         (calc-override-minor-modes): New variables.
3738         (calc-do-embedded): Make sure that Calc keystrokes aren't
3739         overwritten by minor modes.
3741 2006-05-02  Chong Yidong  <cyd@mit.edu>
3743         * msb.el (msb): If EVENT is a down event, read and discard the up event.
3745 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3747         * startup.el (command-line-1): Refer to Lisp manual when
3748         pure-space-overflow occurs.
3750         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3751         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3752         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3753         (version-control): Don't use `t' for safe-local-variable declarations.
3755 2006-05-01  Richard Stallman  <rms@gnu.org>
3757         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3758         M-r, M-R, M-A, M-SPC or M-DEL.
3759         (diff-mode-map): diff-refine-hunk now on C-c C-w
3760         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3762         * help-mode.el (help-mode): view-exit-action calls delete-window
3763         only when it is safe and possible.
3765         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3766         in messages.
3768         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3770         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3771         in the default tool-bar-map.
3773 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
3775         * net/tramp.el (tramp-completion-file-name-handler-alist)
3776         (tramp-run-real-handler, tramp-completion-run-real-handler)
3777         (tramp-completion-handle-file-name-all-completions)
3778         (tramp-completion-handle-file-name-completion): Autoload them.
3779         (tramp-completion-handle-file-exists-p)
3780         (tramp-completion-handle-file-name-directory)
3781         (tramp-completion-handle-file-name-nondirectory)
3782         (tramp-completion-handle-expand-file-name): Remove them.
3783         (tramp-handle-file-name-directory): Return the real directory name.
3784         Returning "/" only doesn't need to be necessary any longer.
3785         (tramp-file-name-handler): Make special attention when in hostname
3786         completion mode.
3787         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3788         (tramp-register-file-name-handlers):
3789         Register `tramp-completion-file-name-handler' only when
3790         `partial-completion-mode' is enabled.
3791         (tramp-completion-handle-file-name-all-completions):
3792         Delete directory part from results.
3793         (tramp-get-completion-methods, tramp-get-completion-user-host):
3794         Discard deleting "/", it doesn't work after the change of
3795         `tramp-handle-file-name-directory' above.
3797 2006-05-01  Kim F. Storm  <storm@cua.dk>
3799         * progmodes/grep.el (grep-expand-template): Use save-match-data
3800         and symbol-value.
3802 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3804         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3805         Use select-frame-set-input-focus instead of raise-frame.
3806         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3808 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
3810         * progmodes/gud.el (gud-def): Add %c case.
3811         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3812         (gud-format-command): Make match case sensitive.  Match on %F.
3814 2006-04-30  Glenn Morris  <rgm@gnu.org>
3816         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3817         (cal-tex-preamble): Use cal-tex-preamble-extra.
3818         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3819         than alias `list-diary-entries'.
3821 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
3823         * help-fns.el (describe-variable): Add info about safe local variables.
3825 2006-04-29  Richard Stallman  <rms@gnu.org>
3827         * bindings.el (mode-line-format): help-echo doc fixes.
3829         * net/tramp.el (tramp-file-name-handler-alist): Delete
3830         expand-file-name and other operations that can cause spurious loading.
3832 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3834         * files.el (safe-local-variable-p): Remove support for the special
3835         value t.
3837         * textmodes/paragraphs.el (sentence-end-without-space):
3838         Fix safety predicate.
3839         (sentence-end-double-space, sentence-end-without-period)
3840         (paragraph-ignore-fill-prefix):
3841         * textmodes/fill.el (colon-double-space):
3842         * abbrev.el (abbrev-mode): Tighten the safety predicate.
3844         * subr.el (booleanp): New fun.
3846         * textmodes/reftex-vars.el (reftex-guess-label-type):
3847         Tighten the safety predicate.
3849 2006-04-28  Kim F. Storm  <storm@cua.dk>
3851         * progmodes/grep.el (defgroup grep): Doc fix.
3852         (grep-auto-highlight): Remove.
3853         (grep-template): New defcustom.
3854         (grep-find-template): Rename from grep-tree-template.
3855         (grep-files-aliases): Rename from grep-tree-files-aliases.
3856         Remove "all" alias, add "l" alias.
3857         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3858         (grep-find-ignored-directories): New defcustom to replace
3859         grep-tree-ignore-CVS-directories, to facilitate ignoring
3860         subdirectories for multiple version control systems.
3861         (grep-mode-map): Add Recursive grep item to GREP menu.
3862         (grep-regexp-history, grep-files-history): New defvars.
3863         (grep-probe): New helper function.
3864         (grep-compute-defaults): Use it to simplify code.
3865         Adapt to name changes.
3866         Use `.' as base in grep-find-template rather than <D>.
3867         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
3868         Call grep-compute-defaults unconditionally.
3869         (grep-expand-keywords): New defconst.
3870         (grep-expand-template): Rename from grep-expand-command-macros.
3871         Simplify via grep-expand-keywords.  Look at case-fold-search instead
3872         of grep-tree-ignore-case to add -i option.
3873         Bind case-fold-search to nil while matching keywords.
3874         (grep-tree-last-regexp, grep-tree-last-files): Remove.
3875         (grep-read-regexp, grep-read-files): New helper functions.
3876         (rgrep): Rename from grep-tree.  Rework to use proper histories.
3877         Adapt to changes in defcustoms and functions above.
3878         (lgrep): New command, as grep, but using same interactive UI as rgrep.
3880 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
3882         * net/tramp.el (tramp-completion-file-name-handler):
3883         Disable Tramp's functionality while loading Tramp itself.
3884         (tramp-register-file-name-handlers): That's a defsubst now.
3885         Code from `tramp-repair-jka-compr' moved here.  Apply it via
3886         `after-init-hook'.
3887         (tramp-repair-jka-compr): Remove.
3889 2006-04-27  Jay Belanger  <belanger@truman.edu>
3891         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3892         read expression when `math-read-big-expr' doesn't work.
3894 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
3896         * startup.el (command-line-1): Display warning when
3897         pure-space-overflow is non-nil.
3899 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3901         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3902         risky.
3904 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3906         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3907         Return the URL or nil if none can be generated.
3909 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
3911         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3912         byte compiler warnings.
3913         (gud-basic-call, gud-find-expr): Let user select an expression
3914         for printing.  Print expression as well as value in GUD buffer.
3916 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
3918         * allout.el: Remove local autoload declaration for
3919         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3920         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3921         (allout-plain-bullets-string, allout-distinctive-bullets-string)
3922         (allout-use-mode-specific-leader, allout-old-style-prefixes)
3923         (allout-stylish-prefixes, allout-numbered-bullet)
3924         (allout-file-xref-bullet, allout-presentation-padding)
3925         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3926         safe-local-variable with suitable value spec, and add autoload
3927         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
3928         (move-beginning-of-line, move-end-of-line): Repair so these compat
3929         functions now actually resituate the point, when appropriate.
3931 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3933         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3935         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3936         (add-log-iso8601-time-string): Fix call to format-time-string.
3938 2006-04-26  Kim F. Storm  <storm@cua.dk>
3940         * subr.el (posn-string, posn-image, posn-object): Doc fix.
3942 2006-04-26  Masatake YAMATO  <jet@gyve.org>
3944         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3945         Add support for "//" style comments.  Remove `b' flag
3946         from ?* in `asm-mode-syntax-table'.
3948 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3950         * follow.el: Use (featurep 'xemacs) everywhere.
3951         (follow-mode): Use define-minor-mode.
3952         (follow-mode-map): Move initialization into the declaration.
3953         Use command remapping.
3954         (follow-emacs-version-xemacs-p): Remove.
3955         (follow-submit-feedback): Remove.
3957         * allout.el (allout-layout, allout-passphrase-verifier-string)
3958         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3960         * textmodes/reftex-vars.el (reftex-vref-is-default)
3961         (reftex-fref-is-default, reftex-guess-label-type):
3962         Tighten up a bit the safety predicate.
3964         * textmodes/paragraphs.el (sentence-end-double-space)
3965         (sentence-end-without-period, sentence-end-without-space)
3966         (page-delimiter, paragraph-ignore-fill-prefix):
3967         Tighten up a bit the safety predicate.
3969         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3971         * progmodes/python.el (python-continuation-line-p)
3972         (python-beginning-of-statement): syntax-ppss may return
3973         a negative depth.
3974         (python-mode): Don't forcefully enable font-lock.
3976         * time-stamp.el (time-stamp-start, time-stamp-end)
3977         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3979         * add-log.el: Remove spurious * in docstrings.
3980         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3981         (add-change-log-entry): Use it here, since it's not specific
3982         to iso8601.
3983         (add-log-iso8601-time-string): Don't use it here any more.
3984         (change-log-indent-text, change-log-indent): Rename from add-log-*.
3986         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3988 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
3990         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3991         (rcirc-toggle-low-priority): Doc fix.
3992         (rcirc-handler-NOTICE): Remove beginning of line anchor in
3993         ChanServ regexp.
3994         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3995         #emacs.
3996         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3997         (rcirc-decode-coding-system): Use utf-8 as the default.
3998         (rcirc-multiline-minor-mode): Set the fill-column.
3999         (rcirc-format-response-string): Display bright and dim nicks.
4000         (rcirc-browse-url): Update interactive spec to fill ARG.
4001         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4002         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4004 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
4006         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4007         case for @Article, etc.
4009 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
4011         * net/tramp.el (tramp-register-file-name-handlers): New defun.
4012         Added with autoload cookie.
4013         (tramp-unload-file-name-handlers): Rename from
4014         `tramp-unload-file-name-handler-alist'.
4016 2006-04-23  Romain Francoise  <romain@orebokech.com>
4018         * comint.el (comint-match-partial-filename): Doc fix.
4020 2006-04-21  Glenn Morris  <rgm@gnu.org>
4022         * calendar/cal-menu.el (calendar-mode-map): Refer to
4023         `diary-view-entries' rather than alias `view-diary-entries'.
4024         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4026 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
4028         * progmodes/antlr-mode.el (antlr-default):
4029         * cus-edit.el (custom-documentation):
4030         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4031         in defface.
4033 2006-04-21  Kim F. Storm  <storm@cua.dk>
4035         * image.el (image-type): New defun split out of create-image.
4036         (create-image): Use it.
4038 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
4040         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4041         (org-open-at-point): Remove the "...done" message to keep output
4042         in the echo area visible.
4043         (org-export-as-xoxo): Fix call to `indent-region'.
4045 2006-04-21  Kevin Ryde  <user42@zip.com.au>
4047         * international/mule.el (keyboard-coding-system): defcustom
4048         info-link fixes: "Specify Coding" has been split, keyboard now in
4049         "Terminal Coding", and "Single-Byte Character Support" is now
4050         "Unibyte Mode".
4052 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
4054         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4055         Use font-lock-warning-face for any errors e.g. no stack.
4056         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4058 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
4060         * progmodes/sh-script.el (sh-shell): Mark as safe.
4062         * newcomment.el (comment-start, comment-start-skip)
4063         (comment-end-skip, comment-end): Mark as safe.
4065 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
4067         * textmodes/org.el (org-deadline-announce): Face removed.
4068         (org-level-faces, org-n-levels): Convert to constant.
4069         (org-compatible-face): New function.
4070         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4071         (org-level-5, org-level-6, org-level-7, org-level-8)
4072         (org-special-keyword, org-warning, org-headline-done, org-link)
4073         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4074         (org-scheduled-today, org-scheduled-previously, org-time-grid):
4075         Face definition revised for better color tty support.
4076         (org-bold-re, org-italic-re, org-underline-re): New constants.
4077         (org-set-font-lock-defaults): Use the new constants.
4078         (org-agenda-highlight-todo): New function.
4079         (org-agenda-todo): Fix bug with point at end of line.
4080         (org-agenda-change-all-lines, org-finalize-agenda-entries):
4081         Fontify TODO keywords.
4082         (org-insert-link): Preserve relative path in ../ links.
4083         (org-export-as-html): Convert links pointing to .org files into
4084         links that will work beteen the exported HTML files.
4085         (org-todo-list): Fix bug when arg=0.
4086         (org-insert-heading): More fine-tuning.
4088 2006-04-19  Romain Francoise  <romain@orebokech.com>
4090         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4091         from `rmail-mime-charset-pattern'.
4093 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4095         * progmodes/python.el (python-mode): Fix typo.
4097 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
4099         * comint.el (comint-previous-input): Don't clobber input line
4100         when moving off either end of the input history ring.
4101         (comint-delete-input): New function, used by
4102         `comint-previous-input' and others.
4103         (comint-previous-matching-input):
4104         Use `coming-delete-input'.  Save the partial input if leaving the
4105         edit line.  Goto point-max before deleting input to avoid
4106         partial input fragments hanging around.
4107         (comint-restore-input): New function, used by `comint-previous-input'.
4109 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
4111         * imenu.el (imenu--index-alist): Balance parentheses.
4113 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4115         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4117 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
4119         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4120         file is nil.
4122 2006-04-18  Richard Stallman  <rms@gnu.org>
4124         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4126         * imenu.el (imenu-create-index-function, imenu--index-alist)
4127         (imenu--last-menubar-index-alist, imenu--make-index-alist)
4128         (imenu-default-create-index-function, imenu--generic-function):
4129         Doc fixes.
4131         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4133         * help-mode.el (help-mode): Set view-exit-action to delete window.
4135         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
4136         now works by passing nil as arg.
4138         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4140         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4141         (read-abbrev-file): Provide default when reading filename.
4143         * files.el (enable-local-variables): Allow :all as value.
4144         (hack-local-variables): Implement that value.
4145         (safe-local-variable-values, safe-local-eval-forms)
4146         (enable-local-variables): Mark as risky.
4147         (find-file-visit-truename, kept-old-versions): Mark safe.
4149         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4150         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4151         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4153 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4155         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4156         Use forward-line so as to get to BOL even in the presence of fields.
4157         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4158         in return.
4159         (inferior-tcl): Tell tclsh to work in interactive mode.
4161         * complete.el (partial-completion-mode):
4162         Use 'choose-completion-string-functions to make sure that
4163         choose-completion fills the minibuffer properly.
4165         * complete.el (PC-old-read-file-name-internal): Remove.
4166         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
4167         of read-file-name-internal.
4168         (partial-completion-mode): Enable/disable this advice.
4170 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
4172         * net/tramp.el (tramp-completion-file-name-handler): Revert change
4173         of 2006-04-17.
4175 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
4177         * textmodes/org.el (org-insert-heading): Insert heading before
4178         current if at beginning of line.
4179         (org-todo, org-date): New faces.
4180         (org-table-align): Make sure tooltip window contains full text.
4181         (org-no-properties): New defsubst.
4182         (org-set-font-lock-defaults): Use new faces.
4184 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
4186         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4187         for root variables.
4189         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4190         (gdb-frame-address): Re-use to identify frame for watch expression.
4191         (gdb-var-list, gdb-var-create-handler): Add frame address for root
4192         variables.
4193         (gdb-init-1, gdb-source, gdb-post-prompt)
4194         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4195         (gdb-frame-handler): Get gdb-frame-address.
4197 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
4199         Sync with Tramp 2.0.53.
4201         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4202         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4203         (tramp-completion-file-name-handler): Add autoload cookie for
4204         adding to `file-name-handler-alist'.
4206         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4207         the prompt.  If it returns earlier (when detecting an error
4208         message), the rest of the output will merge accidently with the
4209         output of the next command.  Reported by M Jared Finder
4210         <jared@hpalace.com>.
4212         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4213         for `process-file', in order to let it work for older Emacsen too.
4215 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
4217         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4218         (tex-font-lock-keywords-3): Use it.
4220 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4222         * newcomment.el (comment-add): New function.
4223         (comment-region-default, comment-dwim): Use it.
4225 2006-04-15  Michael Olson  <mwolson@gnu.org>
4227         * emacs-lisp/tq.el: Improve comments.
4228         (tq-queue-head-question): New accessor function.
4229         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4230         Update for modified queue structure.
4231         (tq-queue-add): Accept `question' argument.
4232         (tq-queue-pop): If a question is pending, send it.
4233         (tq-enqueue): Accept new optional argument `delay-question'.
4234         If this is non-nil, and at least one other question is pending a
4235         response, queue the question rather than sending it immediately.
4237 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4239         * calendar/appt.el (appt-add): Check whether an appointment is
4240         already present in appt-time-msg-list.  Simplify code.
4242 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4244         * progmodes/cc-langs.el (c-mode-menu):
4245         Don't presume c-subword-mode is bound.
4247 2006-04-13  Bill Wohler  <wohler@newt.com>
4249         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4250         (customize-package-emacs-version): Use cdr instead of cadr now
4251         that alists use dotted pairs.
4253         * custom.el (defcustom): Fix docstring for :package-version.
4255 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
4257         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4258         (tramp-handle-shell-command): Display output buffer only when
4259         `tramp-display-shell-command-buffer' is true.
4260         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4262 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4264         * textmodes/org.el (org-set-autofill-regexps): Set only the local
4265         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4267 2006-04-13  Romain Francoise  <romain@orebokech.com>
4269         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4270         leaving temporary .cvsignore buffers behind.
4272 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4274         * textmodes/org.el (org-set-regexps-and-options)
4275         (org-get-current-options): Better names for the startup folding
4276         options.
4278 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
4280         * vc.el (vc-annotate): Arrange for point to end up at the same
4281         line number as in the original, but only when using a new buffer.
4283 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
4285         * files.el (hack-one-local-variable-eval-safep):
4286         Recognize `edebug-form-spec' for `put', but only if it passes
4287         `edebug-basic-spec'.  Generalize `put' handling.
4289         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4290         vetting file-local form specs.
4292         * allout.el (allout-layout): Autoload its `safe-local-variable'
4293         property.
4295 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4297         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4298         (org-agenda-mouse-1-follows-link)
4299         (org-mouse-1-follows-link): New options.
4300         (org-format-agenda-item): Fix bug if TAGS is nil.
4301         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4303 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
4305         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4306         GDB 6.1+ gives full filename for "info sources" so use
4307         file-name-nondirectory.
4309 2006-04-12  Romain Francoise  <romain@orebokech.com>
4311         * subr.el (read-passwd): Bind `message-log-max' to nil.
4313 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4315         * progmodes/perl-mode.el (perl-indent-new-calculate):
4316         Recompute parse-start after jumping backward by a whole sexp.
4318 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4320         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4321         window configuration.
4322         (vc-annotate-display-select): Select the buffer so that current-buffer
4323         (and selected-window) is the output buffer at the end of vc-annotate.
4325 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
4327         * vc.el (vc-annotate-color-map): Add custom TTY color map for
4328         8-color terminals, to use all of the colors in a sensible order.
4329         256-color terminals work well with the standard map.
4330         (vc-annotate-lines): Only strip the first color character if it
4331         is "#", to allow for terminal-style named colors.
4332         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4333         the correct buffer is scrolled.
4335 2006-04-11  Richard Stallman  <rms@gnu.org>
4337         * emacs-lisp/bytecomp.el (byte-compile-file):
4338         Bind enable-local-variables to :safe, and make normal-mode obey it.
4340         * files.el (enable-local-variables): Allow value :safe.
4341         (normal-mode): Doc fix.
4342         (hack-local-variables): Implement enable-local-variables = :safe.
4343         (hack-local-variables-confirm): Don't prevent quitting.
4345 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4347         * loadhist.el (unload-feature): A bit of sanity check of
4348         load-history entries.  Cancel timer-vars before unbinding them.
4350         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4351         quote special chars, and make the trick work on the hex part of the
4352         buffer as well.
4353         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4354         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4356         * startup.el (normal-splash-screen): Fix last change so we don't wait
4357         2 minutes if we don't show the splash screen.
4359 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
4361         * textmodes/org.el (org-export-plain-list-max-depth)
4362         (org-table-spaces-around-separators)
4363         (org-radio-targets, org-activate-camels)
4364         (org-table-spaces-around-invisible-separators): Options removed.
4365         (org-time-stamp-rounding-minutes, org-remember-templates)
4366         (org-ellipsis, org-activate-links, org-descriptive-links):
4367         New options.
4368         (org-remember-apply-template, org-current-time)
4369         (org-finish-edit-table-field)
4370         (org-link-unescape, org-link-escape)
4371         (org-string-width, org-table-clean-line, org-html-do-expand)
4372         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4373         (org-read-agenda-file-list): New functions.
4374         (org-table-edit-field)
4375         (org-table-create-or-convert-from-region): New commands
4376         (org-table-toggle-vline-visibility): Command removed.
4377         (org-table-convert-region): Made a command.
4378         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4379         Replace with the normal org- functions.
4380         (org-self-insert-command): Don't trigger realign unnecessarily
4381         when blanking a field that is not full.
4382         (org-mode): `Set buffer-invisibility-spec' for links.
4383         (org-activate-links2): Hide link part and only show descriptive
4384         part of the link.
4385         (org-insert-link): Modify for new linking system.
4386         (org-store-link): Store description separately, for use by
4387         `org-insert-link'.
4388         (org-table-align): Use `org-string-width'.
4389         (defgroup): Completely new group structure for custom variables.
4390         (org-agenda-files): Option: Single file name allowed.  Function:
4391         Optional argument unrestrited means ignore any restricitons.
4392         (org-install-agenda-files-menu): Find a buffer in Org-mode before
4393         trying to modify the menu.  Use generalized access to
4394         `org-agenda-files.'
4395         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4396         (org-agenda-file-to-front, org-remove-file, org-diary)
4397         (org-tags-view, org-export-icalendar-all-agenda-files)
4398         (org-export-icalendar-combine-agenda-files): Use generalized
4399         access to `org-agenda-files'.
4400         (org-remember-handler): Correctly preserve heading if present.
4401         (org-table-insert-row, org-table-insert-hline): Deal with
4402         invisible characters.
4404 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
4406         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4407         (vc-annotate-color-map): New 18 element constant
4408         value/saturation, rotating hue colormap, from red->blue.
4409         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4410         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4411         (vc-annotate): To avoid killing the required local variables,
4412         set them before the end of `with-output-to-temp-buffer', and
4413         after first switching to annotate-mode.
4414         (vc-annotate-warp-version): Add buffer argument in goto-line to
4415         ensure annotation, not source, is scrolled.
4417 2006-04-10  Bill Wohler  <wohler@newt.com>
4419         * custom.el (defcustom, custom-handle-keyword):
4420         Add :package-version keyword.
4421         (custom-add-package-version): New function.  Sets value of new
4422         property 'custom-package-version from :package-version keyword.
4423         (defcustom): Create Common Keywords section in docstring.
4424         (defface, defgroup): Replace definitions of a select few keywords
4425         with a reference to the Common Keywords in defcustom.
4426         (defcustom, defface, defgroup): Replace reference to Customization
4427         chapter in manual with hyperlink.
4429         * cus-edit.el (customize-package-emacs-version-alist):
4430         New variable.
4431         (customize-changed-options): Add check for custom-package-version.
4432         (customize-package-emacs-version): New function to look up Emacs
4433         version corresponding to the given package version.
4435         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4436         defun name, in similar fashion to find-variable-regexp.
4438 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
4440         * international/mule-cmds.el (set-locale-environment): Fix last
4441         change for when the locale's preferences don't specify any encoding.
4443 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4446         so the defined var/fun doesn't need to be quoted.
4448 2006-04-10  Richard Stallman  <rms@gnu.org>
4450         * finder.el (finder-mode-map): Add n and p bindings.
4452 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
4454         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4455         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4456         (gdb-setup-windows): Put something in source window if we can't find
4457         the source file.
4458         (gdb-frame-handler): Make it work again with just assembly.
4459         (gdb-data-list-register-values-handler): Make it work when there is
4460         no stack.
4462 2006-04-09  Richard Stallman  <rms@gnu.org>
4464         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4465         specs while looking for charset.
4467         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4469         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4470         Make them faces.
4471         (lm-font-lock-keywords): Update appropriately.
4473 2006-04-10  Kim F. Storm  <storm@cua.dk>
4475         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4476         it can also replace buffer-substring-no-properties.
4478         * emulation/cua-base.el (cua-delete-region, cua-paste)
4479         (cua-repeat-replace-region): Use filter-buffer-substring.
4481         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4482         (cua-cut-region-to-global-mark): Likewise.
4484         * emulation/cua-rect.el (cua--extract-rectangle)
4485         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4487 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4489         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4490         entry-type.  Add field delimiters to numerical fields if they are
4491         not present.
4493 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4495         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4496         string-const to return value.
4497         (bibtex-remove-delimiters): Use it.
4499 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4501         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4502         cl-byte-compile-compiler-macro unless it exists.
4504 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4506         * files.el (hack-local-variables-confirm) <offer-save>:
4507         Clarify message text.  Suggested by Ralf Angeli.
4509 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
4511         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4512         (delete-extract-rectangle-line): Use `filter-buffer-substring'
4513         instead of `buffer-substring' and `delete-region'.  (Most of the
4514         code actually copied from `kill-region'.)
4516 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
4518         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4519         (rcirc-default-port): Rename from rcirc-port.
4520         (rcirc-default-nick): Rename from rcirc-nick.
4521         (rcirc-default-user-name): Rename from rcirc-user-name.
4522         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4523         (rcirc-low-priority-flag): New variable.
4524         (rcirc-decode-coding-system): New defcustom.
4525         (rcirc-encode-coding-system): New defcustom.
4526         (rcirc-coding-system-alist): New defcustom.
4527         (rcirc-multiline-major-mode): New defcustom.
4528         (rcirc-nick): New internal variable.
4529         (rcirc-process): Remove variable.
4530         (rcirc-server-buffer): New variable.
4531         (rcirc): Update to use rcirc-default-* variables above.
4532         (rcirc-connect): Do not add window-configuration-hook-here.
4533         (rcirc-server): New internal variable.
4534         (rcirc-connect): Do not send keepalive pings if
4535         rcirc-keepalive-seconds is nil.
4536         (with-rcirc-server-buffer): New macro.
4537         (rcirc-send-string): Encode with rcirc-encode-coding-system.
4538         (rcirc-server-name): Rename from rcirc-server.
4539         (rcirc-buffer-process): New function.
4540         (rcirc-buffer-nick): New function.
4541         (rcirc-buffer-target): Remove function.
4542         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4543         New commands.
4544         (rcirc-mode-map): Change binding of C-c C-l to
4545         rcirc-toggle-low-priority.
4546         (rcirc-mode): Initialize coding system based on
4547         rcirc-coding-system-alist.  New change-major-mode-hook to part the
4548         channel on a mode change.  Make kill-buffer-hook buffer-local.
4549         (rcirc-change-major-mode-hook): New function.
4550         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4551         (rcirc-last-post-time): New variable.
4552         (rcirc-process-message): Store the last time user posted a message
4553         to this target.
4554         (rcirc-multiline-minor-mode): New mode.
4555         (rcirc-multiline-minor-mode-map): New mode map.
4556         (rcirc-edit-multiline): Put multiline-edit buffer in
4557         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4558         (rcirc-print): Ignore any line starting with an ignored nick.
4559         (rcirc-print): Decode using rcirc-decode-coding-system.
4560         (rcirc-track-minor-mode): Update global-mode-string when disabling
4561         this mode.
4562         (minor-mode-alist): Add LowPri indicator.
4563         (rcirc-toggle-low-priority): New function.
4564         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4565         next lowpriority buffer with activity.
4566         (rcirc-record-activity): Sort buffers in rcirc-activity by the
4567         last time the user posted a message in to the target.
4568         (rcirc-update-activity-string): New formatting for low priority
4569         buffers.
4570         (rcirc-split-activity): New function.
4571         (rcirc-handler-PART, rcirc-handler-KICK)
4572         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4573         (rcirc-nick-away-alist): New variable.
4574         (rcirc-handler-301): New handler.  Away messages are printed once
4575         per change.
4577 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4579         * info.el (Info-follow-nearest-node): Doc fix.
4581         * international/mule-cmds.el (set-locale-environment): Make sure
4582         the coding-system preferred by the locale's language has the same
4583         EOL conversion type as the original buffer-file-coding-system.
4584         (locale-language-names): Add a few MS Windows language codes.
4586 2006-04-07  Richard Stallman  <rms@gnu.org>
4588         * simple.el (eval-expression): Doc fix.
4590         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4591         (eval-defun): Doc fixes.
4593 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
4595         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4597 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
4599         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4600         GDB list command without argument for greater generality.
4602 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4604         * subr.el (string-or-null-p): New function.
4606         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4608         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4610         * files.el: Update comment about safe-local-variable declarations.
4612 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
4614         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4615         See idlwave.org.
4617         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4618         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
4620         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4621         See idlwave.org.
4623         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4624         version 6.0 (minimal changes).  See idlwave.org.
4626         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4627         6.0 (minimal changes).  See idlwave.org.
4629         * progmodes/idlw-rinfo.el: File obsoleted and removed.
4631 2006-04-06  Romain Francoise  <romain@orebokech.com>
4633         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4634         symmetric encryption features and a new asynchronous interface to
4635         GnuPG.  This new version is version 1.4, plus whitespace changes.
4637 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4639         * files.el: Move some `safe-local-variable' declarations to the
4640         respective files.
4642         * textmodes/ispell.el (ispell-check-comments)
4643         (ispell-local-dictionary): Mark as safe.
4645         * abbrev.el (abbrev-mode): Mark as safe.
4647         * add-log.el (change-log-default-name): Mark as safe.
4649         * textmodes/reftex-vars.el (reftex-vref-is-default)
4650         (reftex-fref-is-default, reftex-level-indent)
4651         (reftex-guess-label-type): Mark as safe.
4653         * textmodes/fill.el (colon-double-space): Mark as safe.
4655         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4656         (sentence-end-double-space, sentence-end-without-period)
4657         (sentence-end-without-space, sentence-end, sentence-end-base)
4658         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4660 2006-04-06  Kim F. Storm  <storm@cua.dk>
4662         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4663         the :set-after list.
4664         (ido-downcase-unc-hosts): New user option.  Default on.
4665         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4666         when it is set, as regexps are now applied on the fly.
4667         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4668         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4669         on the fly, but only when ido-process-ignore-lists is set.
4670         Do case insensitive filtering if ido-downcase-unc-hosts is set.
4671         Only downcase names if ido-downcase-unc-hosts is set.
4673 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
4675         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4677         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4679 2006-04-05  Kim F. Storm  <storm@cua.dk>
4681         * ido.el (ido-mode): Set after ido-unc-hosts and
4682         ido-ignore-unc-host-regexps.
4683         (ido-save-history): Save ido-unc-hosts-cache.
4684         (ido-load-history): Load ido-unc-hosts-cache.
4685         (ido-reread-directory): Refresh unc hosts cache in // dir.
4687         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4688         to nil while displaying slash screen.
4690 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4692         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4693         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4695 2006-04-05  Kenichi Handa  <handa@m17n.org>
4697         * international/characters.el: Setup cases of Latin, Greek, and
4698         Cyrillic characters in CJK charsets.
4700 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4702         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4703         default-enable-multibyte-characters.  This reverts the change from
4704         revision 6.17 which is no longer necessary because the passphrase
4705         is sent separately now.  GnuPG messages are unreadable under
4706         multibyte locales with default-enable-multibyte-characters set to nil.
4708 2006-04-04  Andreas Schwab  <schwab@suse.de>
4710         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4711         and `byte-compile-warnings' as `safe-local-variable'.
4713 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
4715         * man.el (Man-mode-map): Restore the \r binding.
4716         (Man-abstract-xref-man-page): If Man-target-string is a function,
4717         call it.
4718         (Man-highlight-references): Use Man-default-man-entry to get the
4719         target.  Deal with xrefs too.
4720         (Man-highlight-references0): Don't call the target function.
4722         * woman.el (WoMan-xref-man-page): Strip the section number, woman
4723         cannot deal with it.
4725 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4727         * pgg-gpg.el: Clean up process buffers every time gpg processes
4728         complete.
4730 2006-04-04  Kenichi Handa  <handa@m17n.org>
4732         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4733         here.
4734         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4735         Temporarily bind inhibit-field-text-motion to t.
4737 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4739         * startup.el (normal-splash-screen): Only set mode-line-format in the
4740         splash buffer, so as not to interfere when debugging the code.
4741         Ignore errors when switching buffer.
4743 2006-04-03  Romain Francoise  <romain@orebokech.com>
4745         * dired.el (dired-dnd-protocol-alist): Fix typo.
4747 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4749         * savehist.el (savehist): Add :version.
4750         (savehist-ignored-variables): New variable.
4751         (savehist-minibuffer-hook): Don't save variables listed in
4752         `savehist-ignored-variables'.
4754         * dired.el (dired-dnd-protocol-alist): Mention that change does
4755         only apply to new buffers in doc string.
4757 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
4759         * recentf.el (recentf-open-files-item): Include newline in button
4760         field, so opening a file will work, when the point is at the end
4761         of the file name.  Allow, for example, to [i]search a file by
4762         extension and just push RET to open it.
4764 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4766         * pgg-gpg.el (pgg-gpg-process-filter)
4767         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4769         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4770         lines, temporary fix.
4772 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4774         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4776 2006-04-02  Richard Stallman  <rms@gnu.org>
4778         * progmodes/compile.el (compilation-message-face): Make it defcustom.
4780 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4782         * ibuf-macs.el (define-ibuffer-column): Add a new key:
4783         header-mouse-map.
4785         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4786         (ibuffer-mode-header-map): New keymaps.
4787         (ibuffer-update-title-and-summary): Enable mouse face highlighting
4788         and keybindings for column headers.
4789         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4790         property.
4792 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4794         * speedbar.el (speedbar-after-create-hook): Doc fix.
4796 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
4798         * shell.el (shell-directory-tracker)
4799         (shell-dynamic-complete-command): Doc fixes.
4801 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
4803         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4804         terminals.
4806 2006-04-01  Kim F. Storm  <storm@cua.dk>
4808         * ido.el (ido-unc-hosts-cache): New defvar.
4809         (ido-unc-hosts): If value of defcustom is a function, call it to
4810         get list of UNC hosts.  Add function-item choices to specify
4811         ido-unc-hosts-net-view or user function.
4812         (ido-ignore-unc-host-regexps): New defcustom.
4813         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4814         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4815         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4817 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4819         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4820         wwidth.
4822 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
4824         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4825         (ido-max-work-file-list, ido-switch-buffer)
4826         (ido-read-file-name-as-directory-commands):
4827         Fix typos in docstrings.
4829 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4831         * term/mac-win.el (mac-system-coding-system): Define and use after
4832         Mac-specific coding systems are ready.
4834 2006-03-27  Romain Francoise  <romain@orebokech.com>
4836         * net/rcirc.el (rcirc-connect): Add autoload cookie.
4838         * ldefs-boot.el: Update.
4840 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4842         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4843         passphrases when it is not needed.
4844         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4845         passphrase stuff from gpg, should only be necessary when you use
4846         gpg with a smartcard.
4848 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
4850         * comint.el (comint-dynamic-list-completions): Allow user to
4851         select *Completions* buffer.
4853 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
4855         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4857 2006-03-26  Andreas Schwab  <schwab@suse.de>
4859         * progmodes/gud.el (gdb): Only complain about multiple debugging
4860         when the gdb process is still running.
4862 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
4864         * mail/rmail.el (tool-bar-map): Defvar it.
4865         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4866         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4868 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4870         * help.el (print-help-return-message): Suggest to use
4871         display-buffer instead of switch-to-buffer-other-window to restore
4872         the previous window without selecting it.
4874 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4876         * frame.el (select-frame-by-name): Call x-focus-frame also when
4877         window-system is mac.
4879         * term/mac-win.el: Adjust Courier font specifications in
4880         x-fixed-font-alist.
4881         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4882         when directly encoding to UTF-16 in native byte order, no BOM.
4884 2006-03-25  Kim F. Storm  <storm@cua.dk>
4886         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4887         (cua--init-keymaps): Use it instead of fixed C-return.
4888         (cua-mode): Set after it.
4890         * emulation/cua-rect.el (cua--init-rectangles):
4891         Use cua-rectangle-mark-key instead of fixed C-return.
4893 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
4895         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4896         "run" in .gdbinit.
4897         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4899 2006-03-24  Romain Francoise  <romain@orebokech.com>
4901         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4902         `display-buffer-other-frame'.
4904 2006-03-24  Kim F. Storm  <storm@cua.dk>
4906         * apropos.el (apropos-synonyms): Add selection => region.
4908 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4910         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4911         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4912         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4913         (gdb-data-list-register-values-regexp)
4914         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4915         Future proof against new fields being added to MI output.
4916         (gdb-send): Don't treat backslashes for program input as
4917         continuations.
4918         (gdb-assembler-handler): Don't use window-start for this handler.
4919         (gdb-frame-handler): Don't change to hollow arrow if overlay
4920         arrow doesn't move to new frame.
4922 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4924         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4925         prevent compiler warnings.
4926         (gdb-stopped): Check for gud-last-last-frame (case: signal).
4927         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4928         (gdb-assembler-custom): Use hollow-right-triangle for assembler
4929         buffer too.
4931 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
4933         * pgg-gpg.el (pgg-gpg-update-agent): Check for
4934         make-network-process, so we can use the same code in Gnus v5-10
4935         too and have this file fully synchronized with that release.
4937 2006-03-23  Romain Francoise  <romain@orebokech.com>
4939         * ibuf-ext.el (ibuffer-read-filter-group-name):
4940         Use `ibuffer-generate-filter-groups' to make completion list match
4941         the filter groups that are really displayed in the Ibuffer buffer.
4942         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4944 2006-03-23  Kenichi Handa  <handa@m17n.org>
4946         * international/mule-cmds.el (sort-coding-systems): Describe that
4947         the argument is modified in docstring.
4949 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4951         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4952         (pgg-gpg-update-agent): New function.
4953         (pgg-gpg-use-agent-p): New function.
4954         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4955         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4956         (pgg-gpg-sign-region): Use it.
4958 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
4960         * cus-edit.el (custom-face-set): Call custom-push-theme before
4961         face-spec set so that `changed' theme is correctly saved.
4962         (custom-face-reset-standard): Reset to recalculated face rather
4963         than defface spec.
4965         * custom.el (custom-push-theme): Only save `changed' theme if the
4966         current face does not match the defface specs.
4968 2006-03-21  Simon Josefsson  <jas@extundo.com>
4970         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4971         <wilde@sha-bang.de>.
4972         (pgg-gpg-use-agent): New variable.
4973         (pgg-gpg-process-region): Use it.
4974         (pgg-gpg-encrypt-region): Likewise.
4975         (pgg-gpg-encrypt-symmetric-region): Likewise.
4976         (pgg-gpg-decrypt-region): Likewise.
4977         (pgg-gpg-sign-region): Likewise.
4978         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4980 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
4982         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4983         bracket links.
4985 2006-03-21  Kim F. Storm  <storm@cua.dk>
4987         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4988         fringe-indicator-alist instead of modifying global value.
4989         (gdb-frame-handler): Likewise.
4991 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4993         * diff-mode.el (diff-function): Make it inherit from diff-header
4994         instead of diff-context.
4996         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4997         bitmap.
4998         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4999         change names in macro above for consistency.
5000         (gdb-frame-handler): Use hollow-right-triangle for all selected
5001         frames which except the innermost (where execution has stopped).
5002         (gdb-reset): Reset buffer-local values of overlay-arrow.
5004 2006-03-20  Richard Stallman  <rms@gnu.org>
5006         * simple.el (set-mark-command): Doc fix.
5008         * files.el (display-buffer-other-frame): New command.
5009         (ctl-x-4-map): Bind C-x 5 C-o to it.
5011 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5013         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5014         rather than just defer-time, in case defer-time has been changed but
5015         the timer isn't running yet.
5016         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5018 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5020         * help-mode.el (help-follow-symbol): New function.
5021         Essentially identical to the old `help-follow', but do not let
5022         `push-button' do the work when on an xref.
5023         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5025 2006-03-19  Richard Stallman  <rms@gnu.org>
5027         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5028         preceded by the word `program'.
5029         (help-follow-mouse, help-follow): Throw error if not on xref.
5030         Delete no longer used args.
5032 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
5034         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5035         annotation ensure gud-overlay-arrow-position is redisplayed.
5037 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5039         * textmodes/bibtex.el (bibtex-include-OPTkey)
5040         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5041         (bibtex-autokey-name-case-convert)
5042         (bibtex-autokey-titleword-case-convert): Make these the aliases
5043         for the following two variables.
5044         (bibtex-autokey-name-case-convert-function)
5045         (bibtex-autokey-titleword-case-convert-function): Make these the
5046         real names.
5047         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5048         bibtex-font-lock-crossref sublists.
5049         (bibtex-mode): Revert 2005-12-30 change (which made
5050         completion-ignore-case buffer-local).
5051         (bibtex-url): Simplify.
5053 2006-03-19  Kim F. Storm  <storm@cua.dk>
5055         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5056         cursor property value to 2 (to align with C level change).
5058 2006-03-19  Bill Wohler  <wohler@newt.com>
5060         * image.el (image-load-path-for-library): Shorten first line in
5061         docstring.
5063 2006-03-18  Richard Stallman  <rms@gnu.org>
5065         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5067 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
5069         * isearch.el (isearch-other-meta-char): Handle user bindings for
5070         shifted control characters.
5072 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
5074         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5075         part that matches email addresses, file names, etc.
5077 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
5079         * term/w32-win.el (mouse-set-font):
5080         Mention w32-list-proportional-fonts in the doc string.
5082 2006-03-18  Kim F. Storm  <storm@cua.dk>
5084         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5085         (ido-unc-hosts): New user option to explicitly define list of know
5086         UNC-style hosts for completion.
5087         (ido-cache-unc-host-shares-time): New user option.
5088         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5089         New helper functions for UNC file-name support.
5090         (ido-may-cache-directory): Check for UNC host.  Simplify.
5091         (ido-wash-history): Clean out old UNC hosts.
5092         (ido-nonreadable-directory-p): UNC hosts are always readable.
5093         (ido-directory-too-big-p): UNC hosts are never too big.
5094         (ido-set-current-directory): Handle UNC root path.
5095         (ido-file-name-all-completions): Complete UNC host names from
5096         ido-unc-hosts list.  Cache UNC host shares.
5097         (ido-make-file-list-1): Don't filter UNC root.
5098         (ido-exhibit): Check for // in root directory, and switch to UNC
5099         mode by setting ido-current-directory to //.
5101 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
5103         * cus-edit.el (customize-changed-options): Mention explicit
5104         version number as default in prompt.
5106 2006-03-17  Bill Wohler  <wohler@newt.com>
5108         * image.el (image-load-path-for-library): Minor docstring fix.
5110 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
5112         * textmodes/org.el (org-read-date): Include subgroup 5 into
5113         replacement text.
5114         (org-popup-calendar-for-date-prompt): Fix customization type.
5116 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
5118         * progmodes/gdb-ui.el (gud-watch): Provide completion.
5119         (gdb-continuation): New variable.
5120         (gdb-send): Deal with continuation lines.
5122         * progmodes/gud.el (gud-gdb-complete-command)
5123         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5124         expressions.
5125         (gud-tooltip-mode): Use buffer-local value.
5127 2006-03-16  Kim F. Storm  <storm@cua.dk>
5129         * ido.el (ido-edit-input): Use selected match, if any.
5131 2006-03-16  Bill Wohler  <wohler@newt.com>
5133         * image.el (image-load-path-for-library): Prefer user's images in
5134         image-load-path.
5136 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
5138         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5139         when checking for attempt to drag leftmost or rightmost scrollbar.
5141 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
5143         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5144         (gdb-force-mode-line-update): New function.
5145         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5146         (gdb-exited): Use them.
5147         (gdb-signal): New function.
5148         (gdb-annotation-rules): Provide a rule for it.
5150 2006-03-16  Kenichi Handa  <handa@m17n.org>
5152         * international/mule.el (auto-coding-regexp-alist): Add entries
5153         for Unicode BOM.
5155         * sort.el (sort-build-lists): Temporarily bind
5156         inhibit-field-text-motion to t.
5158 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
5160         * locate.el (locate-command, locate-make-command-line)
5161         (locate-fcodes-file, locate-update-command)
5162         (locate-prompt-for-command, locate, locate-with-filter)
5163         (locate-get-file-positions): Doc fixes.
5164         (locate-buffer-name, locate-header-face): Remove leading `*' in
5165         defcustom.
5166         (locate-filter-output): Use `keep-lines' instead of its alias
5167         `delete-non-matching-lines'.
5168         (locate-get-filename, locate-get-dirname): Add introductory comment.
5169         (locate-find-directory-other-window): Give appropriate error
5170         message if used outside main listing.
5172 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5174         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5175         the new extend-region feature.
5176         (font-lock-after-change-function): Update correspondingly.
5177         * jit-lock.el (jit-lock-after-change): Update correspondingly.
5178         * progmodes/grep.el (font-lock-lines-before): Don't disable.
5180 2006-03-15  Bill Wohler  <wohler@newt.com>
5182         * image.el (image-load-path-for-library): Fix example by not
5183         recommending that one binds image-load-path.  Just defvar it to
5184         placate compiler and only use it if previously defined.
5186 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
5188         * textmodes/org.el (org-insert-centered): Use `string-width' to
5189         make underlining work for wide characters.
5190         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5191         TAB to `org-cycle', to make sure that no binding in
5192         `outline-mode-map' can supercede it.
5194 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
5196         * allout.el: Increment version to 2.2.1 in file commentary.
5198         (allout-version): Increment to 2.2.1.
5200         (allout-default-layout): New customization variable, used when the
5201         file lacks a specific allout-layout.  Uses allout-layout-type for
5202         recursively nested definition.
5204         (allout-layout-type): Widget defining allout layouts, necessary for
5205         self-recursive definition.
5207         (allout-mode): Incorporate allout-default-layout as fallback for
5208         allout-layout.
5210         (allout-layout): Mark as 'safe-local-variable', and refer mention
5211         fallback to `allout-default-layout' in absence of a specified value.
5212         (allout-passphrase-verifier-string)
5213         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5215         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5217         (allout-get-encryption-passphrase-verifier): Use correct name of
5218         passphrase verifier in docstring.
5220 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
5222         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5223         elements.
5224         (gdb-find-watch-expression): Make it work for arrays too.
5225         Follow change to gdb-var-list.
5226         (gud-watch): Allow the user to enter variable name with a prexix
5227         arg.  Create keybindings.
5228         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5229         (gdb-var-list-children-handler, gdb-var-update-handler)
5230         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5231         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5232         Follow change to gdb-var-list.
5233         (gdb-starting): Don't show the overlay arrows when program is running.
5235         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5236         gdb-var-list.
5238 2006-03-14  Bill Wohler  <wohler@newt.com>
5240         * image.el (image-load-path-for-library): Pass value of path
5241         rather than symbol.  Always return list of directories.
5242         Guarantee that image directory comes first.
5244 2006-03-14  Alan Mackenzie  <acm@muc.de>
5246         * font-core.el (font-lock-extend-region\(-function\)?.):
5247         New function/variable.
5249         * font-lock.el (font-lock-after-change-function):
5250         Call font-lock-extend-region.  Obey font-lock-lines-before.
5251         (font-lock-default-fontify-region): Remove reference to
5252         font-lock-lines-before.
5254         * jit-lock.el (jit-lock-after-change):
5255         Call font-lock-extend-region.  Obey font-lock-lines-before.
5257 2006-03-14  David Ponce  <david@dponce.com>
5259         * tree-widget.el (tree-widget-themes-load-path)
5260         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5262 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
5264         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5265         (rcirc-print): Mark the start of text at the end of the prompt.
5266         (rcirc-track-minor-mode): Add autoload cookie.
5267         (rcirc-update-activity-string): Add space to front of mode-line
5268         indicator.
5270 2006-03-13  Miles Bader  <miles@gnu.org>
5272         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5273         (rcirc-abbrev-nick): Remove function.
5274         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5276 2006-03-13  David Ponce  <david@dponce.com>
5278         * tree-widget.el: Handle themes across all occurrences of the main
5279         themes sub-directory found in tree-widget-themes-load-path.
5280         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5281         (tree-widget--locate-sub-directory): Return all occurrences.
5282         (tree-widget-themes-path): New function.
5283         Replace tree-widget-themes-directory, and return a list of directories.
5284         (tree-widget-set-parent-theme)
5285         (tree-widget-lookup-image): Use it.
5287 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
5289         * textmodes/org.el (org-link-search): Avoid self-matching of
5290         links, allow target text to be distributed over several lines.
5291         (org-search-not-link): New function.
5292         (org-set-regexps-and-options, org-get-current-options):
5293         New startup options.
5294         (org-export-as-html): Take odd-level setting from local variable.
5295         (org-fontify-emphasized-text): New option.
5296         (org-set-font-lock-defaults): Include emphasized text.
5297         (org-follow-mhe-link): Allow folder-only links, fix folder name.
5298         (org-font-lock): Customize group renamed from `org-faces'.
5300 2006-03-13  John Paul Wallington  <jpw@pobox.com>
5302         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5303         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
5305 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
5307         * cus-start.el (all): Delete :version keyword for members of the
5308         fringe group, since the entire group is new in 22.1.
5310 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
5312         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5313         map if value is hexadecimal (an address).
5314         (gud-watch): Only search roots for existing watch expressions.
5315         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5316         prevent caching problems with speedbar-update-directory-contents.
5318 2006-03-12  Juri Linkov  <juri@jurta.org>
5320         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5321         before comparing with `low' and `warn'.
5323         * info.el (Info-dir-remove-duplicates): Move point to the
5324         beginning of the current line after deleting the entries from
5325         redundant heading.  Use marker for `limit' and compare it with
5326         point before calling `re-search-forward'.
5328 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5330         * simple.el (yank): Fix typo in docstring.
5332 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
5334         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5335         messages, where "D" is the 6th character.
5337 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5339         * simple.el (yank): Fix last change.
5341 2006-03-11  David Ponce  <david@dponce.com>
5343         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5344         merging elements from the standard ispell-dictionary-alist.
5345         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5346         alist, and return the new alist.
5348 2006-03-11  Richard Stallman  <rms@gnu.org>
5350         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5352         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5353         the way it is implemented is too unclean.
5355         * simple.el (kill-region, yank): Doc fix.
5357         * battery.el (battery-echo-area-format): Doc fix.
5358         (battery-mode-line-format): Likewise.
5359         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5360         (battery-linux-proc-acpi): Ignore batteries that say "charged".
5362 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5364         * progmodes/octave-mod.el (octave-indent-for-comment):
5365         Behave according to do string.
5367 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
5369         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5370         Be visible only if major mode is Mail Mode.
5372         * textmodes/flyspell.el (flyspell-external-point-words)
5373         (flyspell-process-localwords): Fix last changes.
5375 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5377         * calendar/holidays.el (list-holidays): Doc fix.
5379         * international/mule.el (auto-coding-alist): Add .odt
5380         (OpenOffice's open document) files.
5382         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5383         document) files.  Mention in the doc string the need to sync with
5384         auto-coding-alist.
5386 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
5388         * files.el (hack-local-variables-confirm): Don't prompt for ! if
5389         enable-local-variables is set to always query, or there is no
5390         savable variable.
5392 2006-03-10  Bill Wohler  <wohler@newt.com>
5394         * image.el (image-load-path-for-library): Merge at least three
5395         functions from Gnus and MH-E into this one function that can now
5396         be shared.
5398 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
5400         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5401         gdb-remove-mouse-face and remove help-echo too.
5402         (gdb-enqueue-input): Correct conditional clause.
5404 2006-03-10  Glenn Morris  <rgm@gnu.org>
5406         * calendar/calendar.el (calendar-holidays): Doc fix.
5407         * calendar/holidays.el (list-holidays): Doc fix.
5409 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
5411         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5412         it gets called in gdb-prompt anyway.
5413         (gdb-use-separate-io-buffer): Only restore window arrangement for
5414         gdb-many-windows.
5415         (gdb-enqueue-input): Make it harder to send GDB input when program
5416         is running.
5417         (gdb-buffer-list): New variable.
5418         (gdb-remove-mouse-face): New function.
5419         (gdb-starting): Use it when GDB input won't get sent.
5421 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
5423         * help.el (view-lossage): Remove trailing whitespace before
5424         inserting "\n".
5426 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
5428         * files.el (hack-local-variables-confirm):
5429         Set coding-system-for-read to nil before writing to .emacs.
5431         * arc-mode.el (archive-extract): Check if an existing buffer name
5432         comes from a different archive.
5434         * help.el (describe-key-briefly): If KEY is a down event, read and
5435         discard the up event.
5437 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
5439         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5440         be edited and use font-lock-warning-face for any changes.
5442         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5443         (gdb-edit-value): Use it to report any errors.
5445 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
5447         * help.el (describe-key): Remove leftover test code.
5449 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
5451         * textmodes/org.el: Move defvars out of eval-when-compile.
5452         Use buffer-file-name variable.
5453         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5454         arg `file'.
5455         (org-level-faces): Remove startup dependency.
5456         (org-cycle, org-map-tree, org-scan-tags)
5457         (org-remember-handler): Don't call `outline-level' directly.
5458         (org-mhe-search-all-folders): New option.
5459         (org-mhe-get-message-folder-from-index)
5460         (org-mhe-get-message-folder): Fix indexing search.
5461         (org-format-agenda-item): Handle nil TAGS argument.
5462         (org-cleaned-string-for-export, org-activate-target-links)
5463         (org-make-target-link-regexp): Deal with empty radio target list.
5464         (org-tag): New face.
5465         (org-get-level-face): New function.
5466         (org-set-font-lock-defaults): Simplify setup for headlines.
5467         (org-complete): Pass common substring to `display-completion-list'.
5469 2006-03-06  David Ponce  <david@dponce.com>
5471         * tree-widget.el: Update Commentary header.
5472         (tree-widget-theme-name): Ignore parent themes.
5473         (tree-widget-set-parent-theme): New function.
5474         (tree-widget-set-theme): Use it.
5475         (tree-widget-set-image-properties): Move definition.  Does nothing
5476         if image properties have already been set.
5477         (tree-widget-image-properties): Move definition.  Receive an image
5478         name.  Set the :pointer property.
5479         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
5480         Don't set the :pointer image property.
5481         (tree-widget-convert-widget): New function.  Handle :dynargs
5482         compatibility here.
5483         (tree-widget): Use it to :convert-widget.  Add the :expander-p
5484         predicate to control when the :expander function is entered.
5485         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5486         (tree-widget-value-create): Handle :expander-p.  widget-apply
5487         :expander.
5488         (tree-widget-expander-p): New function.  Default value of the
5489         :expander-p property.
5491 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
5493         * help.el (describe-key): Properly handle the return value of
5494         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
5495         remaps.  Handle string and vector `follow-link' values.
5497 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5499         * complete.el (PC-expand-many-files): Try be more careful when parsing
5500         the shell's output.
5502 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5504         * outline.el (hide-sublevels): Provide better interactive default.
5506 2006-03-06  Kenichi Handa  <handa@m17n.org>
5508         * international/fontset.el (create-fontset-from-fontset-spec):
5509         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5511 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
5513         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5514         backslashes instead of one in regexp.
5515         (gud-tooltip-dereference): Add missing optional argument.
5517 2006-03-04  John Paul Wallington  <jpw@pobox.com>
5519         * wdired.el (toplevel): Require `cl' at compile-time.
5521 2006-03-04  Andreas Schwab  <schwab@suse.de>
5523         * server.el (server-process-filter): Handle errors during
5524         evaluation of the argument.
5526 2006-03-03  John Paul Wallington  <jpw@pobox.com>
5528         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5529         escape parentheses at beginning of line.
5530         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5531         (t-mouse-mode): Remove period from end of error message.
5533 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
5535         * textmodes/flyspell.el (flyspell-process-localwords):
5536         Be case-sensitive.
5538 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
5540         * cus-edit.el (custom-quote): Remove function, since it has been
5541         moved to custom.el.
5543         * font-lock.el (lisp-font-lock-keywords-2)
5544         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5545         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5546         they have no special meaning.
5548         * midnight.el (clean-buffer-list): Handle case where base-buffer of
5549         indirect buffer gets killed before indirect buffer.  Use dolist.
5551 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5553         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5554         value instead of a literal constant (1) on more pauses.
5556 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5558         * textmodes/flyspell.el (flyspell-external-point-words):
5559         Be case-sensitive.
5561 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
5563         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5564         with "www".
5566 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5568         * allout.el: Restablish intermediate missing comment header to
5569         preserve outline structure.
5570         (allout-beginning-of-current-entry): Skip invisible text.
5571         (allout-open-topic): Fix opening a topic at end-of-buffer.
5572         (allout-minor-mode): Move nearer to allout-mode function.
5574 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
5576         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5578 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
5580         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5581         is nil.
5583         * progmodes/gud.el (gud-speedbar-menu-items):
5584         Use buffer-local-value and add missing :visible keyword.
5586         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5588 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
5590         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5591         must be `follow-link'.
5593         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5595         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5596         formatting: No nested anchors.
5597         (org-all-targets): Fix bug with XEmacs compatibility.
5598         (org-read-date): Add (require 'parse-time).
5599         (org-set-tags): Fix bug with extra inserted space.
5600         (org-export-html-style): Define a style class for targets.
5601         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5602         (org-hide-leading-stars): New option.
5603         (org-hide): New face.
5604         (org-set-font-lock-defaults): Allow to hide leading stars.
5605         (org-get-legal-level, org-tr-level): New functions.
5606         (org-odd-levels-only): New option.
5607         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5608         (org-demote, org-promote): Deal with double-star levels.
5609         (org-convert-to-odd-levels): New command.
5611 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
5613         * speedbar.el (speedbar-update-localized-contents): Try to
5614         preserve window-start.
5615         (speedbar-update-directory-contents): Try to preserve window-start
5616         and window-point.
5617         (speedbar-update-special-contents): Don't move back to start of window.
5619         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5620         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
5621         speedbar-timer-fn.
5622         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5623         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5624         instead of gdb-speedbar-timer-fn.
5626 2006-02-28  Jay Belanger  <belanger@truman.edu>
5628         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5629         (math-compose-expr): Use latex option when calling
5630         `math-compose-tex-matrix' for latex mode.
5632 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
5634         * speedbar.el: Re-instate comments about developing for speedbar
5635         [this is what info and gdb-ui use even if better methods exist now].
5637         * t-mouse.el: New file.
5638         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
5639         (t-mouse-lispy-buffer-posn-from-coords): Remove.
5640         (t-mouse-make-event-element): Use posn-at-x-y instead.
5641         (t-mouse-make-event): Deal with Fedora Core 3.
5642         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5643         (t-mouse-mouse-position-function): New function.  Use it instead
5644         of advising mouse-position.
5645         (t-mouse-mode): New minor mode.
5646         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
5648 2006-02-27  Glenn Morris  <rgm@gnu.org>
5650         * calendar/calendar.el (calendar-holidays): Doc fix.
5652 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
5654         * progmodes/gdb-ui.el (gdb-source-window): New variable.
5655         Re-introduce the concept of a source window.
5656         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5657         consistency with get-buffer-create.
5658         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5659         (gdb-data-list-register-values-handler)
5660         (gdb-stack-list-locals-handler): Try to preserve window-start as
5661         well as window-point.
5662         (gdb-display-source-buffer): New function (old concept).
5663         (gdb-goto-breakpoint): Use it.
5665         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5666         for gdb-ui/gdb-mi (old concept).
5668 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
5670         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5671         binding.
5673         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5675         * textmodes/reftex-sel.el (reftex-select-label-map)
5676         (reftex-select-bib-map): Add `follow-mouse' binding.
5678 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
5680         * jka-cmpr-hook.el (jka-compr-compression-info-list)
5681         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5682         Give :set functions to provide automatic updating.
5683         Update docstring.  Give compiler defvars early in the file
5684         and move the defcustoms to a later spot where all called functions
5685         are defined.
5686         (jka-compr-file-name-handler-entry): Doc fix.
5687         (jka-compr-compression-info-list--internal)
5688         (jka-compr-mode-alist-additions--internal)
5689         (jka-compr-load-suffixes--internal): New variables.
5690         (jka-compr-install): Set the three above variables.
5691         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5692         (jka-compr-update, jka-compr-set): New functions.
5693         (auto-compression-mode): Doc fix.
5695         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5696         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5697         Use jka-compr-compression-info-list--internal,
5698         jka-compr-mode-alist-additions--internal and
5699         jka-compr-load-suffixes--internal.
5701         * files.el (load-library):
5702         * loadhist.el (file-loadhist-lookup):
5703         * startup.el (command-line):
5704         * subr.el (locate-library):
5705         * emacs-lisp/autoload.el (update-directory-autoloads):
5706         * emacs-lisp/find-func.el (find-library-suffixes):
5707         Use `get-load-suffixes' instead of `load-suffixes'.
5709         * subr.el (locate-library):
5710         * emacs-lisp/find-func.el (find-library-name):
5711         Use `load-file-rep-suffixes' instead of '("").
5713 2006-02-26  Kim F. Storm  <storm@cua.dk>
5715         * ido.el (ido-save-history, ido-load-history): Simplify.
5716         Don't use find-file-noselect to avoid interference from other modes.
5718 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
5720         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5721         to use the default shell if filename is not available.
5722         Reported by Giorgos Keramidas.
5724 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
5726         * progmodes/etags.el (tags-completion-table): Do completion from
5727         all the tables in the current list, as documented in the manual.
5729 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5731         * CC Mode Update to 5.31.3.
5733 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5735         * progmodes/cc-mode.el (c-postprocess-file-styles):
5736         Bind inhibit-read-only to t, around the call to
5737         c-remove-any-local-eval-or-mode-variables, so that it works on a
5738         RO file.
5740 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5742         * progmodes/cc-awk.el: Correct a typo.
5744 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5746         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5747         c-hungry-delete-backwards, at the request of RMS.  Leave the old
5748         name as an alias.
5750 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5752         * progmodes/cc-mode.el: Correct a typo.
5754 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5756         * progmodes/cc-defs.el: Update the version number to 5.31.3.
5758 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5760         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5761         brace-else-brace (error due to mbeg, mend being undefined).
5763 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5765         * progmodes/cc-mode.el: File Local variables: Solve the problem
5766         where both `mode' and c-file-offsets are specified: `mode' will
5767         overwrite c-f-o's settings:
5768         (c-remove-any-local-eval-or-mode-variables): New function.
5769         (c-postprocess-file-styles): Call the above new function, within
5770         c-tentative-buffer-change, to splat `mode' and `eval' before the
5771         second hack-local-variables.
5773 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5775         * progmodes/cc-mode.el:
5776         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5777         (c-after-change): Protect the match data with save-match-data.
5778         It was getting corrupted by c-after-change-check-<>-operators.
5780         * cc-defs.el: [Supersedes patch V1.38]:
5781         (top level): Check for a buggy font-lock-compile-keywords ONLY in
5782         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
5784         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5785         with save-match-data.  It was being corrupted when Font Lock was
5786         not enabled.
5788 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5790         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5791         Mode and Subword Mode.
5793         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5794         real labels ("case 1:" or "foo:") from non-labels ("public:").
5795         (c-forward-objc-directive): Replace c-forward-token-2 with crude
5796         coding; c-f-t-2 doesn't move over a token at EOB.
5798         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5800         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5801         (c-update-modeline): Concatenate the minor mode indicators
5802         directly onto mode-name, removing c-submode-indicators.
5803         Sometimes, c-s-i got separated from the mode name on the mode line.
5805         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5806         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5808 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5810         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5811         error message when there's an evaluation error to show whether
5812         it's loaded from source or not.
5813         (c-filter-ops): Make it available at runtime too to work when
5814         `c-make-init-lang-vars-fun' needs to evaluate from source.
5816 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
5818         * help.el (help): Revert last part of 2006-02-23 change (deletion
5819         of the `provide' call).
5821 2006-02-23  Juri Linkov  <juri@jurta.org>
5823         * compare-w.el (compare-windows-highlight): Add new value
5824         `persistent' and change :type from `boolean' to `choice'.
5825         (compare-windows-overlays1, compare-windows-overlays2):
5826         New internal variables.
5827         (compare-windows-highlight): If compare-windows-highlight is
5828         `persistent', add current overlays to compare-windows-overlays[12]
5829         instead of adding compare-windows-dehighlight to pre-command-hook.
5830         (compare-windows-dehighlight): Delete all overlays from
5831         compare-windows-overlays[12].
5833         * info.el (Info-search): Don't bind search-spaces-regexp to
5834         Info-search-whitespace-regexp in non-regexp isearch mode.
5836 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5838         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5840 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
5842         * textmodes/org.el (org-xemacs-p)
5843         (org-export-html-show-new-buffer, org-table-may-need-update)
5844         (org-insert-item, org-mhe-get-message-real-folder)
5845         (org-mhe-get-message-folder-from-index)
5846         (org-mhe-get-message-folder, org-mhe-get-message-num)
5847         (org-mhe-get-header, org-make-org-heading-search-string)
5848         (org-make-org-heading-camel, org-table-sort-lines)
5849         (org-format-org-table-html, org-format-table-table-html):
5850         Fix typos in docstrings.
5852 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
5854         * textmodes/org.el (org-cleaned-string-for-export)
5855         (org-solidify-link-text): New function.
5856         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5857         XEmacs, just to silence the compiler.
5858         (org-export-as-ascii, org-export-as-html-and-open):
5859         Use `org-cleaned-string-for-export' and create internal links.
5860         (org-follow-mhe-link): Require mh-e, use folder.
5862 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5864         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5866         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5867         gdb-debug-log-length.
5868         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
5869         it a real ring but...
5870         (gud-gdba-marker-filter): ...make it work like mark-ring.
5871         (gdb-enable-debug): Rename from gdb-enable-debug-log.
5872         (gdb-mouse-jump): New function.  Add bindings.
5874 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5876         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5877         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5878         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5879         (gdb-debug-log-length): Customize it's length.
5880         (gud-watch, gdb-var-create-handler): Display function::var format
5881         but don't use to create variable object.
5882         (gdb-var-create-handler): Use message-box in place of message.
5883         (gdb-stopped): Call gdb-exited if signalled.
5885 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
5887         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5889         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5891         * textmodes/reftex.el (reftex-locate-file): Search all extensions
5892         if `reftex-try-all-extensions' is set.
5894         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5895         fail silently when there is no valid argument at point.
5896         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5897         `fail-silently' argument.  From a patch by David Reiter.
5899         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5900         New commands.
5901         (org-mark-ring): New variable.
5902         (org-mark-ring-length): New option.
5903         (org-open-at-point, org-goto, org-open-file): Push old position
5904         onto the mark ring.
5905         (org-add-hook): New function.
5906         (org-export-table-remove-special-lines): New option.
5907         (org-skip-comments, org-format-org-table-html): Respect new
5908         option `org-export-table-remove-special-lines'.
5909         (org-open-file): Allow special command configuration for
5910         directory link.
5911         (org-file-apps): Fix bugs in customize type, added setting
5912         for directories.
5913         (org-activate-tags, org-format-agenda-item, org-complete)
5914         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5915         (org-get-tags, org-get-buffer-tags, org-open-at-point)
5916         (org-link-search, org-make-org-heading-search-string)
5917         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5918         (org-radio-targets, org-file-link-context-use-camel-case)
5919         (org-activate-camels): New options.
5920         (org-update-radio-target-regexp, org-all-targets)
5921         (org-make-target-link-regexp, org-activate-target-links):
5922         New functions.
5923         (org-make-org-heading-search-string): New function.
5924         (org-store-link, org-insert-link): Use new option
5925         `org-file-link-context-use-camel-case'.
5926         (org-activate-camels): Use new option `org-activate-camels'.
5927         (org-link-regexp): Add mhe prefix.
5928         (org-open-at-point, org-store-link): Support for mhe links.
5929         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5930         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5931         (org-mhe-get-header, org-follow-mhe-link): New functions.
5932         (org-remove-angle-brackets, org-add-angle-brackets):
5933         New functions.
5934         (org-bracket-link-regexp): New constant.
5935         (org-read-date): Fix bug that was rejecting all typed dates.
5936         (org-link-search): Make hierarchy above visible after a match.
5937         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5938         (org-store-link): Fix bug with link creation when cursor is in
5939         an empty line.
5940         (org-open-at-point): Fix bug with matching a link.
5941         Fixed buggy argument sequence in call to `org-view-tags'.
5942         (org-compile-prefix-format): Set `org-prefix-has-tag'.
5943         (org-prefix-has-tag): New variable.
5944         (org-format-agenda-item): Remove tags from headline
5945         if appropriate.
5946         (org-agenda-remove-tags-when-in-prefix): New option.
5948 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
5950         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5951         Fix the regular expressions.
5953 2006-02-21  Richard M. Stallman  <rms@gnu.org>
5955         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5956         if there's no other specific basis.
5958         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5959         as variables at all.
5960         (unsafep-variable): Rename arg; doc fix.
5962         * abbrevlist.el (list-one-abbrev-table): Add autoload.
5964         * calendar/appt.el (diary-selective-display): Add defvar.
5966         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5968         * isearch.el (search-whitespace-regexp): Fix custom type.
5970         * help.el (describe-key-briefly): Compute interactive args
5971         in same was as before previous change.
5973         * files.el (enable-local-variables): Doc fix.
5975 2006-02-21  Kim F. Storm  <storm@cua.dk>
5977         * fringe.el: Cleanup as file is now pre-loaded.
5978         (fringe-bitmaps): Initialize unconditionally.
5979         (fringe-mode, set-fringe-style): Remove autoload cookies.
5981 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5983         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5984         `horizontal-bar'.
5985         (fringe-cursor-alist): Use `horizontal-bar'.
5987 2006-02-20  Kim F. Storm  <storm@cua.dk>
5989         * fringe.el (fringe-bitmaps): Update to new bitmap names.
5990         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5992         * loadup.el: Load "fringe" on window systems.
5994 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5996         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5997         out of scope components.
5999         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6000         default.
6002 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
6004         * custom.el (customize-mark-to-save, customize-mark-as-set):
6005         Load the symbol first.
6007 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6009         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6010         strech spec so it doesn't display as "^J" on the header line
6011         when `Buffer-menu-use-header-line' is t.
6013 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
6015         * speedbar.el (speedbar-make-button): Keep text properties
6016         of string arguments if desired.
6018         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6019         expessions.
6021         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6022         of speedbar.
6024 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
6026         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6027         to value of `read-file-name-completion-ignore-case'.
6029 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
6031         * custom.el (customize-mark-as-set): Push to `user' theme.
6033         * cus-edit.el (custom-save-variables): Allow unthemed values.
6034         (customize-set-variable): Push setting to `user' theme.
6036 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6038         * progmodes/gud.el: Don't require font-lock as it's now
6039         automatically loaded.
6040         (gud-speedbar-buttons): Replace gdb-var-changed with
6041         gdb-force-update.
6043         * progmodes/gdb-ui.el (gdb-force-update): Rename from
6044         gdb-var-changed.
6045         (gdb-post-prompt): Use it.
6046         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6047         (gdb-var-update-handler, gdb-var-delete)
6048         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6049         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6050         gdb-force-update in gdb-post-prompt.
6051         (gdb-reset): Clear watch expressions from speedbar when quitting.
6053 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6055         * viper-cmd.el (viper-insert-state-post-command-sentinel)
6056         (viper-change-state-to-vi, viper-change-state-to-emacs):
6057         Make aware of cursor coloring in the Emacs state.
6058         (viper-special-read-and-insert-char): Use read-char-exclusive.
6059         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6061         * viper-init.el (viper-emacs-state-cursor-color): New variable.
6063         * viper-util.el (viper-save-cursor-color)
6064         (viper-get-saved-cursor-color-in-replace-mode)
6065         (viper-get-saved-cursor-color-in-insert-mode)
6066         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6067         state.
6068         (viper-get-saved-cursor-color-in-emacs-mode): New function.
6070         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6071         (ediff-ignore-case-option3, ediff-actual-diff-options)
6072         (ediff-actual-diff3-options): New variables to control case sensitivity.
6073         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6074         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6075         (ediff-toggle-ignore-case): New function.
6076         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6078         * ediff-help.el (ediff-long-help-message-narrow2)
6079         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6080         (ediff-long-help-message-word-mode): Add ignore-case command.
6081         (ediff-help-for-quick-help): Add ignore-case command.
6083         * ediff-merg.el: Move provide to the end.
6085         * ediff-ptch.el: Move provide to the end.
6087         * ediff-wind.el: Move provide to the end.
6089         * ediff-mult.el: Move provide to the end.
6090         (ediff-set-meta-overlay): Enable follow-link.
6092         * ediff.el: Move provide to the end.
6093         Break recursive load cycle in eval-when-compile.
6094         (ediff-patch-buffer): Better heuristics.
6096         * ediff-util.el: Move provide to the end.
6097         Break recursive load cycle in eval-when-compile.
6098         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
6099         defuns.
6100         (ediff-submit-report): Pass the values of ediff-diff3-program,
6101         ediff-diff3-options.
6103 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
6105         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6106         the opening bracket of the following bracketing pairs: {}, [], (), <>,
6107         `' (for example, in the docstring of `windmove-default-keybindings').
6109 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6111         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6112         shadow face.  Don't provide binding to edit variable when it is
6113         out of scope.
6115         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6116         (gdb-var-update-handler): Detect out of scope variables with pre
6117         GDB 6.4 too.
6118         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6119         Reset status of variable objects to nil in update handlers.
6120         (gdb-var-update-handler-1): Detect when a variable object comes
6121         in scope.  setcar on var changes gdb-var-list directly.
6123 2006-02-17  Juri Linkov  <juri@jurta.org>
6125         * ffap.el (ffap) <defface>: Add explicit face declaration.
6126         (ffap-highlight): Use face `ffap' directly instead of checking
6127         for its existence.
6129         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6130         `visible-ok' of `other-buffer' to find the right original buffer.
6132         * info.el (Info-search): Skip `Local Variables' node.
6134 2006-02-17  Juri Linkov  <juri@jurta.org>
6136         * info.el (Info-find-file): Check for symbols `apropos', `history',
6137         `toc' in the input filename, and return these symbols as is.
6138         (Info-find-node-2): Set Info-current-file to symbols `apropos',
6139         `history', `toc' instead of strings.
6140         (Info-set-mode-line): For non-string Info-current-file use the
6141         symbol's name inside **.
6142         (Info-isearch-push-state): Add quote before Info-current-file and
6143         Info-current-node.
6144         (Info-isearch-pop-state): Use `equal' instead of `string='.
6145         (Info-extract-pointer, Info-following-node-name): Use
6146         `match-string-no-properties' instead of `match-string'.
6147         (Info-up): Check `old-file' for `stringp'.
6148         (Info-history): Use `equal' instead of `string-equal'.
6149         Check `file' for `stringp'.
6150         (Info-history): Use symbol `history' instead of string as first arg
6151         of `Info-find-node'.
6152         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
6153         `toc' instead of string.
6154         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6155         instead of `buffer-substring', and `match-string-no-properties'
6156         instead of `match-string'.
6157         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6158         instead of strings.
6159         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6160         Use symbol `apropos' instead of string.
6161         (Info-copy-current-node-name): Check `Info-current-file' for
6162         `stringp' and construct a command with `Info-find-node' from it.
6163         (Info-fontify-node): Use `match-string-no-properties' instead of
6164         `match-string' and check file names for `stringp'.
6165         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6166         `history', `toc' instead of strings.
6168 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
6170         * files.el: Rearrange functions and variables in the file local
6171         variables section.
6173 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
6175         * files.el: Add truncate-lines, ispell-check-comments and
6176         ispell-local-dictionary as safe local variables.
6178 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
6180         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6181         out of scope variables.
6182         (gud-speedbar-buttons): Use unless.
6184         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6185         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6186         (gdb-show-changed-values): Also use for out of scope variables.
6187         (gdb-var-update-handler-1): Note if variable goes out of scope.
6189 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
6191         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6192         default to global variable values for unsupplied args.
6193         (rcirc-get-buffer-create): Fix bug with setting the target.
6194         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6195         test for rcirc-always-use-server-buffer-flag here.
6196         (rcirc-response-formats): Add %N, which is a facified nick.  %n
6197         uses the default face.  Change the ACTION format string.  If the
6198         "nick" is the server, don't print anything for that field.
6199         Comment fixes.
6200         (rcirc-target-buffer): Don't test
6201         rcirc-always-use-server-buffer-flag here.
6202         (rcirc-print): Squeeze extra spaces out of the text before message.
6203         (rcirc-put-nick-channel): Strip potential "@" char from nick
6204         before adding them to nick table.
6205         (rcirc-url-regexp): Improve to match address like "foo.com".
6207 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
6209         * allout.el (allout-hidden-p): Move this defsubst before
6210         allout-overlay-interior-modification-handler, where it is first
6211         used.
6213 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
6215         * allout.el: Use allout invisible-text overlays instead of
6216         selective display for concealed text.  Also, lots of general
6217         cleanup, and improved compatibility code.
6219         (allout-version) Incremented, corrected, revised, and refined
6220         module commentary.
6222         (provide 'allout): Moved to the bottom, added a require of overlay.
6224         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6225         `except-current'.
6226         (allout-write-file-hook-handler): Minimize delay.
6227         (count-trailing-whitespace-region): New function so
6228         auto-encryption of current topic can resituate cursor exactly.
6229         PGP/GPG encryption trims trailing whitespace from lines, which
6230         must be accounted for across encryption then decryption.
6232         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6233         just plain "\C-c", to avoid intruding on user's keybinding space.
6235         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6236         parameter, so user request to provide a new password is done.
6238         (allout-outside-normal-auto-fill-function, allout-auto-fill):
6239         Refined mechanism for auto-filling behavior while in allout mode.
6241         (allout-mode): Explicitly specify the mode map in the docstring.
6242         Clarify provision for various write-file hook var names.
6243         Adjusted for invisible-text overlays instead of selective-display.
6245         (allout-depth): Really return 0 if not within any topic.  This
6246         rectifies `allout-beginning-of-level' and sequence numbering
6247         errors that occur when cutting and pasting numbered topics.
6248         Changed from a in-line subst to a regular function, as well.
6250         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6252         (allout-end-of-subtree, allout-end-of-subtree)
6253         (allout-end-of-entry, allout-end-of-current-heading)
6254         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6255         (allout-show-children, allout-show-to-offshoot)
6256         (allout-hide-current-entry, allout-show-current-entry): Rectified
6257         handling of trailing blank lines between items.
6259         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6260         (allout-current-depth, allout-unprotected, allout-hidden-p)
6261         (allout-on-current-heading-p, allout-listify-exposed)
6262         (allout-chart-subtree, allout-goto-prefix)
6263         (allout-back-to-current-heading, allout-get-body-text)
6264         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6265         (allout-hide-region-body, allout-toggle-subtree-encryption)
6266         (allout-encrypt-string, allout-encrypted-key-info)
6267         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6268         (allout-file-vars-section-data): Adjusted for use with
6269         invisible-text overlays instead of selective-display.
6271         (allout-kill-line, allout-kill-topic, allout-yank-processing):
6272         Reworked for use with invisible text overlays.
6274         (allout-current-topic-collapsed-p): New function.
6276         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6277         to know when to close the containing topic.
6279         (allout-pre-command-business, allout-post-command-business):
6280         Simplify undo-batching and dynamic isearch exposure.
6282         (allout-set-overlay-category): New for invisible-text overlays.
6283         Sets properties of allout-overlay-category, used by
6284         allout-flag-region to set invisible-text overlay properties.
6285         (allout-get-invisibility-overlay): Get the first qualifying
6286         invisibility overlay, so we can find the extent of it.
6287         (allout-back-to-visible-text): Get to just before the beginnining
6288         of the current invisibility overlay, if any.
6290         (allout-overlay-insert-in-front-handler)
6291         (allout-overlay-interior-modification-handler)
6292         (allout-before-change-handler, allout-isearch-end-handler): New
6293         functions to handle extraordinary actions affecting concealed
6294         text.
6296         (allout-flag-region): Use overlays instead of selective-display
6297         for invisible text - by inheritence from the properties of
6298         allout-overlay-category in mainline Emacs, and applied
6299         property-by-property in XEmacs, some recent versions of which
6300         don't inherit the properties from the category.  Provisions to
6301         respond to concealed-text edits simplified drastically.
6303         (allout-isearch-rectification, allout-isearch-was-font-lock)
6304         (allout-isearch-expose, allout-enwrap-isearch)
6305         (allout-isearch-abort, allout-pre-was-isearching)
6306         (allout-isearch-prior-pos, allout-isearch-did-quit)
6307         (allout-isearch-dynamic-expose)
6308         (allout-hide-current-entry-completely): Functions deleted.
6310         (allout-undo-aggregation): Explicit undo aggregation no longer
6311         necessary due to transition away from selective-display.
6313         (set-allout-regexp, allout-up-current-level)
6314         (allout-next-visible-heading, allout-forward-current-level)
6315         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6316         (allout-kill-line, allout-yank-processing, allout-show-children)
6317         (allout-expose-topic, allout-old-expose-topic)
6318         (allout-listify-exposed, allout-insert-latex-header)
6319         (allout-toggle-subtree-encryption, allout-encrypt-string)
6320         (remove-from-invisibility-spec, allout-hide-current-subtree):
6321         Ditched unused variables.
6323 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
6325         * textmodes/ispell.el (ispell-change-dictionary): Call
6326         ispell-buffer-local-dict instead of
6327         ispell-accept-buffer-local-defs.
6328         (ispell-local-dictionary-alist): Accept as valid any coding-system
6329         supported by Emacs.
6330         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6331         changed to iso-8859-3.
6333 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
6335         * speedbar.el (speedbar-frame-width): Make an inline function
6336         instead of a macro.  Use frame-width.
6337         (speedbar-try-completion, speedbar-update-contents)
6338         (speedbar-timer-fn): Use consp.
6339         (speedbar-update-localized-contents): Try to preserve point.
6341         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6342         (menu): Re-order menu items.
6343         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6344         field.
6345         (gdb-var-update-handler-1): Use it for GDB 6.4+.
6346         (gdb-post-prompt): Speed things by not forcing update.
6348 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
6350         * wid-edit.el (widget-button-click): For mouse-1, cancel button
6351         press and perform default action if we get a mouse movement event.
6353 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6355         * calendar/icalendar.el (icalendar--get-event-property)
6356         (icalendar--get-event-property-attributes): Fix typos in
6357         docstrings.
6359         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6360         docstring.
6362 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
6364         * bs.el (bs-mode): Use `buffer-disable-undo'.
6365         (bs--get-file-name): Simplify.
6366         (bs-show-in-buffer): Mark the buffer as not modified.
6368 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6370         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6371         widget-button-click.
6373         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6374         (custom-mode): Update docstring.
6376         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6377         binding.
6379         * files.el (hack-local-variables-confirm): Allow scrolling if the
6380         file variable list is too long.  Kill temp buffer after use.
6382 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
6384         * progmodes/gud.el (gdb): Improve doc string.
6385         (gdb-script-font-lock-keywords): Expand allowed character set.
6387         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6388         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6389         (gdb-separate-io-interrupt, gdb-separate-io-quit)
6390         (gdb-separate-io-stop, gdb-separate-io-eof):
6391         Rename from gdb-inferior-* to gdb-separate-*.
6392         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6394 2006-02-14  Jay Belanger  <belanger@truman.edu>
6396         * calc/calc-arith.el (math-check-known-scalarp): Make sure
6397         expression is a symbol before checking that it is bound.
6399         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6400         test to see if equation can be solved.
6402 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6404         * wid-edit.el (widget-button-click): Use :pressed-face property
6405         for overlay face, if it exists.
6407         * cus-edit.el (custom-manual, custom-add-see-also)
6408         (custom-add-parent-links, custom-group-link): Add :pressed-face
6409         property to links.
6411         * files.el (hack-local-variables): Remove ignored variables before
6412         checking if any variables need setting.
6414 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6416         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6418 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6420         * help.el (where-is): Fix message for remapped commands.
6422         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6423         Fix typos in docstrings.
6425 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6427         * files.el (safe-local-variable-values): New option.
6428         (hack-local-variables-prop-line): Return a list of variable-value
6429         pairs if MODE-ONLY is non-nil.
6430         (hack-local-variables): Construct list of variable-value pairs,
6431         and apply or reject them in one go.  Ask for confirmation if
6432         variables are not known safe.
6433         (hack-local-variables-confirm): Complete rewrite.  Support
6434         `safe-local-variable-values'.
6435         (enable-local-variables): Update docstring to reflect new
6436         behavior.
6437         (ignored-local-variables): Ignore ignored-local-variables and
6438         safe-local-variable-values.
6439         (safe-local-variable-p): New function.
6440         (risky-local-variable-p): `safe-local-variable' property check
6441         moved to safe-local-variable-p.
6442         (hack-one-local-variable): Checks moved to hack-local-variables.
6444         (byte-compile-dynamic, c-basic-offset, c-file-style)
6445         (c-indent-level, comment-column, fill-column, fill-prefix)
6446         (indent-tabs-mode, kept-new-versions, no-byte-compile)
6447         (no-update-autoloads, outline-regexp, page-delimiter)
6448         (paragraph-start, paragraph-separate, sentence-end)
6449         (sentence-end-double-space tab-width, version-control):
6450         Add `safe-local-variable' property.
6452         * find-lisp.el: Delete nonexistent `autocompile' file variable.
6454         * icomplete.el, play/landmark.el: Change nonexistent
6455         `outline-layout' file variable to `allout-layout'.
6457 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
6459         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6460         (gdb-get-changed-registers): Test value of gud-minor-mode relative
6461         to gud-comint-buffer.
6462         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6463         gdb-ui.el for gdb-mi.el.
6464         (gdb-post-prompt, gdb-get-changed-registers): Move test for
6465         registers buffer to gdb-get-changed-registers.
6466         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
6467         deletion of catchpoints (throw and catch).
6468         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6469         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6470         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6471         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6472         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6474 2006-02-13  Jay Belanger  <belanger@truman.edu>
6476         * calc/calc-arith.el (math-check-known-matrixp): Make sure
6477         expression is a symbol before checking that it is bound.
6479 2006-02-13  Richard M. Stallman  <rms@gnu.org>
6481         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6482         for the minibuffer too, but not if resize-mini-windows will interfere.
6484         * help.el (describe-key-briefly, describe-key): Do all arg-reading
6485         inside `interactive' spec.
6486         (describe-key-briefly-internal, describe-key-internal):
6487         Functions merged back into their callers.
6489 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
6491         * info.el (info-xref-visited): Inherit from info-xref too.
6492         (Info-set-mode-line): Replace occurrences of `%' by `%%'
6493         when propertizing Info-current-file and Info-current-node.
6495 2006-02-13  Juri Linkov  <juri@jurta.org>
6497         * tumme.el (tumme-thumbnail-storage): Fix docstring.
6498         (tumme-thumb-name): Fix per-directory format.
6500 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
6502         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6504 2006-02-12  Miles Bader  <miles@gnu.org>
6506         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6508 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
6510         * tumme.el: Remove history section.  If someone needs the it, it
6511         can always be found in CVS.
6513 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6515         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
6516         about the Thumbnail Managing Standard option.
6518 2006-02-12  Richard M. Stallman  <rms@gnu.org>
6520         * subr.el (substitute-key-definition): Doc fix.
6522         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6524         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6526         * info.el (Info-mode): Doc fix.
6528         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6530 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
6532         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6533         because on Solaris a POSIX compatible "id" is needed.  Reported by
6534         Magnus Henoch <mange@freemail.hu>.
6536 2006-02-12  Juri Linkov  <juri@jurta.org>
6538         * tumme.el: Remove todo item about Thumbnail Managing Standard.
6539         (tumme) <defgroup>: Change :group to `multimedia'.
6540         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6541         Managing Standard.
6542         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6543         Fix dostring.
6544         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6545         and %y.  Fix docstring.
6546         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6547         (tumme-cmd-create-standard-thumbnail-command): New user options.
6548         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6549         is `standard'.  Fix docstring.
6550         (tumme-thumb-width, tumme-thumb-height): New user options.
6551         (tumme-external-viewer): Try to find various viewers.
6552         (tumme-get-thumbnail-image): Use `create-image' instead of
6553         constructing the `image' structure.
6554         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6555         `standard'.
6556         (tumme-thumb-name): Add file name generation for standard storage.
6557         Simplify code for other storages.
6558         (tumme-thumb-name): Use width %w and height %h instead of size %s.
6559         Add modification time %m and thumbnail-nq8 %q.
6560         Use `tumme-cmd-create-standard-thumbnail-command' if
6561         tumme-thumbnail-storage is `standard'.
6562         (tumme-dired-insert-marked-thumbs): New autoload command.
6563         (tumme-dired-after-readin-hook): New function.
6564         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6565         `tumme-thumb-size'.
6566         (tumme-display-image): Replace size-x %x and size-y %y with
6567         width %w and height %h.
6569         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6570         `tumme-dired-insert-marked-thumbs'.
6572 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6574         * tumme.el (tumme-write-tag): Fix small bug (file name did not
6575         include path).
6576         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6577         matching tag.
6579 2006-02-12  Miles Bader  <miles@gnu.org>
6581         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6582         New variables.
6583         (rcirc-abbrev-nick): New function.
6584         (rcirc-format-response-string): Rewrite to use the formats in
6585         `rcirc-response-formats' and expand escape sequences therein.
6586         A text-property `rcirc-text' is added over the actual response
6587         text to make easy to find inside the returned string.
6588         (rcirc-print): When filling, just look for the `rcirc-text'
6589         text-property to find the appropriate fill prefix, instead of
6590         using hardwired patterns.
6592 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
6594         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
6595         Managing Standard.
6597 2006-02-11  Kim F. Storm  <storm@cua.dk>
6599         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6600         Don't use insert-buffer; do insert-buffer-substring directly.
6601         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
6603 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
6605         * files.el (revert-buffer, recover-file): Replace buffer-read-only
6606         with inhibit-read-only.  Suggested by Stefan Monnier.
6607         (revert-buffer): Let insert-file-contents discard
6608         buffer-undo-list.  Simplify code.
6609         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6611 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
6613         * menu-bar.el (menu-bar-select-yank): Add a doc string.
6615         * help.el (describe-key-briefly): Now a wrapper for
6616         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
6617         to t.  Populate yank-menu if empty.
6618         (describe-key-briefly-internal): Renamed from describe-key-briefly.
6619         (describe-key): Now a wrapper for describe-key-internal.  Bind
6620         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
6621         (describe-key-internal): Renamed from describe-key.
6623 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
6625         * progmodes/glasses.el (glasses-separator): Doc fix.
6626         (glasses-original-separator): New defcustom.
6627         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6629 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
6631         * mwheel.el (mouse-wheel-up-event): Doc fix.
6633 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
6635         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6636         (tumme-dir): New function.  Copied from thumbs.el.
6638 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
6640         * desktop.el (desktop-outvar): Fix typo.
6641         (desktop-save-buffer-p): Doc fix.
6643         * subr.el (substitute-key-definition): Fix typo.
6645 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6647         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6648         when window-system is mac.
6650         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6652 2006-02-10  Kim F. Storm  <storm@cua.dk>
6654         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6655         indirect-function instead of using condition-case.
6657 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
6659         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6660         less `colloquial'...
6662 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
6664         * tumme.el: Add a couple of todo items.
6666 2006-02-09  Lars Hansen  <larsh@soem.dk>
6668         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6669         (highlight-changes-mode): Don't change desktop-locals-to-save.
6671 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
6673         * image-mode.el (image-toggle-display): Clear image cache if using
6674         filename.
6676 2006-02-09  Masatake YAMATO  <jet@gyve.org>
6678         * dired-x.el (dired-guess-shell-alist-default): Add .man as
6679         a `dired-man' target.
6681         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6682         boundary of symbols.
6684 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
6686         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6688 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
6690         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6691         `mapcar'; return nil.
6693 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
6695         * mouse.el (mouse-drag-track): Don't change window if we rebind to
6696         some other event.
6698 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
6700         * net/rcirc.el (rcirc-startup-channels-alist):
6701         Add irc.freenode.net and #emacs as defaults.
6702         (rcirc-ignore-all-activity-flag): Remove variable.
6703         (rcirc-authinfo): New variable.
6704         (rcirc-authinfo-filename): Remove variable.
6705         (rcirc-always-use-server-buffer-flag): New flag.
6706         (rcirc): M-x rcirc will automatically connect without prompting.
6707         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
6708         connection in lisp.
6709         (rcirc-process-server-response-1): Remove everything but the nick
6710         portion of the sender so it doesn't need to be done everywhere
6711         else.  Update related code.
6712         (global-map): Remove global keybindings.
6713         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6714         (rcirc-send-input): Split into several functions.
6715         (rcirc-process-input-line, rcirc-process-message)
6716         (rcirc-process-command): New functions.
6717         (rcirc-target-buffer): New function to determine where to route
6718         messages.
6719         (rcirc-user-nick): Save match data.
6720         (rcirc-toggle-ignore-buffer-activity)
6721         (rcirc-update-activity-string): Remove global ignore functionality,
6722         which can be done now by toggling rcirc-track-minor-mode.
6723         (rcirc-track-minor-mode-map): New keymap.
6724         (rcirc-track-minor-mode): New minor-mode.
6725         (ignore): Make the ignore output nicer.  Always print it when
6726         adding or removing nicks.
6727         (rcirc-url-regexp): Improve.
6728         (rcirc-mangle-text): Remove properties before using text in the
6729         modeline.
6730         (rcirc-authenticate): Authentication data comes from
6731         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6732         (rcirc-server-prefix): Inherit from rcirc-server.
6734 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
6736         * Makefile.in (compile): Append "|| true" to the end of the `find'
6737         command, like compile-always does.
6739 2006-02-08  Sam Steingold  <sds@gnu.org>
6741         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6742         output from a dead connection.
6744 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6746         * dired.el (dired-mode-map): Add more bindings for tumme.
6748 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6750         * wdired.el (wdired-mode-map): Use remap.
6751         (wdired-get-filename): Massage.
6752         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6753         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6754         `keymap' property rather than `local-map'.
6756 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6758         * tumme.el (tumme-get-thumbnail-image): New utility function.
6759         Suggested by from Chong Yidong.
6760         (tumme-dired-with-window-configuration): Rename from
6761         `tumme-dired'.  Add code to save window configuration.
6762         (tumme-restore-window-configuration): New command to restore the
6763         window configuration that `tumme-dired-with-window-configuration'
6764         saves before it changes the window configuration.
6765         (tumme-show-all-from-dir): New command to display thumbnails for
6766         all files in a directory entered by the user, like M-x thumbs.
6767         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6768         have been created.
6769         (tumme-display-thumbnail-original-image): Call `display-buffer'.
6770         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6771         Remove obsolete test function.
6773 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
6775         * vc.el (small-temporary-file-directory): Remove defvar; there's
6776         a defcustom for it in files.el.
6778         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6779         Fix typo in message.
6780         (tumme-gallery-generate): Fix typo in `error' message.
6781         (tumme-display-window-height-correction)
6782         (tumme-display-window-width-correction, tumme-line-up-dynamic)
6783         (tumme-line-up-interactive): Dox fixes.
6784         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6785         (tumme-restore-window-configuration, tumme-format-properties-string)
6786         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6787         Fix typos in docstrings.
6789 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
6791         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6793 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
6795         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6796         User should use hook if desired.
6798         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6799         buffer if necessary.
6800         (gdb-delete-frame-or-window): New function.
6801         (gdb-breakpoints-mode-map): Bind "q" to it.
6803 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * textmodes/nroff-mode.el: Clean up name space.
6806         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6807         (nroff-mode): Obey the global setting of nroff-electric-mode.
6808         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6810         * calendar/calendar.el (calendar-increment-month): Typo in last change.
6812 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
6814         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6816 2006-02-06  Lars Hansen  <larsh@soem.dk>
6818         * generic-x.el (etc-fstab-generic-mode): Add file system types
6819         cifs and usbdevfs.  Allow special chars in file names.
6821 2006-02-05  Jay Belanger  <belanger@truman.edu>
6823         Update copyright notices of the files in lisp/calc.
6825 2006-02-05  Romain Francoise  <romain@orebokech.com>
6827         Update copyright notices of all files in the lisp/play directory.
6829 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
6831         * ldefs-boot.el: Regenerate.
6833         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6835 2006-02-05  Kim F. Storm  <storm@cua.dk>
6837         * files.el (magic-mode-regexp-match-limit): New defvar.
6838         (set-auto-mode): Use it to limit magic-mode-alist matching.
6840 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
6842         * simple.el (display-message-or-buffer): Compare the number of
6843         characters to the frame width when determining whether a 1-line
6844         message string will fit in the echo area.  Count screen lines
6845         instead of buffer lines when determining whether a multi-line
6846         message will fit in the echo area/minibuffer window.
6848 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
6850         * info.el (Info-index, Info-mode): Improve the description of the
6851         `i' command.
6853         * ldefs-boot.el: Regenerate.
6855 2006-02-03  Werner Lemberg  <wl@gnu.org>
6857         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6858         greedy to find the closing bracket in \*[...] and similar
6859         expressions.  This is a first rough fix -- many additional
6860         refinements are necessary to make nroff mode really usable with groff.
6862 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
6864         * international/mule-cmds.el (set-locale-environment):
6865         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6866         libX11.
6868 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
6870         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6871         archive are created in archive-tmpdir.
6873 2006-02-02  John Paul Wallington  <jpw@pobox.com>
6875         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6876         (ibuffer-fontification-alist): Use it.
6877         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6878         to "* z" and the Ibuffer Mark menu.
6880         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6882 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6884         * textmodes/table.el (*table--cell-describe-mode)
6885         (*table--cell-describe-bindings): Undo last change since
6886         print-help-return-message is not obsoleted by anything at all.
6888 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6890         * emulation/cua-base.el (cua-mode): Doc fix.
6892 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
6894         * dframe.el (dframe-handle-make-frame-visible)
6895         (dframe-handle-iconify-frame, dframe-get-focus)
6896         (dframe-select-attached-frame, dframe-power-click)
6897         (dframe-frame-mode): Fix typos in docstrings.
6899         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6900         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6901         Fix typos in docstrings.
6903         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6904         (hi-lock-face-buffer, hi-lock-font-lock-hook)
6905         (hi-lock-archaic-interface-message-used)
6906         (hi-lock-file-patterns-range): Fix typos in docstrings.
6908         * savehist.el (savehist-loaded, savehist-load, savehist-install)
6909         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6911         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6912         Fix typo in docstring.
6914         * net/newsticker.el (newsticker--decode-iso8601-date)
6915         (newsticker--set-customvar, newsticker--buffer-insert-item)
6916         (newsticker--do-run-auto-mark-filter)
6917         (newsticker--parse-generic-feed): Doc fixes.
6918         (newsticker--retrieval-timer-list, newsticker-url-list)
6919         (newsticker-hide-immortal-items-in-echo-area)
6920         (newsticker-hide-obsolete-items-in-echo-area)
6921         (newsticker-new-item-face, newsticker--enclosure)
6922         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6923         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6924         (newsticker--parse-generic-feed, newsticker--cache-contains)
6925         (newsticker--stat-num-items, newsticker-download-enclosures):
6926         Fix typos in docstrings.
6928         * net/rcirc.el (rcirc-debug): Doc fix.
6929         (rcirc-fill-column, rcirc-receive-message-hooks)
6930         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6931         (rcirc-mode, rcirc-generate-new-buffer-name)
6932         (rcirc-startup-channels, rcirc-ignore-update-automatic)
6933         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6934         Fix typos in docstrings.
6935         (rcirc-print): "?\ " -> "?\s".
6936         (rcirc-cmd-join): Improve argument/docstring consistency.
6938 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
6940         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6941         before narrow-to-region.
6943 2006-02-01  Richard M. Stallman  <rms@gnu.org>
6945         * simple.el (move-beginning-of-line): Scan properly for invis change.
6947         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6949 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
6951         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6952         change bit only when id-format is 'integer.  Reported by Matt
6953         Hodges <M.P.Hodges@rl.ac.uk>.
6955 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
6957         * hilit-chg.el (highlight-changes-initial-state)
6958         (highlight-changes-global-initial-state): Doc fixes.
6959         (highlight-changes-global-modes, global-highlight-changes):
6960         Fix typos in docstrings.
6962 2006-02-01  Kim F. Storm  <storm@cua.dk>
6964         * emulation/cua-base.el (cua-mode): Mention that CUA enables
6965         transient-mark-mode in doc string.
6967 2006-01-31  Richard M. Stallman  <rms@gnu.org>
6969         * replace.el (multi-occur): Doc fix.
6970         (multi-occur-in-matching-buffers): Rename from
6971         multi-occur-by-filename-regexp.  Prefix arg says match
6972         buffer names instead of file names.
6974 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
6976         * bs.el: Allow non-default values of `bs-header-lines-length'.
6977         (bs--running-in-xemacs): Remove (not needed anymore).
6978         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6979         instead of `shrink-window', thus avoiding having to compute the
6980         height of the window.
6981         (bs--up): Wrap around even when there's no header.
6982         (bs--down): Use `forward-line' instead of `next-line'.
6984 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
6986         * image-mode.el (image-toggle-display): Use file name if possible,
6987         instead of unnecessarily allocating a (possibly huge) lisp string.
6989 2006-01-30  John Paul Wallington  <jpw@pobox.com>
6991         * subr.el (toplevel): Define `cl-assertion-failed' condition here
6992         because the `assert' macro signals it at runtime.
6994         * emacs-lisp/cl.el (toplevel): Remove definition of
6995         `cl-assertion-failed' condition.
6997 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
6999         * thumbs.el (thumbs-marked-list): Make buffer-local and
7000         permanent-local.
7001         (thumbs-insert-thumb): Make help-echo non-sticky.
7002         (thumbs-file-alist): Use eolp as check for (non)-image.
7004 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7006         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7007         (ediff-before-session-group-setup-hooks)
7008         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7009         Fix typos in docstrings.
7011         * window.el (bw-dir, bw-eqdir, balance-windows)
7012         (split-window-keep-point): Fix typos in docstrings.
7014         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7015         (org-quote-string, org-calendar-to-agenda-key)
7016         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7017         (org-show-following-heading, org-tags-column)
7018         (org-use-tag-inheritance, org, org-allow-space-in-links)
7019         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7020         (org-enable-table-editor, org-calc-default-modes)
7021         (org-table-allow-automatic-line-recalculation)
7022         (org-export-html-style, org-export-with-fixed-width)
7023         (org-export-with-sub-superscripts, org-special-keyword)
7024         (org-formula, org-time-grid, org-table-may-need-update)
7025         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7026         (org-goto-quit, org-get-indentation, org-end-of-item)
7027         (org-move-item-down, org-move-item-up)
7028         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7029         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7030         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7031         (org-agenda-log-mode, org-agenda-toggle-diary)
7032         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7033         (org-agenda-file-to-end, org-agenda-no-heading-message)
7034         (org-agenda-get-closed, org-format-agenda-item)
7035         (org-cmp-priority, org-cmp-category, org-cmp-time)
7036         (org-agenda-change-all-lines, org-agenda-diary-entry)
7037         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7038         (org-link-search, org-camel-to-words, org-open-file)
7039         (org-remember-handler, org-table-convert-region)
7040         (org-table-move-row-down, org-table-move-row-up)
7041         (org-table-copy-region, org-table-wrap-region)
7042         (org-table-toggle-vline-visibility)
7043         (org-table-get-vertical-vector, org-table-modify-formulas)
7044         (org-table-get-specials, org-recalc-commands)
7045         (org-table-rotate-recalc-marks, org-table-eval-formula)
7046         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7047         (org-level-color-stars-only, org-insert-heading):
7048         Fix typos in docstrings.
7049         (last-arg): Add defvar.
7051         * makefile.w32-in (WINS): Add erc.
7052         (MH_E_SRC): Update (copied from lisp/Makefile.in).
7054 2006-01-29  Bill Wohler  <wohler@newt.com>
7056         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7057         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7058         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
7059         (mh-autoloads): Don't use comments on otherwise empty lines.
7061 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
7063         * emulation/viper.el (viper-major-mode-modifier-list): Add
7064         insert-state and vi-state entries for erc-mode.
7065         (viper-go-away, viper-set-hooks): Add and remove
7066         viper-comint-mode-hook from erc-mode-hook as appropriate.
7068         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7070 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
7072         * bs.el (bs--format-aux): Implement `middle' alignment as
7073         described in the docstring for `bs-attributes-list'.
7074         (bs--get-name): Simplify.  Don't pad the buffer name.
7076 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
7078         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7079         English aspell dictionary is installed, use the first entry of
7080         ispell-dictionary-alist-1.
7082 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
7084         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7085         Doc fix.
7087 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
7089         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7090         for `process-file', in order to let it work for older Emacsen too.
7092 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7094         * international/latexenc.el: Add a suitable `coding:' tag.
7095         (latexenc-find-file-coding-system): Undo last change.
7097 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7099         * international/latexenc.el (latexenc-find-file-coding-system):
7100         Make sure latexenc-main-file is a regular file and is readable.
7102 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
7104         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7105         Pass FILE to vc-user-login-name.
7107         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7109 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
7111         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7112         there are no more images to display.
7113         (thumbs-mark, thumbs-unmark): Revert change so that they move to
7114         the next image.
7116 2006-01-26  Richard M. Stallman  <rms@gnu.org>
7118         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7120         * wid-edit.el (advertised-widget-backward): New alias.
7121         (widget-keymap): Use advertised-widget-backward for S-TAB.
7123         * tumme.el: Correct the keywords.
7124         (tumme-dir-max-size): Use defvar.
7125         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7127         * simple.el (move-beginning-of-line): Take account of fields.
7128         (clone-indirect-buffer-other-window): Take args like
7129         clone-indirect-buffer, and work like it.
7131         * help-fns.el (describe-function): Don't pass `nil' as default.
7133         * files.el (risky-local-variable-p): Follow var aliases.
7135         * subr.el (lazy-completion-table): Doc fix.
7137         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7138         global binding of `line'.
7140 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
7142         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7143         Tramp.
7145         * vc.el (vc-default-dired-state-info): Pass FILE to
7146         vc-user-login-name.
7147         (vc-default-update-changelog): Don't use vc-user-login-name, we
7148         don't need it here.
7150         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7151         no longer necessary.
7153 2006-01-25  Kenichi Handa  <handa@m17n.org>
7155         * international/mule.el (decode-char): Avoid the overhead of
7156         calling utf-lookup-subst-table-for-decode if
7157         utf-translate-cjk-mode is nil.
7158         (encode-char): Avoid the overhead of calling
7159         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7160         nil.
7162 2006-01-22  Kenichi Handa  <handa@m17n.org>
7164         * international/mule.el (make-subsidiary-coding-system): Reset
7165         `coding-system-define-form' property of subsidiaries to nil.
7166         Avoid duplicated entry in coding-system-alist.
7167         (make-coding-system): Avoid duplicated entry in
7168         coding-system-alist.
7169         (define-coding-system-alias): Likewise.
7171 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
7173         * completion.el: Minor fixes in introductory comment.
7174         (completion-def-wrapper): Fix alist.
7176 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
7178         * thumbs.el (thumbs-new-image-size): New function.
7179         (thumbs-increment-image-size-element)
7180         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7181         (thumbs-decrement-image-size): Delete.
7182         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
7183         temp files and use to resize.
7184         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7185         Use increment argument to enlarge/shrink.  Preserve point.
7186         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7187         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7188         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7189         (thumbs-mark, thumbs-unmark): Preserve point.
7190         (thumbs-modify-image): Keep old temp files and use to modify.
7191         Cleanup old temp files at load time.  Preserve point.
7192         (thumbs-view-image-mode-map): Use new command names.
7194 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7196         * log-view.el (log-view-minor-wrap): First rev is the one at point.
7198         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7199         the nastiest part of the cyclic dependency.
7200         (cal-menu-update): Use dotimes and calendar-increment-month.
7202         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7203         (calendar-week-start-day): Add an :initializer.
7204         (calendar-mode-map): Use suppress-keymap, and command remapping.
7205         (describe-calendar-mode): Setup xref-stack info for the back button.
7206         (calendar-star-date): Insert before delete.
7207         (calendar-set-mode-line): Add file-modified info if applicable.
7208         (calendar-increment-month): New function.
7210 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
7212         * font-lock.el (lisp-font-lock-keywords-2):
7213         Recognize "& keywords" only at word boundaries.
7215 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
7217         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
7218         and permanent-local.
7219         (thumbs-max-image-number): New variable.
7220         (thumbs-do-thumbs-insertion): Use them.
7221         (thumbs-per-line): Change default to 4.
7222         (thumbs-marked-list): Rename from thumbs-markedL.
7223         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7224         (thumbs-rename-images): Use -list instead of L for internal variables.
7225         (thumbs-call-convert): Use call-process instead of shell-command.
7226         (thumbs-insert-thumb): Add filename as help-echo to each image.
7227         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7228         Give dir to thumbs-show-thumbs-list.
7229         (thumbs-show-thumbs-list): Set default-directory to that of images.
7230         (thumbs-dired-show): Rename from thumbs-dired-show-all.
7231         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7232         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7233         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7235 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7237         * ses.el (ses-read-cell): Provide a default value.
7239 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
7241         * term/w32-win.el (image-library-alist): Add additional names for
7242         GIF library.
7244 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7246         * international/latexenc.el (latexenc-find-file-coding-system):
7247         Add file-regular-p check.
7249 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7251         * simple.el (clone-buffer): Don't show the new buffer in the same
7252         window.
7254 2006-01-23  Juri Linkov  <juri@jurta.org>
7256         * faces.el (link, link-visited): New faces based on default values
7257         of `info-xref' and `info-xref-visited'.
7259         * info.el (info-xref): Inherit from `link'.
7260         (info-xref-visited): Inherit from `link-visited'.
7262         * cus-edit.el (custom-buffer-create-internal): Use widget type
7263         `custom-manual' instead of `info-link' and don't set properties
7264         `button-face' and `mouse-face' explicitly.
7265         (custom-browse-group-tag, custom-browse-variable-tag)
7266         (custom-browse-face-tag): Inherit from widget class
7267         `custom-group-link' instead of `push-button'.
7268         (custom-button-unraised): Inherit from `underline' face.
7269         (custom-link): Inherit from `link' face.  Fix doc and group.
7270         (custom-add-parent-links, custom-group-value-create): Don't set
7271         properties `button-face' and `mouse-face' explicitly for
7272         `custom-group-link' widget.
7273         (custom-group-link): Add properties `button-face' and `mouse-face'
7274         to widget definition.
7275         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
7276         editable-field's :keymap property.
7277         (custom-mode): Fix docstring: substitute keybindings for
7278         `widget-forward' and `widget-backward' from `widget-keymap',
7279         `widget-complete' from `custom-field-keymap', replace old
7280         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
7282         * desktop.el (desktop-load-file): Check for `fboundp' before
7283         calling `symbol-function'.
7285         * simple.el (clone-buffer, clone-indirect-buffer)
7286         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7287         `read-string'.  Fix prompts.
7289         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7291 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
7293         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7295 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
7297         * startup.el (inhibit-splash-screen, initial-scratch-message):
7298         Doc fixes.
7300 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7302         Sync with Tramp 2.0.52.
7304         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7305         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
7306         `tramp-unload-tramp' for checklist.
7308         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7309         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
7310         (tramp-unload-file-name-handler-alist)
7311         (tramp-unload-tramp): New defuns.
7312         (tramp-advice-PC-expand-many-files): New defadvice.
7313         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7314         removed.
7315         (tramp-handle-expand-file-name): Remove double slash.
7316         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7317         It doesn't matter, because it will be converted later on.
7318         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
7319         implementation was just heuristic.
7320         (tramp-post-connection): Set uid and gid properties.
7321         (tramp-convert-file-attributes): Set file's gid change bit.
7322         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7323         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7324         in case of su(do)? methods.  The home directory of the local user
7325         will be taken else.
7326         (tramp-open-connection-telnet)
7327         (tramp-open-connection-rsh, tramp-open-connection-su)
7328         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
7329         local shell prompt could hurt.  Reported by Romain Francoise
7330         <romain@orebokech.com>.
7331         (tramp-let-maybe): Add `edebug-form-spec' property.
7332         (tramp-handle-expand-file-name): Bind `default-directory' locally
7333         to "/" in order to avoid problems with UNC shares or Cygwin
7334         mounts.
7335         (tramp-md5-function): Fix typo in error message.
7337         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7339         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7340         for byte-compiler pacification.
7342 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
7344         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7345         ID-FORMAT `string'.  This allows us to get rid of
7346         `vc-user-login-name UID'.
7348         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7350 2006-01-22  John Paul Wallington  <jpw@pobox.com>
7352         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7354 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
7356         * emacs-lisp/find-func.el (find-definition-noselect)
7357         (find-variable-noselect): Search variables in C source code too.
7358         (find-function-C-source, find-function-noselect, find-function)
7359         (find-function-other-frame, find-variable-noselect, find-variable)
7360         (find-variable-other-frame, find-variable-at-point):
7361         Fix docstrings.
7363 2006-01-21  Francesco Potorti`  <pot@gnu.org>
7365         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7367 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
7369         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7370         Default to disabling the "Save affix" question.
7372 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
7374         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7375         the first arg to run-python.
7377 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7379         * startup.el (command-line-1): Handle --no-desktop if desktop.el
7380         is not loaded.
7382 2006-01-20  Jay Belanger  <belanger@truman.edu>
7384         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7385         limit is 0.
7387         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7388         the correct variable.
7390 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
7392         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7393         link.  Fixed buggy argument sequence in call to `org-view-tags'.
7394         (org-compile-prefix-format): Set `org-prefix-has-tag'.
7395         (org-prefix-has-tag): New variable.
7396         (org-format-agenda-item): Remove tags from headline if
7397         appropriate.
7398         (org-agenda-remove-tags-when-in-prefix): New option.
7399         (org-get-tags-at): New function.
7401 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
7403         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
7404         (thumbs-find-image): Move image name and number from buffer name
7405         to mode name.  Set thumbs-buffer.  Preserve point so that large
7406         images remain visible.
7407         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7408         order.
7409         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
7410         mode name.
7411         (thumbs-next-image, thumbs-previous-image): Make them work.
7413 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
7415         * cus-edit.el (custom-buffer-create-internal): State in the text above
7416         the whole buffer buttons that they do not operate on hidden items.
7417         (custom-face-menu): Use `custom-face-save' instead of
7418         `custom-face-save-command'.
7419         (custom-face-save-command): Make it an alias for `custom-face-save'
7420         and declare it obsolete.
7421         (custom-face-save): Doc fix.
7423         * dired.el (dired-no-confirm): Add quote.
7424         (dired-subdir-alist-pre-R): Add quote in
7425         `make-variable-buffer-local' form and remove unbalanced parenthesis.
7427 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7429         * textmodes/table.el (table-mode-indicator): Typo in last change.
7431 2006-01-19  Richard M. Stallman  <rms@gnu.org>
7433         * outline.el (hide-leaves): Don't call outline-end-of-heading.
7434         Fixes bug reported in Nov 2005.
7436         * isearch.el (isearch-forward): Doc fix.
7438         * dired.el (dired-move-to-filename-regexp): Define as alias.
7439         (dired-no-confirm): Use defcustom.
7440         (dired-subdir-alist-pre-R): Put defvar at top level.
7442         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7444         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7445         Mark as risky.
7447         * simple.el (set-mark-command): Doc fix.
7448         (clone-indirect-buffer-other-window):
7449         Read arg like clone-indirect-buffer.
7450         (move-beginning-of-line): Skip invisible newlines.
7452 2006-01-19  Masatake YAMATO  <jet@gyve.org>
7454         * progmodes/cpp.el (cpp-edit-load): Make the order of
7455         listed conditions in a base C code buffer and its associate
7456         CPP Edit buffer the same.
7458 2006-01-19  Kenichi Handa  <handa@m17n.org>
7460         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7461         (rmail-mime-feature): Likewise.
7462         (rmail-require-mime-maybe): Use display-warning to show a warning
7463         message.
7465         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7466         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7468 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7470         * array.el: Move defvars out of eval-when-compile.
7471         (array-make-template): Replace undeclared global var with a local one.
7472         (array-mode): Inline initialization functions.
7473         (array-init-local-variables, array-init-max-row)
7474         (array-init-max-column, array-init-columns-per-line)
7475         (array-init-field-width, array-init-rows-numbered)
7476         (array-init-line-length, array-init-lines-per-row): Remove.
7478         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
7479         (doc-mode-map): Define explicitly.
7480         (doctor-txtype): Use mapc.
7482         * textmodes/table.el: Move defvars out of eval-when-compile.
7483         Remove harmful code meant to avoid byte-compiler warnings.
7484         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
7485         specification that checks table-fixed-width-mode directly.
7486         (table-recognize-region, table-recognize-cell):
7487         Use restore-buffer-modified-p.
7488         (table-fixed-width-mode): Remove code that refreshes
7489         table-fixed-mode-indicator.
7490         (*table--cell-describe-bindings, *table--cell-describe-mode):
7491         Avoid obsolete name print-help-return-message.
7492         (table--test-cell-list): Don't use replace-regexp from elisp.
7493         (table--point-entered-cell-function, table--point-left-cell-function):
7494         Don't set table-fixed-mode-indicator, use force-mode-line-update.
7496         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
7497         that was after the end of file.  Use buffer-file-name variable.
7498         (org-timestamp-change): Use with-current-buffer.
7499         (org-todo-list): Don't unnecessarily define a new buffer-local var.
7500         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7501         `file'.
7503         * progmodes/fortran.el: Move defvars out of eval-when-compile.
7504         (fortran-break-line): Remove unused var `opoint'.
7505         (fortran-abbrev-start): Obey help-event-list.
7507 2006-01-18  Jesper Harder  <harder@phys.au.dk>
7509         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7511 2006-01-18  Masatake YAMATO  <jet@gyve.org>
7513         * progmodes/make-mode.el (makefile-imake-mode): New mode
7514         derived from makefile-mode.
7515         (makefile-imake-mode-syntax-table): New syntax table
7516         derived from makefile-mode-syntax-table.
7517         (makefile-mode): Write about makefile-imake-mode in doc string.
7518         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7519         (makefile-imake-font-lock-keywords): New font lock keywords.
7521         * files.el (auto-mode-alist): Add Imakefile.
7523 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
7525         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7526         loading the file rather than when turning on flyspell-mode.
7528 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7530         * cus-edit.el (customize-rogue): Minor doc fix.
7532 2006-01-17  Juri Linkov  <juri@jurta.org>
7534         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7535         instead of the file at the mark as default if the file at the mark
7536         is the same as the file at point or if dired-dwim-target-directory
7537         is not the same as the current directory and the mark is not active.
7539         * log-view.el (log-view-minor-wrap): Use the same logic to get
7540         revisions as `log-view-diff'.
7542         * info.el (Info-revert-find-node): Check for Info-current-file
7543         before preserving new-history.
7545         * man.el (Man-heading-regexp): Add `/'.
7547         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7548         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7550 2006-01-16  Juri Linkov  <juri@jurta.org>
7552         * faces.el (mode-line-faces): New defgroup.
7553         (mode-line-highlight): Move definition after new defgroup.
7554         (mode-line, mode-line-inactive, mode-line-highlight):
7555         Replace :group `modeline' with `mode-line-faces'.
7556         (mode-line-buffer-id): New face.
7557         (modeline-buffer-id): New face alias.
7558         (vertical-border): Remove :group `modeline'.
7560         * bindings.el (propertized-buffer-identification): Use face
7561         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7562         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7563         (mode-line-buffer-identification-keymap): For mouse-1 replace
7564         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7565         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7566         mouse-3.
7568         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7569         Buffer-menu-buffer.  Doc fix.
7570         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7571         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7572         `Buffer-menu-buffer'.
7574         * info.el (Info-mode-line-node-keymap): New defvar.
7575         (Info-set-mode-line): Use `stringp' to check Info-current-file.
7576         Propertize Info-current-node with `mode-line-buffer-id' and
7577         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7579         * time.el (display-time-mail-face): Replace :group `faces' with
7580         `mode-line-faces'.
7582 2006-01-16  Kenichi Handa  <handa@m17n.org>
7584         * international/code-pages.el: Add autoload cookies for cp125[0345678].
7586         * language/european.el (cp1252): New alias for windows-1252.
7588         * international/mule.el (autoload-coding-system): Prepare for EOL
7589         variants.
7591 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
7593         * term.el (term-raw-map): Add mapping for insert.
7594         (term-send-insert): New.
7595         (term-mode): Make variables local here instead of doing it in
7596         `term-emulate-terminal'.
7597         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7598         Scroll reverse needs to take into account the scroll region.
7599         Saving and restoring the cursor should save the color attributes too.
7600         (term-reset-terminal): Reset the scroll region.
7601         (term-handle-ansi-escape): Cursor up and down should take into
7602         account the scroll region.
7603         (term-set-scroll-region): Rename from `term-scroll-region'.
7604         Move to 0,0 after setting the region.
7605         (term-handle-scroll): Handle scroll up.
7606         (term-down): Fix off by one error.
7607         (term-delete-lines): Do not delete outside the scroll region.
7608         (term-insert-lines): Take into account the scroll region.
7610 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7612         * textmodes/ispell.el (ispell-internal-change-dictionary)
7613         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7614         (start, end): Move declaration outside of eval-when-compile.
7616         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7617         (flyspell-mode-on): Use it.
7619         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7620         ispell-kill-ispell-hook.
7622 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
7624         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7625         (Custom-reset-saved): Do not ask for confirmation in single option
7626         buffers.
7628 2006-01-13  Richard M. Stallman  <rms@gnu.org>
7630         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7632 2006-01-13  Romain Francoise  <romain@orebokech.com>
7634         * add-log.el (add-change-log-entry, change-log-merge):
7635         Conditionally use `hard-newline'.
7637 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
7639         * wid-edit.el (widget-field-end): If the overlay is no longer
7640         associated with a buffer, behave as if the overlay didn't exist.
7642         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7643         Make sure the links use the `custom-link' face.
7645 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7648         (ld-script-mode): Don't set indent-line-function since we don't
7649         have one.
7651 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7653         * textmodes/org.el (org-open-file): Use mailcap for selecting an
7654         application.
7655         (org-file-apps-defaults-gnu): Use mailcap as the default for
7656         selecting an application on a UNIX system.
7657         (org-agenda-show-tags): New command.
7658         (org-table-insert-hline): Keep cursor in current table line.
7659         (org-table-convert): Offset effect of modifying
7660         `org-table-insert-hline'.
7661         (org-format-agenda-item): New optional argument TAG.
7662         (org-compile-prefix-format): Handle %T format for the tag.
7663         (org-expand-wide-chars): New function.
7664         (org-table-insert-row, org-table-insert-hline):
7665         Use `org-expand-wide-chars'.
7666         (org-open-file): Fix bug in program launch.
7667         (org-get-time-of-day): Fix bug with times before 1am.
7668         (org-agenda-menu): Add tags commands.
7670 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
7672         * textmodes/ispell.el (ispell-init-process): Include the used
7673         dictionary in ispell process start message.
7674         (ispell-internal-change-dictionary): When flyspell-mode is active
7675         and dictionary is changed, make sure ispell process is restarted
7676         and flyspell word cache cleared out for the current buffer.
7677         (ispell-change-dictionary): Make sure flyspell word cache is
7678         cleared out in all buffers with active flyspell mode when
7679         dictionary is globally changed.
7680         Call ispell-internal-change-dictionary after dictionary change.
7682 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7684         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7686         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7687         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7688         years.  Fix small differences wrt Makefile.in.
7689         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7690         Makefile.in does.
7692 2006-01-12  Bill Wohler  <wohler@newt.com>
7694         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7695         mh-search.el.
7697 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7699         * progmodes/ld-script.el: Update copyright year.
7701 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
7703         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7704         Don't add widget if setting undefined.
7706 2006-01-12  John Paul Wallington  <jpw@pobox.com>
7708         * help-fns.el (describe-variable): Remove newlines from void
7709         variable output.
7711 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
7713         * wdired.el (wdired-mode-map): Add help echo for
7714         wdired-abort-changes.
7716         * man.el (Man-file-name-regexp): Adjust for a list of files.
7718 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7720         * progmodes/ld-script.el (auto-mode-alist): Support
7721         suffix conventions used in netbsd and eCos.
7723 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7725         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7726         (custom-variable-menu, custom-face-menu, custom-group-menu)
7727         (Custom-mode-menu): Change names of menu items.  (As discussed on
7728         emacs-devel.)
7729         (custom-face-menu): Add "Undo Edits" item.
7731         * startup.el (init-file-user): defcustom -> defvar.
7733         * tooltip.el (tooltip-mode): Doc fix.
7735 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         * reveal.el (reveal-post-command): window-buffer signals an error on
7738         dead windows rather than returning nil.
7739         (reveal-open-new-overlays): An overlay might die while we open others.
7741 2006-01-11  Bill Wohler  <wohler@newt.com>
7743         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7744         phrasing in docstring.
7746         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7747         can give some systems gas.  Add new file mh-buffers.el.
7749 2006-01-06  Masatake YAMATO  <jet@gyve.org>
7751         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7752         C preprocessor forward ported from GNU Emacs 21.2.
7754         * progmodes/asm-mode.el (asm-font-lock-keywords):
7755         Use `cpp-font-lock-keywords'.
7757         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7759         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7760         of $ for "\\.ld[s]?".
7762 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7764         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7765         (tcl-indent-line): Return `noindent' if inside a string.
7767         * progmodes/flymake.el (flymake-split-string): Remove more than one
7768         empty string at beg/end of the result.
7769         (flymake-find-buildfile, flymake-find-possible-master-files):
7770         Use expand-file-name.
7771         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7772         since expand-file-name does it for us.  Use directory-file-name.
7773         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7774         (flymake-ler-get-type, flymake-ler-get-text)
7775         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
7776         (flymake-current-line-no): Remove spurious interactive spec.
7777         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7778         (flymake-check-include): Remove arg inc-path merged into inc-name.
7779         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7780         Arg regexp-list replaced by a simple regexp.
7781         (flymake-master-make-header-init, flymake-master-tex-init):
7782         Correspondingly replace regexp-list with a regexp.  Fix regexp.
7784 2006-01-10  Simon Josefsson  <jas@extundo.com>
7786         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7787         describing AUTH PLAIN fix.
7789 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
7791         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7792         (report-emacs-bug): Don't record initial prompt text.
7793         Instead, add text properties to prompting text.
7794         (report-emacs-bug-hook): Delete prompting text.
7796 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7798         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7799         `dirs'.  Adjust callers.
7801 2006-01-09  John Paul Wallington  <jpw@gnu.org>
7803         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7805 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7807         * reveal.el (reveal-open-new-overlays): New extracted fun.
7808         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
7809         using them.  Simplify the code.
7810         (reveal-post-command): Use them.  Fix up obsolete windows in
7811         reveal-open-spots.
7813         * progmodes/flymake.el: Use `require' rather than autoload for
7814         XEmacs's overlays.
7815         (flymake-get-common-file-prefix, flymake-build-relative-filename):
7816         Delete.  Use file-relative-name instead.
7817         (flymake-get-syntax-check-program-args, flymake-perl-init):
7818         Simplify the resulting code.
7820         * log-view.el (log-view-file-re, log-view-message-re): Add support
7821         for DaRCS output.
7823 2006-01-09  Alex Schroeder  <alex@gnu.org>
7825         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7826         identifiers sometimes added in square brackets at the beginning of
7827         subject lines.
7829 2006-01-07  Richard M. Stallman  <rms@gnu.org>
7831         * cus-edit.el (Custom-set, Custom-save): Doc fix.
7832         (Custom-reset-current, Custom-reset-saved): Change question text.
7833         (Custom-reset-standard): Likewise.
7834         (custom-variable-reset-saved): Doc fix.
7836 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
7838         * startup.el (init-file-user): Doc fix.
7840 2006-01-07  Alex Schroeder  <alex@gnu.org>
7842         * mail/rmail.el (rmail-current-subject): New function.
7843         (rmail-current-subject-regexp): New function.
7844         (rmail-next-same-subject): Use it.
7846         * mail/rmailsum.el (rmail-summary-by-topic):
7847         Use rmail-current-subject and rmail-current-subject-regexp.
7848         (rmail-summary-next-same-subject): Ditto.
7850         * net/rcirc.el (rcirc-send-input): No longer check whether the
7851         process is open, since not all commands need an open process.
7852         (rcirc-send-string): Check whether the process is open before
7853         sending anything.
7854         (rcirc-ignore-list): New option.
7855         (rcirc-ignore-list-automatic): New variable.
7856         (rcirc-print): Take rcirc-ignore-list into account.
7857         (rcirc-cmd-ignore): New command.
7858         (rcirc-ignore-update-automatic): New function.
7859         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7860         list if ignored nicks.
7861         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7863 2006-01-06  David Reitter  <david.reitter@gmail.com>
7865         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7866         reflect the address to which the report will be sent.
7868 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7870         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7871         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7873 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
7875         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7877         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7878         the doc string: "functoin" => "function".
7879         * ldefs-boot.el: Likewise.
7881         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7882         message text: "Duplicat" => "Duplicate".
7884 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7886         * files.el (basic-save-buffer-2): If backing-up failed, reset
7887         buffer-backed-up to nil.
7889 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
7891         * progmodes/gud.el (gdb-script-skip-to-head)
7892         (gdb-script-calculate-indentation): Indent for breakpoint command
7893         lists also.
7895 2006-01-05  Bill Wohler  <wohler@newt.com>
7897         * Makefile.in (compile-always): Add mh-autoloads dependency.
7898         (bootstrap): Remove mh-autoloads dependency, as compile dependency
7899         provides it.
7900         (updates): Remove mh-autoloads dependency, since it probably has
7901         already run recently (via recompile).
7903 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7905         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7906         argument `force' to disable the flyspell-last-buffer optimization.
7907         (flyspell-mode-on): Use it.
7909         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7910         flymake-simple-cleanup.
7911         (flymake-allowed-file-name-masks): Use this new default.
7912         All the functions are now called in the right buffer rather than
7913         passing the buffer as argument.
7914         (flymake-process-sentinel): Switch to buffer before calling cleanup.
7915         (flymake-parse-err-lines): Remove redundant buffer arg.
7916         (flymake-get-program-dir): Comment out unused function.
7917         (flymake-start-syntax-check, flymake-start-syntax-check-process):
7918         Remove redundant buffer argument.
7919         (flymake-get-real-file-name, flymake-simple-java-cleanup)
7920         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7922 2006-01-05  Richard M. Stallman  <rms@gnu.org>
7924         * info.el (Info-find-node): Don't record previous node if have none.
7925         (info): Go to directory only if history is empty.
7927         * simple.el (mark): Doc fix.
7929 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7931         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7932         already of desired type.
7933         (mac-ae-list): Coerce parameter to "list" type.
7934         (mac-dispatch-apple-event): Replace cadr part of event with a
7935         dummy position so that event-start returns it.
7937 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7939         * textmodes/org.el (org-end-of-subtree): New function.
7940         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7941         Use `org-end-of-subtree'.
7942         (org-agenda, org-agenda-convert-date): Protect calls to
7943         `fit-window-to-buffer'.
7944         (org-tags-view): Force matching of sublevels when doing a
7945         todo-only search.  Define the correct redo command, including the
7946         arguments.
7947         (org-agenda-redo): Display message.
7948         (org-check-for-org-mode): New function.
7949         (org-agenda-type): New variable.
7950         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7951         Set `org-agenda-type'.
7952         (org-agenda-check-type): New function.
7953         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7954         (org-agenda-week-view, org-agenda-day-view)
7955         (org-agenda-next-date-line, org-agenda-previous-date-line)
7956         (org-agenda-log-mode, org-agenda-toggle-diary)
7957         (org-agenda-toggle-time-grid, org-agenda-date-later)
7958         (org-agenda-date-prompt, org-agenda-diary-entry)
7959         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7960         (org-agenda-convert-date, org-agenda-menu):
7961         Use `org-agenda-check-type'.
7962         (org-make-overlay, org-delete-overlay)
7963         (org-detatch-overlay, org-move-overlay, org-overlay-put):
7964         New compatibility functions.
7965         (org-calendar-select-mouse): New command.
7967 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
7969         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7970         (Custom-reset-standard): Fix y-or-n-p messages.
7971         (custom-link): New face for links.
7972         (custom-buffer-create-internal, custom-manual): Use it.
7973         (custom-face-save): Push to theme-face before setting face spec.
7975         * wid-edit.el (widget-default-mouse-face-get): New function.
7976         (widget-specify-button): Handle mouse-face like button-face.
7978         * custom.el (load-theme): Clear old theme settings if reloading.
7980 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7982         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7983         "Erase Customization" button back to same position it occupies in
7984         the individual State menus.
7986 2006-01-04  Kim F. Storm  <storm@cua.dk>
7988         * wid-edit.el (key-sequence): Rework widget to read key binding
7989         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
7990         (widget-key-sequence-default-value): Default value for empty sequence.
7991         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
7992         (widget-key-sequence-read-event): New command for C-q.
7993         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7994         (widget-key-sequence-value-to-external): New functions.
7996 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7998         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7999         Use expand-file-name.
8000         (flymake-delete-temp-directory): Use expand-file-name,
8001         file-name-directory, and directory-file-name.
8002         (flymake-strrchr): Delete.
8003         (flymake-start-syntax-check): Don't pass the redundant buffer argument
8004         to the init-f function.
8005         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8006         (flymake-init-find-buildfile-dir)
8007         (flymake-init-create-temp-source-and-master-buffer-copy)
8008         (flymake-simple-make-init-impl, flymake-simple-make-init)
8009         (flymake-master-make-init, flymake-master-make-header-init)
8010         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8011         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8012         (flymake-xml-init): Remove corresponding redundant buffer argument.
8013         (flymake-allowed-file-name-masks): Remove last elems that are equal to
8014         the default anyway.  Clean up regexps.
8016         * progmodes/flymake.el (flymake-temp-source-file-name)
8017         (flymake-master-file-name, flymake-temp-master-file-name)
8018         (flymake-base-dir): New buffer-local vars.
8019         (flymake-buffer-data, flymake-get-buffer-value)
8020         (flymake-set-buffer-value): Replace those hash-tables by the new
8021         buffer-local vars.  Update callers.
8023         * progmodes/flymake.el (flymake-check-start-time)
8024         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8025         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8026         Move definition, so we can remove redundant earlier declaration.
8027         (flymake-replace-regexp-in-string, flymake-split-string)
8028         (flymake-get-temp-dir): Use defalias.
8029         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
8030         (flymake-xemacs-window-edges): Remove unused function.
8031         (flymake-get-point-pixel-pos): Move.
8032         (flymake-pid-to-names, flymake-reg-names)
8033         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8034         Replace by a simple list flymake-processes and by process-buffer.
8035         Update callers.  Other than simplify the code, it uses buffers rather
8036         than buffer-names so it doesn't get confused by uniquify.
8037         (flymake-buffer-data): The global value should just be nil.
8039         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8040         Optimize the body of a defalias like any other code.
8042         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8043         Make sure we've setup font-lock's vars.  It may influence which
8044         function we then call.
8045         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8046         here since it's too late anyway.
8048 2006-01-03  Romain Francoise  <romain@orebokech.com>
8050         * startup.el (fancy-splash-tail, normal-splash-screen):
8051         Update copyright year.
8053 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
8055         * mouse.el (mouse-drag-track): Rename, from
8056         `mouse-drag-region-1'.  Includes optional argument required to
8057         enable post-drag event processing (e.g. delete region keys).
8058         Can be used without this argument to track a mouse region and operate
8059         on it as soon as the drag completes.
8060         (mouse-drag-region): Use `mouse-drag-track'.
8062 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
8064         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8065         Move to `custom-buffer' group.
8067         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8068         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8069         (custom-theme-insert-face-marker, custom-theme-variable-menu)
8070         (custom-theme-face-menu): New variables.
8071         (custom-theme-add-variable, custom-theme-variable-action)
8072         (custom-variable-reset-theme, custom-theme-delete-variable)
8073         (custom-face-reset-theme, custom-theme-face-action)
8074         (custom-theme-delete-face, custom-theme-merge-theme)
8075         (custom-theme-add-face, custom-theme-visit-theme): New functions.
8077 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
8079         * custom.el: Move Custom Themes commentary to start of theme code.
8080         (custom-known-themes): Rename `standard' theme to `changed'.
8081         (custom-push-theme): Caller no longer specifies what theme to use
8082         when doing `reset'---the setting is simply removed from the theme.
8083         Delete MODE from `theme-value' and `theme-settings' properties.
8084         (custom-declare-theme): Ignore &rest args since we don't use them.
8086         (custom-loaded-themes): Delete variable.
8087         (custom-theme-load-themes, custom-theme-loaded-p)
8088         (custom-theme-value): Delete functions.
8090         (custom-declare-theme): Signal error on invalid theme names.
8091         (provide-theme): custom-loaded-themes was deleted.
8092         (load-theme): Load the file unconditionally.
8093         (enable-theme): Call `load-theme' if theme is undefined.
8094         (custom-enabled-themes): Only update value for successful loads.
8095         (disable-theme): Complete from enabled themes when interactive.
8096         (custom-variable-theme-value): Calculate theme value directly.
8098         (custom-theme-reset-variables, custom-reset-variables): Mark as
8099         XEmacs compatibility functions.  We don't actually use these.
8101         * cus-edit.el (custom-variable-state-set):
8102         Use custom-variable-theme-value instead of custom-theme-value.
8103         (custom-face-state-set): Rename `standard' theme to `changed'.
8104         (custom-save-variables, custom-save-faces): Delete unneeded
8105         references to custom-reset-variables.
8106         (custom-save-resets): Delete function.
8107         (custom-save-variables, custom-save-faces): MODE argument deleted.
8108         (custom-save-variables, custom-save-faces): Ignore theme values.
8110         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8111         compatibility function.
8113 2006-01-01  Richard M. Stallman  <rms@gnu.org>
8115         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8116         (Custom-reset-current, Custom-reset-saved): Likewise.
8117         (Custom-reset-standard): Show message if aborted.
8118         (custom-mode): Doc fix, describing those commands.
8120         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8121         put on event-kind property.
8123 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
8125         * custom.el (provide-theme): Ban `user' theme name.
8126         (custom-enabling-themes): New variable.
8127         (enable-theme): Don't enable user if custom-enabling-themes is t.
8128         (custom-enabled-themes): Make it a defcustom.
8129         (custom-theme-recalc-face): No-op if face is undefined.
8131         * cus-edit.el (custom-button-mouse): New variable.
8132         (custom-button-mouse): New face.
8133         (custom-raised-buttons, custom-mode): Use it.
8135         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8137 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8139         * progmodes/gud.el (gud-display-line): Support hl-line in the
8140         source buffer.
8142 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
8144         * mouse.el (mouse-drag-window-above): Verify that the found window
8145         overlaps with the given window in the horizontal dimension.
8147 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8149         * Makefile.in (cvs-update): New target.
8151         * makefile.w32-in (cvs-update): Ditto.
8153 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
8155         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8156         (custom-new-theme-mode-map): New variable.
8158 2005-12-30  Richard M. Stallman  <rms@gnu.org>
8160         * custom.el (custom-load-themes): Function deleted.
8162         * cus-edit.el (custom-save-loaded-themes): Function deleted.
8163         (custom-save-variables): Don't delete or add custom-load-themes call.
8165 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8167         * cus-start.el: Add `visible-cursor'.
8169         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8170         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8171         (flymake-process-filter): Switch to buffer before calling it instead.
8172         (flymake-post-syntax-check, flymake-highlight-err-lines)
8173         (flymake-delete-own-overlays, flymake-parse-err-lines)
8174         (flymake-start-syntax-check, flymake-start-syntax-check-process)
8175         (flymake-count-lines, flymake-parse-residual):
8176         Remove constant buffer argument.
8177         (flymake-start-syntax-check-for-current-buffer): Remove.
8178         Update callers to use flymake-start-syntax-check instead.
8179         (flymake-display-err-menu-for-current-line):
8180         Remove unused var `mouse-pos'.
8181         (flymake-restore-formatting): Comment out unused function.
8182         (flymake-report-status, flymake-report-fatal-status): Remove buffer
8183         argument, use current-buffer instead.  Update callers.
8185 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8187         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8188         buffer-local because choose-completion-delete-max-match requires
8189         that we set completion-ignore-case (i.e., binding via let is not
8190         sufficient).
8191         (bibtex-complete): Always set completion-ignore-case and
8192         choose-completion-string-functions.  The latter is needed because
8193         choose-completion-string-functions keeps its value if we quit the
8194         *Completions* buffer without requesting a completion.
8196 2005-12-30  Andreas Schwab  <schwab@suse.de>
8198         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8200 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
8202         * jit-lock.el (jit-lock-chunk-size): Doc fix.
8204 2005-12-30  Juri Linkov  <juri@jurta.org>
8206         * locate.el (locate-fcodes-file, locate-header-face)
8207         * progmodes/delphi.el (delphi-other-face)
8208         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8210         * paren.el (show-paren-match, show-paren-mismatch): Use existing
8211         group `paren-showing-faces'.
8213         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8214         (goto-address): Fix docstring.
8216         * net/webjump.el (webjump-sample-sites): Update URLs.
8218         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8220         * subr.el (cancel-change-group): Add listp around pending-undo-list.
8222 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8224         * font-lock.el (font-lock-compile-keywords): Signal an error when
8225         font-lock-set-defaults hasn't been called.
8227 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8229         * subr.el (noreturn, 1value): Doc fixes.
8231 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8233         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8234         that assoc-string returns nil.
8236 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8238         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8239         (bibtex-entry-type-str, bibtex-empty-field-re)
8240         (bibtex-search-backward-string, bibtex-preamble-prefix)
8241         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8242         (bibtex-any-valid-entry-type): New variable.
8243         (bibtex-parse-field-name): Simplify.
8244         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8245         (bibtex-preamble-prefix): Include left delimiter.
8246         (bibtex-search-forward-field, bibtex-search-backward-field):
8247         Allow unbounded search past entry boundaries (required by bibtex-pop).
8248         (bibtex-text-in-field-bounds): Use push.
8249         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8250         (bibtex-parse-preamble, bibtex-valid-entry)
8251         (bibtex-beginning-first-field): New functions.
8252         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
8253         (bibtex-map-entries): Fix docstring.
8254         (bibtex-flash-head): New arg prompt.  Simplify.
8255         (bibtex-enclosing-field): Include code of bibtex-inside-field.
8256         (bibtex-insert-kill): Simplify.  Always insert text past the
8257         current field or entry.
8258         (bibtex-format-entry): Use bibtex-parse-field.
8259         (bibtex-pop): Use bibtex-beginning-of-entry and
8260         bibtex-end-of-entry to initiate the search.  Insert empty field if
8261         we found ourselves.
8262         (bibtex-print-help-message): New args field and comma.
8263         Handle entry keys.
8264         (bibtex-make-field): Use bibtex-beginning-of-entry.
8265         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
8266         invalid entry.
8267         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8268         Handle preambles.  Simplify code for thorough test.
8269         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8270         New arg comma.  Handle entry heads.
8271         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8272         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8273         New arg comma.
8274         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8275         (bibtex-fill-field): Simplify.
8276         (bibtex-fill-entry): Use bibtex-beginning-first-field and
8277         bibtex-parse-field.
8278         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8279         (bibtex-complete): Use bibtex-parse-preamble.
8281 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
8283         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8284         Display name of expression instead of convenience variable.
8285         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8287         * progmodes/gud.el (gud-tooltip-dereference): Rename from
8288         toggle-gud-tooltip-dereference.
8289         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8290         (gud-tooltip-tips): ...here when dereferencing.
8292 2005-12-28  Bill Wohler  <wohler@newt.com>
8294         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8296 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8298         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8299         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
8300         (vc-annotate-display-autoscale): Adjust call.
8301         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
8302         Fix interactive spec.
8303         (vc-annotate-time-span): Remove.
8304         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8305         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8306         (vc-annotate-display-select): Use new name.
8308         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8309         (vc-annotate-mode-menu): Remove left-over redundant declaration.
8310         Correct the construction of span entries.  Simplify.
8311         (vc-annotate-display-select): Fix the nil case.
8312         (vc-annotate): Remove obsolete (and now broken) code.
8313         (vc-annotate-extract-revision-at-line): Remove obsolete code.
8314         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
8316 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
8318         * subr.el (lazy-completion-table): Correct typo in docstring.
8320         * startup.el (command-line): Use `custom-reevaluate-setting' for
8321         `send-mail-function'.
8323         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8325 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
8327         * mail/smtpmail.el (smtpmail-try-auth-methods):
8328         Send credentials together with "AUTH PLAIN" command.
8330 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8332         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8333         mouse-2, go back to previously selected window, so it's selected
8334         when mouse-2 command runs.
8336 2005-12-27  Juri Linkov  <juri@jurta.org>
8338         * descr-text.el (describe-text-sexp): Use square brackets for
8339         button [Show] to distinguish it from the property value `show'.
8340         (describe-property-list): Use `insert-text-button' with
8341         `help-face' type instead of putting face in quotes, because button
8342         is not created automatically for a list of faces.
8343         (describe-text-properties-1): Put button-type value in quotes to
8344         distinguish from plain text "button".
8345         (describe-char): Display code point values in hex.  Don't use
8346         `symbol-name' for `current-input-method' because it is a string.
8347         Use `insert-text-button' with `help-face' type instead of putting
8348         hardcoded face in quotes, because button is not created automatically.
8350 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8352         * progmodes/glasses.el (glasses-face): More specific custom type.
8354         * files.el (set-visited-file-name): Doc fix.
8356         * textmodes/flyspell.el (flyspell-external-point-words):
8357         Use local var buffer-scan-pos to advance scan for next misspelling.
8358         Advance it only after we find the misspelling.
8360 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
8362         * textmodes/flyspell.el (flyspell-external-point-words):
8363         New criteria for finding the misspelling in the buffer.
8365 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
8367         * help-mode.el (help-insert-string): Set help-xref-stack-item
8368         rather than call help-setup-xref.
8370         * descr-text.el (describe-char): Revert previous changes for
8371         optional buffer argument.
8373 2005-12-27  Juri Linkov  <juri@jurta.org>
8375         * help-mode.el (help-insert-string): New function.  Save buffer
8376         contents in cases where it is impossible to recompute the old contents.
8378         * descr-text.el (describe-char): Set help-xref-stack-item
8379         explicitly after buffer has been generated.
8381 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8383         * cus-start.el (all): Add x-gtk-show-hidden-files.
8385 2005-12-26  Richard M. Stallman  <rms@gnu.org>
8387         * replace.el (perform-replace): Calculate match-again
8388         before skipping read-only matches.
8390         * paren.el (paren-showing-faces): New group.
8391         (show-paren-match, show-paren-mismatch): Move to that group.
8393         * button.el (button): Put into group `basic-faces'.
8395         * progmodes/make-mode.el: Remove faces from group `faces'.
8397         * apropos.el (apropos, apropos-value): Doc fix.
8398         (apropos-documentation): Doc fix.
8400 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8402         * subr.el (lazy-completion-table): Remove argument `args'.
8404         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8405         Don't use the `args' argument of lazy-completion-table.
8407 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
8409         * descr-text.el (describe-char): Add optional argument for buffer.
8410         Set buffer appropriately.  Call help-setup-xref.
8411         Suggested by Stefan Monnier.
8413 2005-12-26  Juri Linkov  <juri@jurta.org>
8415         * descr-text.el: Require `help-fns' at runtime.  Don't require
8416         `button' for byte compilation.
8417         (describe-text-widget): Add `help-echo' for first button.
8418         Use `help-info' for second.
8419         (describe-property-list): Use `help-argument-name' instead of `italic'.
8420         (describe-text-category): Add prompt to interactive spec.
8421         Call `help-setup-xref'.
8422         (describe-char): Use `help-character-set'.  Add `help-echo' for
8423         code point.  Use `help-input-method'.  Remove superfluous insert.
8425 2005-12-25  Richard M. Stallman  <rms@gnu.org>
8427         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8428         at point, in case of narrowing.
8430         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8432         * locate.el (locate-header-face): Allow nil in type.
8434         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8436 2005-12-25  Romain Francoise  <romain@orebokech.com>
8438         * battery.el (battery-linux-proc-acpi): Also try
8439         `/proc/acpi/thermal_zone/THM0/temperature'.
8441 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
8443         * custom.el (custom-push-theme): Fix docstring.
8445         * cus-edit.el (custom-variable-set, custom-variable-save)
8446         (custom-variable-save): Custom-quote widget values.
8447         (customize-save-variable): Fix custom-push-theme call.
8449 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
8451         * w32-fns.el (w32-batch-update-autoloads): New function.
8453         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8454         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8455         from the command line.
8457 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
8459         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
8460         reset means to remove setting from theme entirely.  Don't keep
8461         expanding theme-settings list; delete old entries if necessary.
8463         * cus-edit.el (custom-buffer-create-internal): Move "Erase
8464         customization" button one line up.
8465         (custom-themed): New face.
8466         (custom-magic-alist): New value, THEMED, for theme settings.
8467         (custom-variable-state-set, custom-face-state-set):
8468         Check theme-value instead of saved-value.
8469         (custom-variable-reset-standard, custom-face-reset-standard):
8470         Remove theme setting entirely.  Recalculate new values.
8471         (custom-variable-set, custom-variable-set)
8472         (custom-variable-reset-saved, custom-variable-reset-backup)
8473         (custom-face-set, custom-face-reset-saved): Update `user' theme.
8474         (custom-variable-save): Fix typos.
8476 2005-12-23  Juri Linkov  <juri@jurta.org>
8478         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8479         Add autoload cookies.
8480         (edebug-outside-d-c-i-n-s-w): New variable.
8481         (edebug-display, edebug-outside-excursion): Use it to save the
8482         original value of default-cursor-in-non-selected-windows.
8483         Set default-cursor-in-non-selected-windows to t while Edebug
8484         is active.
8485         (edebug-mode, edebug-eval-mode): Doc fix.
8487         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8488         with `buffer-substring-no-properties' to remove common substring
8489         highlighting.
8491         * info.el (info-other-window, info): Rename function argument
8492         `file' to `file-or-node'.
8493         (Info-complete-menu-item): Use local variable `complete-nodes' to
8494         keep the global value of `Info-complete-nodes' unchanged for
8495         subsequent completions.
8496         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8498         * simple.el (get-next-valid-buffer, last-buffer)
8499         (next-error-buffer-p, next-error-find-buffer)
8500         (minibuffer-history-sexp-flag): Doc fix.
8502         * savehist.el (savehist-mode-hook): Add `:group'.
8504         * log-view.el: Call autoload for vc-find-version.
8505         (log-view-current-file): Adjust subgroup numbers.
8506         (log-view-current-tag): Add `length'.
8508 2005-12-23  Richard M. Stallman  <rms@gnu.org>
8510         * vc.el (vc-annotate-car-last-cons): Defn moved up.
8512 2005-12-23  Juri Linkov  <juri@jurta.org>
8514         * hi-lock.el (hi-lock-archaic-interface-message-used)
8515         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8516         (hi-lock-mode): Display "Hi" in the mode line only when
8517         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8518         (hi-lock-write-interactive-patterns):
8519         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8520         (hi-lock-set-pattern, hi-lock-set-file-patterns)
8521         (hi-lock-font-lock-hook): Set 3rd arg `how' of
8522         font-lock-add-keywords to t.
8524 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
8526         * hi-lock.el (hi-lock-highlight-range): New variable.
8527         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8528         only if font-lock-fontified is non-nil.  Remove overlays.
8529         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8530         font-lock-fontified is non-nil, otherwise use overlays (instead of
8531         text properties).
8532         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8533         New variables.
8534         (hi-lock-string-serialize) New function.
8536 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8538         * menu-bar.el (menu-find-file-existing): New function.
8539         (menu-bar-file-menu): Use menu-find-file-existing for Open.
8541         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8543 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * vc.el: Remove unnecessary leading * in docstrings.
8546         (vc-annotate-mode-map): Move initialization into declaration.
8547         (vc-static-header-alist): Nitpick on the regexp.
8548         (vc-default-init-version): New fun.
8549         (vc-register): Use it.
8550         (vc-insert-headers): Use dolist.
8551         (vc-annotate-get-backend): Remove unused function.
8552         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
8553         (vc-annotate-mode): Remove corresponding call.
8554         (vc-annotate-car-last-cons): Simplify.
8555         (vc-annotate-buffers): Remove var.
8556         (vc-annotate-backend): Make it buffer-local.
8557         (vc-annotate): Move the interaction to the interactive spec.
8558         Add a `buf' argument.
8559         (vc-annotate-warp-version): Use this new `buf' argument to avoid
8560         killing&creating a vc-annotate buffer, which is very disruptive when
8561         the buffers are shown in dedicated frames.
8563 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
8565         * descr-text.el: Add FSF as maintainer.
8566         (describe-text-mode, describe-text-mode-map)
8567         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
8568         help-mode.
8569         (describe-text-widget, describe-text-sexp)
8570         (describe-property-list, describe-text-category)
8571         (describe-text-properties, describe-text-properties-1)
8572         (describe-char): Use help buttons instead of widgets.
8573         (describe-char-unicodedata-file): Make URL link in doc string.
8575 2005-12-22  Richard M. Stallman  <rms@gnu.org>
8577         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8578         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8579         Don't include buttons that write a file when there's no file.
8580         (custom-variable-menu, custom-face-menu, custom-group-menu):
8581         Don't include commands that write a file when there's no file.
8582         (customize-browse): Reword the top-of-buffer help intro.
8583         (custom-buffer-create-internal): Fix previous change.
8584         (customize-changed-options-previous-release): Prev release is 21.1.
8585         (customize-changed-options): Doc fix.
8586         (customize-changed): New alias.
8587         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8588         Say "standard values".
8589         (Custom-reset-standard): Doc fix.
8590         (custom-face-reset-standard): Doc fix.
8592 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8594         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8595         even if font-lock-mode is non-nil since it may be t without having
8596         turned on font-lock-mode-internal.
8597         (font-lock-choose-keywords): Minor optimization.
8598         (font-lock-add-keywords, font-lock-remove-keywords)
8599         (font-lock-set-defaults): Don't call make-local-variable on a variable
8600         that we know to already be local.
8602 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8604         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8605         messages if in the minibuffer.
8607 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8609         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8610         (tex-mode-flyspell-verify, flyspell-get-word)
8611         (flyspell-external-point-words): Don't use point-min/max uselessly.
8613         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8614         by Kevin Rodgers.  Instead, just hide the completions buffer if we
8615         don't need to show it.
8617 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
8619         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8621 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8623         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8624         delete-windows-on with an inexistent buffer.
8626 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
8628         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8629         Delete defcustom variable :tag names.
8631 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8633         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8634         (log-view-font-lock-keywords): Ajust subgroup numbers.
8635         (log-view-current-tag): Don't hard code the number of subgroups.
8637 2005-12-20  Juri Linkov  <juri@jurta.org>
8639         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8640         (tooltip-x-offset, tooltip-y-offset): Doc fix.
8642         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8643         (menu-bar-non-minibuffer-window-p): Instead of checking
8644         display-multi-frame-p, use selected-frame when menu-updating-frame
8645         is nil.
8647 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
8649         * align.el (align-rules-list): Use [ \t] instead of \s-
8650         for column separators in text mode.
8652 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
8654         * help-mode.el (help-customize-variable, help-customize-face):
8655         Don't pop help-xref-stack as help-follow no longer pushes
8656         anything on to it.
8658 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
8660         * textmodes/org.el (org-agenda-custom-commands): New option.
8661         (org-agenda): Offer custom commands on splash screen.
8662         (org-make-tags-matcher): Parser for Boolean logic added.
8663         (org-agenda-set-tags): New command.
8664         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8665         (org-set-tags): Efficiency improvements.
8666         (org-auto-align-tags): New option.
8667         (org-todo, org-demote, org-promote): Realign tags.
8668         (org-tags-completion-function): Use also "&" and "|" as separators.
8669         (org-org-menu): Agenda commands simplified.
8671 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
8673         * cus-edit.el (customize-apropos, customize-apropos-options):
8674         Docstring changes.
8676         * font-lock.el (font-lock): Add tags to the links in the defgroup.
8678 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
8680         * longlines.el (longlines-mode): Wrap while widened.
8681         (longlines-decode-region, longlines-encode-region): Compute max
8682         just once.
8684 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8686         * cus-edit.el (mac): New group.
8688         * cus-start.el (all): Add user options in macterm.c.  Add test for
8689         Mac-related built-ins.  Fix test for GTK-related built-ins.
8691         * term/mac-win.el (mac-handle-language-change)
8692         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8693         (mac-services-open-selection, mac-services-mail-selection)
8694         (mac-services-mail-to, mac-services-insert-text)
8695         (mac-dispatch-apple-event): Add docstrings.
8696         (x-get-selection, mac-select-convert-to-string): Select coding
8697         system from `utf-16be' and `utf-16le' using `byteorder'.
8699 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8701         * subr.el (lazy-completion-table): Don't be fooled if the var holds
8702         a "list" (lambda ...) rather than a real completion list.
8704         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8705         lexical-let when encountering ((lambda (...) ...) ...).
8707 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8709         * progmodes/sh-script.el (sh-mode):
8710         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8711         * textmodes/picture.el (picture-mode): Update docstrings.
8713 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
8715         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8716         commands enclosed in $(ARGQUOTE)s should not be split between two
8717         lines, as that will break with GNU Make >3.80, when sh.exe is used
8718         and arg quoting is with '..'.
8719         (autoloads): Don't break the quoted --eval expression between
8720         several lines.
8722 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8724         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8725         Capture error from printing circular structures.
8727 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
8729         * wid-edit.el (widget-checkbox-action): Clear undo info.
8731 2005-12-16  Bill Wohler  <wohler@newt.com>
8733         * menu-bar.el (kill-this-buffer): Set a good example by using menu
8734         bar, not menubar in comment.
8736 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8739         After-change-functions should not clobber the match data.
8741 2005-12-16  Juri Linkov  <juri@jurta.org>
8743         * simple.el (choose-completion): Use `buffer-substring-no-properties'
8744         instead of `buffer-substring'.
8745         (completion-common-substring): Doc fix.
8746         (completion-setup-function): Use minibuffer-completion-contents
8747         instead of minibuffer-contents.  Don't set common-string-length
8748         initially.  Remove special handling of partial-completion-mode.
8749         Move computation of completion-base-size into one cond.
8750         Call completion-base-size-function in mainbuf.  In computation of
8751         completion-base-size for file name completion don't move point to
8752         the end of the minibuffer.  Move computation of common-string-length
8753         into one cond.  Start putting faces only when common-string-length>=0.
8754         Add condition to put completions-common-part when
8755         common-string-length>0.
8757         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8758         place point at the first different character in the minibuffer
8759         even if this position is at the beginning of the minibuffer.
8761         * info.el (Info-read-node-name-1): In completion-base-size-function's
8762         lambda return 1 if common-substring or minibuffer-completion-contents
8763         starts with (, and 0 otherwise.
8765         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8766         Use `crm-current-element' for second arg of `display-completion-list'.
8768 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
8770         * files.el (set-auto-mode): Look for an interpreter specified on
8771         the first line also if search for mode specification succeeded,
8772         but the mode is not known.
8774 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
8776         * textmodes/org.el (org-tags-match-list-sublevels): New option.
8777         (org-open-at-point): Implement tag searches as links.
8778         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8779         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8780         (org-tags-sparse-tree, org-tags-view, org-set-tags)
8781         (org-agenda-dispatch): New commands.
8782         (org-use-tag-inheritance, org-tags-column): New options.
8783         (org-tab-follows-link, org-return-follows-link): New options.
8784         (org-tags): New customize group.
8785         (org-start-icalendar-file): Get local time zone.
8786         (org-tags-completion-function): New function.
8787         (org-set-font-lock-defaults): Make sure links will also be
8788         highlighted inside headlines.
8790 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
8792         * term.el (term-emulate-terminal):
8793         Let term-handle-ansi-terminal-messages override what Bash says about
8794         its current directory.
8796 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8798         * bindings.el (last-buffer): Move to simple.el.
8799         * simple.el (last-buffer): Move here.
8800         (get-next-valid-buffer): New function.
8801         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8802         (prev-buffer): Ditto.  Rename to `previous-buffer'.
8804         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8805         * bindings.el (global-map): Ditto.
8807 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
8809         * cus-edit.el: Introductory comment change.
8810         (custom-magic-alist): Change message string for the `rogue' state.
8812 2005-12-15  Richard M. Stallman  <rms@gnu.org>
8814         * tooltip.el: Delete defcustom variable :tag names.
8816         * complete.el (partial-completion-mode): Doc fix.
8818         * textmodes/flyspell.el (flyspell-external-point-words):
8819         Use save-excursion to ensure we don't move backward in the
8820         search loop, not even one character.
8821         (flyspell-delete-all-overlays): Use remove-overlays directly.
8823         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8824         (ispell-start-process): Set that variable.
8825         Clear ispell-buffer-local-name.
8826         (ispell-internal-change-dictionary):
8827         Set ispell-current-dictionary after killing process.
8828         (ispell-buffer-local-dict):
8829         Don't set spell-personal-dictionary after killing process.
8830         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8831         (ispell-tex-skip-alists, ispell-html-skip-alists)
8832         (ispell-skip-region-alist): Mark as risky.
8834         * net/newsticker.el (newsticker--retrieval-timer-list)
8835         (newsticker--display-timer, newsticker-running-p)
8836         (newsticker-ticker-running-p): Definitions moved up.
8838 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
8840         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8842 2005-12-15  David Ponce  <david@dponce.com>
8844         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8845         (recentf-edit-list, recentf-open-files): Signal an error when
8846         there is no recent file.
8848 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8850         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8851         read-only except for texinfo-format-region evaluation.
8853 2005-12-14  Richard M. Stallman  <rms@gnu.org>
8855         * vc.el (vc-default-previous-version, vc-default-next-version)
8856         (vc-do-command): Doc fixes.
8858 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8860         * textmodes/bibtex.el (bibtex-expand-strings)
8861         (bibtex-autokey-expand-string, bibtex-name-part)
8862         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8863         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8864         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8865         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8866         (bibtex-entry-postfix, bibtex-known-entry-type-re)
8867         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8868         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8869         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8870         (bibtex-beginning-of-last-entry): Remove.
8871         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
8872         message if comma is missing but buffer is read-only.
8873         (bibtex-parse-field-text): Handle whitespaces at the end of field
8874         text.  Return 3-element list with beginning and end of field text
8875         and end of field.
8876         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8877         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
8878         (bibtex-search-forward-field, bibtex-search-backward-field):
8879         Search always delimited by limits of entry.  Use more efficient
8880         search algorithms.
8881         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8882         bibtex-end-of-name-in-field.
8883         (bibtex-text-in-field-bounds): Handle BibTeX strings when
8884         extracting the content of a field.
8885         (bibtex-text-in-field): Use search limits.
8886         (bibtex-parse-string-prefix): Handle empty string keys based on
8887         bibtex-string-empty-key.
8888         (bibtex-parse-string): Fix docstring.
8889         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8890         (bibtex-preamble-prefix, bibtex-strings): New functions.
8891         (bibtex-skip-to-valid-entry): Include preceding whitespace in
8892         BibTeX entries (consistent with other BibTeX functions).
8893         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8894         (bibtex-search-entry): Fix docstring.  Simplify.
8895         (bibtex-flash-head, bibtex-complete-string-cleanup)
8896         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8897         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8898         (bibtex-parse-entry): New optional arg content.
8899         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8900         Use bibtex-text-in-field-bounds.
8901         (bibtex-print-help-message): Handle BibTeX strings and preambles.
8902         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8903         bibtex-parse-string-postfix.
8904         (bibtex-find-text-internal): New function.
8905         (bibtex-remove-delimiters): Use it.
8906         (bibtex-find-text): Use it.  New optional arg help.
8907         (bibtex-complete): Handle BibTeX string and preamble entries.
8908         (bibtex-Preamble): Fix order of closing delimiters.
8910 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8912         * vc.el (vc-default-revert): New fun.
8914         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8916 2005-12-14  Romain Francoise  <romain@orebokech.com>
8918         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8919         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8920         (font-lock-remove-keywords): Likewise.
8922 2005-12-14  Juri Linkov  <juri@jurta.org>
8924         * log-view.el (log-view-diff): Doc fix.
8926         * isearch.el (isearch-query-replace): Use (mark) instead of
8927         isearch-opoint if mark is active in transient-mark-mode.
8929 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
8931         * isearch.el (isearch-query-replace): Check for isearch-other-end.
8933 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
8935         * progmodes/cpp.el (cpp-face): New widget.
8936         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8938 2005-12-14  Juri Linkov  <juri@jurta.org>
8940         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8941         around `erase-buffer' and `insert'.
8943         * descr-text.el (describe-text-properties): Replace buffer name
8944         "*Help-2*" with "*Help*<2>".
8945         (describe-char): Add functions print-help-return-message,
8946         toggle-read-only.  Use help-setup-xref with nil to not store
8947         describe-char in help-xref-stack.  Use help-make-xrefs to
8948         make [back] button.
8950         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8952         * wdired.el (wdired-old-point): New internal variable.
8953         (wdired-change-to-wdired-mode): Set it buffer-locally.
8954         (wdired-abort-changes): Restore point after aborting changes.
8956 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8958         * vc.el (vc-do-command): Add a new value t for okstatus.
8960         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8961         frame in case of errors.
8963 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8965         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8966         so it comes after "On the Left" in the menu.
8968 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
8970         * cus-edit.el (customize-apropos, customize-apropos-options)
8971         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8973 2005-12-12  Bill Wohler  <wohler@newt.com>
8975         * vc-svn.el (vc-svn-registered): Fix problem of visiting
8976         non-writable Subversion-controlled files by saving window
8977         configuration before calling vc-do-command.  vc-do-command calls
8978         pop-to-buffer on error which is unexpected during registration.
8980 2005-12-12  Jay Belanger  <belanger@truman.edu>
8982         * calc/README: Update the summary of changes.
8984 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         * descr-text.el (describe-char): Rework last fix to solve the problem
8987         is the same way it's solved for everything else in that function
8988         (i.e. by extracting the info before setting up the *Help* buffer).
8990 2005-12-12  Kim F. Storm  <storm@cua.dk>
8992         * subr.el (version-regexp-alist): Allow space as separator before
8993         non-numeric part, e.g. "1.0 alpha".
8994         (version-to-list): Interpret .X.Y version as 0.X.Y version.
8996 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
8998         * textmodes/org.el (org-agenda, org-timeline, org-todo):
8999         Implement Logging and the keep-modes setting.
9000         (org-get-category): Make sure a string is returned.
9001         (org-log-done): New function.
9002         (org-log-done, org-closed-string): New options.
9004 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9006         * tooltip.el (tooltip-y-offset): Change default to 20.
9008 2005-12-12  Richard M. Stallman  <rms@gnu.org>
9010         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9012         * frame.el (display-hourglass): Doc fix.
9014         * help.el (help-for-help-internal): Simplify entry for `a'.
9016         * info.el (Info-on-current-buffer): Doc fix.
9017         (info-insert-file-contents): Don't test (featurep 'jka-compr).
9019         * startup.el (inhibit-splash-screen): Make this the real name.
9020         (inhibit-startup-message): Make this the alias.
9021         (command-line): Find only simple.el, and use its directory
9022         to fill in other preloaded files' names.
9023         (command-line): Deactivate the mark if deactivate-mark is set.
9025         * international/mule.el (load-with-code-conversion):
9026         Bind deactivate-mark.
9028         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9030 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
9032         * cus-edit.el (customize-apropos): Avoid listing an option more
9033         than once under different aliases.  No longer list user options
9034         that are not defined with defcustom (unless a prefix arg is given).
9035         Doc fix.
9036         (customize-apropos-options): Doc fix.
9038 2005-12-11  Juri Linkov  <juri@jurta.org>
9040         * frame.el (set-background-color, set-foreground-color)
9041         (set-cursor-color, set-mouse-color, set-border-color):
9042         Add explicit prompts to read colors by `facemenu-read-color'.
9043         (show-trailing-whitespace, blink-cursor-delay)
9044         (blink-cursor-interval, display-hourglass, hourglass-delay):
9045         Remove tags.
9046         (display-hourglass, hourglass-delay): Doc fix.
9047         (cursor-in-non-selected-windows): Capitalize words in tag.
9049         * faces.el (frame-background-mode): Replace `choice-item' keywords
9050         with `const' to not make [default] button.  Change default value tag
9051         from `default' to `automatic'.  Doc fix.
9052         (trailing-whitespace) <defface>: Change group `whitespace' to
9053         `whitespace-faces'.
9055 2005-12-11  Richard M. Stallman  <rms@gnu.org>
9057         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9059 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9061         * term/mac-win.el: Create keymap for mac-apple-event-map.
9063 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
9065         * tooltip.el (tooltip-mode): Move to start of file so that it
9066         appears at top of customize buffer.
9068         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9069         Add the gud groupname.
9070         (gud-tooltip-mode): Add the tooltip groupname.
9071         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
9072         avoid conflict with tooltip-use-echo-area.
9074 2005-12-10  Romain Francoise  <romain@orebokech.com>
9076         * help.el (help-for-help-internal): Add `r' in doc string.
9078 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9080         * align.el (align-regexp, align-highlight-rule):
9081         Use region-beginning and region-end instead of point and mark, so that
9082         repetition (with `repeat-complex-command') recomputes the region
9083         bounds.
9085 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9087         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9088         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9089         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9090         (balance-windows): Rewrite using the above new functions.
9092 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
9094         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9095         react if global-hi-lock-mode seems intended.
9096         (global-hi-lock-mode) Renamed from hi-lock-mode.
9097         (hi-lock-archaic-interface-message-used)
9098         (hi-lock-archaic-interface-deduce): New variables.
9099         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9100         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9101         (hi-lock-find-patterns, hi-lock-font-lock-hook):
9102         Replace hi-lock-buffer-mode with hi-lock-mode.
9104 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
9106         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9107         completion list, even after a partial completion has been
9108         inserted in the current buffer.  If there are more than 1
9109         completion, redisplay the *Completions* buffer; if the
9110         completion is unique, delete the *Completions* window.
9112 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
9114         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9115         strings and long subject lines that were broken into multiple
9116         lines at arbitrary places.  Handle subjects that have "Re: " in
9117         the middle.
9119 2005-12-10  John W. Eaton  <jwe@octave.org>
9121         * emacs/octave-mod.el (octave-electric-space): Don't indent
9122         comments or strings if octave-auto-indent is nil.
9124 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9126         * term/mac-win.el: Require url when compiling.
9127         Call mac-process-deferred-apple-events after loading init files.
9128         (mac-apple-event-map): New defvar.  Define event handlers in it.
9129         (core-event, internet-event): New Apple event class symbols.
9130         (open-application, reopen-application, open-documents)
9131         (print-documents, open-contents, quit-application)
9132         (application-died, show-preferences, autosave-now, get-url):
9133         New Apple event ID symbols.
9134         (about): New HICommand ID symbol.
9135         (mac-event-spec, mac-event-ae): New macros.
9136         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9137         (mac-ae-selection-range, mac-ae-text-for-search)
9138         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9139         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
9140         and Services menu events are now defined in mac-apple-event-map.
9141         (mac-drag-n-drop): Remove selection range handling.
9143 2005-12-10  Kenichi Handa  <handa@m17n.org>
9145         * simple.el (zap-to-char):
9146         * isearch.el (isearch-process-search-char): Translate CHAR by
9147         translation-table-for-input.
9149 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
9151         * foldout.el (foldout-exit-fold): Properly hide subtree.
9153 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9155         * files.el (save-buffer):
9156         * international/ucs-tables.el (ucs-set-table-for-input):
9157         * mail/mail-extr.el (mail-extract-address-components):
9158         * mail/sendmail.el (mail-mode): Reformat doc string.
9160 2005-12-09  Juri Linkov  <juri@jurta.org>
9162         * isearch.el (isearch-highlight): Change main overlay priority
9163         from 1 to 1001.  Simplify.
9164         (isearch-lazy-highlight-update): Change lazy overlay priority
9165         from 0 to 1000.
9167         * replace.el (replace-highlight): Change overlay priority from
9168         1 to 1001.
9170         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9171         Change overlay priority from 1 to 1001.  Reuse existing overlay.
9173         * compare-w.el (compare-windows-highlight): Change overlay
9174         priority from 1 to 1000.
9176         * menu-bar.el (menu-bar-edit-menu): Add listp around
9177         pending-undo-list to disable menu item "undo" when pending
9178         undo list is empty.
9180         * locate.el (locate): Disable undo in *Locate* buffer.
9182 2005-12-09  Kim F. Storm  <storm@cua.dk>
9184         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9186 2005-12-09  David Ponce  <david@dponce.com>
9188         * recentf.el: Improvement of the menu code.
9189         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
9190         instead of menu hook.
9191         (recentf-show-menu, recentf-hide-menu): New functions.
9192         (recentf-menu-customization-changed, recentf-mode): Use them.
9193         (recentf-menu-action, recentf-max-menu-items)
9194         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9195         (recentf-arrange-by-rule-others)
9196         (recentf-arrange-by-rules-min-items)
9197         (recentf-arrange-by-rule-subfilter) : Don't use
9198         `recentf-menu-customization-changed'.
9199         (recentf-arrange-rules): Likewise.  Accept functions to compute
9200         sub-menu titles.
9201         (recentf-menu-filter): Likewise.  Doc fix.
9202         (recentf-menu-value-shortcut): Doc fix.
9203         (recentf-dump-variable): Quote atom value.
9204         (recentf-make-menu-items): Update to use it as a menu filter.
9205         (recentf-match-rule): New function.
9206         (recentf-arrange-by-rule): Use it.
9207         (recentf-indirect-mode-rule): New function.
9208         (recentf-build-mode-rules): Use it.
9209         (recentf-dir-rule): New function.
9210         (recentf-arrange-by-dir): Use it.
9211         (recentf-filter-changer-current): Rename from
9212         `recentf-filter-changer-state'.  All references updated.
9213         (recentf-filter-changer-alist): Update filter names.
9214         (recentf-filter-changer-select): New function.
9215         (recentf-filter-changer): Use it.  Make a sub-menu from filters
9216         available in `recentf-filter-changer-alist'.
9217         (recentf-data-cache, recentf-clear-data)
9218         (recentf-update-menu): Remove.  All references updated.
9219         (recentf-match-rule-p, recentf-build-dir-rules)
9220         (recentf-filter-changer-goto-next)
9221         (recentf-filter-changer-get-current)
9222         (recentf-filter-changer-get-next): Remove.
9224 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
9226         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9227         buffer "Reset" button to "Reset to Current" for consistency with
9228         the State buttons.
9230 2005-12-08  John Paul Wallington  <jpw@pobox.com>
9232         * ibuf-ext.el (define-ibuffer-filter filename):
9233         If `dired-directory' is a list then really use its car.
9235 2005-12-08  Kim F. Storm  <storm@cua.dk>
9237         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9238         Fix indention of text on right side of replaced rectangle.
9240 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
9242         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9243         No need to check gud-comint-buffer is bound.
9244         (gdb): Prevent multiple debugging when first session uses gdba.
9246 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9248         CC Mode update to 5.31.
9250         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9251         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
9252         We might do this function properly in the future).
9254         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9255         New macros c-sentence-end and c-default-value-sentence end, to cope
9256         with Emacs 22's new function `sentence-end'.
9258 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9260         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9261         compat issue using `c-put-overlay' and `c-delete-overlay'.
9263         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9264         New compat macros to handle overlays/extents.
9266 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9268         * progmodes/cc-fix.el: Add definitions of the macros push and pop
9269         (for GNU Emacs 20.4)
9271         * progmodes/cc-defs.el:
9272         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9274         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9275         highlighting mechanism so it will work in XEmacs too.
9277         * progmodes/cc-defs.el: Insert c-int-to-char.
9279         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9280         call to the new macro c-int-to-char.  This solves XEmacs's
9281         regarding characters as different from integers.
9283 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9285         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9286         New internal helper.
9288         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9289         construct to make the indirect face lookup work in XEmacs.
9291         (c-cpp-matchers): Append the negation char face to the existing
9292         fontification, so that the cpp face doesn't disappear.
9293         Use `c-make-syntactic-matcher' to avoid negation chars in comments
9294         and strings.
9296         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9297         to map to `font-lock-negation-char-face' in emacsen where it exists.
9299 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9301         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9303         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9304         Rename "c-subword-move-mode" as "c-subword-mode".
9306         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9307         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
9309 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9311         * progmodes/cc-mode.el: Added autoload directive for
9312         `c-subword-move-mode' for use in older emacsen.
9314 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9316         * progmodes/cc-mode.el:
9317         (i) Insert a binding for C-c C-backspace into
9318         c-bind-special-erase-keys which works in TTYs.
9319         (ii) Make sure that when file styles are used, any explicitly
9320         given style variables take priority over those in the style.
9321         Do this by calling `hack-local-variables' a second time.
9323         * progmodes/cc-vars.el: Add language specific customization
9324         widgets for AWK to c-doc-comment-style, c-require-final-newline
9325         and c-default-style.  Add a defcustom for awk-mode-hook.
9326         Give c-syntactic-element and c-syntactic-context doc-strings by
9327         directly setting their `variable-documentation' propery.
9328         This allows Emacs 22.1 to read these with C-h v.
9330         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9332 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9334         * progmodes/cc-fonts.el, cc-vars.el
9335         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9336         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9337         Masatake YAMATO.
9339         (c-doc-comment-style): Made GtkDoc default in C mode.
9341         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9342         and C-c C-<delete>.
9344         (c-bind-special-erase-keys): New function for use on
9345         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9347         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9348         <delete> key behavior in XEmacs according to `delete-forward-p'.
9349         C.f. `c-electric-delete'.
9351 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9353         * progmodes/cc-mode.el: Give c-hungry-backspace and
9354         c-hungry-delete-forward permanent key bindings.
9356         * progmodes/cc-cmds.el (c-electric-semi&comma):
9357         Bind c-syntactic-context for calls to "criteria functions", for
9358         consistency with other calls to user functions.
9360         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9361         `current-prefix-arg', since this might be the prefix arg to a
9362         command which calls c-indent-command as a function.  Change the
9363         interactive spec from "p" to "P".
9365         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9366         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9367         was difficult to understand.
9369 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9371         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9372         first char of an identifier.
9374         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9375         +" syntax in C++.
9377 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9379         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9380         auto-fill doesn't split a c-comment's last word from a hanging
9381         "*/" when a space is typed between them after fill-column.
9383         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9385         * progmodes/cc-styles.el (c-set-style)
9386         (c-setup-paragraph-variables): Abort the command if we're not in a
9387         CC Mode buffer.
9389         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9390         with blank comment-prefix, and a blank line as the comment's
9391         second line.
9393 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9395         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9396         Incorporate the patterns added in the Emacs development branch
9397         for the new Emacs 22 face `font-lock-negation-char-face'.
9399         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9400         of "red" since it stands out better in xterms and DOS terminals.
9402         * progmodes/cc-engine.el (c-literal-faces):
9403         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9405 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9407         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9408         forcibly enable c-electric-flag.
9410         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9411         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9412         after the comment-prefix of a C-style comment will close that comment.
9414 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9416         * progmodes/cc-fonts.el (c-basic-matchers-before)
9417         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9418         in Pike.
9420         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9421         digraphs.
9423         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9424         (c-cpp-message-directives, c-cpp-include-directives)
9425         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9426         (c-cpp-expr-directives): Introduce new language constants to
9427         control cpp syntax in a cleaner way.
9429         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9431         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9433         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9434         (c-multiline-string-start-char): New language constants and
9435         variables to specify how newlines in string literals work.
9437         (c-font-lock-invalid-string): Use them.
9439         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9440         unbalanced close brace is entered.  Optimization by avoiding going
9441         back over arbitrarily large blocks.  Removed hints that this
9442         function only would be relevant/useful in AWK.
9444         (c-electric-brace): Indent syntactically after the cleanups since
9445         lineup functions might do it differently then.
9447         * progmodes/cc-engine.el, cc-langs.el
9448         (c-opt-op-identifier-prefix): New language constant and variable.
9450         (c-just-after-func-arglist-p, c-after-special-operator-id)
9451         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9453         * progmodes/cc-align.el, cc-engine.el
9454         (c-after-special-operator-id): New helper to handle C++ operator
9455         identifiers.
9457         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9458         (c-guess-basic-syntax): Handle C++ operator identifiers in
9459         declarations.
9461         * progmodes/cc-langs.el (c-assignment-operators): Add the
9462         trigraph version of ^= too.
9464         * progmodes/cc-langs.el (c-assignment-operators): Add the
9465         trigraph version of |= in C++.
9467         * progmodes/cc-fonts.el (c-font-lock-declarators):
9468         Handle `c-decl-hangon-kwds' after the identifier name.
9470         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9471         whether an arglist is "nonempty", ignore a comment after the open
9472         paren if it isn't followed by a non-comment token on the same line.
9474         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9475         Enable heuristics below the point to cope with classes inside special
9476         brace lists in Pike.
9478 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9480         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9482 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9484         * progmodes/cc-guess.el (cc-guess-install): New function to
9485         install an already guessed style in another buffer.
9487         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9488         sets `inhibit-read-only' - `c-save-buffer-state' should be used
9489         anyway if the change always is undone.
9491 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9493         Implement togglable electricity:
9495         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9496         saying when it should be used.
9498         * progmodes/cc-engine.el: Add the new buffer-local variable,
9499         c-electric-flag.
9501         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9502         c-toggle-auto-newline.
9504         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9505         c-toggle-auto-newline.  Remove the binding for
9506         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
9507         c-toggle-electric-state.
9509         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9511         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9512         c-\(forward\|backward\)-subword.
9513         (c-update-modeline): Add the new modeline flag `l' for
9514         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
9515         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9516         Make the old name an alias of the new name.
9517         (c-toggle-electric-state): New function.
9518         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9519         Adapt these functions to do electric things only when
9520         c-electric-flag is non-nil.
9521         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9522         new functions from c-electric-brace.
9523         (c-point-syntax): Add a check for "virtual semicolons" in AWK
9524         mode, so that the tentative extra newline doesn't change the
9525         syntax of the following brace.
9526         (c-electric-brace): Restructure by extracting the above functions.
9527         Tidy up the coding somewhat.
9528         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9529         restructure a bit.
9531 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9533         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9534         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
9536         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9537         (c-submode-indicators): Change name from `c-auto-hungry-string'
9538         since it's now used to track another submode.
9540         (c-update-modeline): Convert to function and extended to check
9541         `c-subword-move-mode'.
9543         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9544         Convert to compat aliases for `c-forward-subword' and
9545         `c-backward-subword'.
9547         * progmodes/cc-subword.el: New functions and minor mode to handle
9548         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9550         (c-forward-subword, c-backward-subword, c-mark-subword)
9551         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9552         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9553         Functions corresponding to the standard word handling functions.
9555         (c-subword-move-mode): Minor mode that replaces all the standard
9556         word handling functions with their subword equivalences.
9558 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9560         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9561         entry for one-liner-defun.
9563         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9564         name in its def-edebug-spec.
9566         * progmodes/cc-cmds.el (c-electric-brace): Make the
9567         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
9568         compacts space before a comment, if this will make things fit on
9569         one line.
9571         Introduce an "awk" style, mainly for auto-newline and clean-ups.
9573         * progmodes/cc-align.el: New function c-snug-1line-defun-close
9575         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9576         clean-up one-liner-defun.
9578         * progmodes/cc-styles.el: Add the new "awk" style.
9580         * progmodes/cc-vars.el: Add description of one-liner-defun to
9581         c-cleanup-list's doc-string.  New user options,
9582         c-max-one-liner-length.  In c-default-style, set the default style
9583         for AWK to "awk".
9585 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9587         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9588         macros inside labels.
9590         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9591         `c-at-statement-start-p' and `c-at-expression-start-p'.
9593         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9594         error if the mark isn't set.
9596         * progmodes/cc-engine.el (c-guess-continued-construct)
9597         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9598         accurately detect functions inside functions.
9600         * progmodes/cc-engine.el (c-at-expression-start-p): New function
9601         like `c-at-statement-start-p' that additionally recognizes commas
9602         and expression parentheses as delimiters.
9604         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9605         to avoid heuristics that doesn't work for unclosed blocks.
9606         (c-at-statement-start-p): New function.
9608         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9609         Objective-C directives, e.g. directives spanning lines should work
9610         reasonably well now.
9612         (c-put-c-type-property, c-clear-c-type-property): New helpers.
9614         (c-forward-objc-directive): New function to move over any ObjC
9615         directive.
9617         (c-just-after-func-arglist-p, c-guess-basic-syntax)
9618         (c-basic-matchers-before): Use it.
9620         (c-font-lock-objc-iip-decl): Remove.
9622         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9623         in the template arglist recognition.
9625         * progmodes/cc-styles.el (c-style-alist): Fix several
9626         inconsistencies in the Whitesmith style.
9628         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9629         New lineup function to get lines after Whitesmith style blocks
9630         correctly indented.
9632         (c-lineup-whitesmith-in-block): Back out the compensation for
9633         opening parens since it's done using `add' lists in the style
9634         definition instead.  Don't use the anchor position since it varies
9635         too much between the syntactic symbols. :P
9637         * progmodes/cc-vars.el (c-valid-offset): Update.
9639         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9640         lists where the offsets are combined according to several
9641         different methods: `first', `min', `max', and `add'.
9642         Report offset evaluation errors with `c-benign-error' so that some kind
9643         of reindentation still is done.
9645         * progmodes/cc-engine.el (c-guess-basic-syntax):
9646         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9647         `arglist-close'.
9649         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9650         situations for `arglist-cont-nonempty' and `arglist-close'.
9652         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9654         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9655         cc-bytecomp-boundp' in a number of places.
9657         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9658         macro related issue.
9660 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9662         * progmodes/cc-awk.el: Change the terminology of regexps: A char
9663         list is now [asdf], a char class [:alpha:].
9664         Include code for char classes.
9665         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
9666         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9668         Remove (nearly all of) the cruft associated with AWK Mode's former
9669         concept of "virtual semicolons":
9671         Adapt c-beginning-of-statement, c-end-of-statement (together with
9672         subfunctions) to use the new notion of "virtual semicolon" in
9673         place of the old awkward special handling for AWK.  There remains
9674         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9675         * progmodes/cc-cmds.el:
9676         (c-ascertain-adjacent-literal): In the backwards direction, now
9677         recognises AWK regexp delimiters as string delimiters.
9678         (c-after-statement-terminator-p): Adapt for virtual semicolons;
9679         check more rigorously for "end of macro".
9680         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9681         virtual semicolons;
9682         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9683         out the code for forward movement into ...
9684         (c-end-of-statement): Now contains the code for forward movement,
9685         adapted for virtual semicolons.
9687         * progmodes/cc-engine.el:
9688         (c-ws*-string-limit-regexp): New regexp.
9689         (c-forward-single-comment, c-backward-single-comment): Comment out
9690         the (now redundant) "special" AWK stuff.
9692         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9693         c-string-par-start, c-string-par-separate to be more like Text
9694         Mode than Fundamental Mode.
9696 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9698         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9699         to the fontified region so that fontification doesn't occur
9700         outside it (could happen e.g. when fontifying a line with an
9701         unfinished declaration).
9703 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9705         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9706         start of the file.  ^L now separate sections of the file.
9707         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
9708         (c-awk-one-line-possibly-open-string-re)
9709         (c-awk-regexp-one-line-possibly-open-char-class-re)
9710         (c-awk-one-line-possibly-open-regexp-re)
9711         (c-awk-one-line-non-syn-ws*-re): New defonsts.
9712         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9714         Amend the concept of "virtual semicolons" (in the indentation
9715         engine) for languages like AWK, such that they are now
9716         conceptually attached to end of the last token of a statement, not
9717         the end of the line.  (In AWK Mode, however, the pertinent text
9718         property is still physically set on the EOL.)  Remove the specific
9719         tests for awk-mode, thus facilitating the introduction of other
9720         language modes where EOLs can end statements.
9721         (Note: The funtionality in cc-cmds.el, specifically
9722         c-beginning/end-of-statement has yet to be amended.)
9724         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9725         New macros.
9727         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9728         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
9729         c-vsemi-status-unknown-p-fn (in a new page).
9731         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9732         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9733         numerous awkward forms like
9734         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9735         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
9736         variable before-ws-ip, the place just after char-before-ip appears.
9738         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9739         a comment.
9741 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9743         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9744         `c-tentative-buffer-changes'.
9746         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9747         convert to macro to choose between Emacs and XEmacs at compile time.
9749         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9751         (c-tentative-buffer-changes): New macro to handle temporary buffer
9752         changes in a convenient way.
9754         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9755         for `c-tentative-buffer-changes'.
9757         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9758         the checks for paren sexps between the point and the keyword, to
9759         avoid some false alarms.
9761         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9762         Fixed a situation where an error could be thrown for unbalanced
9763         parens.  Changed to make use of c-keyword-member' to avoid some
9764         repeated regexp matches.
9766         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9767         These language variable are no longer necessary.
9769         (c-block-stmt-kwds): New language constant used by
9770         c-looking-at-inexpr-block'.
9772         (c-guess-basic-syntax): Remove an optional check that looked at
9773         the existence of the now removed language variables.
9775         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9776         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9777         object instantiation expressions as declarations in some contexts.
9778         This bug only affected languages where the declarator can't be
9779         enclosed in parentheses.
9781         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9782         insert newlines before and after substatement braces.
9784         * progmodes/cc-engine.el: Improved the heuristics for recognizing
9785         function declaration headers and the handling of C++ style member
9786         init lists.
9788         (c-just-after-func-arglist-p): Rewritten to use
9789         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
9791         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9793         (c-guess-basic-syntax): Adapt case 5B for the new
9794         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
9795         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9796         covers all cases now).
9798         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9800 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9802         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9803         c-string-par-start/separate c-sentence-end-with-esc-eol,
9804         initialised in c-setup-paragraph-variables, used in string
9805         scanning subroutines of c-beginning-of-statement.
9807         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9808         which precedes the newly inserted `{'.
9810 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9812         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9813         function for declaration level blocks.  It should now cope with
9814         templates better and also be a lot more comprehensible.
9816         (c-looking-at-decl-block): The new function.
9818         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
9819         for compatibility.
9821         (c-add-class-syntax, c-guess-continued-construct)
9822         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9824         (c-decl-block-key): Change to tell apart ambiguous and
9825         unambiguous keywords.  Pike specials are now handled directly in
9826         the code instead.
9828         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9829         New language constants and variables to make the backward skip in
9830         `c-looking-at-decl-block' as tight as possible.
9832         (c-nonsymbol-token-char-list): New language constant.
9834         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9835         find balanced template arglists backwards.
9837         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9838         making char classes for `c-syntactic-skip-backward'.
9840         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9841         16D - can't be a class-close at that point.
9843         * progmodes/cc-engine.el (c-guess-basic-syntax)
9844         (c-add-class-syntax): Don't narrow out the enclosing declaration
9845         level.  This makes everything a lot easier, and it was actually
9846         only four small places that needed it to work.  Some places that
9847         previously did `widen' are removed now, which has the effect that
9848         `c-guess-basic-syntax' never will look at things outside the
9849         current narrowment now.  The anchor position for `topmost-intro'
9850         is affected by this, but it was so bogus it was basically useless
9851         before, and now it's equally bogus but in a slightly different way.
9853         (c-narrow-out-enclosing-class): Gone.
9855         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9856         the narrowed region.
9858         (c-least-enclosing-brace): Remove silly optional argument.
9860         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9861         the point could be left directly after an open paren when finding
9862         the beginning of the first decl in the block.
9864         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9865         Specify which submatch to use.
9867         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9869         (c-decl-start-re): No longer any need for special treatment of
9870         ObjC due to the above.
9872         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9873         presumably follows C in that regard.
9875         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9876         New language constants to specify operator tokens inside
9877         identifiers in a more high level way.
9879         (c-opt-identifier-prefix-key): New internal language constant.
9881         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9882         (c-identifier-start, c-identifier-key): Now completely calculated
9883         from other constants.
9885         (c-identifier-last-sym-match): Decommission since it's no longer used.
9887         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
9889         * progmodes/cc-engine.el (c-forward-name): Remove the
9890         optimization when c-identifier-key is equal to c-symbol-key since
9891         it doesn't work in byte compiled files.  Don't record empty
9892         regions as identifiers.
9894         * progmodes/cc-langs.el (c-filter-ops): New helper function to
9895         simplify access to `c-operators' and its likes.
9897         (c-operator-list, c-all-op-syntax-tokens)
9898         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9899         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9900         (c-primary-expr-regexp, c-cast-parens): Use it.
9902         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9903         an explicit language in functions.
9905         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9906         variant of adornment.
9908         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9909         variable.
9911         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9912         the Pike value.
9914         * progmodes/cc-engine.el (c-on-identifier)
9915         (c-simple-skip-symbol-backward): Small fix for handling "-"
9916         correctly in `skip-chars-backward'.  Affected the operator lfun
9917         syntax in Pike.
9919         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9920         diagnostic message about precompiled language vars not being used.
9922         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9923         "__attribute__" is followed by a parenthesis.
9925         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9926         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9927         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9929         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9930         Internal cleanups to properly detect the declared identifiers in
9931         various declarations.
9933         (c-decl-start-kwds): New language constant to recognize
9934         declarations that can start anywhere.  Used for class declarations
9935         in Pike.
9937         (c-specifier-key, c-not-decl-init-keywords)
9938         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9939         (c-find-decl-spots): Implement `c-decl-start-kwds'.
9941         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9942         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9943         handling of the compiler specific extension keywords into a new
9944         language constant `c-decl-hangon-kwds' that defines keyword
9945         clauses to be ignored in declarations.
9947         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9948         past unrecognized tokens when handling `c-colon-type-list-kwds'.
9949         Necessary to stop at the declared identifier in e.g. IDL valuetype
9950         declarations.
9952         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9953         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9954         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9955         (c-forward-decl-or-cast-1): Recognize the declared identifier in
9956         class and enum declarations as such and not as part of the type.
9958         (c-forward-decl-or-cast-1, c-forward-label): Relax the
9959         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9961         (c-forward-decl-or-cast-1): Don't disregard sure signs of
9962         declarations when there's some syntax error later on.
9964         (c-complex-decl-matchers): Did away with a reference to
9965         `c-specifier-key'.
9967         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9968         value - this variable is always dynamically bound.
9970         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9971         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9972         * cc-cmds.el, cc-defs.el: Change the policy for marking up
9973         functions that might do hidden buffer changes: All such internal
9974         functions are now marked instead of those that don't.
9976         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9977         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9978         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9979         (c-literal-type): Allow these functions to make hidden buffer changes,
9980         so that they are free to use text property caching later on.
9982         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9983         (c-electric-brace, c-electric-slash, c-electric-star)
9984         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9985         (c-electric-paren, c-electric-continued-statement, c-indent-command)
9986         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9987         (c-context-line-break): Add `c-save-buffer-state' calls to comply
9988         with the changed semantics of the functions above.
9990         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9991         when macros occur in obscure places.  Optimized the sexp movement
9992         a bit.
9994 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9996         Enhancements for c-beginning-of-statement to work in AWK Mode:
9998         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9999         (completed statement) with `}' (statement completed by closing
10000         brace or semicolon) and `$' (statement completed by EOL).
10002         (c-awk-virtual-semicolon-ends-prev-line-p)
10003         (c-awk-virtual-semicolon-ends-line-p)
10004         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10005         (c-awk-at-statement-end-p): New functions.
10007         * progmodes/cc-cmds.el: Simplify the structure of functions
10008         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
10009         two functions and c-beginning-of-statement to handle AWK Mode.
10011         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10012         c-backward-single-comment for AWK mode.  Attempt to clarify their
10013         doc-strings.
10015         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10017 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10019         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10020         label handling.  Labels are now recognized in a uniform and more
10021         robust way, regardless of context.  Text properties are put on all
10022         labels to recognize the following declarations better.
10023         Multiword labels are handled both in indentation and fontification for
10024         the benefit of language extensions like Qt.  For consistency, keywords
10025         in labels are now fontified with the label face instead.
10026         That also applies to "case" and "default".
10028         (c-beginning-of-statement-1): Fix some bugs in the label
10029         handling.  Disregard `c-nonlabel-token-key' in labels that begin
10030         with `c-label-kwds'.
10032         (c-find-decl-spots): Support that the callback adds more
10033         `c-decl-end' spots to find.
10035         (c-forward-decl-or-cast-1): Don't treat a list of plain
10036         identifiers followed by a colon as a declaration.
10038         (c-forward-label): New function to recognize labels.
10040         (c-guess-basic-syntax): Replace uses of `c-label-key' with
10041         `c-forward-label'.  Moved the label recognition cases (14 and 15)
10042         earlier since they aren't so context sensitive now.  Handle labels
10043         on the top level gracefully.  Moved access label recognition to
10044         the generic label case (CASE 15) - removed CASE 5E.
10046         (c-font-lock-declarations): Add recognition of labels in the
10047         same round since we need to handle labels in parallell with other
10048         declarations to recognize both accurately.  It should also improve
10049         speed.
10051         (c-simple-decl-matchers, c-basic-matchers-after):
10052         Move `c-font-lock-labels' so that it only is used on decoration level 2
10053         since `c-font-lock-declarations' handles it otherwise.
10055         (c-complex-decl-matchers): Remove the simplistic recognition of
10056         access labels.
10058         (c-decl-prefix-re): Remove the kludges that was necessary to cope
10059         with labels earlier.
10061         (c-decl-start-re): New language variable to make
10062         `c-font-lock-declarations' stop for the special protection labels
10063         in Objective-C that start with `@'.
10065         (c-label-key): Remove since it's no longer used.
10067         (c-recognize-colon-labels, c-label-prefix-re): New language
10068         constants to support recognition of generic colon-terminated labels.
10070         (c-type-decl-end-used): `c-decl-end' is now used whenever there
10071         are colon terminated labels.
10073         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10074         first argument starts with a special brace list.
10076         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10077         (c-font-lock-declarations): Break out the declaration and cast
10078         recognition from `c-font-lock-declarations' to a new function, so
10079         that it can be used in the indentation engine.
10081         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10082         up to the start of the literal.  Fixed bug with the point on the
10083         wrong side of the search limit that could happen when the start
10084         position is inside a literal.
10086         * progmodes/cc-engine.el (c-parse-state)
10087         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10088         so that it's kept a little bit back to increase the hit rate.
10090         (c-parse-state): Change the macro handling and fixed some
10091         glitches.  Macro context is checked more often than necessary now,
10092         but otoh less garbage conses are generated.
10094         * progmodes/cc-engine.el (c-parse-state)
10095         (c-invalidate-state-cache): Cache the last position where
10096         `c-state-cache' applies.  This can speed up refontification quite
10097         a bit in blocks where there are many non-brace parens before the point.
10099         (c-state-cache-end): New variable for this.
10101         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10102         cache variable.
10104         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10105         get close initial continue positions when the start position is
10106         inside a literal or macro.  Do not call the callback for spots
10107         before the start position (which can happen e.g. for `c-decl-end'
10108         spots inside comments).  Optimize better in special cases when the
10109         region is a single line inside a literal or macro (typically when
10110         the current line is refontified).
10112         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10113         to `c-add-stmt-syntax' - there's no need to explicitly whack off
10114         entries from the paren state.
10116         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10117         special case for "else if" clauses.
10119         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10120         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10122         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10123         New language variable to recognize the gcc extension with statement
10124         blocks inside expressions.
10126         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10127         it somewhat more comprehensible.  The argument AT-BLOCK-START is
10128         no longer used and hence removed.
10130         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10131         to `c-add-stmt-syntax'.
10133         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10134         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10135         This fixes bogus label recognition.
10137         * progmodes/cc-engine.el (c-add-type, c-check-type)
10138         (c-forward-name, c-forward-type): Improve storage of template
10139         types in `c-found-types' so that they can be recognized better.
10141         (c-syntactic-content): Add option to skip past nested parens.
10143         * progmodes/cc-engine.el (c-forward-name):
10144         Set `c-last-identifier-range' all the time.  It's less work that way.
10145         Handle that there might not be an identifier to store in
10146         `c-last-identifier-range'.
10148         (c-forward-type): Handle that `c-last-identifier-range' might be
10149         nil from `c-forward-name'.
10151         * progmodes/cc-defs.el (c-safe-scan-lists)
10152         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10154         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10155         to work even if the form fails.
10157         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10158         down in a large file in one go.
10160         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10162         * progmodes/cc-align.el (c-lineup-assignments): New lineup
10163         function which is like `c-lineup-math' but returns nil instead of
10164         `c-basic-offset' when it doesn't match.
10166         (c-lineup-math): Change to use `c-lineup-assignments'.
10168 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10170         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10171         c-beginning-of-statement.  New subfunctions
10172         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10174 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10176         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10177         hardcoded char classes whereever possible.  Changed a couple of
10178         places to use skip by syntax instead of skip by char class.
10180         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10181         Fix a bug in the regexp that caused extreme backtracking.
10183         * progmodes/cc-langs.el (c-block-comment-starter)
10184         (c-block-comment-ender): New language constants to specify in a
10185         single place how block comments look.
10187         (c-comment-start-regexp, c-block-comment-start-regexp)
10188         (comment-start, comment-end, comment-start-skip)
10189         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10190         (c-syntactic-ws, c-nonempty-syntactic-ws)
10191         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10192         `c-line-comment-starter', `c-block-comment-starter' and
10193         `c-block-comment-ender'.
10195         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10196         New language constants to break up things a bit.
10198         (c-simple-ws): New language constant for simple whitespace.
10200         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10202         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10203         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10204         newlines.  Allow and ignore nil elements in the list.
10206 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10208         * progmodes/cc-cmds.el: Comment out a (n almost certainly
10209         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10211         * progmodes/cc-cmds.el: Tidy up the comments in
10212         c-beginning-of-statement and subfunctions.
10214         * progmodes/cc-awk.el: Replace calls to put-text-property to the
10215         more flexible c-put-char-property and c-clear-char-properties.
10216         Add the author's email address.
10218         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10220         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10221         closing "*/" of a block comment.
10223         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10224         subfunctions) so that it works at BOB and EOB.
10226         * progmodes/cc-cmds.el, cc-vars.el: More updating of
10227         c-beginning-of-statement, including new variable
10228         c-block-comment-start-regexp.
10230 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10232         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10233         symbols from `*-font-lock-extra-types' so that there's no need to
10234         use `regexp-opt' on those lists.
10236         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10237         `c-type-modifier-kwds' is empty.
10239         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10240         there are several strings on the same line.
10242         * progmodes/cc-engine.el (c-literal-limits): Remove the
10243         compatibility function for older emacsen.  `c-literal-limits-fast'
10244         has now taken the place of this function.
10246         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10247         with older emacsen: We now require `pps-extended-state'.
10249 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10251         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10252         which obviates the need to hack sentence-end.  This now handles
10253         escaped newlines in strings correctly.  Correct minor bugs in
10254         c-move-over-sentence and in c-beginning-of-statement.
10256         * progmodes/cc-cmds.el (c-beginning-of-statement (and
10257         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10258         that movement over macros and code are rigorously separated from
10259         eachother.  Correct a few incidental bugs.
10261         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10262         Improve its doc-string.  Improve the handling of certain specific cases.
10264 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10266         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10267         (c-guess-basic-syntax): Change the way class-level labels are
10268         recognized; they can now contain essentially any symbols.
10270         (c-opt-extra-label-key): New language variable to cope with the
10271         special protection label syntax in Objective-C.
10273         (c-opt-access-key): Remove; this is now handled better by
10274         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10276         (c-complex-decl-matchers): Update to handle that
10277         `c-opt-access-key' no longer exists.
10279         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10280         improved label recognition in `c-beginning-of-statement-1'.
10282         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10283         Recognize bitfields better.
10285         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10286         Remove some cruft and fixed a bug that could cause it to go to a
10287         position further down.
10289         * progmodes/cc-langs.el, cc-engine.el
10290         (c-beginning-of-statement-1): Improve detection of labels in
10291         declaration contexts.
10293         (c-beginning-of-decl-1): Use it.
10295         (c-nonlabel-token-key): New language constant and variable needed
10296         by `c-beginning-of-statement-1'.
10298         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10299         manifested itself due to the correction in `c-forward-sexp'.
10301         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10302         Make these behave as documented when used at the buffer limits.
10304         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10305         (c-type-decl-end-used): Made this a language variable.
10307         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10308         correctly when `combine-after-change-calls' is used together with
10309         temporary narrowings.
10311         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10312         Report labels correctly when the start point is immediately after the
10313         colon.
10315         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10316         Remove since it isn't used anymore.
10318         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10319         bracket arglists such as template parens in C++.
10321         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10322         in the last check-in.  Some optimization.
10324         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10325         where it could stop at the same level in a preceding sexp when
10326         PAREN-LEVEL is set.
10328         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10329         text property lookup only when it's needed.
10331         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10332         Change the policy for paren marked angle brackets to be more
10333         persistent; once marked they remain marked even when they're found
10334         to be unbalanced in the searched region.  This should keep the
10335         paren syntax around even when individual lines are refontified in
10336         multiline template arglists.
10338         (c-parse-and-markup-<>-arglists): New dynamically bound variable
10339         to control markup so that incorrect angle bracket arglists aren't
10340         marked in contexts where the correct value for
10341         `c-disallow-comma-in-<>-arglists' isn't known.
10343         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10344         argument has become `c-parse-and-markup-<>-arglists'.
10346         (c-remove-<>-arglist-properties): Remove - no longer used.
10348         (c-after-change-check-<>-operators): New function used on
10349         `after-change-functions' to avoid that "<" and ">" characters that
10350         are part of longer operators have paren syntax.
10352         (c-<>-multichar-token-regexp): New language variable used by
10353         `c-after-change-check-<>-operators'.
10355         (c-after-change): Call `c-after-change-check-<>-operators'.
10357         (c-font-lock-<>-arglists): Use the context properties set by
10358         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10359         correctly to avoid doing invalid markup.
10361         (c-font-lock-declarations): Remove code that undoes the invalid
10362         markup done by `c-font-lock-<>-arglists'.
10364         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10365         after `c-font-lock-declarations'.
10367         * progmodes/cc-engine.el (c-syntactic-skip-backward):
10368         Add paren-level feature.
10370         (c-guess-basic-syntax): Improve the anchor position for
10371         `template-args-cont' in nested template arglists.  There's still
10372         much to be desired in this area, though.
10374 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10376         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10377         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10379 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10381         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10382         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10384         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10385         it doesn't work no longer are supported.
10387         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10388         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10389         requires support for the syntax-table' text property, which rules
10390         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
10391         cruft associated with those versions.
10393         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10394         for the `syntax-table' text property, which rules out Emacs 19 and
10395         XEmacs < 21.4.  Removed various compatibility cruft associated
10396         with those versions.
10398         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10399         support for the `syntax-table' text property.
10401         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10402         variable and use an extra quoted face name instead.  All the
10403         emacsen flavors handle that correctly.
10405         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10406         (c-font-lock-declarators, c-font-lock-declarations)
10407         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10408         property to mark the items in in declarator lists to handle
10409         refontification inside multiline declarations better.
10411         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10412         construct like "a * b = c;" as a declaration.
10414 2005-12-08  Kim F. Storm  <storm@cua.dk>
10416         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10417         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
10418         select either meta, hyper, or super modifier for rectangle commands.
10419         (cua--rectangle-modifier-key): New defvar.
10420         (cua--M/H-key): Use it.  Remove special case for `space'.
10421         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10422         on X, to meta otherwise.  Always bind C-return to toggle
10423         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
10425         * emulation/cua-rect.el (cua-help-for-rectangle):
10426         Use cua--rectangle-modifier-key.  Handle super modifier too.
10427         (cua--init-rectangles): Always bind C-return to toggle rectangle.
10428         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10430         * ido.el: Move Acknowledgements and History after Commentary.
10431         Minor changes to Commentary.
10433         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10434         keymap if cua--prefix-override-timer is `shift'.
10435         (cua--shift-control-prefix): New function; emulate "type prefix
10436         key twice" functionality to handle shifted prefix key override.
10437         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10438         New commands.
10439         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10441 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
10443         * textmodes/org.el (org-insert-heading): Try to do items before
10444         headings.
10445         (org-agenda-mode): Quote `org-agenda-mode-hook'.
10446         (org-insert-item): New function.
10447         (org-renumber-ordered-list): Don't skip to higher level lists.
10449 2005-12-08  Juri Linkov  <juri@jurta.org>
10451         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10453         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10455         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10457         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10458         the constructed function name fun-1.
10460         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10461         because such links don't lead to parent documentation.
10463 2005-12-08  Kenichi Handa  <handa@m17n.org>
10465         * descr-text.el (describe-char): Use *Help-2* buffer if the
10466         current buffer is *Help*.  Call describe-text-properties while
10467         setting the original buffer.
10469 2005-12-07  Bill Wohler  <wohler@newt.com>
10471         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
10472         and causes problems with non-MH users (such as Gnus users).
10474 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
10476         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10477         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10478         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10479         command "info sources".  Move calls to GDB command "list".
10480         (gdb-find-file-hook): Just use gdb-source-file-list.
10481         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10482         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10483         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10484         (gdb-data-list-register-values-handler): Use correct trigger name.
10486 2005-12-07  Kim F. Storm  <storm@cua.dk>
10488         * ido.el (ido-completion-map): Rename from ido-mode-map.
10489         (ido-common-completion-map, ido-file-completion-map)
10490         (ido-file-dir-completion-map, ido-buffer-completion-map):
10491         Rename from ido-mode-....-map.
10492         (ido-init-completion-maps): Rename from ido-init-mode-maps.
10493         (ido-setup-completion-map): Rename from ido-define-mode-map.
10494         (ido-read-internal): Bind minibuffer-local-filename-completion-map
10495         to ido-completion-map.
10497 2005-12-07  Kenichi Handa  <handa@m17n.org>
10499         * international/mule-cmds.el
10500         (set-display-table-and-terminal-coding-system): If the coding
10501         system specified in `unibyte-display' property is different from
10502         the arg coding-system, don't setup standard-display-table.
10504 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10506         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10507         that comments end at \n, regardless of selective-display.
10509 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
10511         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10512         (gdb-version): New variables.
10513         (gdb-source-file-list, gdb-register-names)
10514         (gdb-changed-registers): New variables for use with GDB 6.4+.
10515         (gdb-ann3): Replace with...
10516         (gdb-init-1, gdb-init-2): ...two new functions.
10517         (gdba, gdb-prompt): Call gdb-init-1.
10518         (gdb-get-version): New function.  Call gdb-init-2 from here.
10519         (gud-watch): Make it work with mouse events too.
10520         (gdb-post-prompt): Don't add to queue until GDB version is known.
10521         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10522         (gdb-locals-mode): Use gdb-version.
10523         (gdb-memory-format-map, gdb-memory-unit-map)
10524         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10525         (gdb-locals-font-lock-keywords-1)
10526         (gdb-locals-font-lock-keywords-2): New variables.
10527         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10528         (gdb-set-gud-minor-mode-existing-buffers-1)
10529         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10530         (gdb-var-update-1, gdb-var-update-handler-1)
10531         (gdb-data-list-register-values-handler)
10532         (gdb-data-list-register-values-custom)
10533         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10534         (gdb-stack-list-locals-handler, gdb-get-register-names):
10535         New functions for use with GDB 6.4+.
10536         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10537         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10538         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10539         (gdb-stack-list-locals-regexp)
10540         (gdb-data-list-register-names-regexp): New regexps for use with
10541         GDB 6.4+.
10543 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10545         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10547 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
10549         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10550         prompts work for AUTH PLAIN.  Also reported by Steve Allan
10551         <seallan@verizon.net>.
10553 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10555         * frame.el (set-frame-parameter): Add doc string.
10557 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
10559         * textmodes/org.el (org-occur-highlights): New variable.
10560         (org-highlight-new-match, org-remove-occur-highlights): New functions.
10561         (org-highlight-sparse-tree-matches): New option.
10562         (org-do-occur): New function.
10563         (org-get-heading): Make it work also at beginning of line.
10564         (org-category-table): New variable.
10565         (org-get-category-table, org-get-category)
10566         (org-camel-to-words, org-link-search): New functions.
10567         (org-select-this-todo-keyword): New variable.
10568         (org-todo-list): New command.
10569         (org-shiftright, org-shiftleft): New commands.
10570         (org-agenda-todo): Add prefix argument.
10571         (org-show-hierarchy-above): New option.
10572         (org-show-todo-tree): Numerical prefix creates tree for specific
10573         TODO keyword.
10574         (org-outline-level): New function, to assign a level to plain
10575         lists items.
10576         (org-cycle-include-plain-lists): New option.
10577         (org-mode): Use `org-outline-level' as value of `outline-level'.
10578         (org-cycle): Temporarily switch `outline-regexp' if
10579         `org-cycle-include-plain-lists' is non-nil.
10580         (org-start-icalendar-file): Fix format bug.
10581         (org-agenda-get-day-entries): Create category table.
10582         (org-agenda-get-todos, org-agenda-get-timestamps)
10583         (org-agenda-get-deadlines, org-agenda-get-scheduled)
10584         (org-agenda-get-blocks): Use `org-get-category'.
10585         (org-context-in-file-links): Rename from
10586         `org-line-numbers-in-file-links'.
10588 2005-12-06  Romain Francoise  <romain@orebokech.com>
10590         * window.el (balance-windows): Delete extraneous third arg in call
10591         to `enlarge-window'.
10593 2005-12-06  Kenichi Handa  <handa@m17n.org>
10595         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10597 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
10599         * progmodes/gdb-ui.el (gdb-var-create-handler)
10600         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10601         (gdb-var-list-children-handler, gdb-var-update-handler):
10602         Current buffer is already gdb-partial-output-buffer, don't
10603         make it current again.
10605 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
10607         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10608         (list-buffers-noselect): Use it.
10610 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10612         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10613         (mail-yank-ignored-headers): Use regexp-opt.
10614         (mail-mode-map): Move initialization into declaration.
10615         (mail-sent-via): Remove unused shadowed var `to-line'.
10616         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10617         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10618         (mail-do-fcc): Use dolist and push.
10619         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10620         (mail-yank-ignored-headers): Don't autoload.
10622 2005-12-05  Kenichi Handa  <handa@m17n.org>
10624         * international/mule-cmds.el (set-language-info-internal): New fun.
10625         (set-language-info): Call set-language-info-internal to update
10626         language-info-alist.  If LANG-ENV is the current one, call
10627         set-language-environment to make INFO effective now.
10628         (set-language-info-alist): Likewise.
10629         (locale-language-names): With locale "en", use English
10630         lang. env. but set the default codings to iso-8859-1.
10632 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
10634         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10635         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10636         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10637         for plain strings.
10638         (gdb-frames-mode): Remove redundant call to font-lock-mode.
10639         (gdb-all-registers): Rename from toggle-gdb-all-registers.
10640         Create registers buffer if necessary.  Echo new state in minibuffer.
10641         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10643 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
10645         * info.el (Info-fontify-node): Match external links using
10646         non-directory part of filename.
10648 2005-12-04  Juri Linkov  <juri@jurta.org>
10650         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10651         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
10652         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10653         because there is no customization option for it.
10655         * font-lock.el (lisp-font-lock-keywords-1):
10656         Add define-global-minor-mode.
10658         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10660         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10661         properties on the constructed variable names.
10663         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10664         Put `definition-name' properties on the constructed function names
10665         next-sym and prev-sym.
10667         * emacs-lisp/find-func.el (find-function-regexp):
10668         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
10669         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
10670         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10671         and easy-menu-define.
10673         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10674         easy-mmode-define-global-mode and define-global-minor-mode.
10675         (lisp-imenu-generic-expression): Add define-global-minor-mode.
10677         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10678         instead of easy-mmode-define-global-mode.
10680         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10681         Use define-minor-mode instead of easy-mmode-define-minor-mode.
10683         * cus-edit.el (customize-group, customize-group-other-window):
10684         Filter out autoloaded options from the group completion list by
10685         using heuristics that autoloaded groups don't have `custom-autoload'
10686         property on their symbols (they have only `custom-loads').
10688         * simple.el (completion-setup-function): Put completions-common-part
10689         face on complete completion string too (i.e. completion string
10690         without completions-first-difference face).
10692         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10694 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
10696         * view.el (view-mode): Doc fix.
10698         * disp-table.el (standard-display-european): Add to the warning
10699         message a reference to the doc string.
10701         * play/yow.el (apropos-zippy): Call print-help-return-message,
10702         similar to other Help and Apropos commands.
10704         * help.el (print-help-return-message): If pop-up-frames is
10705         non-nil, set up help-return-method to delete the help window and,
10706         possibly, its frame as well, and don't display message about
10707         scrolling the help window.  Doc fix.
10708         (help-return-method): Doc fix.
10710 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
10712         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10713         whereby names of length one or names starting with a
10714         symbol-constituent character would not be returned.
10716 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10718         * subr.el (atomic-change-group): Add edebug and indentation spec.
10720 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10722         * completion.el (save-completions-file-name): Fix typo in last change.
10724 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10726         * info.el: Move back/forward history to the beginning of the tool bar.
10728 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
10730         * allout.el (eval-when-compile): Remove unnecessary load of cl.
10731         Add fset of allout-real-isearch-abort during compile to fix
10732         byte-compilation warnings.
10733         (allout-mode-p): Move definition of this macro above all uses, or
10734         byte compilation in barren emacs (eg, during emacs build) will
10735         lack the definition.
10736         (allout-mode): Move this variable above any uses, or byte
10737         compilation will fail.
10738         (allout-resolve-xref): Remove use of personal file-reference function.
10739         (allout-toggle-current-subtree-encryption): Do the current (ie,
10740         visible containing) topic, rather than nearest around point.  Doc fix.
10741         (allout-toggle-subtree-encryption): New function, workhorse that
10742         works on nearest topic containing point.
10743         (allout-encrypt-string): Signal requirement for newer version of pgg.
10744         (allout-resumptions): Doc fix.
10746 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
10748         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10750 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
10752         * textmodes/flyspell.el (flyspell-external-point-words):
10753         Consider a misspelling as found in the string search if: (a) misspelling
10754         and found string lengths match, or (b) misspelling is found as
10755         element in a boundary-chars separated longer string, or (c)
10756         ispell-program-name is really ispell and misspelling is found as
10757         part of a TeX string.  After successful match move beginning of
10758         search region to end of match.  Warn about not found misspellings
10759         once the process is done.
10760         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10762 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
10764         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10765         tool bar (removed inadvertently).
10767 2005-12-02  Juri Linkov  <juri@jurta.org>
10769         * log-view.el (log-view-diff): Clarify doc string.
10771 2005-12-01  Bill Wohler  <wohler@newt.com>
10773         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10774         triggers lm-verify errors.
10776 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10778         * simple.el (transient-mark-mode, line-number-mode)
10779         (column-number-mode, size-indication-mode): Remove `:require nil'.
10781 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
10783         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10784         in the margin also.
10785         (gdb-breakpoints-mode-map): Use D instead of d for
10786         gdb-delete-breakpoint.
10787         (gdb-get-frame-number): Require a number to match on.
10788         (gdb-threads-mode-map): Add follow-link binding.
10790 2005-11-30  Jason Rumney  <jasonr@gnu.org>
10792         * isearch.el (isearch-mode-map): Avoid exiting search on
10793         language-change event.
10795 2005-11-30  Romain Francoise  <romain@orebokech.com>
10797         * speedbar.el (speedbar-default-position): New defcustom.
10798         (speedbar-frame-reposition-smartly): Use it.
10800         * dframe.el (dframe-reposition-frame-emacs): Fix position
10801         computation for `left' location.
10802         Update copyright year.
10804 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10806         * help.el (help-map): Move initialization into declaration.
10808         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10810         * help-fns.el (help-argument-name): Don't autoload.
10811         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10812         to be re-loaded when customizing the `help' group.
10814 2005-11-30  John Paul Wallington  <jpw@gnu.org>
10816         * help-fns.el (describe-function-1): Fill arglist output.
10818 2005-11-30  Kim F. Storm  <storm@cua.dk>
10820         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10821         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10822         after revert-buffer (or anything else which kills all local variables).
10824         * apropos.el (apropos-parse-pattern): Doc fix.
10825         Set apropos-regexp directly, rather than expecting callers to do so.
10826         (apropos-command, apropos, apropos-value, apropos-documentation):
10827         Simplify calls to apropos-parse-pattern.
10829 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10831         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10832         (hi-lock-face-phrase-buffer): Use hi-yellow face.
10833         (hi-lock-write-interactive-patterns): Use comment-region.
10835         * longlines.el (longlines-mode): Add mail-setup-hook.
10837         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10839         * simple.el (sendmail-user-agent-compose, next-line):
10840         Conditionally use hard-newline.
10842 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10844         * international/latexenc.el (latex-inputenc-coding-alist):
10845         Reword doc string.
10847 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10849         * help.el (describe-key-briefly, describe-key): Recognize default
10850         bindings.
10852 2005-11-29  Romain Francoise  <romain@orebokech.com>
10854         * view.el (view-inhibit-help-message): New defcustom.
10855         (view-mode-enter): Use it.
10857 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
10859         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10860         Preserve user position.
10862 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
10864         * font-lock.el: Throw error if facemenu is not loaded to prevent
10865         accidental change of loading order in loadup.el.  (Suggested by RMS.)
10867         * loadup.el: Add comment explaining why facemenu must be loaded
10868         before font-lock.
10870 2005-11-28  Jay Belanger  <belanger@truman.edu>
10872         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10873         (calc-dispatch-map): Add more keys for `calc-same-interface'.
10875         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10877         * calc/calc-embed.el (calc-do-embedded): Update help message.
10879         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10881 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10885         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10886         called-interactively-p.
10887         (elp-profilable-p): Rename from elp-not-profilable-p.
10888         Invert result and take into account macros and autoloaded functions.
10889         (elp-instrument-function): Update call.
10890         (elp-instrument-package): Update call.  Add completion.
10891         (elp-pack-number): Use match-string.
10892         (elp-results-jump-to-definition-by-mouse): Merge into
10893         elp-results-jump-to-definition and then remove.
10894         (elp-output-insert-symname): Make help echo text single-line.
10896         * replace.el (query-replace-map): Move initialization into declaration.
10897         (occur-engine): Use with-current-buffer.
10898         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10899         (occur-mode-mouse-goto): Replace with an alias.
10901 2005-11-28  Juri Linkov  <juri@jurta.org>
10903         * simple.el (quoted-insert): Let-bind input-method-function to nil.
10905         * term/w32-win.el: Bind [S-tab] to [backtab].
10907         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10908         `Info-find-file' to t.
10910         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10911         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10912         and same-window-regexps.
10913         (occur-next-error): Don't move point for arg 0.
10915 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
10917         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10919 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10921         * log-edit.el (log-edit-changelog-use-first): New var.
10922         (log-edit-changelog-ours-p): Use it.
10923         (log-edit-insert-changelog): Set it with new arg `use-first'.
10924         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10925         (log-edit-hook): Add them to the list of suggested options.
10927         * textmodes/flyspell.el (flyspell-last-buffer): New var.
10928         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10929         redundant work.
10930         (flyspell-mode-on): Use add-hook for after-change-functions.
10931         (flyspell-mode-off): Use remove-hook for after-change-functions.
10932         (flyspell-changes): Make it buffer-local.
10933         (flyspell-after-change-function): Make it non-interactive.  Use push.
10934         (flyspell-post-command-hook): Check input-pending-p while processing
10935         the potentially long list of buffer changes.
10937 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10939         * buff-menu.el (list-buffers-noselect): Display the selected
10940         frame's buffer list, not the global one.
10942 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10944         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10945         that (list last-input-event) works as in interactive spec.
10947 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10949         * loadup.el ("facemenu"): Load facemenu before font-lock, because
10950         `facemenu-keymap' needs to be defined when font-lock is loaded.
10951         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10953 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10955         * completion.el: Remove useless leading * in defcustom docstrings.
10956         (save-completions-file-name): Use ~/.emacs.d if available.
10957         (completion-standard-syntax-table): Rename from
10958         cmpl-standard-syntax-table and fold initialization into declaration,
10959         thus removing cmpl-make-standard-completion-syntax-table.
10960         (completion-lisp-syntax-table, completion-c-syntax-table)
10961         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10962         (cmpl-saved-syntax, cmpl-saved-point): Remove.
10963         (symbol-under-point, symbol-before-point)
10964         (symbol-under-or-before-point, symbol-before-point-for-complete)
10965         (add-completions-from-c-buffer): Use with-syntax-table.
10966         (make-completion): Don't return a list of completion entries.
10967         Update callers.
10968         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10969         (completion-initialize): Rename from initialize-completions.
10970         (completion-find-file-hook): Rename from cmpl-find-file-hook.
10971         (kill-emacs-save-completions): Collect stats here.
10972         (save-completions-to-file, load-completions-from-file):
10973         Use with-current-buffer.
10974         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
10975         into a function.  Move all calls to toplevel.
10976         (completion-lisp-mode-hook): New fun.
10977         (completion-c-mode-hook, completion-setup-fortran-mode):
10978         Set the syntax-table here.  Use local-set-key.
10979         (completion-saved-bindings): New var.
10980         (dynamic-completion-mode): Make it into a proper minor mode.
10981         (load-completions-from-file): Remove unused var `num-uses'.
10983         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10984         constructor if it is explicitly overridden.
10986         * complete.el (PC-completion-as-file-name-predicate):
10987         Use minibuffer-completing-file-name.
10988         (partial-completion-mode): Use find-file-not-found-functions.
10989         (PC-lisp-complete-symbol): Use with-syntax-table.
10990         (PC-look-for-include-file): Remove dead setq.
10991         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10992         (PC-complete): Use with-current-buffer.
10994         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10995         escape single quotes.
10997 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10999         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11000         of `if' whose condition always returned nil.  Doc fix.
11002         * buff-menu.el (Buffer-menu-revert-function): Make the selected
11003         window's buffer the current buffer around the call to
11004         `list-buffers-noselect'.  This is necessary to mark that buffer
11005         with a `.' in the Buffer Menu when called from Lisp, for instance
11006         by Auto Revert Mode.
11008 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
11010         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11011         attaching to it.
11012         (gdb-pre-prompt): Make sure gdb-error is reset.
11014         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11015         with a child process, detect it.
11016         (gud-speedbar-buttons): Match regexp more carefully.
11018 2005-11-27  Richard M. Stallman  <rms@gnu.org>
11020         * mouse.el (mouse-drag-move-window-bottom):
11021         Use adjust-window-trailing-edge.
11023 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11025         * simple.el (blink-matching-open): Ignore
11026         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11027         (blink-matching-paren-on-screen): Update docstring.
11029         * paren.el (show-paren-mode): No longer change
11030         `blink-matching-paren-on-screen'.
11032 2005-11-27  John Paul Wallington  <jpw@pobox.com>
11034         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11035         (gdb-threads-select, gdb-edit-register-value):
11036         Use `posn-set-point' instead of `mouse-set-point' because the
11037         latter is not fbound when configured without X.
11039 2005-11-27  Kim F. Storm  <storm@cua.dk>
11041         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11042         existing face when partially highlighting a TAB in a rectangle.
11044 2005-11-26  Kim F. Storm  <storm@cua.dk>
11046         * ido.el (ido-mode-map): Doc fix.
11047         (ido-mode-common-map, ido-mode-file-map)
11048         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11049         (ido-define-mode-map): Rewrite.  Select one of the new maps as
11050         parent for ido-mode-map instead of building from scratch.
11051         (ido-init-mode-maps): New defun to initialize new maps.
11052         (ido-mode): Call it.
11053         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11054         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11056 2005-11-26  John Paul Wallington  <jpw@pobox.com>
11058         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11059         `mouse-set-point' because the latter is not fbound when configured
11060         without X.
11062 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
11064         * files.el (file-relative-name): Doc fix.
11066 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11068         * progmodes/octave-inf.el (inferior-octave-startup): Force a
11069         non-empty string for secondary prompt PS2.
11071 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11073         * progmodes/compile.el (compilation-setup): Fix last change.
11075 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
11077         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11078         (gdb-mouse-toggle-breakpoint-margin)
11079         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11080         Add gdb-server-prefix to keep out of command history.
11081         (gdb-edit-register-value): New function.
11082         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11083         (gdb-info-registers-custom): Use above map.
11085 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11087         * custom.el (enable-theme): Signal error if argument is not a
11088         theme.  Don't recalculate a face if it's not loaded yet.
11090         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11091         the `user' theme is in effect.
11093         * info.el (Info-on-current-buffer): Record actual filename in
11094         Info-current-file, instead of t, or a fake filename if a non-file
11095         buffer.  Make autoload.
11096         (Info-find-node, Info-revert-find-node): No need to check for
11097         Info-current-file nil.
11098         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11099         Info-current-file is now never `t'.
11100         (Info-fontify-node): Many simplifications due to Info-current-file
11101         always being valid.  Use Info-find-file to find node filename.
11103 2005-11-25  David Kastrup  <dak@gnu.org>
11105         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11106         new character, then delete" in order to preserve markers.
11108 2005-11-25  David Ponce  <david@dponce.com>
11110         * recentf.el (recentf-arrange-by-rule): Handle a special
11111         `auto-mode-alist'-like "strip suffix" rule.
11112         (recentf-build-mode-rules): Handle second level auto-mode entries.
11114 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11116         * viper-keym.el (viper-ESC-key): Use different values in terminal and
11117         window modes.
11119         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11120         jde-javadoc-checker-report-mode.
11122         * ediff-wind (ediff-make-wide-display): Slight simplification.
11124         * ediff.el (ediff-date): Change the date of last update.
11126 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
11128         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11129         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
11130         (hi-lock-mode): New global minor mode.
11131         (turn-on-hi-lock-if-enabled): New function.
11132         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11133         Change arguments to regexp and face instead of a font-lock pattern.
11134         Directly set face property, instead of refontifying.
11135         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11136         (hi-lock-find-patterns): Use line-number-at-pos.
11138         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
11139         arguments for hi-lock-set-pattern.
11140         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11141         Call font-lock-fontify-buffer.
11142         (hi-lock-find-file-hook, hi-lock-current-line)
11143         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11145         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11146         turned off.
11148         * progmodes/compile.el (compilation-setup): Don't fiddle with
11149         font-lock-defaults.
11151 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
11153         * progmodes/gdb-ui.el (gdb-var-create-handler)
11154         (gdb-var-list-children-handler): Find values for all variable
11155         objects.  gud-speedbar-buttons decides whether to display them.
11157 2005-11-24  Romain Francoise  <romain@orebokech.com>
11159         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11160         buffer name with a space.
11162 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
11164         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11165         `org-export-local-list-max-depth'.  Change default value to 3.
11166         (org-auto-renumber-ordered-lists)
11167         (org-plain-list-ordered-item-terminator): New options.
11168         (org-at-item-p, org-beginning-of-item, org-end-of-item)
11169         (org-get-indentation, org-get-string-indentation)
11170         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11171         New functions.
11172         (org-move-item-down, org-move-item-up): New commands.
11173         (org-export-as-html): New classes for CSS support.  Bug fix in
11174         regular expression detecting fixed-width regions.  Respect
11175         `org-local-list-ordered-item-terminator'.
11176         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11177         also a list item.
11178         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11179         New item moving functions.
11181 2005-11-24  Juri Linkov  <juri@jurta.org>
11183         * isearch.el (isearch-repeat): With empty search ring set
11184         `isearch-error' to the error string instead of signaling error
11185         with the function `error'.
11187 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11189         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11191 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
11193         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11194         and variable.
11195         (gdb-var-create-handler, gdb-var-list-children-handler):
11196         Don't match on "char **...".
11197         (gdb-var-update-handler): Find values for all variable objects.
11198         (gdb-info-frames-custom): Identify frames by leading "#".
11200         * progmodes/gud.el (gud-speedbar-menu-items): Add
11201         gdb-speedbar-auto-raise as radio button.
11202         (gud-speedbar-buttons): Raise speedbar if requested.
11203         Don't match on "char **...".
11204         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11205         Make it editable.
11207 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
11209         * info.el (Info-fontify-node): Handle the case where
11210         Info-current-file is t.
11212 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11214         * simple.el (blink-matching-open): Fix off-by-one in last change.
11216 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11218         * term/mac-win.el: Don't change default directory.
11220 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
11222         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11223         buffers correctly.  (It used to throw an error in such buffers.)
11224         Make it ask for confirmation in group buffers and other Custom
11225         buffers containing more than one customization item.
11227 2005-11-22  John Paul Wallington  <jpw@gnu.org>
11229         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11230         property on mail and url overlays.
11231         (goto-address-at-point): Use `posn-set-point' instead of
11232         `mouse-set-point' because the latter is not fbound when configured
11233         without X.
11235 2005-11-22  Lars Hansen  <larsh@soem.dk>
11237         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11238         (ls-lisp-classify, ls-lisp-format): Delete call to
11239         ls-lisp-parse-symlink.
11240         (ls-lisp-handle-switches): Handle symlinks to directories as
11241         directories when ls-lisp-dirs-first in non-nil.
11243 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11245         * startup.el (command-line): Make sure that loaddefs.el is handled
11246         correctly in load-history.
11248 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
11250         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11251         (gdb-struct-string, gdb-array-string): New constants.
11252         (gdb-info-locals-handler): Use them.
11253         (gdb-reset): Reset gdb-var-list to nil.
11255 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11257         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11258         in patterns.
11260 2005-11-21  Juri Linkov  <juri@jurta.org>
11262         * custom.el (defcustom): Update link types in docstring.
11264 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
11266         * custom.el (defgroup): Add doc-string-elt info.
11268         * widget.el (define-widget): Don't use declare for the doc-string-elt.
11270 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11272         * newcomment.el (comment-enter-backward): Fix last fix.
11274         * simple.el (blink-matching-open):
11275         * paren.el (show-paren-function): Allow new paren-class info.
11277 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
11279         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
11280         handled automagically.
11282 2005-11-20  Andreas Schwab  <schwab@suse.de>
11284         * descr-text.el (describe-char): When copying overlays put them
11285         over the full char description instead of just the first character
11286         of it.
11288 2005-11-20  Juri Linkov  <juri@jurta.org>
11290         * simple.el (what-cursor-position):
11291         * descr-text.el (describe-char): Use Lisp-readable syntax
11292         for octal and hex.  Reorder decimal, octal and hex values.
11293         Remove excess whitespace in the output.  Use `=' in `column='
11294         like in `point=' and `Hscroll='.
11296         * international/mule-cmds.el (encoded-string-description):
11297         Use Lisp-readable syntax for hex.
11299 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11301         * newcomment.el (comment-enter-backward): Handle the case where the
11302         comment is closed by EOB.
11304 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11306         * longlines.el (longlines-before-revert-hook)
11307         (longlines-after-revert-hook): New functions.
11308         (longlines-mode): Turn off longlines temporarily when reverting.
11309         Add a message-setup-hook.
11310         (longlines-decode-buffer): New function.
11311         (longlines-wrap-line): Preserve marker positions.
11313 2005-11-19  Andreas Schwab  <schwab@suse.de>
11315         * emacs-lisp/shadow.el: Handle compressed files.
11317 2005-11-19  Romain Francoise  <romain@orebokech.com>
11319         * net/browse-url.el (browse-url-default-browser): Signal an error
11320         if no usable browser can be found, rather than try to load w3.
11322 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
11324         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11325         replacing existing properties.
11326         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11327         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11328         tty specs.
11329         (rcirc-server-prefix, rcirc-server): New faces.
11330         (rcirc-url-regexp): Generate with rx macro.
11331         (rcirc-last-server-message-time): New variable.
11332         (rcirc-filter): Record time of last message.
11333         (rcirc-keepalive): Kill processes that did not send a message
11334         since the last ping.
11335         (rcirc-mode): Give rcirc-topic a local binding here.
11337 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
11339         * subr.el (read-passwd): Fontify the prompt as we do with other
11340         prompts.
11342 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
11344         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11345         binding buffer-read-only to nil.
11347 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11349         * complete.el (partial-completion-mode):
11350         Mention completion-auto-help in the doc string.
11352         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
11353         more Lisp-ish way.
11355 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11357         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11358         digits, not 8, to avoid misalignment for files larger than 100MB.
11360 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11362         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11363         Mention "keyboard shortcuts" in the help text.
11365 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11367         * startup.el (fancy-splash-default-action): Discard only
11368         mouse-down and succeeding mouse-up events in the splash screen
11369         window so that drag-n-drop event can be processed.
11371 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
11373         * longlines.el (longlines-mode): Add hacks for mail-mode and
11374         message-mode.
11376 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
11378         * textmodes/org.el (org-table-sort-lines): New command.
11379         (org-tbl-menu): Add entry for `org-table-sort-lines'.
11380         (org-add-file): Command removed, use `org-agenda-file-to-front'
11381         instead.
11382         (org-export-icalendar): Use `org-icalendar-combined-name'.
11383         (org-cycle-agenda-files, org-agenda-file-to-end)
11384         (org-agenda-file-to-front): New commands.
11385         (org-table-tab-jumps-over-hlines, org-export-html-style):
11386         New options.
11387         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11388         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11389         New functions.
11390         (org-fill-paragraph): Call `org-table-align' in tables.
11391         (org-mode): Call `org-set-autofill-regexps'.
11392         (org-export-as-html): Support for local handformatted lists.
11393         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
11394         (org-export-local-list-max-depth): New option.
11395         (org-html-expand): Use `org-html-protect'.
11397 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
11399         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11400         to "p".
11401         (gdb): Move definition of gud-pp to...
11403         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
11404         speedbar.
11405         (gdb-find-watch-expression): New function.
11407 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11409         * faces.el (face-attribute, set-face-attribute): Mention existence
11410         of `:ignore-defface' setting in docstring.
11412 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11414         * simple.el (completion-setup-function): Fix last change.
11416 2005-11-17  John Paul Wallington  <jpw@pobox.com>
11418         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11419         Use `posn-set-point' instead of `mouse-set-point' because the
11420         latter is not fbound when configured without X.
11422         * comint.el (comint-insert-input): Likewise.
11424 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11426         * simple.el (hard-newline): New variable.
11427         (sendmail-user-agent-compose, next-line): Use it.
11429         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11430         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11431         (mail-mail-reply-to, mail-mail-followup-to)
11432         (mail-position-on-field, mail-signature, mail-yank-original)
11433         (mail-attach-file): Likewise.
11435         * mail/mailheader.el (mail-header-format)
11436         (mail-header-format-function): Likewise.
11438         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11440 2005-11-17  Juri Linkov  <juri@jurta.org>
11442         * font-lock.el (font-lock-faces): Rename this defgroup from
11443         `font-lock-highlighting-faces'.
11444         (font-lock-comment-face, font-lock-comment-delimiter-face)
11445         (font-lock-string-face, font-lock-doc-face)
11446         (font-lock-keyword-face, font-lock-builtin-face)
11447         (font-lock-function-name-face, font-lock-variable-name-face)
11448         (font-lock-type-face, font-lock-constant-face)
11449         (font-lock-warning-face, font-lock-negation-char-face)
11450         (font-lock-preprocessor-face)
11451         (font-lock-regexp-grouping-backslash)
11452         (font-lock-regexp-grouping-construct): Rename :group from
11453         `font-lock-highlighting-faces' to `font-lock-faces'.
11455         * cus-edit.el (lisp, c, tex):
11456         * progmodes/ada-mode.el (ada):
11457         * progmodes/asm-mode.el (asm):
11458         * progmodes/cperl-mode.el (cperl-faces):
11459         * progmodes/cpp.el (cpp):
11460         * progmodes/dcl-mode.el (dcl):
11461         * progmodes/f90.el (f90):
11462         * progmodes/fortran.el (fortran):
11463         * progmodes/icon.el (icon):
11464         * progmodes/idlwave.el (idlwave-misc):
11465         * progmodes/m4-mode.el (m4):
11466         * progmodes/make-mode.el (makefile):
11467         * progmodes/meta-mode.el (meta-font):
11468         * progmodes/modula2.el (modula2):
11469         * progmodes/octave-mod.el (octave):
11470         * progmodes/pascal.el (pascal):
11471         * progmodes/perl-mode.el (perl):
11472         * progmodes/prolog.el (prolog):
11473         * progmodes/ps-mode.el (PostScript-edit):
11474         * progmodes/scheme.el (scheme):
11475         * progmodes/sh-script.el (sh-script):
11476         * progmodes/simula.el (simula):
11477         * progmodes/tcl.el (tcl):
11478         * textmodes/nroff-mode.el (nroff):
11479         * textmodes/reftex-vars.el (reftex-fontification-configurations):
11480         * textmodes/sgml-mode.el (sgml):
11481         * textmodes/texinfo.el (texinfo):
11482         Add :link (custom-group-link font-lock-faces) to defgroup.
11484         * hi-lock.el (hi-lock): Rename this defgroup from
11485         `hi-lock-interactive-text-highlighting'.  Change parent group from
11486         `faces' to `font-lock'.  Add link to the manual.
11487         (hi-lock-mode, hi-lock-file-patterns-range)
11488         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11489         `hi-lock-interactive-text-highlighting' to `hi-lock'.
11490         (hi-lock-faces): Add :group `faces'.
11492         * cus-edit.el (custom-variable-prompt): Clarify the code.
11494         * faces.el (face-read-string): Set the default value arg of
11495         completing-read.
11497 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
11499         * rfn-eshadow.el (file-name-shadow-properties)
11500         (file-name-shadow-tty-properties, file-name-shadow-mode):
11501         Remove autoloads, because the file is now preloaded.
11503 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11505         * printing.el (easy-menu-intern): Don't define.
11506         (pr-get-symbol): Use easy-menu-intern only if defined.
11508         * simple.el (blink-matching-open): Simplify a bit.
11509         (completion-setup-function): Fix the case of partial-completion-mode
11510         when the minibuffer's contents start with "-".
11511         Obey completion-base-size-function even when
11512         minibuffer-completing-file-name is non-nil.
11514 2005-11-16  Richard M. Stallman  <rms@gnu.org>
11516         * net/eudcb-ph.el (eudc-ph-open-session):
11517         Use set-process-query-on-exit-flag.
11519         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11521         * international/ucs-tables.el (ucs-set-table-for-input):
11522         Use make-local-variable, not make-variable-buffer-local.
11524         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11525         Improve warning message text.
11527         * savehist.el (savehist-save-hook): Add :group.
11529         * menu-bar.el (menu-bar-help-menu):
11530         Rename Find Extra Packages to External Packages.
11532         * cus-edit.el (Custom-reset-standard): Verify that
11533         :custom-standard-value prop exists before calling it.
11535         * apropos.el (apropos-calc-scores): Use apropos-pattern.
11537 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
11539         * wid-edit.el (color): Enclose %t in %{...%}.
11541         * cus-edit.el (face): Enclose %t in %{...%}.
11543 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
11545         * savehist.el (savehist-mode-hook): Re-add the var.
11546         (savehist-mode): Use it.
11548 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11550         * textmodes/flyspell.el: Fix commenting convention.
11551         Remove unnecessary leading * in custom docstrings.
11552         (flyspell-emacs): Remove unused var.
11553         (flyspell-delete-region-overlays): Use remove-overlays.
11554         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11555         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11556         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11557         (flyspell-debug-signal-word-checked): Use with-current-buffer.
11558         (make-flyspell-overlay): Don't locally reuse a global name.
11559         (flyspell-highlight-incorrect-region)
11560         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11561         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11562         (flyspell-notify-misspell): Remove unused args `start' and `end'.
11563         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
11564         Wrap calls to accept-process-output inside with-local-quit since it's
11565         often called from a post-command-hook.
11566         (flyspell-correct-word, flyspell-auto-correct-word):
11567         Use ispell-send-string.
11568         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
11570         * calendar/diary-lib.el (diary-list-entries): Also hide the
11571         terminating newline.
11573 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
11575         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11576         window-system, to allow fonts on tty.
11578 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
11580         * progmodes/gud.el (gud-speedbar-item-info): New function.
11581         (gud-install-speedbar-variables): Use it to display data type
11582         of watch expression as a tooltip in speedbar.
11584 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
11586         * font-core.el (global-font-lock-mode): Add :version keyword,
11587         because default was changed.
11589         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11591         * startup.el (command-line): Use `custom-reevaluate-setting' for
11592         `file-name-shadow-mode'.
11594         * loadup.el: Preload rfn-eshadow.
11596         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11597         Add :version keyword.
11598         (file-name-shadow-properties, file-name-shadow-tty-properties)
11599         (file-name-shadow): Add :version keyword.
11601         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11602         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11603         in the custom-group property of the symbol frames and the fringe
11604         group got no link to its parent group frames.
11605         Doc fix.
11607 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11609         * progmodes/gud.el (gud-stop-subjob): New function.
11610         (gud-menu-map, gud-tool-bar-map): Use it.
11612 2005-11-16  Kim F. Storm  <storm@cua.dk>
11614         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11615         than kill it.
11616         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
11617         to a more useful/logical place.
11619 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11621         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11622         go buttons complementary.
11624 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11626         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11627         (rfn-eshadow-sifn-equal): New function.
11628         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11630 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11632         * viper-utils.el (viper-non-word-characters-reformed-vi):
11633         Quote `-' in string.
11635         * viper.el (viper-emacs-state-mode-list): Ensure that
11636         rcirc-mode buffers come up in Emacs state.
11638         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11639         operation.
11641 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11643         * term.el (term-termcap-format): Fix typos.
11644         (term-down): Fix the negative argument case.
11646 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11648         * progmodes/gdb-ui.el: Remove face-alias left over from change on
11649         2005-08-15.
11650         (gdb-ann3): New command gud-go.
11651         (menu): Accomodate gdb-mi.el.
11652         (gdb-assembler-custom): Make buffer of selected window current
11653         so that set-window-point works.
11655         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11656         buttons and include new ones.
11658 2005-11-16  Kim F. Storm  <storm@cua.dk>
11660         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11661         (gud-menu-map): Use it.
11663 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11665         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11666         that works correctly for Custom and that does not override a user
11667         who disables it.
11669         * help-mode.el (help-make-xrefs, help-xref-on-pp)
11670         (help-xref-interned, help-follow): Make hyperlinks for variables
11671         that are unbound, but have a non-nil variable-documentation property.
11673         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11674         mode hook.  (It conflicted with defcustoms for some mode hooks.)
11675         Use the `variable-documentation' property to give the mode hook a
11676         docstring and expand that docstring.
11678 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
11680         * savehist.el (savehist-mode): Don't bother with
11681         `custom-set-minor-mode'.
11682         (savehist-coding-system): Check XEmacs version.
11683         (history-length): Declare also at run time.
11684         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
11685         Don't set the customize state.
11686         (savehist-minibuffer-hook): Special case for when
11687         minibuffer-history-variable is equal to t.
11689 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11691         * files.el (write-file): Refresh VC status.
11693         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11694         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11695         than fundamental-mode to see if the mode was set.
11697 2005-11-14  Romain Francoise  <romain@orebokech.com>
11699         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11700         dummy function in `eval-when-compile' to avoid compiler warning.
11701         Require `man' at compile time.
11703 2005-11-14  Jay Belanger  <belanger@truman.edu>
11705         * calc-alg.el (calcFunc-write-out-power): Rename it to
11706         calcFunc-powerexpand.
11707         (math-write-out-power): Rename it to math-powerexpand; have it
11708         handle negative exponents.
11709         (calc-writeoutpower): Rename it to calc-powerexpand.
11711         * calc-ext.el: Change calcFunc-writeoutpower and
11712         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11713         autoloads.
11714         Add calcFunc-ldiv to autoloads.
11716         * calc-arith.el (calcFunc-ldiv): New function.
11718         * calc.el (calc-left-divide): New function.
11720 2005-11-14  Juri Linkov  <juri@jurta.org>
11722         * cus-edit.el (custom-variable-prompt): Set the default value arg
11723         of completing-read.
11725         * cus-dep.el (custom-make-dependencies): Reverse the list of
11726         found dependencies.
11728 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11730         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11731         Highlighting" entry, it is on by default now.
11732         (menu-bar-options-save): Do not save global-font-lock-mode.
11734 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11736         * textmodes/flyspell.el (flyspell-large-region):
11737         Call flyspell-accept-buffer-local-defs.
11739 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
11741         * textmodes/flyspell.el (flyspell-notify-misspell):
11742         Fix misspelling of "Misspelling".
11743         (flyspell-process-localwords): New function.
11744         (flyspell-large-region): Call flyspell-process-localwords and
11745         flyspell-delete-region-overlays.
11746         (flyspell-delete-region-overlays): New function.
11747         (flyspell-delete-all-overlays): Call that.
11749 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11751         * help.el (help-for-help-internal): Improve doc of C-h a.
11752         (describe-key): Improve prompt; doc fix.
11754 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11756         * vc-svn.el (vc-svn-registered): Catch all errors.
11758         * cus-dep.el (custom-make-dependencies): Typo.
11760 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
11762         * net/tramp-util.el (top): Fix compilation warning.
11764 2005-11-13  Kim F. Storm  <storm@cua.dk>
11766         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
11768 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11770         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11771         (gud-speedbar-buttons): Match on "const char *" too.
11773         * progmodes/gdb-ui.el (gdb-var-create-handler)
11774         (gdb-var-list-children-handler): Match on "const char *" too.
11775         (gdb-var-evaluate-expression-handler): Match on empty string.
11776         (gdb-var-update-handler): Only call
11777         gdb-var-evaluate-expression-handler when required.
11779 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11781         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11782         selected window.  This still doesn't work for speedbar.
11783         (gud-speedbar-buttons): Handle string expressions properly.
11785         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11786         (gdb-var-create-handler): Handle string expressions properly.
11787         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11788         Handle string expressions properly.  Move "type" field into regexp.
11790 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11792         * bookmark.el (bookmark-maybe-message): New function to reduce
11793         code duplication: invokes `message' iff baud-rate is high enough.
11794         (bookmark-write-file): Use above instead of an inline conditional.
11795         (bookmark-load): Same.
11797 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11799         * bookmark.el (bookmark-write-file): Don't visit the destination
11800         file, just write the data to it using write-region.  This is
11801         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11802         change to avoid visiting the file in the first place.
11804 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
11806         * hi-lock.el (hi-lock-mode): Set the default value of
11807         font-lock-defaults.
11809 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
11811         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11812         arg to `file-attributes'.
11813         (find-lisp-format): The UID and GID can now be strings.
11815 2005-11-12  Kim F. Storm  <storm@cua.dk>
11817         * help.el (help-map): Bind C-h d to apropos-documentation.
11819         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11820         when point is at end-of-buffer.
11822         * apropos.el (apropos-match-face): Doc fix.
11823         (apropos-sort-by-scores): Add new choice `verbose'.
11824         (apropos-documentation-sort-by-scores): New defcustom.
11825         (apropos-pattern): Now contains the pattern entered by the user.
11826         (apropos-pattern-quoted): New defvar.
11827         (apropos-regexp): New defvar, containing the regexp corresponding
11828         to apropos-pattern.
11829         (apropos-all-words-regexp): Rename from apropos-all-regexp.
11830         (apropos-read-pattern): New defun.  Use it to read pattern arg in
11831         interactive calls; returns list of words for a word list, and
11832         string for a regexp.
11833         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
11834         parses a list of words or regexp as returned by apropos-read-pattern.
11835         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11836         (apropos-score-doc): Return a very high score if the string
11837         entered by the user matches literally.
11838         (apropos-variable): Doc fix.  Use apropos-read-pattern.
11839         (apropos-command): Doc fix.  Use apropos-read-pattern and
11840         apropos-parse-pattern.  Call apropos-print with nosubst=t.
11841         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
11842         apropos-parse-pattern.
11843         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
11844         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
11845         apropos-documentation-sort-by-scores.  Call apropos-print with
11846         nosubst=t.
11847         (apropos-documentation-internal): Pass doc string through
11848         substitute-key-definition before adding text properties.
11849         Highlight substring matching literal user input if possible.
11850         (apropos-documentation-check-doc-file): Remove locals beg and end.
11851         Fix calculation of score (as added twice).  Pass doc string through
11852         substitute-key-definition before adding text properties.
11853         (apropos-documentation-check-elc-file): Pass doc string through
11854         substitute-key-definition before adding text properties.
11855         Highlight substring matching literal user input if possible.
11856         (apropos-print): Add new arg NOSUBST; if set, command and variable
11857         doc strings have already been passed through substitute-key-definition.
11858         Add code to handle apropos-accumulator items without score element
11859         for backwards compatibility (e.g. with woman package).
11860         Only show scores if apropos-sort-by-scores is `verbose'.
11862 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11865         Add jka-compr-load-suffixes to load-suffixes.
11867         * jka-compr.el: Require jka-cmpr-hook.
11868         (jka-compr-info-compress-message, jka-compr-info-compress-program)
11869         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11870         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11871         (jka-compr-info-can-append, jka-compr-info-strip-extension)
11872         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11873         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
11874         (jka-compr-uninstall): Remove entries from
11875         jka-compr-added-to-file-coding-system-alist after they are used.
11876         (jka-compr-error): Remove unused var `curbuf'.
11877         (jka-compr-file-local-copy): Remove unused var `notfound'.
11879 2005-11-10  Romain Francoise  <romain@orebokech.com>
11881         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11883 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
11885         * progmodes/gud.el (gud-menu-map): Move parentheses.
11886         (gdb): New command gud-pv.
11888 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11890         * tar-mode.el: Remove spurious or unnecessary leading stars
11891         in docstrings.
11892         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11893         (tar-parse-octal-integer-safe): Use mapc.
11894         (tar-header-block-summarize): Remove unused var `ck'.
11895         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11896         cleared before.  Obey default-enable-multibyte-characters.
11897         Use mapconcat.  Simplify setting of tar-header-offset.
11898         (tar-mode-map): Move initialization inside delcaration.
11899         (tar-flag-deleted): Use `abs'.
11900         (tar-expunge-internal): Remove unused var `line'.
11901         (tar-expunge-internal): Don't hardcode point-min==1.
11902         (tar-expunge): Widen while doing set-buffer-multibyte.
11903         (tar-rename-entry): Use file-name-coding-system.
11904         (tar-alter-one-field): Don't hardcode point-min==1.
11905         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11906         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
11908 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11910         * add-log.el (add-log-current-defun): Handle class::method
11911         notation of c++.  Fix incorrect comment.
11913 2005-11-10  Alan Mackenzie  <acm@muc.de>
11915         * help-fns.el (describe-variable): Make C-h v work when a variable
11916         has variable documentation yet is unbound.
11918 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11920         * man.el (Man-highlight-references): Set an empty
11921         string to `Man-arguments' if it is nil.
11922         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11924 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11926         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11927         commenting conventions.
11929         * cus-dep.el (custom-make-dependencies): Simplify.
11930         Better follow the commenting conventions.
11932 2005-11-09  Richard M. Stallman  <rms@gnu.org>
11934         * apropos.el (apropos-pattern): Rename from apropos-regexp.
11935         (apropos-orig-pattern): Rename from apropos-orig-regexp.
11936         All uses changed.
11937         (apropos-rewrite-regexp): Doc fix.
11938         (apropos-variable, apropos-command, apropos, apropos-value):
11939         Change prompt; carry through the argument renaming.
11941 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
11943         * find-lisp.el: Require dired.
11944         (find-lisp-find-dired-internal): Do not call
11945         `abbreviate-file-name' on DIR.
11947 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
11949         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11951 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
11953         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11954         when using the speedbar.
11955         (gdb): New command gud-pp.
11956         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11958 2005-11-09  Juri Linkov  <juri@jurta.org>
11960         * replace.el (occur-excluded-properties): New defcustom.
11961         (occur-1, occur-engine, occur-accumulate-lines): Use it.
11963 2005-11-08  Jay Belanger  <belanger@truman.edu>
11965         * calc/calc-units.el (math-convert-units): Replace any composite
11966         unit by its definition.
11968 2005-11-08  Lars Hansen  <larsh@soem.dk>
11970         * emacs-lisp/autoload.el (update-directory-autoloads):
11971         Add obsolete function alias.
11973 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11975         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11976         comment-indent-function.
11977         (lisp-comment-indent): Replace by an alias for comment-indent-default.
11979         * reveal.el (reveal-post-command): Rework the handling of
11980         reveal-open-spots, so as to be more reliable.  There were several
11981         tricky corner cases where an open spot might be lost, or where
11982         a closed spot might end up on the list of open spots.
11983         Only reveal text that's ellipsised.
11985 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
11987         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11989 2005-11-07  John Paul Wallington  <jpw@gnu.org>
11991         * ibuffer.el (ibuffer): Search iconified frames too when
11992         getting Ibuffer buffer's window.
11994 2005-11-06  Richard M. Stallman  <rms@gnu.org>
11996         * progmodes/compile.el (compilation-internal-error-properties):
11997         save-excursion around the computation of MARKER.
11999 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
12001         * textmodes/flyspell.el (flyspell-external-point-words):
12002         flyspell-get-word returns a list, not just a string.
12004 2005-11-06  John Paul Wallington  <jpw@pobox.com>
12006         * ibuffer.el (ibuffer): Search all visible frames when getting
12007         Ibuffer buffer's window.
12009 2005-11-07  Masatake YAMATO  <jet@gyve.org>
12011         * man.el (Man-reference-regexp): Accept spaces between
12012         `Man-name-regexp' and `Man-section-regexp'.
12013         (Man-apropos-regexp): New variable.
12014         (Man-abstract-xref-man-page): Use value for `Man-target-string'
12015         if available.
12016         (Man-highlight-references, Man-highlight-references0):
12017         Handle the case when `Man-arguments' includes "-k".
12018         (Man-highlight-references0): Rename the argument `TARGET-POS' to
12019         `TARGET'. `TARGET' can be a number, function or nil.
12021 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
12023         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12024         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12025         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12026         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12027         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12028         (gdb-send-item): Use buffer-local-value and simplify.
12030 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
12032         * startup.el (command-line): Use `custom-reevaluate-setting' for
12033         `global-font-lock-mode'.
12035         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12036         by default, except in batch mode or when the -D option is given.
12038         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12039         specified keyword args on to `define-minor-mode'.  Update docstring.
12041 2005-11-05  Romain Francoise  <romain@orebokech.com>
12043         * replace.el (occur-engine): Add marker at end of line, too.
12045 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
12047         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12048         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12049         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12050         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12051         argument to all these routines, so the passphrase can be managed
12052         externally and passed in to the system.
12053         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12054         pgg-add-passphrase-to-cache function.
12056         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12057         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12058         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12059         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12060         argument to all these routines, so the passphrase can be managed
12061         externally and passed in to the system.
12062         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12063         function.
12065 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12067         * font-lock.el: Don't deal with font-lock-face-attributes here,
12068         move the code ...
12070         * startup.el (command-line): ... here.  Use face-spec-set instead
12071         of custom-declare-face.
12073         * faces.el (face-spec-set): Reset the face if spec is not nil.
12075 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12077         * newcomment.el (comment-region-internal): Box more tightly in the
12078         common case where there's no TAB in the boxed text.
12080 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12082         * info.el (info-tool-bar-map): Use images prev-node, next-node and
12083         up-node.
12085 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
12087         * newsticker.el: Commentary updated.  Code formatting changed.
12088         (newsticker-version): Change to "1.9".
12089         (newsticker, newsticker-feed): Doc fix.
12090         (newsticker-url-list): Doc fix.  Add option "Weekly".
12091         (newsticker-retrieval-interval): Add option "Weekly".
12092         (newsticker-headline-processing): Doc fix.
12093         (newsticker-auto-mark-filter): Remove.
12094         (newsticker-auto-mark-filter-list): New.
12095         (newsticker-layout, newsticker-sort-method): Doc fix.
12096         (newsticker-hide-old-items-in-newsticker-buffer)
12097         (newsticker-heading-format, newsticker-item-format)
12098         (newsticker-desc-format): Doc fix.
12099         (newsticker-show-all-rss-elements): Remove.
12100         (newsticker-show-all-news-elements): New.
12101         (newsticker-faces, newsticker-ticker): Doc fix.
12102         (remove-from-invisibility-spec): Code formatting.
12103         (newsticker--process-ids): New.
12104         (newsticker-mode): Doc fix.
12105         (newsticker-mode): Change mode-line-format.
12106         (newsticker-start): Remove debug output.
12107         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
12108         (newsticker-w3m-show-inline-images): Code formatting.
12109         (newsticker-next-item): Call `force-mode-line-update'.
12110         (newsticker-previous-item): Call `force-mode-line-update'.
12111         (newsticker-next-feed): Call `force-mode-line-update'.
12112         (newsticker-previous-feed): Call `force-mode-line-update'.
12113         (newsticker-mark-all-items-at-point-as-read): Code formatting.
12114         (newsticker-show-old-items): Do not show descs.
12115         (newsticker-hide-entry): Hide too much.
12116         (newsticker-hide-entry, newsticker-show-entry)
12117         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12118         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12119         (newsticker-toggle-auto-narrow-to-item): Code formatting.
12120         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12121         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12122         (newsticker-get-news): Call `force-mode-line-update'.
12123         Collect process ids.
12124         (newsticker--sentinel): Change coding system handling.
12125         Move image retrieval to new functions newsticker--get-logo-url-*.
12126         Move feed parsing to new functions newsticker--parse-*.
12127         Update list of process ids.
12128         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12129         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12130         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12131         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12132         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12133         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12134         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12135         (newsticker--decode-coding-string): Remove.
12136         (newsticker--decode-numeric-entities): Check input.  Format code.
12137         (newsticker--remove-whitespace): Check input.
12138         (newsticker--do-forget-preformatted): Doc fix.
12139         (newsticker--decode-rfc822-date): Allow for missing time.
12140         (newsticker--update-process-ids): New.
12141         (newsticker--image-sentinel): Change comment.
12142         (newsticker--image-read): Change error message.
12143         (newsticker--imenu-goto): Doc fix.  Show headline title.
12144         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12145         (newsticker--buffer-do-insert-text): Clean whitespace in
12146         html-rendered headline title.  Code formatting.
12147         Call `newsticker--buffer-print-extra-elements'.
12148         (newsticker--buffer-print-extra-element): Remove.
12149         (newsticker--buffer-print-extra-elements): New.
12150         (newsticker--buffer-do-print-extra-element): New.
12151         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
12152         large sizes.
12153         (newsticker--run-auto-mark-filter)
12154         (newsticker--do-run-auto-mark-filter):
12155         Use `newsticker-auto-mark-filter-list'.
12157 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
12159         * net/rcirc.el: Use split-string OMIT-NULLS argument.
12160         (rcirc-print): Force redisplay before running hooks.  Do long
12161         buffer truncation after making new text read-only.  Deal with nil
12162         text when decoding strings.  If TARGET is nil, use either the
12163         currently selected buffer, if it is an rcirc buffer and of the
12164         same process or the process buffer.
12165         (rcirc-mode): Remove header-line.  Recompute short buffer names.
12166         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12167         (rcirc-short-buffer-name): Add variable.
12168         (rcirc-kill-buffer-hook): Recompute short buffer names.
12169         Remove nick from private channel.
12170         (rcirc-send-input): Send command text to current-buffer.
12171         Don't clear overlay arrow here.
12172         (rcirc-short-buffer-name): Return a short buffer name.
12173         (rcirc-update-short-buffer-names, rcirc-abbreviate)
12174         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12175         buffer-name abbreviations.
12176         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12177         Do not touch nick-table when killing a parted channel.
12178         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12179         Clear arrow from current buffer if it is now hidden.
12180         (rcirc-current-buffer): Add variable.
12181         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12182         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12183         Remove -face from names.
12184         (rcirc-update-activity-string): Print "DND" when globally ignoring
12185         activity.
12186         (rcirc-ignore-buffer-activity-flag): Rename from
12187         rcirc-ignore-channel-activity.
12188         (rcirc-ignore-all-activity-flag): Doc fix.
12189         (rcirc-channels): Remove variable.
12190         (rcirc-kill-buffer-hook):
12191         (rcirc-get-buffer-create): Add nick to private channel.
12192         (rcirc-multiline-edit-submit): Remove tabs.
12193         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12194         folded.
12195         (rcirc-remove-nick-channel): Bug fix.
12196         (rcirc-toggle-ignore-buffer-activity): Rename from
12197         rcirc-toggle-ignore-channel-activity.
12198         (rcirc-record-activity): Add buffers to the front of the list.
12199         (rcirc-update-activity): Remove killed buffers from list.
12200         (rcirc-process-server-response-1): Remove last argument if it is
12201         null before calling handler.
12202         (rcirc): Add "rcirc" defcustom prefix.
12203         (rcirc-prompt): Simplify default prompt.
12204         Use custom-initialize-default.
12205         (rcirc-private-chats): Remove variable.
12206         (rcirc-prompt): Change initialization.
12207         (rcirc-version): Remove function.
12208         (rcirc-id-string): Add constant.
12209         (rcirc-last-buffer): Remove variable.
12210         (rcirc-buffer-alist): Add variable.
12211         (rcirc-connect): Update variable setup.
12212         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12213         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12214         default.
12215         (rcirc-handler-generic): Trigger activity.
12216         (rcirc-send-message): Create the buffor of the target.
12217         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12218         (rcirc-get-buffer): Just return nil if there is no matching buffer.
12219         (rcirc-multiline-edit-cancel): Remove function.
12220         (rcirc-set-last-buffer): Remove function.
12221         (rcirc-get-any-buffer): Add function.
12222         (rcirc-join-channels): Don't print /join text.
12223         (rcirc-toggle-ignore-channel-activity): Add and update echo area
12224         messages.
12225         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12226         (rcirc-handler-NOTICE): Recognize CTCP responses.
12227         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12228         constructing TOPIC string for buffers we are not JOINed.
12229         (rcirc-handler-CTCP-response): Add handler.
12230         (rcirc-multiline-edit-submit): Restore the window-configuration
12231         before adjusting point.
12232         (rcirc): Add customization group.
12233         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12234         (rcirc-user-full-name, rcirc-startup-channels-alist)
12235         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12236         (rcirc-ignore-all-activity-flag, rcirc-time-format)
12237         (rcirc-input-ring-size, rcirc-read-only-flag)
12238         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12239         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12240         Change defvar to defcustom.
12241         (rcirc-update-prompt): Add optional ALL arg, which will update
12242         prompts in all rcirc buffers.  Regexp quote replacement text.
12243         (rcirc-fill-column): Accept frame-width as a value.
12244         (rcirc-set-changed): Add function.
12245         (rcirc-next-active-buffer): Write more meaningful messages.
12246         (rcirc-faces): Add customization group.
12247         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12248         (rcirc-nick-in-message-face, rcirc-prompt-face)
12249         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12250         (with-rcirc-process-buffer): Move before first usage.
12251         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12252         (rcirc-debug-flag): Rename from `rcirc-log-p'.
12253         (rcirc-debug): Rename from `rcirc-log'.
12254         (rcirc-format-response-string): Do not print `-' chars for a
12255         NOTICE with no sender.  Simplify output of server responses.
12257 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12259         (rcirc-browse-url-map, rcirc-browse-url-at-point)
12260         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12261         Make urls mouse and RET clickable.
12263 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12265         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12267 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
12269         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12270         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12271         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12272         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12273         argument to all these routines, so the passphrase can be managed
12274         externally and passed in to the system.
12275         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12276         pgg-add-passphrase-to-cache function.
12278         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12279         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12280         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12281         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12282         argument to all these routines, so the passphrase can be managed
12283         externally and passed in to the system.
12284         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12285         function.
12287 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
12289         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12290         from goto-address-url-regexp.
12292 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
12294         * textmodes/org.el (org-read-date, org-goto-calendar)
12295         (org-recenter-calendar, org-agenda-goto-calendar):
12296         Temporarily clear `calendar-move-hook'.
12298 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
12300         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12301         merging.
12303         * ediff-util.el (ediff-previous-difference): Don't skip regions that
12304         have merge clashes.
12306 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12308         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12309         Undo previous change.
12311         * startup.el (command-line): Use `custom-reevaluate-setting' for
12312         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
12313         tty-register-default-colors on Mac.
12315 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12317         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12318         (gdb-buffer-type): Make it automatically buffer local...
12319         (gdb-get-create-buffer): ...and set it accordingly.
12320         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12321         actually work.
12323 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
12325         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12326         not red.
12328 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12330         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12331         case GUD buffer is not visible.
12332         (gdb-goto-breakpoint): Try to force display in source buffer.
12333         (gdb-frame-gdb-buffer): Copy other similar functions.
12334         (gdb-restore-windows): Don't display source if not asked for.
12335         (gdb-assembler-buffer-name): Don't capitalise.
12337 2005-11-03  Richard M. Stallman  <rms@gnu.org>
12339         * wid-edit.el (key-sequence): New widget type.
12341         * simple.el (set-mark-command-repeat-pop): New variable.
12342         (set-mark-command): Only interpret plan C-@ after a pop as a pop
12343         if set-mark-command-repeat-pop is true.
12345         * info.el (Info-fontify-node): Don't display extra "see" if there
12346         already is one here.
12348         * mouse.el: Fix special handling of DEL after dragging a region:
12349         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12350         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
12352         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12354         * textmodes/ispell.el (ispell-command-loop): Change `i' description
12355         not to assume it pertains to an affix.
12357         * textmodes/flyspell.el (flyspell-post-command-hook):
12358         Bind deactivate-mark to prevent deactivation.
12360 2005-11-03  Lars Hansen  <larsh@soem.dk>
12362         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12363         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12364         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12366 2005-11-03  Romain Francoise  <romain@orebokech.com>
12368         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
12369         Update copyright years.
12371 2005-11-03  Sam Steingold  <sds@gnu.org>
12373         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12374         Use system-type instead of window-system because window-system is not
12375         correctly defined during loadup.
12377 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
12379         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12380         (xml-parse-tag): Join strings separated by a comment properly.
12382 2005-11-02  Andreas Schwab  <schwab@suse.de>
12384         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12386 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12388         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12389         (byte-optimize-pure-func): Quote the eval'd value.
12391         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12392         Rename from perl-font-lock-syntactic-face-function.
12393         Change the calling convention so it can be used as a font-lock MATCHER.
12394         Do the parse-partial-sexp loop outselves.
12395         (perl-font-lock-syntactic-keywords): Use it.
12396         (perl-mode): Don't set font-lock-syntactic-face-function any more.
12398 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
12400         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12401         disassembly buffer too.
12402         (gdb-exited): Remove overlay arrows when execution has finished.
12403         (gdb-info-frames-custom, gdb-info-threads-custom)
12404         (gdb-info-registers-custom): Don't add inappropriate text
12405         properties if inferior is not active.
12407 2005-11-02  Glenn Morris  <rgm@gnu.org>
12409         * progmodes/fortran.el (fortran-blink-match):
12410         Use `blink-matching-delay'.
12412 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
12414         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12416 2005-11-02  Lars Hansen  <larsh@soem.dk>
12418         * net/tramp.el (tramp-action-out-of-band): Handle scp message
12419         "Permission denied".
12421 2005-11-01  Richard M. Stallman  <rms@gnu.org>
12423         * textmodes/flyspell.el (flyspell-external-point-words):
12424         Pass nil to flyspell-get-word.
12426 2005-11-02  Kim F. Storm  <storm@cua.dk>
12428         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12429         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12431 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12433         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12434         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12435         (calendar-mouse-print-dates): Add optional `event' argument.
12436         Update interactive-spec.
12437         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12438         Use `calendar-event-to-date' instead of `event'.
12440 2005-11-02  Masatake YAMATO  <jet@gyve.org>
12442         * progmodes/ld-script.el (ld-script-builtins):
12443         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12444         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12445         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12447 2005-11-01  Romain Francoise  <romain@orebokech.com>
12449         * vc-sccs.el: Update copyright year.
12450         * ezimage.el: Likewise.
12452 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
12454         * info.el (Info-fontify-node): Use `string-width' for fontifying
12455         underlined titles.
12457 2005-11-01  Juri Linkov  <juri@jurta.org>
12459         * info.el (Info-fontify-node): Downcase node header keywords Node,
12460         Prev, Next, Up before comparison.
12461         (Info-history): Insert absolute directory name, and put invisible
12462         property on it.
12464 2005-11-01  Juri Linkov  <juri@jurta.org>
12466         * info.el (Info-file-supports-index-cookies): New variable.
12467         (Info-find-node-2): Check makeinfo version for index cookie support.
12468         (Info-index-nodes): Search for nodes with index cookies only when
12469         Info-file-supports-index-cookies is t.  Otherwise, search nodes
12470         with "Index" in the node name.
12471         (Info-index-node): Search index cookie in the current node only when
12472         Info-file-supports-index-cookies is t.  Otherwise, check the word
12473         "Index" in the node name.
12474         (Info-find-emacs-command-nodes): Remove code that searches nodes
12475         with "Index" node name in the top menu.
12477 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12479         * progmodes/scheme.el (scheme-mode-variables): Use the default
12480         comment-indent-function.
12482         * faces.el (face-attribute): Handle the case where a face inherits from
12483         a non-existent face.
12485         * simple.el (eval-expression-print-format): Use lisp-readable syntax
12486         for octal and hexa output, and merge the char into the paren.
12487         (kill-new): Use push.
12488         (copy-to-buffer): Use with-current-buffer.
12489         (completion-setup-function): Move code in loop to remove redundancy.
12490         (minibuffer-local-must-match-map): Don't add bindings that duplicate
12491         those inherited from minibuffer-local-completion-map.
12493         * savehist.el (savehist-mode) <defcustom>:
12494         Use custom-set-minor-mode if available.
12495         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12496         and emit a message if applicable.
12498 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
12500         * savehist.el: Sync up to version 19.
12501         (savehist-mode): New minor mode.
12502         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12503         (savehist-length): Remove (use history-length instead).
12504         (savehist-file-modes): Rename from savehist-modes.
12505         (savehist-save-hook, savehist-loaded): New vars.
12506         (savehist-load): Use savehist-mode.  Try to smooth up transition from
12507         old format to new format.
12508         (savehist-install): Allow savehist-autosave-interval to be nil.
12509         (savehist-save): Run the new hook.  Be more careful to only trim the
12510         history variables.
12511         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
12512         (savehist-printable): Print into a buffer rather than char-by-char.
12514 2005-11-01  John Wiegley  <johnw@newartisans.com>
12516         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12517         toggle-ignore keybinding (C-a).  The author said it had been
12518         disabled much earlier due to a possible incompatibility, but after
12519         many months of usage I have encountered no problems (and it is a
12520         rather useful option, especially for switching to " *temp*").
12522         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12523         support for OS/X's AddressBook, by calling out to the open source
12524         program "contacts" (installable through Fink).
12526         * net/eudc.el (eudc-expand-inline): If the
12527         `eudc-multiple-match-handling-method' is set to `all', delete the
12528         query string before inserting the query result.
12530         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12531         flag, to prevent Eshell from using the system ls when
12532         `eshell-ls-insert-directory' is in used.
12533         (eshell-ls-insert-directory): Disable font-lock in directory
12534         buffer so that Eshell's own fontification is seen.  This broke
12535         recently due to changes in font-lock, so this goes back to version
12536         21 behavior.
12538 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
12540         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12541         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12542         (gdb-many-windows): Doc fix.
12544 2005-10-31  Romain Francoise  <romain@orebokech.com>
12546         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12548 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
12550         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12551         that global-font-lock-mode can be enabled by default.
12553         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12554         (font-lock-add-keywords, font-lock-remove-keywords)
12555         (font-lock-fontify-buffer): Remove autoload cookies.
12557         * jit-lock.el (jit-lock-register): Likewise.
12559         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12561 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
12563         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12564         intact if there is no gud-comint-buffer.
12566 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
12568         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12569         old prompt comint-prompt-read-only is t and GDB commands are
12570         issued from tool bar etc.
12572 2005-10-31  Masatake YAMATO  <jet@gyve.org>
12574         * vc.el (vc-directory-exclusion-list): Add "{arch}".
12576 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12578         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12579         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12581 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
12583         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12584         starting at beginning of line.  Fontification is messed up when
12585         `open-paren-in-column-0-is-defun-start' set to t.
12586         Reported by John Paul Wallington <jpw@pobox.com>.
12588 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
12590         * comint.el (comint-send-input): Call `comint-update-fence' when
12591         `comint-process-echoes' and `comint-prompt-read-only' are both
12592         non-nil, to avoid leftover read-only newline.
12594 2005-10-30  Richard M. Stallman  <rms@gnu.org>
12596         * textmodes/flyspell.el (flyspell-external-point-words):
12597         Detect when WORD can't be checked properly because
12598         flyspell-get-word finds just part of it, and move on.
12600         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12601         boundarychar for Polish.
12602         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12603         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12605 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
12607         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12608         (gdb-registers-font-lock-keywords): Delete.
12609         (gdb-registers-mode): Don't fontify.
12610         (gdb-info-registers-custom): Use text properties instead as, in
12611         future, changed register values will use font-lock-warning-face.
12612         (gdb-local-font-lock-keywords): Rename to...
12613         (gdb-locals-font-lock-keywords): ...for consistency.
12615 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
12617         * vc.el (vc-switch-backend): Better error message if the buffer is
12618         not visiting a file under version control.
12620         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12622 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
12624         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12625         ~/.emacs.d/.emacs.
12627 2005-10-29  Richard M. Stallman  <rms@gnu.org>
12629         * replace.el (occur-mode-mouse-goto): Always go to other window.
12630         (occur-mode-goto-occurrence): Always switch in same window.
12632         * simple.el (undo): Display message at end, not at start.
12634         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12635         New arg REUSE-CELL.
12636         (cancel-timer-internal): New function.
12637         (timer-event-handler): Use cancel-timer-internal,
12638         and pass the cell it returns to timer-activate...
12640         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12641         (jit-lock-deferred-fontify, jit-lock-context-fontify)
12642         (jit-lock-after-change): Test memory-full.
12644 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12646         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12647         part of the decoded armor to find the key-identifier.
12648         (pgg-gpg-lookup-key-owner): New function to return the
12649         human-readable identifier of a key owner.
12650         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12651         key itself.
12652         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12653         the key value) if we have a key and can match it against a secret
12654         key.  Also, added a note pointing out fact that the prompt only
12655         indicates the first matching key.
12657         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12658         pgg-decrypt-region.
12659         (pgg-pending-timers): A new hash for tracking the passphrase cache
12660         timers, so that new ones supercede old ones.
12661         (pgg-add-passphrase-to-cache): Rename from
12662         `pgg-add-passphrase-cache' to reduce confusion (all callers
12663         changed).  Modified to cancel old timers when new ones are added.
12664         (pgg-remove-passphrase-from-cache): Rename from
12665         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12666         changed).  Modified to cancel old timers when their keys are
12667         removed from the cache.
12668         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12669         XEmacs, an indirection to delete-itimer.
12670         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12671         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12672         users can only check cache without risk of prompting.  Correct bug in
12673         notruncate behavior.
12674         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12675         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12676         Add informative docstrings.
12677         (pgg-decrypt): Convey provided passphrase in subordinate call to
12678         pgg-decrypt-region.
12680         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12681         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12682         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12683         `passphrase' argument, so the passphrase can be managed externally
12684         and then passed in to the system.
12686         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12687         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12688         so the passphrase cache can be used reliably with identifiers
12689         besides a pgp packet's key id.
12691         * pgg-gpg.el (pgg-pgp-encrypt-region)
12692         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12693         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12694         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12695         argument to all these routines, so the passphrase can be managed
12696         externally and passed in to the system.
12698         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12699         `notruncate' argument, so the passphrase cache can be used
12700         reliably with identifiers besides a pgp packet's key id.
12702 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12704         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12705         symmetric encryption.
12706         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12707         encrypted session key.
12708         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12709         message ask for the passphrase in a proper way.
12711         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12712         New user commands for symmetric encryption.
12714 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
12716         * textmodes/conf-mode.el (conf-assignment-sign)
12717         (conf-assignment-regexp): Fix docstrings.
12718         (conf-mode-initialize): New function.
12719         (conf-mode): Remove optional args.  Use delay-mode-hooks to
12720         recognize recursive calls.
12721         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12722         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12723         (conf-xdefaults-mode): Use define-derived-mode and
12724         conf-mode-initialize.
12726 2005-10-29  Romain Francoise  <romain@orebokech.com>
12728         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12730 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12732         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12733         part of the decoded armor to find the key-identifier.
12734         (pgg-gpg-lookup-key-owner): New function to return the
12735         human-readable identifier of a key owner.
12736         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12737         key itself.
12738         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12739         the key value) if we have a key and can match it against a secret
12740         key.  Also, added a note pointing out fact that the prompt only
12741         indicates the first matching key.
12743         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12744         pgg-decrypt-region.
12745         (pgg-pending-timers): A new hash for tracking the passphrase cache
12746         timers, so that new ones supercede old ones.
12747         (pgg-add-passphrase-to-cache): Rename from
12748         `pgg-add-passphrase-cache' to reduce confusion (all callers
12749         changed).  Modified to cancel old timers when new ones are added.
12750         (pgg-remove-passphrase-from-cache): Rename from
12751         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12752         changed).  Modified to cancel old timers when their keys are
12753         removed from the cache.
12754         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12755         XEmacs, an indirection to delete-itimer.
12756         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12757         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12758         users can only check cache without risk of prompting.  Correct bug in
12759         notruncate behavior.
12760         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12761         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12762         Add informative docstrings.
12763         (pgg-decrypt): Convey provided passphrase in subordinate call to
12764         pgg-decrypt-region.
12766 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12768         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12769         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12770         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12771         `passphrase' argument, so the passphrase can be managed externally
12772         and then passed in to the system.
12774         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12775         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12776         so the passphrase cache can be used reliably with identifiers
12777         besides a pgp packet's key id.
12779         * pgg-gpg.el (pgg-pgp-encrypt-region)
12780         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12781         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12782         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12783         argument to all these routines, so the passphrase can be managed
12784         externally and passed in to the system.
12786         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12787         `notruncate' argument, so the passphrase cache can be used
12788         reliably with identifiers besides a pgp packet's key id.
12790 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12792         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12793         symmetric encryption.
12794         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12795         encrypted session key.
12796         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12797         message ask for the passphrase in a proper way.
12799         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12800         New user commands for symmetric encryption.
12802 2005-10-28  Bill Wohler  <wohler@newt.com>
12804         * help-mode.el (help-url): New button type.  Calls browse-url.
12805         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12806         Similar to Info nodes: URL `url'.
12807         (help-make-xrefs): Create help-url buttons for
12808         help-xref-url-regexp matches.
12810 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
12812         * tool-bar.el (tool-bar-add-item-from-menu)
12813         (tool-bar-local-item-from-menu): Fix doc strings.
12815 2005-10-28  Romain Francoise  <romain@orebokech.com>
12817         * ldefs-boot.el: Update.
12819         * subr.el (locate-library): Move from help-fns.el.
12820         * help-fns.el (locate-library): Move to subr.el.
12822 2005-10-28  Richard M. Stallman  <rms@gnu.org>
12824         * net/tramp.el (tramp-completion-mode): defvar moved up.
12826         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12828         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12830         * files.el (find-file-noselect): Use %d to format large file size.
12832         * bindings.el (mode-line-format): Add %e.
12834         * loadup.el ("facemenu"): Load unconditionally.
12835         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12836         ("x-dnd"): Load, when appropriate.
12838         * startup.el (command-line): Call before-init-hook earlier.
12839         Warn about some bad characters in -u user name.
12841         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12842         (flyspell-external-point-words): Error if misspelled word is not found.
12843         Set flyspell-large-region-beg at end of word.
12845 2005-10-28  Andreas Schwab  <schwab@suse.de>
12847         * view.el (View-revert-buffer-scroll-page-forward):
12848         Use view-page-size-default.
12850 2005-10-28  Juri Linkov  <juri@jurta.org>
12852         * international/quail.el (quail-get-current-str): Translate last
12853         raw character for deterministic input methods.
12855 2005-10-27  Jay Belanger  <belanger@truman.edu>
12857         * calc/calc-ext.el: Add functions to autoloads.
12858         (math-identity-matrix-p, math-ident-row-p): New functions.
12860         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12861         multiplication by an identity matrix; don't turn multiplication by
12862         an inverse matrix into division.
12863         (math-div-symbol-fancy): Replace division by matrices with
12864         multiplication by inverse.
12866         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12868         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12869         (calc-writeoutpower): New functions.
12871 2005-10-27  Romain Francoise  <romain@orebokech.com>
12873         * replace.el (occur-engine): Include colon in mouse-face highlight.
12875         * dired-x.el: Change Maintainer field.
12877 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
12879         * longlines.el (longlines-mode): Bind after-change-functions to
12880         nil during initial decoding and final encoding.
12882 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12884         * term.el (term-emulate-terminal, term-handle-colors-array)
12885         (term-handle-ansi-escape): Specify the terminfo capabilities
12886         implemented.
12888 2005-10-26  Richard M. Stallman  <rms@gnu.org>
12890         * info.el (Info-fontify-node): Fix detection of sentence-break
12891         before *Note.
12893 2005-10-26  Romain Francoise  <romain@orebokech.com>
12895         * smerge-mode.el: Add `tools' to file keywords.
12897 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
12899         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12900         when the fringe is not available.
12902         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12903         (def-gdb-auto-update-trigger): Simplify construction.
12904         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12905         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12906         defined explicitly.
12907         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12908         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12909         defined explicitly.
12910         (gdb-info-locals-custom): Remove as it's a no-op.
12912 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
12914         * longlines.el (longlines-mode): Remove narrowing before
12915         performing the initial decoding or final encoding.
12917 2005-10-25  Romain Francoise  <romain@orebokech.com>
12919         * emacs-lisp/find-func.el (find-library-name): Also strip
12920         extension if library name ends in .el, to take advantage of
12921         `find-library-suffixes'.
12923 2005-10-25  Richard M. Stallman  <rms@gnu.org>
12925         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12927 2005-10-25  Juri Linkov  <juri@jurta.org>
12929         * textmodes/texinfo.el (texinfo-mode): Change charset of one
12930         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12932 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12934         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12935         (blackbox-redefine-key): Add argument `map'.
12937         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12938         regions when moving the jit-lock-context-unfontify-pos boundary.
12940 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12942         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12944 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12946         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12948 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
12950         * play/blackbox.el (blackbox-redefine-key): New function.
12951         (blackbox-mode-map): Use it to remap existing bindings for cursor
12952         motion instead of binding literal keys.
12954 2005-10-25  Glenn Morris  <rgm@gnu.org>
12956         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12957         diary does not end in a newline.  Do not assume a blank line at
12958         the start of the diary file.
12960 2005-10-25  Kenichi Handa  <handa@m17n.org>
12962         * international/quail.el (quail-translate-key): If the input
12963         method is deterministic and failed to handle the last key, restart
12964         the key handling loop from an appropriate key.
12966 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
12968         * vc.el (vc-dired-mode): Extend comment for binding of
12969         `directory-listing-before-filename-regexp'.
12971 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12973         * textmodes/texinfo.el (texinfo-mode):
12974         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12975         not to unnecessarily expose emacs-mule's internal char codes.
12977 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
12979         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12980         Display hand pointer and help-echo on disabled icon too.
12981         (gdb-mouse-until): New function.
12982         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12984 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
12986         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12987         with 2005-10-23 change to doctor.el.
12989         * finder.el (finder-mode-map): Add follow-link binding.
12991 2005-10-25  Kim F. Storm  <storm@cua.dk>
12993         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12994         to gdb-mouse-toggle-breakpoint-fringe.
12995         (gdb-mouse-toggle-breakpoint-margin): Rename from
12996         gdb-mouse-toggle-breakpoint.  Fix doc.
12997         (gdb-mouse-toggle-breakpoint-fringe): New defun.
12998         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
12999         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13000         string properties also for fringe breakpoint bitmaps.
13002 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
13004         * textmodes/org.el (org-start-icalendar-file): Fix format form.
13006 2005-10-25  Masatake YAMATO  <jet@gyve.org>
13008         * simple.el (completion-common-substring):
13009         Use `completion-common-substring' prior to `completion-base-size'.
13011 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
13013         * savehist.el: Require CL while compiling.
13014         (savehist-history-variables): Remove.
13015         (savehist-save-minibuffer-history, savehist-additional-variables)
13016         (savehist-minibuffer-history-variables): New vars.
13017         (savehist-save): Use them.
13018         (savehist-uninstall, savehist-minibuffer-hook): New funs.
13019         (savehist-install): New fun, extracted from savehist-load.
13020         (savehist-load): Use them.
13022 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13024         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13025         a dummy doc-string-elt property.
13026         (defalias, defvaralias, define-category): Add a docstring property.
13028         * image.el (defimage):
13029         * widget.el (define-widget):
13030         * custom.el (defface, defcustom): Add `doc-string' declaration.
13032         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13033         (defadvice): Add `doc-string' declaration.
13035         * emacs-lisp/byte-run.el (macro-declaration-function):
13036         Handle `doc-string' declarations.
13037         (define-obsolete-function-alias, define-obsolete-variable-alias):
13038         Add `doc-string' declaration.
13040 2005-10-24  Kenichi Handa  <handa@m17n.org>
13042         * international/utf-7.el (utf-7): Add autoload cookie.
13044         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13046 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
13048         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13049         list of directories passed to batch-update-autoloads.  Add "." to
13050         the list of the echoed directories.
13052         * pgg-def.el:
13053         * pgg-gpg.el:
13054         * pgg-parse.el:
13055         * pgg-pgp.el:
13056         * pgg-pgp5.el:
13057         * pgg.el: Moved here from the gnus subdirectory.
13059 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
13061         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13062         in case comint-prompt-read-only is set to t.
13064         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13065         in case comint-prompt-read-only is set to t.
13067 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
13069         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13070         Now a string.
13071         (icalendar-import-format): Handle CLASS, STATUS, URL.
13072         Rename `subject' to `summary'.
13073         (icalendar-import-format-summary): Rename from
13074         `icalendar-import-format-subject'.
13075         (icalendar-import-format-url, icalendar-import-format-status)
13076         (icalendar-import-format-class): New variables.
13077         (icalendar--rris): Take variable argument list.
13078         (icalendar--datestring-to-isodate): Remove unnecessary
13079         calendar-style check when converting dates with explicit month names.
13080         (icalendar-export-region): Change return type of conversion
13081         subroutines.  Bury current buffer unless error occurred.
13082         (icalendar--convert-to-ical)
13083         (icalendar--parse-summary-and-rest): New functions.
13084         (icalendar--convert-ordinary-to-ical)
13085         (icalendar--convert-weekly-to-ical)
13086         (icalendar--convert-yearly-to-ical)
13087         (icalendar--convert-block-to-ical)
13088         (icalendar--convert-cyclic-to-ical)
13089         (icalendar--convert-anniversary-to-ical): Change return type.
13090         Strip trailing blanks from subject.
13091         (icalendar--convert-sexp-to-ical): Change return type.
13092         Strip trailing blanks from subject.  Handle simple sexp
13093         entries as generated by icalendar.el.
13094         (icalendar--convert-float-to-ical)
13095         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13096         (icalendar-import-file): Doc fix.
13097         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13098         Correct call to icalendar--rris.
13099         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
13100         `summary'.
13101         (icalendar--add-diary-entry): Rename `subject' to `summary'.
13103 2005-10-24  Romain Francoise  <romain@orebokech.com>
13105         * server.el (server-sentinel): Set query-on-exit flag to nil on
13106         new client processes (it isn't inherited from the server process).
13108         * replace.el (occur-engine): Rearrange text properties.
13110 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13112         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13113         case-fold-search is nil.
13114         (debug-help-follow): Use help-xref-interned directly.
13116 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13118         * thumbs.el (thumbs-image-type): Add .pbm.
13120 2005-10-23  Richard M. Stallman  <rms@gnu.org>
13122         * faces.el (inhibit-face-set-after-frame-default): New variable.
13123         (set-face-attribute): Bind it.
13124         (face-set-after-frame-default): Test it.
13126         * help-fns.el (describe-simplify-lib-file-name): New function.
13127         (describe-function-1, describe-variable): Use it.
13129         * faces.el (describe-face): Use describe-simplify-lib-file-name.
13131         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13132         Eliminate nil as possible value.
13133         (tooltip-hide-delay): Reduce internal-border-width.
13135         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13136         (menu-bar-file-menu) <new-file>: Likewise.
13138         * simple.el (line-move-finish): Ignore fields computing LINE-END.
13140         * international/mule.el (load-with-code-conversion):
13141         Pass full file name to `eval-buffer' unless preloading.
13143         * textmodes/flyspell.el (flyspell-large-region):
13144         Call ispell-check-version.
13146         * textmodes/ispell.el (ispell-local-dictionary-overridden):
13147         Fix the make-variable-buffer-local call that was supposed
13148         to be for this variable.
13149         (ispell-aspell-supports-utf8): Doc fix.
13150         (ispell-find-aspell-dictionaries): Preserve elements of
13151         ispell-dictionary-alist for dictionaries that aspell doesn't report.
13152         (ispell-aspell-find-dictionary): Return nil on error.
13154         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13155         (doctor-symptoms): Likewise.
13157         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13159 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13161         * cus-edit.el (custom-button, custom-button-pressed): New vars.
13162         (custom-raised-buttons): Add :set spec.
13163         (custom-button-unraised, custom-button-pressed-unraised):
13164         New faces, so that custom-raised-buttons actually does something.
13165         (custom-mode): Use custom-button and custom-button-pressed.
13167         * wid-edit.el (widget-specify-button): Don't ignore
13168         widget-mouse-face on graphic terminals.
13169         (widget-move-and-invoke): Cleanup.
13171 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
13173         * whitespace.el (whitespace-cleanup): Doc fix.
13175 2005-10-23  Romain Francoise  <romain@orebokech.com>
13177         * emulation/viper.el (viper-set-hooks): Quote forms passed to
13178         `eval-after-load' to avoid evaluating their result.
13180 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
13182         * files.el (directory-listing-before-filename-regexp):
13183         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
13185         * dired.el (dired-move-to-filename-regexp): Remove.
13186         All occurences replaced by `directory-listing-before-filename-regexp'.
13188         * dired-x.el, locate.el, vc.el:
13189         Replace `dired-move-to-filename-regexp' by
13190         `directory-listing-before-filename-regexp'.  In vc.el it is
13191         overwritten locally; maybe this can be handled in files.el too.
13193         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
13194         replaced by `directory-listing-before-filename-regexp'.
13196 2005-10-23  Andreas Schwab  <schwab@suse.de>
13198         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13199         and eval-next-after-load.
13201 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
13203         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13204         exist, create it.
13206 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
13208         * allout.el: Remove autoloads for mailcrypt and crypt++.
13209         Require pgg, pgg-gpg during compilation.
13210         (allout-version): Increment version number to 2.1, and use a literal
13211         rather than RCS Id.
13212         (allout-default-encryption-scheme): Remove.
13213         (allout-passphrase-verifier-handling)
13214         (allout-passphrase-verifier-string)
13215         (allout-file-passphrase-verifier-string)
13216         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13217         (allout-passphrase-hint-handling): Rename and simplify.
13218         (allout-init): Use `find-file-hook' if available, otherwise
13219         `find-file-hooks'.
13220         (allout-mode): Use `write-file-functions' if available, otherwise
13221         `local-write-file-hooks' and, instead of making auto-save-hook
13222         buffer local, make the write-file-hook activity contingent to
13223         allout-mode.
13224         (allout-mode): Use key-binding substitution in the docstring.
13225         (allout-kill-line): Spell-out kill ring data structure mutation
13226         instead of using byte-compiler-complaint-provoking `pop'.
13227         (allout-insert-listified): Use `insert' rather than `insert-string'
13228         (allout-toggle-current-subtree-encryption): Update docstring, adjust
13229         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13230         (allout-encrypt-string): Totally revamped vis new underlying
13231         encryption facilities.
13232         (allout-mc-activate-passwd): Remove.
13233         (allout-obtain-passphrase): New, more or less replaces
13234         allout-mc-activate-passwd.
13235         (allout-encrypted-key-info): More or less replaces
13236         allout-encrypted-text-type.
13237         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13238         (my-mark-marker): Use `(featurep 'xemacs)'.
13240 2005-10-23  Lars Hansen  <larsh@soem.dk>
13242         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13243         (byte-compile-file-form-defmumble, byte-compile-defun)
13244         (byte-compile-defmacro): Use it.
13245         (byte-compile-form): Don't call byte-compile-set-symbol-position
13246         when a byte-compile handler is called.
13248 2005-10-22  Romain Francoise  <romain@orebokech.com>
13250         * savehist.el (savehist-history-variables): Add `grep-find-history'.
13252         * subr.el (eval-after-load): Convert library name to an absolute
13253         file name using locate-library, since load-history no longer has
13254         library names in it.
13256 2005-10-22  Richard M. Stallman  <rms@gnu.org>
13258         * files.el (make-temp-file): Move from subr.el.
13259         * subr.el (make-temp-file): Move to files.el.
13261         * window.el (get-buffer-window-list): Move from subr.el.
13262         * subr.el (get-buffer-window-list): Move to window.el.
13264         * image.el (image-load-path): Use eval-at-startup to initialize.
13266         * subr.el (eval-at-startup): New macro.
13268         * subr.el: Much rearrangement of functions and division
13269         into pages.  No code changes.
13271 2005-10-22  Kenichi Handa  <handa@m17n.org>
13273         * tar-mode.el (tar-extract): Be sure to call
13274         find-operation-coding-system if set-auto-coding doesn't find a
13275         coding system.
13277 2005-10-22  Kim F. Storm  <storm@cua.dk>
13279         * image.el (image-type-header-regexps): Rename from image-type-regexps.
13280         Change users.
13281         (image-type-file-name-regexps): New defconst.
13282         (image-type-from-data): Simplify loop.
13283         (image-type-from-buffer): New defun.
13284         (image-type-from-file-header): Use it instead of image-type-from-data.
13285         Use image-search-load-path instead of only looking in data-directory.
13286         (image-type-from-file-name): New defun.
13287         (image-search-load-path): Change `pathname' to `filename'.
13288         Make PATH arg optional, default to image-load-path.
13290 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13292         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13294         * textmodes/paragraphs.el (sentence-end-base): New variable.
13295         (sentence-end): Use sentence-end-base.
13297 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13299         * font-lock.el (font-lock-default-fontify-region): Check the multiline
13300         property independently from the font-lock-multiline variable.
13302 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13304         * emacs-lisp/find-func.el (find-library-name): Doc fix.
13306         * startup.el (command-line): Convert library names
13307         in `load-history' to absolute file names.
13309         * subr.el (symbol-file): Doc fix.
13311         * loadhist.el (file-loadhist-lookup): Call locate-library
13312         instead of find-library-name.  Don't try converting
13313         abs file names to library names, since load-history no longer
13314         has library names in it.
13315         (file-dependents, file-provides, file-requires): Doc fixes.
13317 2005-10-21  Juri Linkov  <juri@jurta.org>
13319         * progmodes/etags.el (tags-table-mode): New function.
13320         (tags-verify-table): Replace initialize-new-tags-table with
13321         tags-table-mode.
13323         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13324         default value.
13325         (desktop-modes-not-to-save): Add tags-table-mode to the
13326         default value.
13328         * info.el (Info-index-next): Add total number of index
13329         alternatives to the message.
13331         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13332         backward only space (instead of space and period) before looking
13333         at sentence end.
13335         * simple.el (set-variable): Use user-variable-p instead of symbolp.
13336         Add the old variable value as 4th default-value arg of read-string.
13338 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13340         * cus-face.el (custom-declare-face): Make face from X resources
13341         also on Mac.
13343         * disp-table.el (standard-display-g1, standard-display-graphic):
13344         Refuse to use string glyphs also on Mac.
13345         (standard-display-european): Don't set terminal coding system also
13346         on Mac.
13348         * frame.el (display-screens): Use x-display-screens also on Mac.
13350 2005-10-21  Romain Francoise  <romain@orebokech.com>
13352         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
13354 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13356         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13357         and $? into sexps.
13359         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13360         warning face on open-paren-in-column-0.
13362         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13363         boundary case.  Fix typo.
13364         Suggested by Martin Rudalics <rudalics@gmx.at>.
13366 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
13368         * textmodes/org.el (org-combined-agenda-icalendar-file)
13369         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13370         (org-export-icalendar-this-file)
13371         (org-export-icalendar-all-agenda-files)
13372         (org-export-icalendar-combine-agenda-files): New commands.
13373         (org-export-icalendar, org-print-icalendar-entries)
13374         (org-start-icalendar-file, org-finish-icalendar-file)
13375         (org-ical-ts-to-string): New functions.
13376         (org-read-date, org-goto-calendar)
13377         (org-agenda-goto-calendar): Inhibit displaying diary entries by
13378         call to `calendar'.
13379         (orgtbl-setup): Remove the :keys arguments from the menu description.
13380         (org-after-save-iCalendar-file-hook): New variable.
13382 2005-10-21  Kenichi Handa  <handa@m17n.org>
13384         * language/vietnamese.el (tcvn-5712): Make it an alias of
13385         vietnamese-tcvn coding-system.
13387 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
13389         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13390         group id is given.
13392 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13394         * progmodes/sh-script.el (sh-escaped-line-re): New var.
13395         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13396         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13397         whose line is either continued or ends with a comment.
13399 2005-10-20  Romain Francoise  <romain@orebokech.com>
13401         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13403         * replace.el (occur-engine): Add follow-link property.
13405         * font-core.el (font-lock-mode): Doc fix.
13407 2005-10-20  Richard M. Stallman  <rms@gnu.org>
13409         * net/rcirc.el: New file.
13411 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
13413         * term.el (term-term-name): Initialize to "eterm-color".
13415 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
13417         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13418         for encryption functionality.
13419         Move allout customization subgroup from `editing' to `outlines' group.
13420         Fix commentary keywords to legitimate ones.
13421         Update author info (using my current email address, obscurified).
13422         (allout-encrypt-string, allout-encryption-produce-work-buffer)
13423         (allout-encrypted-topic-p, allout-encrypted-text-type)
13424         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13425         (allout-situate-encryption-key-verifier)
13426         (allout-get-encryption-key-verifier, allout-verify-key)
13427         (allout-next-topic-pending-encryption)
13428         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13429         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13430         (outline-key-verifier-handling, outline-key-hint-handling)
13431         (outline-encrypt-unencrypted-on-saves): New defcustoms.
13432         (allout-file-key-verifier-string, allout-encryption-scheme)
13433         (allout-key-verifier-string, allout-key-hint-string)
13434         (allout-after-save-decrypt): New variables.
13435         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13436         (allout-after-saves-handler): New hook functions.
13437         (allout-post-command-business): Do allout-after-save-decrypt.
13438         (allout-enable-file-variable-adjustment): Custom var to enable
13439         mechanism for adding and adjusting settings of Emacs file variables.
13440         (allout-adjust-file-variable, allout-file-vars-section-data):
13441         New functions, implement the mechanism.
13442         (outlineify-sticky): Use the file vars mechanism.
13443         (allout-inhibit-protection, allout-during-write-cue)
13444         (allout-override-protect, allout-before-change-protect): Remove.
13445         (allout-flag-region, allout-open-topic): Adjust read-only text.
13446         (allout-open-line-not-read-only): Add to facilitate read-only
13447         text based protection.
13448         (allout-kill-line): Revise to adjust read-only text, clue the
13449         user about the inhibition.
13450         (allout-unprotected): Use unwind-protect.
13451         (allout-shift-in, allout-shift-out): Disallow manually shifting a
13452         topic deeper than the offspring depth of the previous topic -
13453         avoiding confusing "containment discontinuities".
13454         (allout-reindent-bodies): Fix retention of body relative hanging
13455         indent during promotion of collapsed bodies.
13456         (allout-open-topic): Make it easy to open new topic with same
13457         bullet as current topic - topic creation functions provided with
13458         any universal argument provokes now prompt for bullet, defaulting
13459         to the bullet of the previous topic.
13460         (allout-plain-bullets-string, allout-distinctive-bullets-string):
13461         Plain bullet alternates `.' period and `,' comma only.  All other
13462         bullets are relegated to special status (but customizable).
13463         (allout-end-of-entry): Rename from allout-end-of-current-entry
13464         since it actually operates w.r.t. most immediately containing
13465         entry, visible or not.
13466         (allout-hide-current-entry, allout-show-current-entry): Use the
13467         revised version.
13468         (allout-old-expose-topic): Solidify deprecation.
13469         (allout-end-of-subtree): Add so we can span concealed as well
13470         as visible topics.
13471         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13472         (allout-end-of-current-heading): Tweak to just respect the first line.
13473         (allout-get-body-text): Add.
13474         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13475         when invoked interactively.
13476         (allout-up-current-level): Use `interactive-p'.
13477         (allout-mode, allout-init): Miscellaneous docstring and
13478         operational refinements, as well as hookups of new encryption stuff.
13479         (allout-beginning-of-current-entry): Now works as advertised.
13480         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13481         (allout-isearch-rectification): Refine condition for isearching.
13482         (allout-isearch-abort, allout-enwrap-isearch)
13483         (allout-flag-region, my-region-active-p): Relocate some macros.
13484         (allout-title): Fallback title is (buffer-name), not
13485         non-existing (current-buffer-name).
13486         (subst-char-in-string): Define if absent (for some XEmacs versions).
13488 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
13490         * mail/sendmail.el (mail-setup-hook, mail-aliases)
13491         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13492         (mail-citation-prefix-regexp, mail-signature-file)
13493         (mail-default-headers, mail-bury-selects-summary)
13494         (mail-send-nonascii): Add autoload cookies.
13496 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13498         * frame.el (blink-cursor-mode): Add `mac' to the list of
13499         window-system's that support blinking cursor.
13501 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13503         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13505 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
13507         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13508         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13509         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13511 2005-10-20  Kim F. Storm  <storm@cua.dk>
13513         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13514         (ido-set-current-directory): Don't add / after final @.
13515         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13516         Explicitly handle ange-ftp completion oddities.
13517         (ido-make-file-list): Don't rotate list at tramp root to avoid
13518         triggering tramp file handler for expand-file-name via get-file-buffer.
13520 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13522         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13524 2005-10-19  Jay Belanger  <belanger@truman.edu>
13526         * calc/calc-units.el (math-standard-units): Add units, adjust
13527         symbols and update values.
13528         (math-unit-prefixes): Add more prefixes.
13530 2005-10-19  Romain Francoise  <romain@orebokech.com>
13532         * bookmark.el (bookmark-menu-heading): New face.
13533         (bookmark-bmenu-list): Use it.
13534         Don't fiddle with `baud-rate' at top-level.
13536 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
13538         * image.el (create-image, find-image): Mention max-image-size in
13539         docstring.
13541 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13543         * savehist.el (savehist-load): Revert to checking XEmacs.
13545         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13546         Various docstring and line-width fixups.
13547         (conf-mode): Use cond.
13548         Set font-lock-defaults.  Don't set comment-use-syntax.
13550 2005-10-18  David Ponce  <david@dponce.com>
13552         * tree-widget.el (tree-widget-button-click): New function.
13553         (tree-widget-button-keymap): Use it.
13555 2005-10-18  Romain Francoise  <romain@orebokech.com>
13557         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13558         (bookmark-bmenu-hide-filenames): Add follow-link property.
13559         Improve help-echo text.
13561         * ffap.el (find-file-at-point): Doc fix.
13563 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13565         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13567 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13569         Install to the CVS repository what I forgot to install in my
13570         2005-10-16 changes.
13572         * progmodes/python.el (python-complete-symbol): Pass the common
13573         prefix substring of completion to `display-completion-list'.
13575         * textmodes/org.el (org-complete): Ditto.
13577 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13579         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13581         * woman.el (WoMan-xref-man-page): New button type derived
13582         from `Man-abstract-xref-man-page'.
13583         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13585         * man.el (Man-abstract-xref-man-page): New button type.
13586         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13587         (Man-highlight-references): Add new optional argument `xref-man-type'.
13589 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13591         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13593 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13595         * cus-edit.el (Custom-move-and-invoke): Delete.
13596         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13598         * wid-edit.el (widget-move-and-invoke): New function, from
13599         Custom-move-and-invoke.
13601 2005-10-17  Bill Wohler  <wohler@newt.com>
13603         Move all remaining images from lisp/toolbar to etc/images, move
13604         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
13605         the low resolution images in their own directory (low-color).
13607         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13608         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13609         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13610         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13611         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13612         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13613         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13615         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13616         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13617         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13618         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13619         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13620         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13621         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13622         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13623         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13624         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13625         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13626         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13627         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13628         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13629         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13631         To conform with convention, replace the underscore (_) in the
13632         following image names with dash (-) or (/) as appropriate.
13634         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13635         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13636         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13637         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13638         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13639         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13640         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13641         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13642         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13643         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13644         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13645         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13646         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13647         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13648         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13650         * info.el (info-tool-bar-map): Replace underscores in image names
13651         with dashes.
13653         * makefile.w32-in (WINS): Remove toolbar.
13655         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13657         * tool-bar.el: Move to lisp from toolbar.  Now that
13658         toolbar is empty, it should be deleted when folks run "cvs up -P".
13660 2005-10-18  Jay Belanger  <belanger@truman.edu>
13662         * calc/calc-store.el (calc-store-into): Get the proper variable name
13663         to display in message.
13665 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13667         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13668         expressions display in speedbar for all buffers when debugging.
13669         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13671         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13672         (speedbar-insert-button, speedbar-make-button):
13673         Use add-text-properties.
13674         (speedbar-update-localized-contents)
13675         (speedbar-update-directory-contents)
13676         (speedbar-update-special-contents): Use dolist.
13677         (speedbar-buffer-easymenu-definition): Add a menu separator.
13679 2005-10-17  Jason Rumney  <jasonr@gnu.org>
13681         * makefile.w32-in: Use $(lisp) consistently.
13682         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13683         for shell specific generation of mh-autoloads.
13685 2005-10-17  Richard M. Stallman  <rms@gnu.org>
13687         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13689 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13691         * jit-lock.el (jit-lock-fontify-now):
13692         Move jit-lock-context-unfontify-pos to avoid wasted work.
13694 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
13696         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
13697         `tramp-completion-mode' for checking if we are in completion mode.
13698         (tramp-completion-handle-file-name-all-completions): Reorder code
13699         in order to complete for file names only in case there are no
13700         method/user/host completions.  This is necessary for cooperation
13701         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
13703 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
13705         * longlines.el (longlines-search-forward)
13706         (longlines-search-backward): Match any number of spaces.
13708 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
13710         * diff-mode.el (diff-mode): Doc fix.
13712 2005-10-16  David Reitter  <david.reitter@gmail.com>
13714         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13715         as default on darwin and windows systems.
13717 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13719         * arc-mode.el (archive-zip-extract): Doc fix.
13721 2005-10-16  Romain Francoise  <romain@orebokech.com>
13723         * mouse.el (mouse-1-click-follows-link): Doc fix.
13725 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13727         * savehist.el: Don't require CL at runtime.
13728         (savehist-xemacs): Remove.
13729         (savehist-coding-system): Use utf-8 if present, regardless of religion.
13730         (savehist-no-conversion): Use (featurep 'xemacs).
13731         (savehist-load): Check existence of start-itimer rather than XEmacs.
13732         Use an idle timer.
13733         (savehist-process-for-saving): Replace use of CL funs `subseq' and
13734         `delete-if-not'.
13736 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
13738         * savehist.el: Newer version.
13739         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13740         (savehist-last-checksum, savehist-no-conversion): New vars.
13741         (savehist-autosave, savehist-process-for-saving, savehist-printable):
13742         New functions.
13743         (savehist-load, savehist-save): Use them.
13744         (savehist-delimit): Remove.
13746 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13748         * progmodes/compile.el (compilation-goto-locus): Display the
13749         compilation buffer first and the source buffer second, in case they're
13750         in overlapping frames.  Don't raise the compilation frame if it was the
13751         selected window upon entry.  Pass the `other-window' arg to
13752         pop-to-buffer.
13754         * info.el (Info-fontify-node): Use dolist.
13755         Change add-text-properties to put-text-property.
13757 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13759         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13760         bound of search.
13762 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13764         * dabbrev.el (dabbrev-completion): Pass the common
13765         prefix substring of completion to `display-completion-list'.
13767         * filecache.el (file-cache-minibuffer-complete)
13768         (file-cache-complete): Ditto.
13770         * tempo.el (tempo-display-completions): Ditto.
13772         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13774         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13776         * eshell/em-hist.el (eshell-list-history): Ditto.
13778         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13780         * mail/mailalias.el (mail-complete): Ditto.
13782         * progmodes/etags.el (complete-tag): Ditto.
13784         * progmodes/make-mode.el (makefile-complete): Ditto.
13786         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13788         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13790         * progmodes/pascal.el (pascal-complete-word)
13791         (pascal-show-completions): Ditto.
13793         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13795         * simple.el (completion-common-substring): New variable.
13796         (completion-setup-function): Use `completion-common-substring'
13797         to put faces.
13799 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13801         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13802         (x-get-selection, mac-select-convert-to-string): Convert from/to
13803         UTF-16 clipboard data as in native byte order, no BOM.
13805 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
13807         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13808         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13809         (gud-sentinel): Use speedbar-frame to check for speedbar.
13811 2005-10-15  Richard M. Stallman  <rms@gnu.org>
13813         * savehist.el: New file.
13815 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
13817         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13818         Fix bug in \bf fontification.
13820 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13822         * pcvs.el (cvs-edit-log-files): New var.
13823         (cvs-mode-edit-log): New arg `file'.
13824         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13825         Instead force the use of the original file and nothing else.
13826         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13827         the cvs-minor-wrap-function is set.
13828         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13830 2005-10-14  Bill Wohler  <wohler@newt.com>
13832         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13833         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13834         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13835         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13836         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13837         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13838         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13839         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13840         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13841         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13842         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13843         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13844         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13845         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13846         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13848         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13849         appropriately (for example, gud-break to gud/break).
13851 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
13853         * longlines.el (longlinges-search-function)
13854         (longlines-search-forward, longlines-search-backward): New functions.
13855         (longlines-mode): Set isearch-search-fun-function to
13856         longlinges-search-function.
13858         * mouse.el (mouse-drag-region-1): Handle the case where a
13859         double-click event is bound to an arbitrary function.
13861 2005-10-14  David Ponce  <david@dponce.com>
13863         * recentf.el (recentf-track-opened-file)
13864         (recentf-track-closed-file, recentf-update-menu)
13865         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13866         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13867         mouse-1-click-follows-link.
13869 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13871         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13872         Gnome file-manager.png.  Suggested by
13873         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13875         * toolbar/README: Add diropen.xpm.
13877 2005-10-13  Bill Wohler  <wohler@newt.com>
13879         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13880         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
13882 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13884         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13885         Don't waste the byte-compiler's time on constant data.
13887 2005-10-13  Kenichi Handa  <handa@m17n.org>
13889         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13890         byte with `escape-glyph' face.
13892         * international/fontset.el (ccl-encode-unicode-font):
13893         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13894         Handle the case that ucs-mule-to-mule-unicode translates a character to
13895         ASCII (usually for IPA characters).
13897 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13900         Don't hide the underline of titles if font-lock-mode is disabled.
13902 2005-10-12  Bill Wohler  <wohler@newt.com>
13904         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
13905         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13906         files in MH-E-SRC have been updated.
13907         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13909 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13912         (mixal-mode-syntax-table): Add \n as end-comment.
13913         (mixal-operation-codes-alist): Immediately initialize to full value.
13914         (mixal-add-operation-code): Remove.
13915         (mixal-describe-operation-code): Make the arg non-optional.
13916         Use the interactive spec instead.
13917         Use mixal-operation-codes-alist rather than mixal-operation-codes.
13918         (mixal-font-lock-keywords): Don't highlight comments here any more.
13919         (mixal-font-lock-syntactic-keywords): New var.
13920         (mixal-mode): Use it.  Fix comment-start-skip.
13922 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13924         * startup.el (command-line-x-option-alist): -nb => -nbi
13926 2005-10-12  Kim F. Storm  <storm@cua.dk>
13928         * startup.el (fancy-splash-default-action): Discard mouse click in
13929         the splash screen window, as it has no sensible meaning in the
13930         next window to be selected.  Fixes error reported by Jan D.
13932 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13934         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13936 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13938         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13939         Try to fix up minor layout issues like indentation, line break, etc...
13940         (mixal-mode-syntax-table): Don't try to specify comment syntax,
13941         because it doesn't work.
13942         (mixal-operation-codes): Add some more codes.
13943         (mixal-font-lock-keywords): Process comments here.
13944         (mixal-mode): mixasm no longer needs -g option.
13946 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13948         * progmodes/sh-script.el (sh-tmp-file):
13949         Use mktemp -t.  Finish support for es and rc shells.
13951 2005-10-11  Jay Belanger  <belanger@truman.edu>
13953         * calc/calcalg2.el (calc-integral): With an argument, compute the
13954         definite integral.
13956 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
13958         * mouse.el (mouse-drag-region-1): Don't try to catch a
13959         double-click when doing follow-link (it's overridden anyway).
13961 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
13963         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13964         (autoload-print-form-outbuf): Add docstring.
13966 2005-10-11  Juri Linkov  <juri@jurta.org>
13968         * info.el (Info-mode-menu): Delete menu item "Edit".
13969         (Info-mode): Delete description of Info-edit from docstring,
13970         and rearrange descriptions of Info commands in the order
13971         they are documented in the Info manual.
13973 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13975         * calendar/appt.el (appt-check): Use diary-selective-display var.
13977 2005-10-10  Richard M. Stallman  <rms@gnu.org>
13979         * net/newsticker.el (newsticker-start, newsticker-show-news):
13980         Add autoload cookies.
13982 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
13984         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13986 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
13988         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13990 2005-10-10  Jay Belanger  <belanger@truman.edu>
13992         * calc/calc-arith.el (math-check-known-scalarp)
13993         (math-check-known-matrixp): Check the values of arguments that are
13994         variables.
13995         (math-check-known-square-matrixp): New function.
13996         (math-known-square-matrixp): Use math-check-known-square-matrixp.
13997         (math-super-types): Add sqmatrix type.
13999         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14000         mode name `square' to `sqmatrix'.
14002         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14003         mode name `square' to `sqmatrix'.
14005 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14007         * progmodes/etags.el (select-tags-table-mode): Don't use
14008         selective-display.
14009         (tags-select-tags-table): Pass `button' to the action function.
14010         (select-tags-table): Place the side-info on button properties rather
14011         than in hidden text.  Abbreviate file names.
14012         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14013         (select-tags-table-select): Add `button' argument.
14014         Get side-info from the button property rather than from hidden text.
14016 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
14018         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14019         (gud-speedbar-buttons): Preserve point if possible.
14020         (gud-sentinel): Restore previous speedbar display type.
14022         * progmodes/gdb-ui.el (gdba): Improve diagram.
14023         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14024         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14025         Call get-buffer-window once.
14027 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14029         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14030         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14031         (pascal-indent-command): Remove unused var `ind'.
14032         (pascal-indent-case): Remove unused var `oldpos'.
14033         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14034         since it's now used as a proper minor mode map.
14035         (pascal-outline): Rename to pascal-outline-mode.
14036         (pascal-outline-mode): Use define-minor-mode.
14037         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14038         selective-display.
14040 2005-10-10  Andreas Schwab  <schwab@suse.de>
14042         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14043         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
14045         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14046         outside source directory.
14048 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
14050         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14051         C-x' as a prefix.
14052         (orgtbl-mode-map): Full keymap instead of sparse, because all
14053         `self-insert-command' keys are redefined in this map.
14054         (org-export-as-html): Specify charset for HTML file, by taking it
14055         from the coding system.
14057 2005-10-10  Kenichi Handa  <handa@m17n.org>
14059         * textmodes/flyspell.el (flyspell-check-word-p):
14060         If unread-command-events is non-empty, don't call sit-for.
14062 2005-10-09  Richard M. Stallman  <rms@gnu.org>
14064         * font-lock.el (font-lock-syntactic-keywords)
14065         (font-lock-keywords): Doc fixes.
14067         * textmodes/flyspell.el (flyspell-external-point-words):
14068         Simplify logic, and don't try to check for consecutive appearances
14069         of one incorrect word.
14071 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
14073         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14074         separator.
14076         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14077         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14078         (gud-expansion-speedbar-buttons): New function.
14079         (gud-speedbar-buttons): Check for gud-comint-buffer.
14081 2005-10-09  Bill Wohler  <wohler@newt.com>
14083         * Makefile.in (updates): Add mh-loaddefs dependency.
14085 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
14087         * speedbar.el (speedbar-file-key-map): Fix typo.
14089 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14091         * cus-start.el (line-spacing): Add custom spec.
14093 2005-10-09  Romain Francoise  <romain@orebokech.com>
14095         * textmodes/ispell.el (ispell-check-version): Fix last change.
14097 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14099         * term/x-win.el: Remove -i, --icon-type from comment.
14101         * startup.el (command-line-x-option-alist): Remove options -i,
14102         -itype, --icon-type, added -nb, --no-bitmap-icon
14104 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
14106         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14107         instead of :active.
14109 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14111         * textmodes/ispell.el (ispell-check-version):
14112         Ignore hyphen, and all that follows, in aspell's version text.
14114 2005-10-08  Jay Belanger  <belanger@truman.edu>
14116         * calc/calc-arith.el (math-known-square-matrixp): New function.
14117         (math-pow-fancy): Check for matrices before distributing exponent
14118         across products.
14120         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14121         fullscreen keypad.  Suggested by Luc Teirlinck.
14122         (calc-keypad-show-input): Add space for formatting.
14124         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14125         Add square matrix option.
14127         * calc/calc-poly.el (math-expand-term): Check for matrices instead
14128         of checking calc-matrix-mode when deciding how to expand.
14130         * calc/calc.el (calc-set-mode-line): Add square matrix option.
14132 2005-10-08  Lars Hansen  <larsh@soem.dk>
14134         * net/tramp.el (tramp-perl-directory-files-and-attributes):
14135         Add error handling.
14136         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14138 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
14140         Sync with Tramp 2.0.51.
14142         * net/tramp.el (tramp-handle-set-visited-file-modtime)
14143         (tramp-handle-insert-file-contents, tramp-handle-write-region):
14144         Insert special handling for `last-coding-system-used', again
14145         it still seems to be necessary (unlike stated before).
14146         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14147         (tramp-password-prompt-regexp): There might be other words before
14148         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14149         (tramp-chunksize): Improve docstring.
14150         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14151         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
14152         Christian Joergensen <bugs@razor.dk>.
14154 2005-10-07  Glenn Morris  <rgm@gnu.org>
14156         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14157         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14158         precision'.
14160 2005-10-07  Romain Francoise  <romain@orebokech.com>
14162         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14163         (ibuffer-do-shell-command-pipe-replace)
14164         (ibuffer-do-shell-command-file, ibuffer-do-eval)
14165         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14166         (ibuffer-do-revert, ibuffer-do-replace-regexp)
14167         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14168         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14169         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14170         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14171         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14172         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14173         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14174         Autoload file sans suffix.
14176         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14178 2005-10-07  David Ponce  <david@dponce.com>
14180         * recentf.el (recentf-menu-open-all-flag): New option.
14181         (recentf-digit-shortcut-command-name): New function.
14182         (recentf--shortcuts-keymap): New variable.
14183         (recentf-menu-shortcuts): New variable.
14184         (recentf-make-menu-items): Initialize it.  Replace the "More..."
14185         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14186         (recentf-menu-value-shortcut): New function.
14187         (recentf-make-menu-item): Use it.  No more in-lined.
14188         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14189         (recentf-open-most-recent-file): Rename from
14190         `recentf-open-file-with-key'.  Don't depend on key binding.
14191         (recentf-mode-map): New variable.
14192         (recentf-mode): Use it.
14194 2005-10-06  Bill Wohler  <wohler@newt.com>
14196         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
14198         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14199         (MH-E-SRC): New.  Used by mh-autoloads.
14200         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
14201         files in MH-E-SRC have been updated.
14202         (compile, recompile, bootstrap): Depend on mh-autoloads.
14204 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
14206         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14207         gud-break and gud-remove icons when the fringe is not available.
14209         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14210         Typo.
14212 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
14214         * play/zone.el (zone): Wrap body with save-window-excursion.
14216 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14218         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14219         Use the new `list-only' arg to diary-list-entries.
14221         * calendar/diary-lib.el: Use overlays rather than selective-display.
14222         (diary-selective-display): New var.
14223         (diary-header-line-format): Use it.
14224         (diary-list-entries): Add argument `list-only'.
14225         Put the buffer in diary-mode.  Don't add \^M at beg and end.
14226         Replace \^M by invisible overlays.
14227         (diary-unhide-everything): Replace \^M by invisible overlays.
14228         (print-diary-entries): Look for overlays rather than \^M.
14229         Add a space to the temp buffer name.
14230         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14231         Put the buffer in diary-mode.
14232         (list-sexp-diary-entries): Replace \^M by invisible overlays.
14233         (diary-anniversary): Make the year arg optional.
14234         (diary-time-regexp): New const.
14235         (diary-font-lock-keywords): Use it to accept a few more time formats.
14237         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14239 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
14241         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14242         Fix bug introduced 2005-07-03: Use (car (last ...))
14243         to faithfully reproduce replaced artist-last.
14244         (artist-set-arrow-points-for-poly): Likewise.
14245         Suggested by Johan Bockg\e,Ae\e(Brd.
14247 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
14249         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14250         * wid-edit.el (widget):
14251         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14252         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14254 2005-10-06  Kenichi Handa  <handa@m17n.org>
14256         * international/mule-cmds.el (set-language-environment):
14257         Fix setting up of case-table for unibyte mode.
14259         * simple.el (what-cursor-position): If the character is displayed
14260         by some `display' text property, show that.  Don't use
14261         single-key-description for eight-bit characters in multibyte mode.
14263 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
14265         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14266         (gdb-ann3): Set it.
14267         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14268         (gdb-info-frames-custom): Use inverse-video for first five
14269         characters of selected frame only.
14270         (gdb-get-frame-number): Select frame even when point is on frame
14271         number.
14273 2005-10-06  Masatake YAMATO  <jet@gyve.org>
14275         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14276         Put `font-lock-function-name-face'.
14277         (gdb-info-frames-custom): Put `font-lock-function-name-face'
14278         and `font-lock-variable-name-face'
14279         (gdb-registers-font-lock-keywords): New font lock keywords definition.
14280         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14281         (gdb-memory-font-lock-keywords): New font lock keywords definition.
14282         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14283         (gdb-local-font-lock-keywords): New font lock keywords definition.
14284         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14285         (gdb-threads-font-lock-keywords): New font lock keywords definition.
14286         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14288 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
14290         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14291         (ediff-merge-region-is-non-clash-to-skip): Previously called
14292         ediff-merge-region-is-non-clash.
14294         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14295         Use insert-buffer-substring.
14297         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14298         selecting files to patch.  Also bug fixes.
14300         * ediff-util.el (ediff-setup): Bug fix.
14301         (ediff-next-difference): Never skip clashes that differ in white
14302         space only.
14304         * ediff-wind.el (ediff-setup-control-frame)
14305         (ediff-destroy-control-frame): Check the menubar feature.
14307         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14308         (viper-refresh-mode-line): Use make-local-variable to localize
14309         some vars instead of make-variable-buffer-local.  Suggested by
14310         Stefan Monnier.
14312         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14313         (viper-restore-cursor-type, viper-set-insert-cursor-type):
14314         Use make-local-variable instead of make-variable-buffer-local.
14315         Suggested by Stefan Monnier.
14317         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14318         (viper-comint-mode-hook): Use make-local-variable on
14319         require-final-newline.
14320         (viper-non-hook-settings): Don't use make-variable-buffer-local.
14322 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14324         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14325         also the second char of a comment-start sequence.
14326         (scheme-sexp-comment-syntax-table): New var.
14327         (lambda, define): Set their scheme-doc-string-elt property.
14328         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14329         Use lisp-font-lock-syntactic-face-function now that it properly
14330         handles |...| symbols.
14331         (scheme-mode-variables): Set lisp-doc-string-elt-property,
14332         parse-sexp-lookup-properties and font-lock-extra-managed-props.
14334         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14335         bit from # to |.
14336         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14338         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14339         (lisp-doc-string-elt-property): New var.
14340         (lisp-font-lock-syntactic-face-function): Use it.
14341         Rewrite to recognize docstrings even for forms not at toplevel.
14343         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14344         annotation on the | part of #| rather than on the # part.
14345         (scheme-font-lock-syntactic-face-function): New function, to
14346         distinguish strings from |...| symbols.
14347         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
14348         syntax-table so that #|...|# is properly highlighted.
14350         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14351         Don't mark as docstring the 3rd elem of an unknown toplevel form.
14353 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14355         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14356         and C-e.
14358         * emacs-lisp/eldoc.el: Move comments into docstrings.
14359         (eldoc-message-commands): Initialize in its declaration.
14360         Add move-beginning-of-line and move-end-of-line.
14361         (eldoc-add-command, eldoc-add-command-completions)
14362         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14364         * outline.el (outline-mark-subtree): Activate the mark.
14366         * calendar/appt.el (appt-time-regexp): New var.
14367         (appt-add, appt-make-list): Use it.
14368         (appt-convert-time): Clean up.
14370         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14371         Don't set any syntax-table property here.
14372         (tex-font-lock-verb): New function.  Do it here.
14373         (tex-font-lock-syntactic-keywords): Use it.
14375 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14377         * wid-edit.el (widget-file-complete): Get the widget start point
14378         the right way.  Default directory to `/' if file has none.
14380         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14382         * textmodes/flyspell.el (flyspell-mode-on):
14383         Call ispell-maybe-find-aspell-dictionaries.
14385         * textmodes/ispell.el (ispell-word, ispell-region):
14386         Call ispell-maybe-find-aspell-dictionaries.
14387         (ispell-accept-buffer-local-defs):
14388         Don't call ispell-maybe-find-aspell-dictionaries
14390 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14392         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14394 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
14396         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14397         instead of `fboundp' in order to allow for anonymous functions.
14399 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
14401         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14402         case the user clicks on the link while another window is selected.
14403         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14405         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14406         functionality.
14407         (dframe-help-echo): Save point in case mouse tracking is off.
14409 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
14411         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14413 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14415         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14416         not change the global value of those vars.
14418         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14419         make-local-variable which we do not need any more.
14421 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
14423         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14424         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14425         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14426         (speedbar-path-line): Define obsolete aliases.
14427         (speedbar-line-directory): Doc fix.
14429         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14430         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14431         instead of speedbar-line-path.
14433 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14435         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14436         to nil if dropping on a window.  Handle dropping on a minibuffer window
14437         like dropping on a non-window part of Emacs.
14439 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14441         * net/ange-ftp.el: Use with-current-buffer.
14442         (ange-ftp-insert-directory): Do not follow symlinks any more.
14444         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14445         Remove interactive spec.
14447 2005-10-03  Kim F. Storm  <storm@cua.dk>
14449         * ido.el (ido-mode): Use custom-initialize-set.
14451 2005-10-02  Richard M. Stallman  <rms@gnu.org>
14453         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14454         Use insert-buffer-substring.
14456         * net/tramp.el: Pacify byte compiler warnings in pacification code.
14457         (tramp-handle-file-local-copy): Use insert-buffer-substring.
14459 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14461         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14462         in last change.
14463         (ange-ftp-insert-directory): Fix up the search for the case where
14464         `file' is absolute.
14466 2005-10-02  Romain Francoise  <romain@orebokech.com>
14468         * progmodes/compile.el (compile-goto-error): Delete extra paren.
14470 2005-10-02  Andreas Schwab  <schwab@suse.de>
14472         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14473         directory component in the session info.
14475 2005-10-01  Richard M. Stallman  <rms@gnu.org>
14477         * comint.el (comint-redirect-subvert-readonly): Doc fix.
14479         * simple.el (next-error-internal): New function.
14481         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14482         (compilation-start): Pass new arg to compilation-buffer-name.
14483         (compile-goto-error): Use next-error-internal.
14485 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14487         * speedbar.el: Remove RCS tag.
14488         (speedbar-check-read-only): Handle non-existent files.
14490         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14492         * info.el (Info-speedbar-hierarchy-buttons)
14493         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14495 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14497         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14498         Do not match newline.
14499         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14500         (bibtex-summary): Remove unnecessary save-excursion.
14501         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14503 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14505         * term/mac-win.el: Add charset info for "iso10646-1".
14506         Modify default fontset to use ATSUI-compatible fonts for some charsets
14507         if available.
14509 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14511         * speedbar.el: Re-apply arch tag.
14512         (speedbar-version): Rename to version 1.0.  Suggested by Eric
14513         M. Ludlam.
14514         Reapply two changes from Emacs CVS' version of speedbar lost
14515         during the merge:
14516         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14517         (speedbar-frame-parameters): Improve customize type.
14519 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14521         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14522         (ange-ftp-file-directory-p): Fix the symlink case.
14523         (ange-ftp-insert-directory): When listing a single file, get a list of
14524         the parent buffer and extract the relevant line.  Inspired from a patch
14525         by Katsumi Yamaoka <yamaoka@jpl.org>.
14526         (ange-ftp-file-name-sans-versions): Simplify.
14528 2005-09-30  Bill Wohler  <wohler@newt.com>
14530         Move MH-E image files from toolbar and mail directories into
14531         etc/images.
14533         * mail/reply2.*: Move to etc/images/mail/reply*.
14535         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14536         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14537         etc/images.
14539         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14540         * toolbar/reply*: Move to etc/images/mail.
14542         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14544 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
14546         * speedbar.el: New version 1.0pre3.
14548         Frame management code (including timer, and mouse click specifics)
14549         moved to dframe.el:
14550         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
14551         (speedbar-timer): Removed.  Use dframe-timer.
14552         (speedbar-close-frame): Removed.  Use dframe-close-frame.
14553         (speedbar-activity-change-focus-flag): Removed.  Use
14554         dframe-activity-change-focus-flag.
14555         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
14556         dframe-update-speed.
14558         (speedbar-current-frame): New macro.  Use this instead of the
14559         variable speedbar-frame.
14561         (speedbar-use-images, speedbar-expand-image-button-alist)
14562         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14564         (speedbar-find-image-on-load-path): Removed.  Replaced by
14565         defezimage in ezimage.el.
14566         (speedbar-expand-image-button-alist): Removed.  Replaced by
14567         ezimage-expand-image-button-alist in ezimage.el.
14569         (speedbar-ignored-directory-regexp)
14570         (speedbar-add-ignored-directory-regexp)
14571         (speedbar-ignored-directory-expressions)
14572         (speedbar-line-directory, speedbar-buffers-line-directory)
14573         (speedbar-directory-line, speedbar-buffers-line-directory):
14574         Renamed, replacing `path' with `directory'.
14576         (speedbar-create-directory, speedbar-expand-line-descendants)
14577         (speedbar-toggle-line-expansion)
14578         (speedbar-contract-line-descendants): New commands.
14580         (speedbar-query-confirmation-method, speedbar-select-frame-method)
14581         (speedbar-use-tool-tips-flag): New options.
14583         (speedbar-check-read-only, speedbar-require-version)
14584         (speedbar-insert-separator, speedbar-buffers-tail-notes)
14585         (speedbar-handle-delete-frame, speedbar-try-completion)
14586         (speedbar-update-localized-contents): New functions.
14588         (speedbar-incompatible-version, speedbar-ro-to-do-point)
14589         (speedbar-object-read-only-indicator): New variables.
14591         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14592         New hooks.
14594         (speedbar-separator-face): New face.
14596         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14597         (speedbar-ignored-modes): Add fundamental-mode.
14598         (speedbar-directory-unshown-regexp): Add . directories.
14600         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14601         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14602         `]' for full expand/close.
14603         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14605         (speedbar-check-vc): Support hidden files.
14606         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14607         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
14608         state is nil, it is not checked out.
14610         (speedbar-line-text, speedbar-line-token): Support expand buttons
14611         with no text.
14612         (speedbar-refresh): Universal argument acts as power-click.
14613         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14614         that buffer to get variable values.
14616         And many other bugfixes.
14618         * dframe.el, ezimage.el, sb-image.el: New files.
14620         * sb-*.xpm: Remove files.  New image files installed into
14621         etc/images/ezimage.
14623 2005-09-30  Kenichi Handa  <handa@m17n.org>
14625         * ps-mule.el (ps-mule-show-warning): If a character is in
14626         ps-print-translation-table, don't treat it as non-printable.
14628 2005-09-30  David Ponce  <david@dponce.com>
14630         * tree-widget.el (tree-widget-themes-load-path): New variable.
14631         (tree-widget-themes-directory): Doc fix.
14632         (tree-widget-image-formats) [Emacs]: Doc fix.
14633         (tree-widget--locate-sub-directory): New function.
14634         (tree-widget-themes-directory): Use it.
14636         * recentf.el (recentf-filename-handlers): Rename from
14637         `recentf-filename-handler'.  Allow a list of functions.
14638         (recentf-menu-items-for-commands): Fix :help strings.
14639         (recentf-apply-filename-handlers): New function.
14640         (recentf-expand-file-name): Use it.
14641         (recentf-cleanup): Remove duplicates too.
14643 2005-09-29  Juri Linkov  <juri@jurta.org>
14645         * faces.el: Rearrange face definitions to be in the same order as
14646         their face descriptions in "(emacs)Standard Faces".
14648         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14650         * tooltip.el (tooltip): Add group `basic-faces'.
14652         * buff-menu.el (Buffer-menu-buffer): Remove group
14653         `font-lock-highlighting-faces'.
14655         * progmodes/compile.el (compilation-error, compilation-warning)
14656         (compilation-info, compilation-line-number, compilation-column-number):
14657         Change group from `font-lock-highlighting-faces' to `compilation'.
14659         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14660         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14661         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14662         (vhdl-font-lock-reserved-words-face)
14663         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14664         `font-lock-highlighting-faces'.
14666         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14668 2005-09-28  Kim F. Storm  <storm@cua.dk>
14670         * emulation/cua-base.el: Set CUA move property on additional commands:
14671         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14672         forward-sexp, backward-sexp, forward-list, backward-list.
14674 2005-09-28  Romain Francoise  <romain@orebokech.com>
14676         * comint.el (comint-show-output): Really set point at the
14677         beginning of the output when not using `comint-use-prompt-regexp'.
14679 2005-09-27  Jay Belanger  <belanger@truman.edu>
14681         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14682         in TeX mode.
14684 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
14686         * textmodes/org.el (org-table-sum): Fix format string.
14688         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14689         Quote face names.
14691 2005-09-26  Romain Francoise  <romain@orebokech.com>
14693         * isearch.el (isearch-forward-regexp): Close doc string.
14695 2005-09-25  Richard M. Stallman  <rms@gnu.org>
14697         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14699         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14701         * progmodes/compile.el (compilation-error-properties):
14702         When getting the file from the previous error message,
14703         correctly decode the new data format.
14705         * progmodes/cc-cmds.el (c-electric-paren):
14706         Call old-blink-paren only for close-paren.
14708 2005-09-24  Andreas Schwab  <schwab@suse.de>
14710         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14711         condition.
14713 2005-09-25  Romain Francoise  <romain@orebokech.com>
14715         * dired-aux.el (dired-copy-file-recursive):
14716         * dired.el (dired-delete-file):
14717         * ediff-mult.el (ediff-dir-diff-copy-file):
14718         * ediff-util.el (ediff-test-save-region):
14719         * forms.el (forms-mode):
14720         * ido.el (ido-file-internal, ido-delete-file-at-head):
14721         * log-edit.el (log-edit-done):
14722         * ses.el (ses-yank-resize):
14723         * play/gomoku.el (gomoku-human-plays, gomoku)
14724         (gomoku-human-resigns, gomoku-prompt-for-other-game)
14725         (gomoku-offer-a-draw):
14726         * play/landmark.el (lm-human-resigns, lm):
14727         * net/eudcb-ldap.el (eudc-ldap-check-base):
14728         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14729         * progmodes/ebrowse.el (ebrowse-find-pattern):
14730         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14731         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14732         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14734         * vc.el (vc-delete-file):
14735         * play/gomoku.el (gomoku-terminate-game, gomoku)
14736         (gomoku-prompt-for-move, gomoku-human-takes-back):
14737         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14738         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14740 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
14742         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14743         color rxvt terminals by using the code xterm.el used to use before
14744         2005-04-09 in order to match the colors used by rxvt.
14746 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14748         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14749         colors rxvt-unicode terminals by using the same code as xterm.el.
14751 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14753         * textmodes/tex-mode.el (tex-font-lock-append-prop)
14754         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14755         new symbol used for the tex-verbatim face.
14757 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14759         * woman.el (woman-file-name):
14760         * wid-edit.el (widget-file-prompt-value)
14761         (widget-coding-system-prompt-value):
14762         * w32-fns.el (set-w32-system-coding-system):
14763         * vc.el (vc-version-diff, vc-annotate):
14764         * textmodes/reftex-auc.el (reftex-arg-cite)
14765         (reftex-arg-index-tag):
14766         * textmodes/refer.el (refer-get-bib-files):
14767         * textmodes/artist.el (artist-figlet-choose-font):
14768         * terminal.el (terminal-emulator):
14769         * replace.el (occur-read-primary-args):
14770         * rect.el (string-rectangle, string-insert-rectangle):
14771         * ps-print.el (ps-print-preprint):
14772         * progmodes/pascal.el (pascal-goto-defun):
14773         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14774         * progmodes/compile.el (compilation-find-file):
14775         * printing.el (pr-interactive-n-up):
14776         * play/animate.el (animate-birthday-present):
14777         * net/rcompile.el (remote-compile):
14778         * man.el (man, Man-goto-section, Man-follow-manual-reference):
14779         * mail/rmailsum.el (rmail-summary-search-backward)
14780         (rmail-summary-search):
14781         * mail/rmailout.el (rmail-output-read-rmail-file-name)
14782         (rmail-output-read-file-name):
14783         * mail/rmail.el (rmail-search, rmail-search-backwards):
14784         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14785         * locate.el (locate):
14786         * international/quail.el (quail-show-keyboard-layout):
14787         * international/mule.el (set-buffer-file-coding-system)
14788         (revert-buffer-with-coding-system, set-file-name-coding-system)
14789         (set-terminal-coding-system, set-keyboard-coding-system)
14790         (set-next-selection-coding-system):
14791         * international/mule-diag.el (describe-coding-system)
14792         (describe-font, describe-fontset):
14793         * international/mule-cmds.el (universal-coding-system-argument)
14794         (search-unencodable-char, describe-input-method)
14795         (set-language-environment, describe-language-environment):
14796         * international/codepage.el (codepage-setup):
14797         * international/code-pages.el (codepage-setup):
14798         * info.el (Info-search, Info-follow-reference)
14799         (Info-search-backward):
14800         * emacs-lisp/advice.el (ad-read-advised-function)
14801         (ad-read-advice-class, ad-clear-cache, ad-activate)
14802         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14803         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14804         (ad-read-regexp):
14805         * ediff-util.el (ediff-toggle-regexp-match):
14806         * ediff-ptch.el (ediff-prompt-for-patch-file):
14807         * dired-aux.el (dired-diff):
14808         * diff.el (diff):
14809         * cus-edit.el (custom-variable-prompt):
14810         * calendar/timeclock.el (timeclock-ask-for-project):
14811         * calc/calcalg3.el (calc-get-fit-variables):
14812         * calc/calc-store.el (calc-edit-variable)
14813         (calc-permanent-variable):
14814         * vc-mcvs.el (vc-mcvs-register):
14815         * shadowfile.el (shadow-define-literal-group):
14816         * woman.el (woman-file-name):
14817         * vc.el (vc-version-diff, vc-merge):
14818         * textmodes/reftex-index.el (reftex-index-complete-tag):
14819         * format.el (format-decode-buffer, format-decode-region):
14820         * emulation/viper-cmd.el (viper-read-string-with-history):
14821         * emacs-lisp/debug.el (cancel-debug-on-entry):
14822         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14823         * ediff.el (ediff-merge-revisions)
14824         (ediff-merge-revisions-with-ancestor, ediff-revision):
14825         * completion.el (interactive-completion-string-reader):
14826         * calc/calc-prog.el (calc-user-define-formula):
14827         Follow convention for reading with the minibuffer.
14829 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
14831         * progmodes/python.el (python-describe-symbol): Add globals() and
14832         locals() to the arguments of emacs.ehelp.
14834 2005-09-24  Magnus Henoch  <mange@freemail.hu>
14836         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14837         New function, code extracted from ispell-valid-dictionary-list.
14838         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14839         Call it.
14841 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
14843         * subr.el (version-regexp-alist): Extend valid syntax for version
14844         strings: allow any of the characters -,_,+ to separate the
14845         alpha/beta/rc part from the version part.  Doc fix.
14846         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
14848 2005-09-23  David Reitter  <david.reitter@gmail.com>
14850         * mail/mailclient.el: New file.
14852 2005-09-23  Richard M. Stallman  <rms@gnu.org>
14854         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14855         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14856         Doc fixes.
14858         * progmodes/cc-mode.el (c-font-lock-init):
14859         Specify font-lock-lines-before.
14861 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14863         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14864         whole conflict.
14866 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
14868         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14869         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
14870         of `remap' feature when available.  Additional key bindings for
14871         better tty support.
14872         (org-mode-restart, org-force-self-insert): New commands.
14873         (org-time-stamp-inactive): New command.
14874         (org-remap): New function.
14875         (org-table-auto-blank-field, org-level-color-stars-only): New options.
14876         (org-enable-fixed-width-editor): Move to `org-structure'
14877         customization group.
14878         (org-self-insert-command, orgtbl-self-insert-command): Modify to
14879         blank field after field motion commands.
14881 2005-09-23  Kenichi Handa  <handa@m17n.org>
14883         * international/mule-cmds.el (set-language-environment):
14884         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14885         have to call utf-translate-cjk-load-tables.
14887 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14889         * mouse.el (mouse-move-drag-overlay): Fix last change.
14891 2005-09-22  David Ponce  <david@dponce.com>
14893         * tree-widget.el (tree-widget-value-create): Fix previous change.
14895 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14897         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14899 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14901         * mouse.el (mouse-move-drag-overlay): New function.
14902         (mouse-drag-region-1): Use it.
14903         Try to simplify a bit the state handling.  Handle clicks on links
14904         inside intangible areas.
14905         (mouse-save-then-kill): Minor simplification.
14906         (mouse-secondary-overlay): Make it always non-nil instead of
14907         recreating it each time.
14908         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14909         (mouse-kill-secondary, mouse-secondary-save-then-kill):
14910         Simplify accordingly.
14912 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14914         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14916 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
14918         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14919         (ediff-file-name-sans-prefix): Treat nil as an empty string.
14920         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14921         to patch.
14923         * ediff-util.el: Use insert-buffer-substring.
14925         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14927         * emulation/viper-cmd.el (viper-change-state): Don't move over the
14928         field boundaries in the minibuffer.
14929         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14930         (viper-minibuffer-post-command-hook): New hook.
14931         (viper-line): Don't move cursor at bolp.
14933         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14935         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14936         avoid compiler warnings.
14938         * emulation/viper-macs.el (ex-map): Better messages.
14940         * emulation/viper-utils.el (viper-beginning-of-field): New function.
14942         * emulation/viper.el: Replace make-variable-buffer-local with
14943         viper-make-variable-buffer-local everywhere, to avoid warnings.
14945 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14947         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14948         Delete unused var `old-selected-window'.
14949         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14950         (mouse-drag-secondary): Delete unused var `start-frame'.
14952 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14954         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14956 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14958         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14959         Re-indent within 80 columns.  Use inhibit-read-only.
14961 2005-09-19  Romain Francoise  <romain@orebokech.com>
14963         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14965 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14967         * font-lock.el (font-lock-default-fontify-region): Don't add a line
14968         unconditionally, since the after-change-function already did it.
14970 2005-09-19  Miles Bader  <miles@gnu.org>
14972         * net/newsticker.el: Get rid of CVS keyword.
14974 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
14976         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14977         The prompt is formatted later.
14979 2005-09-19  David Ponce  <david@dponce.com>
14981         * tree-widget.el (tree-widget-value-create): Save the converted
14982         tree :node widget.
14984 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
14986         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14987         variable `message'.
14989 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
14991         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14992         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
14993         <slawomir.nowaczyk.847@student.lu.se>.
14995 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
14997         * image.el (image-load-path): Use symbol `data-directory' instead
14998         of its value, for backward compatibility with packages that bind
14999         it during `find-image'.  Suggested by Katsumi Yamaoka.
15000         (image-search-load-path): Handle symbols whose values are strings.
15002 2005-09-18  Romain Francoise  <romain@orebokech.com>
15004         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15005         with-current-buffer form in save-excursion.
15007 2005-09-18  Deepak Goel  <deego@gnufans.org>
15009         * apropos.el (apropos-command): Fix `message' call: first arg
15010         should be a format spec.  In this and all other cases that appear
15011         below and elsewhere in the source code, I made a change only when
15012         two conditions were satisfied: [1] I can think of a possibility
15013         that the arguments would cause an error, for example, the code in
15014         question relies on external variables such as filenames.  [2] I
15015         was sure that the arg to `message' could not have been nil in the code.
15017         * textmodes/tildify.el (tildify-region): Ditto.
15019         * textmodes/reftex-index.el (reftex-index-change-entry)
15020         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15021         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15022         * textmodes/org.el (org-complete, org-deadline, org-schedule)
15023         (org-priority, org-table-sum):
15024         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15025         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15026         (flyspell-word, flyspell-display-next-corrections):
15027         * textmodes/bibtex.el (bibtex-print-help-message):
15028         * textmodes/artist.el (artist-key-set-point-poly):
15029         * term/mac-win.el (mac-services-insert-text):
15030         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15031         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15032         (vhdl-port-paste-testbench, vhdl-compose-new-component)
15033         (vhdl-compose-configuration):
15034         * progmodes/sh-script.el (sh-blink, sh-show-indent)
15035         (sh-set-indent, sh-learn-line-indent):
15036         * progmodes/ps-mode.el (ps-mode-target-column):
15037         * progmodes/idlwave.el (idlwave-make-tags)
15038         (idlwave-scan-library-catalogs):
15039         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15040         * progmodes/gud.el (gud-jdb-analyze-source):
15041         * progmodes/flymake.el (flymake-log):
15042         * progmodes/ebnf2ps.el (ebnf-generate-region):
15043         * progmodes/cmacexp.el (c-macro-expansion):
15044         * progmodes/ada-xref.el (ada-treat-cmd-string):
15045         * progmodes/ada-mode.el (ada-create-case-exception-substring)
15046         (ada-justified-indent-current, ada-batch-reformat):
15047         * play/zone.el (zone):
15048         * play/landmark.el (lm-move):
15049         * play/decipher.el (decipher-show-alphabet):
15050         * net/newsticker.el (newsticker--display-jump)
15051         (newsticker--display-scroll):
15052         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15053         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15054         * mail/feedmail.el (feedmail-dump-message-to-queue):
15055         * eshell/esh-proc.el (eshell-remove-process-entry):
15056         * emulation/ws-mode.el (ws-last-error):
15057         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15058         (viper-record-kbd-macro):
15059         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15060         * emacs-lisp/lisp-mnt.el (lm-report-bug):
15061         * emacs-lisp/find-func.el (find-function-noselect):
15062         * calendar/timeclock.el (timeclock-status-string)
15063         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15064         (timeclock-when-to-leave-string):
15065         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15066         * calc/calc-units.el (calc-enter-units-table):
15067         * calc/calc-mode.el (calc-mode-record-mode):
15068         * woman.el (woman-mini-help):
15069         * wdired.el (wdired-change-to-wdired-mode):
15070         * vc.el (vc-retrieve-snapshot):
15071         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15072         * startup.el (display-startup-echo-area-message):
15073         * simple.el (set-goal-column):
15074         * ses.el (ses-command-hook, ses-recalculate-cell):
15075         * server.el (server-process-filter):
15076         * printing.el (pr-interface-txt-print, pr-interface-printify)
15077         (pr-interface-ps):
15078         * pcvs.el (cvs-help):
15079         * log-edit.el (log-edit, log-edit-mode-help):
15080         * iswitchb.el (iswitchb-possible-new-buffer):
15081         * isearch.el (isearch-edit-string):
15082         * image-mode.el (image-mode, image-minor-mode):
15083         * ibuf-macs.el (define-ibuffer-filter):
15084         * hi-lock.el (hi-lock-find-patterns):
15085         * files.el (toggle-read-only):
15086         * ediff-util.el (ediff-copy-diff)
15087         (ediff-write-merge-buffer-and-maybe-kill):
15088         * echistory.el (Electric-history-undefined):
15089         * dnd.el (dnd-insert-text):
15090         * dired-aux.el (dired-query):
15091         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15092         * bookmark.el (bookmark-bmenu-locate):
15093         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15094         Fix `message' calls to ensure first arg is a format string.
15095         The change was made only when these two conditions were satisfied:
15096         [1] when there is a possibility that the arguments would cause an error
15097         for example, if the code in question relies on external variables
15098         such as filenames, and
15099         [2] if the arg to `message' could not have been nil in the code.
15101         * pcomplete.el (pcomplete--help): Fix `message' format spec.
15102         Not having a %s would be weird, though not technically wrong.
15104 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15106         * term/mac-win.el (mac-add-charset-info): Doc fix.
15108 2005-09-17  Romain Francoise  <romain@orebokech.com>
15110         * shell.el (shell-resync-dirs): Handle echoing processes more
15111         reliably.  Don't insert resync command if `comint-process-echoes'
15112         is non-nil.
15114 2005-09-17  Magnus Henoch  <mange@freemail.hu>
15116         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15117         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15118         aspell versions >= 0.60.
15119         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15120         only if ispell-aspell-supports-utf8 is non-nil.
15122 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15124         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15125         buffer-local value to lisp-indent-function.
15127 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
15129         * progmodes/glasses.el (glasses-make-readable): If
15130         glasses-separator differs from underscore, put appropriate
15131         overlays over underscore characters.
15132         (glasses-convert-to-unreadable): If glasses-separator differs from
15133         underscore, try to convert glasses-separator characters to
15134         underscores.
15136 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15138         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15139         Use with-syntax-table and dolist.
15141 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
15143         * textmodes/reftex-auc.el:
15144         * textmodes/reftex-cite.el:
15145         * textmodes/reftex-dcr.el:
15146         * textmodes/reftex-global.el:
15147         * textmodes/reftex-parse.el:
15148         * textmodes/reftex-ref.el:
15149         * textmodes/reftex-sel.el:
15150         * textmodes/reftex-toc.el:
15151         * textmodes/reftex-vars.el:
15152         * textmodes/reftex.el: Small changes to remove compiler warnings.
15154         * textmodes/reftex-index.el: Likewise.
15155         (reftex-query-index-phrase): More efficient use of markers.
15157 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15159         * image.el (image-load-path): New variable.
15160         (image-search-load-path): New function.
15161         (find-image): Search for images in `image-load-path'.
15163 2005-09-15  Richard M. Stallman  <rms@gnu.org>
15165         * follow.el: Change Maintainer field.
15167 2005-09-15  David Ponce  <david@dponce.com>
15169         * recentf.el (recentf-save-file-modes): New option.
15170         (recentf-save-list): Use it.
15172 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
15174         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15175         (mode-line-mule-info, mode-line-modified): Move bindings from
15176         mouse-3 to mouse-1.
15178 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15180         * simple.el (sendmail-user-agent-compose): Revert last change.
15182 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15184         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15185         Use with-current-buffer.
15186         (ange-ftp-gwp-start): Remove unused var `gw-user'.
15187         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15188         (ange-ftp-insert-directory): Remove unused var `short'.
15189         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15191         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15192         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15194         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15195         (check-calendar-holidays, diary-list-entries): Autoload.
15196         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15197         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15199         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15200         which mistakenly removed a call to display-buffer.
15202 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
15204         * obsolete/iso-insert.el: Move to obsolete/ from international/.
15206 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
15208         * progmodes/hideshow.el
15209         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15210         (hs-allow-nesting): New user var.
15211         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15212         (hs-hide-block-at-point): When nesting allowed,
15213         if there is already an overlay in place, delete it.
15214         (hs-safety-is-job-n): Delete func; remove call sites.
15215         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15216         (hs-overlay-at): New func.
15217         (hs-already-hidden-p, hs-show-block): Use it.
15218         (hs-hide-all): Don't pre-clean if nesting allowed.
15219         (hs-show-all): Temporarily disallow
15220         nesting around call to `hs-discard-overlays'.
15222 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
15224         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15225         Delete unused local var.
15227 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
15229         * help-fns.el (describe-categories): "?\ " -> "?\s".
15230         (help-do-arg-highlight): Recognize also ARG-n, as in
15231         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
15233         * international/codepage.el (dos-unsupported-char-glyph):
15234         * net/newsticker.el (tool-bar-map, w3-mode-map)
15235         (w3m-minor-mode-map):
15236         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15237         (ent-alist):
15238         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15240 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
15242         * custom.el (custom-push-theme): Handle the case where a symbol is
15243         bound but face properties have not yet been assigned.
15245         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15246         Fix behavior if noerase is `t' and there is no mail buffer.
15248         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15249         if `continue' is nil, rather than signal an error.
15251 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15253         * font-lock.el (font-lock-keywords): Add autoload.
15255         * help-fns.el (describe-variable): Rearrange to put source link
15256         in a predictable place.
15258         * net/newsticker.el: New file.
15260 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15262         * calendar/calendar.el (calendar-for-loop): Add edebug info.
15263         (calendar-basic-setup): Use the new nil arg.
15264         (number-of-diary-entries): Move to diary-lib.el.
15266         * calendar/diary-lib.el: Use with-current-buffer, match-string.
15267         (diary-list-entries): Use with-syntax-table and dolist.
15268         Rename from list-diary-entries.
15269         Use number-of-diary-entries if `number' is nil.
15270         (diary, diary-view-entries): Use this new name and new nil arg value.
15271         (number-of-diary-entries): Move from calendar.el.
15272         (diary-unhide-everything): New function.
15273         (include-other-diary-files, fancy-diary-display)
15274         (diary-show-all-entries, make-diary-entry): Use it.
15275         (diary-mail-entries): Use buffer-string.
15276         (mark-diary-entries): Fix long standing paren typo.
15277         (diary-sexp-entry): Use count-lines.
15278         (make-diary-entry): Avoid `previous-line'.
15279         (diary-mode-map): New var.
15280         (diary-mode): Redraw cal after saving.  Setup header-line.
15281         (fancy-diary-display-mode): Use local-set-key.
15283         * startup.el (command-line): Try calling various terminal-init-foo-bar
15284         functions by stripping hyphenated suffixes from $TERM.
15286         * files.el (normal-mode): Check boundness of font-lock-keywords.
15288 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15290         * progmodes/compile.el: Don't decide a file's directory
15291         until the user actually tries to go there.
15292         (compilation-next-error-function):
15293         Pass compilation-find-file the directory from the file-struct.
15294         (compilation-internal-error-properties): Separate local FILE-STRUCT
15295         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
15296         (compilation-find-file): Arg DIR renamed to DIRECTORY.
15297         Expand it, and if nil, use default-directory.
15298         (compilation-get-file-structure): Don't mix specified directory
15299         with default directory.  Put specified directory into
15300         file-struct.  Don't make the file name absolute.
15302         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15303         (compile-command): Add autoload.
15304         (compilation-disable-input): Add autoload.
15306 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
15308         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15309         strings of the variables it can override.
15310         (time-stamp): New (as yet undocumented) time-stamp-format escapes
15311         %Q and %q, for fully-qualified domain name and unqualified host name.
15313 2005-09-11  Kim F. Storm  <storm@cua.dk>
15315         * emacs-lisp/authors.el (authors-aliases): Update list.
15316         (authors-fixed-entries): Update mldrag.el entry.
15318 2005-09-10  Alan Mackenzie  <acm@muc.de>
15320         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15321         from the region narrowed to.
15323 2005-09-10  Magnus Henoch  <mange@freemail.hu>
15325         * textmodes/ispell.el (ispell-check-version): Signal an error if
15326         aspell version is less than 0.60.
15328 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
15330         * progmodes/octave-inf.el (inferior-octave-startup):
15331         Resync current dir at the end.
15333 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
15335         * woman.el (woman-topic-at-point-default):
15336         Rename to woman-use-topic-at-point-default.
15337         (woman-topic-at-point): Rename to woman-use-topic-at-point.
15338         (woman-file-name): Reflect renames above.  Automatically use the
15339         word at point as topic if woman-use-topic-at-point is non-nil.
15340         Otherwise offer it as default but don't insert it in the
15341         minibuffer.  Also use `test-completion' instead of `assoc' as
15342         suggested by Stefan Monnier.
15344 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
15346         * vc.el (vc-directory, vc-update-change-log): Throw an error on
15347         the attempt to do it over Tramp.  This is not yet supported.
15349 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
15351         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15352         (menu-bar-non-minibuffer-window-p): New functions.
15353         ("Split Window", "Save As..."): Use them.
15354         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15355         ("Print Buffer", "Truncate Long Lines in this Buffer"):
15356         Use menu-bar-menu-frame-live-and-visible-p.
15357         ("Save Buffer", "Insert File", "Open Directory...")
15358         ("Open File...", "Visit New File..."):
15359         Use menu-bar-non-minibuffer-window-p.
15360         (kill-this-buffer-enabled-p, dired <menu-enable>):
15361         Use menu-bar-non-minibuffer-window-p.
15363 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15365         * cus-start.el (all): Don't complain about fringe-related
15366         built-ins if fringes are not supported.  Ditto about
15367         selection-related built-ins.  Fix the test for GTK-related built-ins.
15369         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15370         ("Postscript Print Buffer", "Print Region", "Save As...")
15371         ("Save", "Insert File...", "Open Directory...")
15372         ("Open File...", "Visit New File..."")
15373         ("Truncate Long Lines in this Buffer"): Don't look at
15374         menu-updating-frame if this display does not support multiple frames.
15376 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15378         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15380 2005-09-09  Emilio Lopes  <eclig@gmx.net>
15382         * woman.el: Format- and whitespace-related changes.
15384 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15386         * woman.el: Fix my email address.
15388 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15390         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15391         (sh-mode): Locally set skeleton-pair-default-alist.
15393         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15395         * progmodes/flymake.el: Require `compile' unconditionally.
15397         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15399         * woman.el (woman-file-name): Provide a default, not initial input.
15401         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15403         * font-lock.el (font-lock-support-mode): Doc fix.
15405         * descr-text.el (describe-property-list): Handle non-symbol prop names.
15407 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15409         * simple.el (blink-matching-open): Get rid of text props from
15410         the string shown in echo area.  Don't permanently set point.
15411         Some rearrangements.
15413 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15415         * recentf.el (recentf-filename-handler): Add custom choice
15416         `abbreviate-file-name'.
15418         * msb.el (msb--very-many-menus): Fix typo.
15420         * disp-table.el (standard-display-european): Don't set
15421         enable-multibyte-characters to nil.
15423 2005-09-08  David Ponce  <david@dponce.com>
15425         * recentf.el (recentf-show-file-shortcuts-flag): New option.
15426         (recentf-expand-file-name): Doc fix.
15427         (recentf-dialog-mode-map): Define digit shortcuts.
15428         (recentf--files-with-key): New variable.
15429         (recentf-show-digit-shortcut-filter): New function.
15430         (recentf-open-files-items): New function.
15431         (recentf-open-files): Use it.
15432         (recentf-open-file-with-key): New command.
15434 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
15436         * buff-menu.el (Buffer-menu-sort-by-column): New function.
15437         Suggested by Kim F. Storm.
15438         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15439         (Buffer-menu-make-sort-button): Use global keymap.
15441 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
15443         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15444         (Man-getpage-in-background-advice): Remove defadvice; it isn't
15445         necessary any longer with the remapped command.
15446         (Man-bgproc-sentinel-advice): Remove defadvice which counts
15447         formatting time only.
15449         * net/tramp.el (tramp-action-password)
15450         (tramp-multi-action-password): Compile the password prompt from
15451         `method', `user' and `host'.  Sometimes it isn't obvious which
15452         password to enter, for example with remote files offered by
15453         recentf.el, or with multiple steps.  Suggested by Robert Marshall
15454         <robert@chezmarshall.freeserve.co.uk>.
15456 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15458         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15459         Fix regexp for when "s///" is at the beginning of line.
15461 2005-09-07  Jay Belanger  <belanger@truman.edu>
15463         * calc/calc-poly.el (math-expand-term): Multiply out any powers
15464         when in matrix mode.
15466 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15468         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15469         non-anonymous functions.
15471 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
15473         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15474         when using a header line.  Otherwise, use mouse-1-click-follows-link.
15476         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15477         can't be moved; don't signal an error.
15479 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
15481         * cus-theme.el (custom-theme-write-faces): Save the current face
15482         spec, not the defface spec.
15484         * custom.el (custom-known-themes): Clarify meaning of "standard".
15485         (custom-push-theme): Save old values in the standard theme.
15486         (disable-theme): Correct typo.
15487         (custom-face-theme-value) Deleted unused function.
15488         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15490 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15492         * progmodes/compile.el (compilation-goto-locus): Take into account
15493         iconified frames when determining whether the buffer is
15494         already visible.
15495         Don't reset window height if the window already existed.
15497 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
15499         * custom.el (load-theme): Rename from require-theme.
15500         Add interactive spec.
15501         (enable-theme): Rename from custom-enable-theme.
15502         Add interactive spec.
15503         (disable-theme): Rename from custom-disable-theme.
15504         Add interactive spec.
15505         (custom-make-theme-feature): Doc fix.
15506         (custom-theme-directory): Doc fix.
15507         (provide-theme): Call enable-theme.
15509 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15511         * obsolete/lazy-lock.el (lazy-lock-mode):
15512         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15513         font-lock-mode if it's off.  Print a warning instead.
15515         * progmodes/compile.el (compilation-start): Ignore errors if the
15516         process died before we get to send-eof.
15518         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15519         Undo last change.  Enclosing the result in quotes broke things on Unix
15520         since tex-send-command passes it through shell-quote-argument.
15521         (tex-send-command): Pass `file' through convert-standard-filename
15522         when possible.
15523         (tex-uptodate-p): Handle the case where TeX hasn't put additional
15524         info in a transcript.
15526 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
15528         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15529         fix compilation warning.  Reorder the key definitions to group
15530         together keys emitted by the current version of xterm.
15532         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15533         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15534         Reorder predicates to correct min-color usage.
15536 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
15538         * longlines.el (longlines-mode): Inhibit read-only when encoding.
15539         Kill local variables when longlines-mode is turned off.
15541 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15543         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15545         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15547         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15549         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15550         (font-lock-lines-before): Change default to being inactive.
15551         (font-lock-default-fontify-region): Obey font-lock-lines-before.
15552         (font-lock-after-change-function): Don't handle f-l-lines-before here.
15554 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15556         * net/tramp.el (tramp-handle-make-auto-save-file-name):
15557         Deactivate temporarily advice if active (not needed for Emacs 22,
15558         but for backwards compatibility).
15559         (tramp-exists-file-name-handler): Rewrite.  First implementation
15560         was too simple.
15561         (tramp-advice-make-auto-save-file-name):
15562         Call `tramp-handle-make-auto-save-file-name' (again, just for
15563         backwards compatibility).
15565 2005-08-31  Reto Zimmermann  <reto@gnu.org>
15567         * progmodes/vhdl-mode.el
15568         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15569         (vhdl-end-p): Fix indentation bug "else" after "-- when".
15570         (vhdl-set-default-project): New function (easier setting of default).
15571         (vhdl-port-copy): Handle extended identifiers for generics.
15572         (vhdl-compiler-alist): Better description for error message regexp.
15573         (vhdl-make): Query for target, use previous as default.
15574         (vhdl-port-copy): Fix port copy for port names starting with "signal".
15575         (vhdl-font-lock-keywords-2): Fix fontification for record
15576         el. assign.
15577         (vhdl-speedbar-make-subpack-line): Add package body link.
15578         (vhdl-generate-makefile-1): Not include itself as dependency.
15579         (vhdl-font-lock-init): Highlight c-preprocessor directives.
15580         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15581         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15582         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15583         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15584         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15585         (vhdl-import-project): Add string argument for `error'.
15586         (vhdl-compose-configuration)
15587         (vhdl-compose-configuration-architecture): Add configuration
15588         declaration generation.
15589         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15590         (vhdl-trailer-re): Add "record" keyword (better indentation).
15591         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15592         "[^ \t-\"]+".
15593         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15594         (vhdl-testbench-entity-file-name)
15595         (vhdl-testbench-architecture-file-name): Allow separate
15596         customization of testbench file names.
15597         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15598         (vhdl-get-visible-signals): Allow newline within alias declaration.
15599         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15600         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15601         (member-ignore-case): Alias for missing function in XEmacs.
15602         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15603         (vhdl-update-sensitivity-list): Ignore case on read signals.
15604         (vhdl-replace-string): Adjust case only for file names.
15605         (vhdl-update-sensitivity-list): Fix search for read signals.
15606         (vhdl-update-sensitivity-list): Exclude formal parameters.
15607         (vhdl-get-visible-signals): Include aliases of signals.
15608         (vhdl-get-visible-signals): Fix signal name searching.
15609         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15610         (vhdl-fixup-whitespace-region): Fix for character
15611         literals (e.g. `:').
15613 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15615         * ansi-color.el (comint-last-output-start):
15616         * bs.el (font-lock-verbose):
15617         * diff-mode.el (add-log-buffer-file-name-function):
15618         * dired-x.el (vm-folder-directory):
15619         * faces.el (help-xref-stack-item):
15620         * files.el (font-lock-keywords):
15621         * find-lisp.el (dired-buffers, dired-subdir-alist):
15622         * ido.el (cua-inhibit-cua-keys):
15623         * log-view.el (cvs-minor-wrap-function):
15624         * outline.el (font-lock-warning-face):
15625         * simple.el (compilation-current-error):
15626         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15627         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15628         * tooltip.el (comint-prompt-regexp):
15629         * w32-fns.el (explicit-shell-file-name):
15630         * term/mac-win.el (mac-charset-info-alist)
15631         (mac-services-selection, mac-system-script-code):
15632         * term/tty-colors.el (msdos-color-values):
15633         * term/w32-win.el (xlfd-regexp-registry-subnum):
15634         * term/x-win.el (x-keysym-table, x-selection-timeout)
15635         (x-session-id, x-session-previous-id):
15636         * textmodes/ispell.el (mail-yank-prefix):
15637         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15638         * textmodes/org.el (calc-embedded-close-formula)
15639         (calc-embedded-open-formula)
15640         (font-lock-unfontify-region-function):
15641         * textmodes/reftex-global.el (isearch-next-buffer-function)
15642         (TeX-master):
15643         * textmodes/reftex.el (font-lock-keywords):
15644         * textmodes/tex-mode.el (font-lock-comment-face)
15645         (font-lock-doc-face):
15646         * textmodes/texinfo.el (outline-heading-alist):
15647         Add defvars.
15649         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15650         (artist-spray-chars, artist-mode-init, artist-replace-string)
15651         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15652         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15653         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15655         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15656         (conf-align-assignments): "?\ " -> "?\s".
15658         * textmodes/reftex-index.el (TeX-master): Add defvar.
15659         (reftex-index-phrases-marker): Move up defvar.
15661         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15662         (reftex-toc-include-labels-indicator)
15663         (reftex-toc-include-index-indicator)
15664         (reftex-toc-max-level-indicator): Move up declarations.
15666         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15667         of args to `tramp-run-real-handler', even if it's empty in this case.
15669 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15671         * dired.el (dired-move-to-filename-regexp): Add date format for
15672         Mac OS X 10.3 in East Asian locales.
15674 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15676         * files.el (make-auto-save-file-name): Add file name handler call
15677         if applicable.
15679         * net/tramp.el (tramp-file-name-handler-alist)
15680         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15681         (tramp-handle-make-auto-save-file-name): Rename from
15682         `tramp-make-auto-save-file-name'.
15683         (tramp-exists-file-name-handler): New defun.
15684         (tramp-advice-make-auto-save-file-name): Make defadvice only when
15685         `make-auto-save-file-name' is not a magic file name operation.
15687 2005-08-30  Richard M. Stallman  <rms@gnu.org>
15689         * files.el (risky-local-variable-p):
15690         Match `-predicates' and `-commands.
15692         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15693         (custom-save-all): Visit the file if necessary;
15694         kill the buffer if we created it.
15695         (custom-save-delete): Don't visit file or kill buffer here.
15697 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
15699         * textmodes/org.el (org-special-keyword): New face.
15700         (org-table-copy-down, org-table-eval-formula)
15701         (org-table-recalculate, org-init-section-numbers):
15702         Use `string-to-number' instead of `string-to-int'.
15703         (org-get-location): Use `insert-buffer-substring' instead of
15704         `insert-buffer'.
15705         (org-modify-diary-entry-string): New function.
15706         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15707         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15708         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15709         active region.
15710         (org-export-as-html): Handle QUOTE keyword.
15711         (org-quote-string): New option.
15712         (org-bookmark-jump-unhide): New function, used for
15713         `bookmark-after-jump-hook'.
15714         (org-diary-default-entry): Apply only when not called through
15715         `org-agenda'.
15717 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
15719         * net/eudc.el (mode-popup-menu):
15720         * play/handwrite.el (ps-printer-name, ps-lpr-command):
15721         * progmodes/ada-mode.el (compile-auto-highlight)
15722         (skeleton-further-elements):
15723         * progmodes/autoconf.el (font-lock-syntactic-keywords):
15724         * progmodes/cmacexp.el (msdos-shells):
15725         * progmodes/compile.el (font-lock-extra-managed-props)
15726         (font-lock-keywords, font-lock-maximum-size)
15727         (font-lock-support-mode):
15728         * progmodes/grep.el (font-lock-lines-before):
15729         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15730         * progmodes/mixal-mode.el (compile-command):
15731         * progmodes/perl-mode.el (font-lock-comment-face)
15732         (font-lock-doc-face, font-lock-string-face):
15733         * progmodes/prolog.el (comint-prompt-regexp):
15734         * progmodes/sh-script.el (font-lock-comment-face)
15735         (font-lock-set-defaults, font-lock-string-face):
15736         * progmodes/sql.el (font-lock-keyword-face)
15737         (font-lock-set-defaults, font-lock-string-face):
15738         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15739         (itimer-version, lazy-lock-defer-contextually)
15740         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15741         Add defvars.
15743         * progmodes/cperl-mode.el (cperl-electric-lbrace)
15744         (cperl-electric-keyword, cperl-electric-pod)
15745         (cperl-electric-backspace, cperl-forward-re)
15746         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15747         (vc-rcs-header, vc-sccs-header): Add defvars.
15749         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15750         (font-lock-syntactic-keywords, gud-find-expr-function):
15751         Add defvars.
15753         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15754         (gdb-frame-parameters): Declare before use.
15756         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15757         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15758         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15759         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15761         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15762         (idlwave-help-with-source): Use `insert-buffer-substring', not
15763         `insert-buffer'.
15765 2005-08-29  Juri Linkov  <juri@jurta.org>
15767         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15768         Put outline-back-to-heading function call inside save-excursion.
15770 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
15772         * man.el (Man-init-defvars, Man-translate-references)
15773         (Man-support-local-filenames, Man-highlight-references):
15774         * progmodes/sql.el (sql-interactive-mode):
15775         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15777         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15778         (compilation-mode-font-lock-keywords): Add defvars.
15779         (checkdoc-interactive-loop): "?\ " -> "?\s".
15781         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15782         (font-lock-doc-face, font-lock-string-face)
15783         (font-lock-keywords-case-fold-search): Add defvars.
15784         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15786         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15787         Don't pass X and Y (they are ignored anyway).
15788         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15789         (mouse-delete-window): Make arguments optional.
15791         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15792         (caesar-translate-table, minor-modes, news-buffer-save)
15793         (news-group-name, news-minor-modes): Add defvars.
15795         * emacs-lisp/lselect.el (mouse-highlight-priority)
15796         (x-lost-selection-functions, zmacs-regions):
15797         * emacs-lisp/pp.el (font-lock-verbose):
15798         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15799         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15800         (ses-mode-map):
15801         * emacs-lisp/tcover-unsafep.el (safe-functions):
15802         * international/mule-cmds.el (mac-system-coding-system)
15803         (mac-system-locale):
15804         * language/ethio-util.el (rmail-current-message)
15805         (rmail-message-vector):
15806         * language/thai-util.el (thai-auto-composition-mode):
15807         * mail/metamail.el (rmail-current-message, rmail-message-vector):
15808         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15809         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15810         (vm-primary-inbox, vm-spool-files):
15811         * mail/rmail.el (deleted-head, font-lock-fontified)
15812         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15813         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15814         (total-messages):
15815         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15816         (rmail-summary-mode-map):
15817         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15818         (rmail-last-label, rmail-last-multi-labels)
15819         (rmail-summary-vector, rmail-total-messages):
15820         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15821         * mail/rmailsum.el (msgnum):
15822         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15823         (rmail-current-message):
15824         * obsolete/fast-lock.el (font-lock-face-list):
15825         * obsolete/rnewspost.el (mail-reply-buffer):
15826         * obsolete/scribe.el (compile-command):
15827         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15829 2005-08-28  John Paul Wallington  <jpw@gnu.org>
15831         * ibuf-ext.el (ibuffer-auto-update-changed):
15832         Use `frame-or-buffer-changed-p' to check whether we need to update.
15833         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15834         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
15835         as a `frame-or-buffer-changed-p' state vector instead.
15837 2005-08-27  Romain Francoise  <romain@orebokech.com>
15839         * textmodes/makeinfo.el (makeinfo-compile):
15840         Use `compilation-start'.  Set `next-error-function' according to
15841         `disable-errors'.
15842         (makeinfo-next-error): New function.
15843         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15844         (makeinfo-buffer): Likewise.
15846         * progmodes/compile.el (compilation-start): Add autoload cookie.
15848         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15849         * textmodes/sgml-mode.el: Likewise.
15850         * progmodes/python.el: Likewise.
15852 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
15854         * simple.el (blink-matching-paren-distance): Document the meaning
15855         of nil value, and allow to customize to nil.
15857         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15858         command.com, not command.exe.
15860 2005-08-26  John Wiegley  <johnw@newartisans.com>
15862         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15863         code around a bit so that an extraneous nil argument is not added
15864         to a command when no args are given.
15866         * eshell/esh-arg.el (eshell-parse-double-quote): If a
15867         double-quoted argument resolves to nil, return it as an empty
15868         string rather than as nil.  This made it impossible to pass "" to
15869         a shell script as a null string argument.
15871 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15873         * outline.el (outline-invent-heading): New fun.
15874         (outline-promote, outline-demote): Use it.
15875         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15876         (outline-end-of-subtree): Remove unused var `opoint'.
15878 2005-08-26  David Reitter  <david.reitter@gmail.com>
15880         * menu-bar.el (truncate-lines, write-file, print-buffer)
15881         (ps-print-buffer-faces, ps-print-buffer, split-window):
15882         Disable menu items when the frame they refer to is invisible, or when
15883         they refer to a buffer and the minibuffer is selected.
15885 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
15887         * progmodes/flymake.el (flymake-highlight-err-lines):
15888         Use save-excursion around flymake-highlight-line to preserve point.
15890 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
15892         * progmodes/octave-mod.el: Change Author and Maintainer address.
15893         (octave-maintainer-address): Change Kurt's email address.
15894         * progmodes/octave-inf.el: Change Author and Maintainer address.
15895         * progmodes/octave-hlp.el: Change Author and Maintainer address.
15897 2005-08-26  Kim F. Storm  <storm@cua.dk>
15899         * subr.el (version-list-<, version-list-<=, version-list-=):
15900         Rename from integer-list-*.
15901         (version-list-not-zero): Likewise.  Fix while loop.
15902         (version=): Use version-list-= instead of string-equal.
15904 2005-08-26  Richard M. Stallman  <rms@gnu.org>
15906         * outline.el (outline-promote): Try shortening the heading.
15907         As last resort, read the heading to use.
15908         (outline-demote): As last resort, read the heading to use.
15910 2005-08-26  Romain Francoise  <romain@orebokech.com>
15912         * progmodes/compile.el (compilation-start): Doc fix.
15914         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15915         (antlr-font-lock-additional-keywords): Fix reference to
15916         `antlr-font-lock-literal-regexp' erroneously changed during the
15917         mass face rename.
15918         (antlr-run-tool): Use `compilation-start'.
15920         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15921         instead of the obsolete `compile-internal'.
15923 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
15925         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15926         (number, original-date):
15927         * calendar/cal-china.el (date):
15928         * calendar/cal-coptic.el (date):
15929         * calendar/cal-french.el (date):
15930         * calendar/cal-hebrew.el (date, entry, number, original-date):
15931         * calendar/cal-islam.el (date, number, original-date):
15932         * calendar/cal-iso.el (date):
15933         * calendar/cal-julian.el (date):
15934         * calendar/cal-mayan.el (date):
15935         * calendar/cal-menu.el (date, event):
15936         * calendar/cal-persia.el (date):
15937         * calendar/lunar.el (date):
15938         * calendar/solar.el (date): Add defvars.
15940         * emerge.el:
15941         * ibuffer.el:
15942         * info-xref.el:
15943         * obsolete/bg-mouse.el:
15944         * obsolete/sun-curs.el:
15945         * obsolete/swedish.el: Move the `defvar's to the top level.
15947         * smerge-mode.el (smerge-refined-change): Add :group.
15949 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15951         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15952         (smerge-keep-n): Remove props.
15953         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15954         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15955         now that it's done in smerge-keep-n.
15956         (smerge-refined-change): New face.
15957         (smerge-refine-chopup-region, smerge-refine-highlight-change)
15958         (smerge-refine): New funs.
15959         (smerge-basic-map): Bind smerge-refine.
15961 2005-08-25  Juri Linkov  <juri@jurta.org>
15963         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15964         compilation-process-setup-function and compilation-disable-input
15965         in grep-mode instead of let-bindings in grep.
15967         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15968         Delete "Automatic File De/compression" (auto-compression-mode).
15970 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
15972         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15973         Silence warning about non-existent variable.
15975 2005-08-25  Richard M. Stallman  <rms@gnu.org>
15977         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15978         Rename "Describe Key" to "Describe Key or Mouse Operation".
15980         * mail/mailalias.el (build-mail-aliases): Delete comments
15981         from the contents before processing them.
15983         * isearch.el (isearch-edit-string): Erase the Search prompt
15984         if user enters an empty string and there is no default.
15986         * comint.el (comint-file-name-prefix): Add autoload.
15988 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
15990         * subr.el (play-sound): Rearrange to avoid warning.
15992 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
15994         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15995         New hook.
15996         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15998 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16000         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16002         * custom.el (custom-theme-set-variables): Sort minor modes last.
16004 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16006         * subr.el (version-separator, version-regexp-alist): New vars used by
16007         version comparison funs.
16008         (integer-list-<, integer-list-=, integer-list-<=)
16009         (integer-list-not-zero): New funs for integer list comparison.
16010         (version-to-list, version=, version<, version<=): New funs for version
16011         comparison.
16013 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
16015         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16016         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16017         time to silence the byte-compiler.
16019         * ibuffer.el (ibuffer-compile-make-eliding-form)
16020         (ibuffer-check-formats): Use `with-no-warnings' to hide references
16021         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16022         so it's silly to get warnings for it).
16023         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16024         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16025         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16026         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16027         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16028         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16029         Defvar at compile time.
16030         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16031         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16032         Declare them before use.
16034         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16035         (info-xref-good, info-xref-bad): Defvar at compile time.
16037         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16038         Use `let*' instead of `let'.
16040         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16041         (*mouse-y*, menu, char): Defvar at compile time.
16042         (sc::menu): Declare it before use.
16043         (sc::pack-one-line): Use `let', not `let*'.
16045         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16046         (mail-send-hook): Defvar at compile time.
16048         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16049         Defvar at compile time.
16051         * term/sun-mouse.el (current-global-mousemap)
16052         (current-local-mousemap): Declare them before use.
16054 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
16056         * bookmark.el (bookmark-after-jump-hook): New hook.
16057         (bookmark-jump): Run `bookmark-after-jump-hook'.
16059 2005-08-23  Juri Linkov  <juri@jurta.org>
16061         * faces.el (minibuffer-prompt): Doc fix.
16063 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
16065         * progmodes/xscheme.el: Trivial changes to silence warnings.
16066         (xscheme-previous-mode, xscheme-previous-process-state):
16067         Add defvars.
16068         (xscheme-last-input-end, xscheme-process-command-line)
16069         (xscheme-process-name, xscheme-buffer-name)
16070         (xscheme-expressions-ring-max, xscheme-expressions-ring)
16071         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16072         (xscheme-control-g-synchronization-p)
16073         (xscheme-control-g-disabled-p, xscheme-string-receiver)
16074         (default-xscheme-runlight, xscheme-runlight)
16075         (xscheme-runlight-string, xscheme-process-filter-state)
16076         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16077         Move to beginning of file.
16078         (scheme-interaction-mode-commands-alist)
16079         (scheme-interaction-mode-map, scheme-debugger-mode-map):
16080         Declare them before use.  Note: the initialization code for the
16081         variables has not been moved because it uses functions that reference
16082         the variables.
16083         (xscheme-control-g-message-string, xscheme-process-filter-alist)
16084         (xscheme-prompt-for-expression-map): Declare them before use.
16085         (scheme-debugger-mode-commands): "?\ " -> "?\s".
16087 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
16089         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16091 2005-08-22  Juri Linkov  <juri@jurta.org>
16093         * faces.el (set-face-underline): Delete this duplicate function
16094         and make an obsolete alias to set-face-underline-p.
16095         (set-face-underline-p): Use docstring of set-face-underline.
16096         (describe-face): Create hyperlink to parent face.
16098         * info.el (Info-insert-dir): Use save-excursion around
16099         insert-buffer-substring.
16100         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16101         (Info-escape-percent): Delete function.
16102         (Info-fontify-node): Replace Info-escape-percent by
16103         replace-regexp-in-string with REP arg set to lambda that
16104         duplicates `%' and preserves text properties.
16106         * progmodes/compile.el (compilation-disable-input): Doc fix.
16107         (define-compilation-mode): Doc fix and refill.
16108         (kill-compilation): Use `mode-name' in the error message.
16109         (compilation-find-file): Use `compilation-error' in the
16110         read-file-name's prompt.
16112 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16114         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16115         (smerge-auto-leave): Make undo re-enable the mode.
16116         (debug-ignored-errors): Add the user-error of impossible resolution.
16117         (smerge-resolve): Move things around a bit, in preparation for later.
16118         (smerge-diff): Don't fail if the buffer has no associated file.
16119         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16120         (smerge-conflict-overlay): New function.
16121         (smerge-match-conflict): Don't add text properties here.
16122         (smerge-find-conflict): Instead, add an overlay here.
16123         Also check for the case where we're inside a conflict already, so as to
16124         obviate the need for font-lock-multiline, which is unbearably slow with
16125         large conflicts and ciomplex font-lock patterns.
16126         (smerge-remove-props): Remove overlay rather than text-properties.
16127         (smerge-mode): Don't set font-lock-multiline.
16128         Remove overlays when turned off.
16130 2005-08-21  Kim F. Storm  <storm@cua.dk>
16132         * ido.el (ido-ignore-item-p): Use save-match-data.
16133         Bind case-fold-search to ido-case-fold locally.
16135 2005-08-20  Richard M. Stallman  <rms@gnu.org>
16137         * files.el (normal-mode): If font lock is on, turn it off and on.
16139         * subr.el (replace-regexp-in-string): Doc fix.
16141         * startup.el (command-line-1): Don't suppress startup screen
16142         due to existing processes.
16144         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16146         * progmodes/compile.el (compilation-disable-input): Default to nil.
16148 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16150         * progmodes/compile.el (compilation-disable-input): New defcustom.
16151         (compilation-start): If compilation-disable-input is non-nil, send
16152         EOF to the compilation process.
16154 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
16156         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16157         Run the argument of tex-shell-cd-command through
16158         convert-standard-filename, to get the correct style of slashes on
16159         Windows, and enclose the result in quotes, in case the file name
16160         includes whitespace or other special characters.
16162 2005-08-19  Andreas Schwab  <schwab@suse.de>
16164         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16165         process.
16167 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
16169         * cus-start.el (minibuffer-prompt-properties): Correct typo.
16171 2005-08-18  Kim F. Storm  <storm@cua.dk>
16173         * scroll-lock.el: Fix errors due to incorrect line wrapping.
16175 2005-08-18  Richard M. Stallman  <rms@gnu.org>
16177         * scroll-lock.el: New file.
16179 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
16181         * dired.el (dired-move-to-end-of-filename):
16182         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16184 2005-08-18  Kim F. Storm  <storm@cua.dk>
16186         * ido.el (ido-everywhere): Fix defcustom :set function to disable
16187         rather than toggle mode when custom value is nil.
16188         (ido-everywhere): Fix defun doc string.
16190 2005-08-17  Richard M. Stallman  <rms@gnu.org>
16192         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16193         as tag instead of "Inviolable".
16195 2005-08-17  Kim F. Storm  <storm@cua.dk>
16197         * windmove.el (windmove-coordinates-of-position): Remove.
16198         (windmove-coordinates-of-window-position): Remove.
16199         (windmove-reference-loc): Use posn-at-point instead.
16201         * subr.el (insert-for-yank-1): Doc fix.
16203         * ido.el (ido-enter-matching-directory): Rename from
16204         ido-enter-single-matching-directory.  Change `slash' choice to
16205         `only'.  Add `first' choice.
16206         (ido-exhibit): Adapt to above changes.
16208 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
16210         * Makefile.in: Expand comment about building loaddefs.el.
16212 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
16214         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16215         Comment use of defadvice.
16217         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16219 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
16221         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16222         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16223         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16224         * progmodes/idlw-shell.el, progmodes/ld-script.el,
16225         * progmodes/which-func.el, ruler-mode.el, strokes.el,
16226         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16227         for backward compatibility for faces that did not appear in the
16228         previous Emacs release.
16230         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16232 2005-08-15  Kim F. Storm  <storm@cua.dk>
16234         * emulation/cua-base.el (cua-delete-region): Return t if
16235         deleted region was non-empty.
16236         (cua-replace-region): Inhibit overwrite-mode for
16237         self-insert-command if replaced region was non-empty.
16238         (cua--explicit-region-start, cua--status-string): Make them
16239         buffer-local at top-level...
16240         (cua-mode): ...rather than when mode is enabled.
16242 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
16244         * progmodes/vhdl-mode.el (vhdl-emacs-21):
16245         Set t for Emacs 21, 22, and so on.
16247 2005-08-15  David Ponce  <david@dponce.com>
16249         * tree-widget.el: Update Commentary header.
16250         (tree-widget-theme): Doc fix.
16251         (tree-widget-space-width): New option.
16252         (tree-widget-image-properties): Look up in the default theme too.
16253         (tree-widget--cursors): Only for images with arrow pointer shape.
16254         (tree-widget-lookup-image): Pointer shape is hand by default.
16255         (tree-widget-icon): Rename generic icon widget from
16256         `tree-widget-control'.
16257         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16258         derive from `tree-widget-icon'.
16259         (tree-widget-handle): Improve default look and feel of the text
16260         representation.
16261         (tree-widget): Rename :*-control properties to :*-icon properties.
16262         Add :action and :help-echo properties.
16263         (tree-widget-after-toggle-functions): Move.
16264         (tree-widget-close-node, tree-widget-open-node): Remove.
16265         (tree-widget-before-create-icon-functions): New hook.
16266         (tree-widget-value-create): Update to allow customization of icons
16267         and nodes at run-time via that new hook.
16268         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16269         (tree-widget-icon-action, tree-widget-icon-help-echo)
16270         (tree-widget-action, tree-widget-help-echo): New functions.
16272 2005-08-15  Kim F. Storm  <storm@cua.dk>
16274         * ido.el (ido-buffer-internal): Use with-no-warnings.
16275         (ido-make-merged-file-list): Use while-no-input.
16277 2005-08-15  Richard M. Stallman  <rms@gnu.org>
16279         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16280         (flyspell-large-region): Fix doc and custom type.
16282 2005-08-14  Richard M. Stallman  <rms@gnu.org>
16284         * files.el (interpreter-mode-alist): Doc fix.
16286         * mail/rmail.el (rmail-nonignored-headers): New variable.
16287         (rmail-clear-headers): Use it.
16288         (rmail-reply): Better handling of mail-followup-to header.
16290         * progmodes/sh-script.el (sh-font-lock-keywords-var):
16291         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
16292         don't try to refer to executable-font-lock-keywords.
16293         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16294         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16295         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16296         (sh-mode): Set comment-start-skip, local-abbrev-table,
16297         imenu-case-fold-search.
16298         (sh-set-shell): Don't set them here.
16299         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
16300         Don't cache the results in the original alist; don't ever modify
16301         that alist.
16303         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16305         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16306         empty.
16308 2005-08-15  Andreas Schwab  <schwab@suse.de>
16310         * desktop.el: Put autoload cookie at risky-local-variable declarations.
16312         * dired.el, info.el, mail/rmail.el: Revert last change.
16314 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
16316         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16317         modification in `eval-after-load' form.
16318         * info.el: Likewise.
16319         * mail/rmail.el: Likewise.
16321 2005-08-14  Juri Linkov  <juri@jurta.org>
16323         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16324         Remove highlighting of "Compilation started".  Highlight only
16325         the word "finished" in "Compilation finished".  Add highlighting
16326         of "interrupt", "killed", "terminated" and the exit code.
16327         (compilation-start): Add newline after header.  Use exactly the
16328         same time stamp format as the finishing message.
16329         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16331         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16332         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16333         Add highlighting of "interrupt", "killed", "terminated".
16335         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16336         enabled and the current command is self-insert-command, call it
16337         explicitly with overwrite-mode bound to nil, to not allow it
16338         to delete the character after the selected region.
16340 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
16342         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16343         move-end-of-line, end-of-line, and beginning-of-line to the list
16344         of commands after which the echo area is updated.
16346 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
16348         * cus-edit.el (custom-save-all, custom-save-delete):
16349         Bind recentf-exclude to exclude custom-file.
16351 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
16353         * mail/rmailsum.el (rmail-summary-end-of-message): New command
16354         to go to the bottom of the mail message.  Added to
16355         `rmail-summary-mode-map' with key "/".
16356         (rmail-summary-show-message): New (internal) function for use by
16357         both `rmail-summary-beginning/end-of-message'.
16358         (rmail-summary-beginning-of-message): Change to use
16359         rmail-summary-show-message.
16361         * mail/rmail.el (rmail-end-of-message): New command to go to the
16362         end of the current message.  Added to `rmail-mode-map' with key "/".
16363         (rmail-beginning-of-message): Fix to work as documented.
16364         (rmail-mode): Change documentation.
16366         * progmodes/compile.el (compilation-start): Add the line
16367         "Compilation started" with compilation start time.
16368         (compilation-mode-font-lock-keywords): Add `started' to keywords.
16370 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
16372         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16373         of menu items.
16375 2005-08-11  Richard M. Stallman  <rms@gnu.org>
16377         * simple.el (pop-global-mark): Reverse test of widen-automatically.
16379         * battery.el (battery-status-function): Don't use ignore-errors.
16381 2005-08-11  Lute Kamstra  <lute@gnu.org>
16383         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16384         define-obsolete-variable-alias.
16386 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16388         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16389         (ange-ftp-send-cmd): Revert last change, and expand
16390         the comment explaining the problem.
16392 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
16394         * ldefs-boot.el: Update.
16396         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16397         item to "Time, Load and Mail".  Change help echo text.
16399         * time.el (display-time-use-mail-icon, display-time-format)
16400         (display-time-string-forms): Shorten first line of docstrings.
16402 2005-08-10  Lars Hansen  <larsh@soem.dk>
16404         * desktop.el (desktop-buffer-mode-handlers):
16405         Make non-customizable.  Add autoload cookie.  Change initial value to
16406         nil; add elements in respective modules instead.  Fix doc string.
16407         (desktop-load-file): New function.
16408         (desktop-minor-mode-handlers): New autoloaded variable.
16409         (desktop-create-buffer): Call minor mode handlers.
16410         Use desktop-load-file to load major and minor mode modules prior to
16411         checking for a handler.
16412         (desktop-save): Don't add nil to desktop-minor-modes for minor
16413         modes with nil function in desktop-minor-mode-table.  Don't delete
16414         desktop file before rewriting it.
16415         (desktop-locals-to-save): Add autoload cookie.  Don't make
16416         automatically buffer-local.  Add variables column-number-mode,
16417         size-indication-mode, indent-tabs-mode,
16418         indicate-buffer-boundaries, indicate-empty-lines and
16419         show-trailing-whitespace.
16420         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16421         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
16422         (desktop-clear-preserve-buffers-regexp): Delete.
16423         (desktop-clear-preserve-buffers): Update initial value and docstring.
16424         (desktop-save-buffer): Fix doc string.
16426         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16427         (hilit-chg-desktop-restore): New function.
16428         (highlight-changes-mode): Add highlight-changes-mode to
16429         desktop-locals-to-save.
16431         * dired.el: Add handler to desktop-buffer-mode-handlers.
16432         (dired-restore-desktop-buffer): Remove autoload cookie.
16433         (dired-mode): Add autoload cookie.
16435         * info.el: Add handler to desktop-buffer-mode-handlers.
16436         (Info-restore-desktop-buffer): Remove autoload cookie.
16437         (Info-mode): Add autoload cookie.
16439         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16440         (mh-restore-desktop-buffer): Remove autoload cookie.
16441         (mh-folder-mode): Add autoload cookie.
16443         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16444         (rmail-restore-desktop-buffer): Remove autoload cookie.
16446 2005-08-11  Masatake YAMATO  <jet@gyve.org>
16448         * hexl.el (hexl-address-region):
16449         (hexl-ascii-region, hexl-font-lock-keywords):
16450         (hexl-highlight-line-range): Use the term "region"
16451         instead of "area" for consistency with the other symbols
16452         defined in hexl.el.
16454 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16456         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16457         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16458         out by Juri Linkov).  Add `display-battery-mode'.
16460 2005-08-09  Juri Linkov  <juri@jurta.org>
16462         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16463         Remove `-text' from face variable names.
16464         (compilation-error-file-name, compilation-warning-file-name)
16465         (compilation-info-file-name): Delete faces.
16466         (compilation-line-number, compilation-column-number):
16467         Remove face underlining.
16468         (compilation-message-face): Set to `underline' value by default.
16469         (compilation-error-face, compilation-warning-face)
16470         (compilation-info-face): Remove `-file-name' from face names.
16471         (compilation-error-text-face, compilation-warning-text-face)
16472         (compilation-info-text-face): Delete face variables.
16473         (compilation-text-face): Delete function.
16475         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16476         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16477         (grep-error-face): Set to `compilation-error' instead of
16478         `compilation-error-face' (which is redefined to `grep-hit-face' in
16479         grep buffers).
16480         (grep-mode-font-lock-keywords): Remove `-text' from face variable
16481         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
16483         * dired-aux.el (dired-do-query-replace-regexp):
16484         Use `query-replace-read-args'.
16486         * replace.el (query-replace-read-from, query-replace-read-to)
16487         (query-replace-read-args): Rename arg `string' to `prompt'.
16489         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16491 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16493         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16494         uploading files.
16495         (ange-ftp-canonize-filename): Handle file names beginning with ~
16496         correctly.
16498 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16500         * textmodes/fill.el (canonically-space-region)
16501         (fill-context-prefix, fill-french-nobreak-p)
16502         (fill-delete-newlines, fill-comment-paragraph)
16503         (justify-current-line): "?\ " -> "?\s".
16505 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
16507         * textmodes/fill.el (fill-nonuniform-paragraphs):
16508         Improve argument/docstring consistency.
16510 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16512         * textmodes/ispell.el (ispell-word): More fboundp checks.
16514         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16515         (find-file-noselect-1): Call it here, only if RAWFILE.
16516         (normal-mode): Always set some major mode.
16517         (save-some-buffers-action-alist): Change some explanation strings.
16518         (file-name-non-special): In the `quote' method, use unwind-protect.
16520 2005-08-09  Magnus Henoch  <mange@freemail.hu>
16522         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16523         (ispell-have-aspell-dictionaries): New variable.
16524         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16525         (ispell-get-aspell-config-value): New function.
16526         (ispell-aspell-find-dictionary): New function.
16527         (ispell-aspell-add-aliases): New function.
16528         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16529         appropriate.  Don't look for ispell dictionaries if we use aspell.
16530         (ispell-menu-map): Don't build a submenu of dictionaries.
16532 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16534         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16535         (sql-read-passwd): Use read-passwd.
16537         * progmodes/idlw-toolbar.el (idlwave-toolbar)
16538         (idlwave-toolbar-is-possible): Add defvars.
16540         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16541         Avoid warnings.
16543         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16544         (idlwave-system-class-info, idlwave-executive-commands-alist):
16545         Use defvar.
16547         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16549         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16550         Avoid warnings.
16552         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16553         and content-type: headers.
16555         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16557         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16558         and rename some of them to be more self-explanatory.
16560         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16562         * startup.el (command-line-1): Implement -scriptload.
16564         * replace.el (occur-engine): Initial *Occur* output not undoable.
16566         * menu-bar.el (menu-bar-file-menu): Rename some menu items
16567         and improve help strings.
16569         * isearch.el (isearch-repeat): When changing direction,
16570         mark search successful.
16572         * ediff-init.el: Use (featurep 'xemacs).
16574         * comint.el (send-invisible): Identify buffer, if not selected.
16576         * align.el: Delete autoload for c-guess-basic-syntax.
16578 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16580         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16581         Improve argument/docstring consistency.  Doc fixes.
16582         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16583         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16584         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16585         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16586         (r2bv-organization, r2bv-pages, r2bv-primary-author)
16587         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16588         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16589         Defvar at compile time.
16591 2005-08-09  Juri Linkov  <juri@jurta.org>
16593         * info.el: Replace `info' with upper-case `Info' where appropriate.
16594         (info-title-1, info-title-2, info-title-3, info-title-4)
16595         (info-menu-header): Move up face definitions.
16596         (info-menu-star): Rename from `info-menu-5'.
16597         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16598         (Info-fontify-visited-nodes): Fix docstring.
16599         (Info-hide-note-references): Fix docstring.
16600         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16601         menu items in the same way as on cross-references.
16602         (info-apropos): Fix sorting order and formatting to be like in the
16603         stand-alone Info browser.  Display error messages for 1 sec.
16604         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
16605         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16606         from the menu bar.
16607         (Info-insert-dir): Restore point after calling
16608         `insert-buffer-substring'.
16610 2005-08-08  Richard M. Stallman  <rms@gnu.org>
16612         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16613         (recompute-lucid-menubar): Add defvars.
16615         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16617         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16619         * net/net-utils.el (run-dig): Rename from `dig'.
16621         * play/gametree.el (gametree-mode): Use make-local-variable,
16622         not make-variable-buffer-local.
16624         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16626         * ansi-color.el (ansi-color-make-extent)
16627         (ansi-color-set-extent-face): Use fboundp, not functionp.
16629         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16630         not make-variable-buffer-local.
16632         * bookmark.el (Info-current-file): Add defvar.
16633         (bookmark-jump-noselect): Use with-no-warnings.
16635         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16637         * ebuff-menu.el (Helper-return-blurb): Add defvar.
16639         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16641         * find-file.el (ada-procedure-start-regexp)
16642         (ada-package-start-regexp): Add defvars.
16644         * info.el (Info-insert-dir): Use insert-buffer-substring.
16646         * xml.el (xml-att-def-re): Add defvar.
16648         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16649         calling convention.
16651         * subr.el (while-no-input): Return t if there is input.
16653 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
16655         * cus-start.el (all): Add `overflow-newline-into-fringe'.
16657 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
16659         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16660         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16662 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
16664         * cmuscheme.el (scheme-start-file): Replace reference to
16665         `user-emacs-directory' by "~/.emacs.d/".
16667 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
16669         * info.el (Info-dir-remove-duplicates): Avoid case folding
16670         in loop; instead, keep downcased strings for comparison.
16671         Suggested by Helmut Eller.
16673 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
16675         Sync with Tramp 2.0.50.
16677         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16678         XEmacs case; not necessary anymore.
16679         (tramp-user-regexp): Allow "@" as part of user name.
16680         (tramp-handle-set-visited-file-modtime)
16681         (tramp-handle-insert-file-contents)
16682         (tramp-handle-write-region): No special handling for
16683         `last-coding-system-used, because this is done in
16684         `tramp-accept-process-output' now.
16685         (tramp-accept-process-output): New defun.
16686         (tramp-process-one-action, tramp-process-one-multi-action)
16687         (tramp-wait-for-regexp, tramp-wait-for-output)
16688         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
16689         Howells <dhowells@redhat.com>.
16690         (clear-visited-file-modtime): Defadvice removed.  The check for
16691         unset buffer's modtime does not need to be based on
16692         `tramp-buffer-file-attributes'.  Suggested by RMS.
16693         (tramp-message): Insert "\n" if not being at beginning of line.
16694         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16695         sequence with same logic.
16696         (tramp-completion-handle-expand-file-name): Discard call of
16697         `tramp-drop-volume-letter'.  It is not necessary, and there have
16698         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16699         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16700         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16701         should always be visible.
16702         (tramp-handle-insert-directory, tramp-setup-complete)
16703         (tramp-set-process-query-on-exit-flag)
16704         (tramp-append-tramp-buffers): Pacify byte-compiler.
16705         (tramp-bug): Delete non-existing variables from list.
16706         Apply `tramp-load-report-modules' as pre-hook.
16707         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16708         `shell-prompt-pattern' because of non-7bit characters.
16709         Reported by Sebastian Luque <sluque@mun.ca>.
16710         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16711         (tramp-match-string-list): Remove function.
16712         (tramp-wait-for-regexp): Remove call of that function.
16713         Suggested by Kim F. Storm <storm@cua.dk>.
16714         (tramp-set-auto-save-file-modes): Use octal integer code #o600
16715         instead of octal character code ?\600.  The latter resulted in a
16716         syntax error with XEmacs.
16718         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16719         XEmacs case; not necessary anymore.
16720         (tramp-smb-handle-write-region): No special handling for
16721         `last-coding-system-used, because this is done in
16722         `tramp-accept-process-output' now.
16723         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16725 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
16727         * wid-edit.el (widget-choice-value-create):
16728         Unconditionally respect user choice.  Set :explicit-choice back to nil
16729         when no longer needed.
16730         (widget-choice-action): Unconditionally respect user choice.
16731         Eliminate :explicit-choice-value.
16733         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16735         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16736         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16737         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16738         running new function `toggle-indicate-empty-lines'.
16739         Rename "Customize" item to "Customize fringe".
16740         Rename "Indicators" item to "Buffer boundaries" and change help echo.
16741         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16742         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16743         Delete "Empty lines only" item.
16744         (menu-bar-showhide-fringe-ind-customize): New function.
16745         (menu-bar-showhide-fringe-ind-mixed)
16746         (menu-bar-showhide-fringe-ind-box)
16747         (menu-bar-showhide-fringe-ind-right)
16748         (menu-bar-showhide-fringe-ind-left)
16749         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16750         instead of `fringe-indicators'.
16752 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16754         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16755         Change the date of last update.
16757 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16759         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16760         (viper-exec-yank, viper-put-back): Don't display modification msg
16761         if in the minibuffer.
16763         * viper-init.el (viper-replace-overlay-cursor-color)
16764         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16765         Make variables frame local.
16767         * viper-util.el (viper-append-filter-alist): Use append instead of
16768         nconc.
16770         * viper.el (viper-vi-state-mode-list)
16771         (viper-emacs-state-mode-list): Move help-mode and
16772         completion-list-mode from the first list to the second.
16773         (viper-mode): Docstring.
16774         (viper-go-away, viper-non-hook-settings): Don't localize
16775         minor-mode-alist in newer Emacsen.  Add advice to
16776         set-cursor-color.  Don't bind "\C-c\\".
16778 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
16780         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16781         (scheme-macro-expand-command): New user options.
16782         (scheme-trace-procedure, scheme-expand-current-form): New commands.
16783         (scheme-form-at-point, scheme-start-file)
16784         (scheme-interactively-start-process): New functions.
16785         (scheme-get-process): New function, extracted from `scheme-proc'.
16786         (run-scheme): Call `scheme-start-file' to get start file, and pass
16787         it to `make-comint'.
16788         (switch-to-scheme, scheme-proc):
16789         Call `scheme-interactively-start-process' if no Scheme buffer/process
16790         is available.
16792 2005-08-06  Juri Linkov  <juri@jurta.org>
16794         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16795         Use `compilation-text-face', `compilation-info-text-face' and
16796         `compilation-error-text-face' instead of `font-lock-keyword-face'.
16797         (compilation-error): New face.
16798         (compilation-error-file-name): Inherit from
16799         `compilation-error' instead of `font-lock-warning-face'.
16800         (compilation-warning-file-name): Inherit from
16801         `compilation-warning' instead of `font-lock-warning-face'.
16802         (compilation-info, compilation-error-file-name)
16803         (compilation-warning-file-name, compilation-info-file-name)
16804         (compilation-line-number, compilation-column-number): Doc fix.
16805         (compilation-error-text-face, compilation-warning-text-face)
16806         (compilation-info-text-face): New face variables.
16807         (compilation-line-face, compilation-column-face)
16808         (compilation-enter-directory-face)
16809         (compilation-leave-directory-face): Doc fix.
16810         (compilation-text-face): New function.
16812         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16813         instead of 1 to display binary file names as info file links.
16814         (grep-error-face): Use `compilation-error-face' instead of
16815         `font-lock-keyword-face'.
16816         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16817         and `compilation-warning-text-face' instead of
16818         `font-lock-keyword-face'.  Use `compilation-error-text-face'
16819         instead of `grep-error-face'.
16821 2005-08-05  Kenichi Handa  <handa@m17n.org>
16823         * international/code-pages.el: Add autoload cookies for all coding
16824         systems.
16826 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
16828         * cus-start.el (all): Put undo.c where it alphabetically belongs.
16830 2005-08-04  Juri Linkov  <juri@jurta.org>
16832         * progmodes/compile.el (compilation-mode-map):
16833         * progmodes/grep.el (grep-mode-map):
16834         Bind TAB to `compilation-next-error' and [backtab] to
16835         `compilation-previous-error'.
16837         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16838         matching line numbers, column numbers and their ranges with regexp
16839         matching only line numbers.
16840         (grep-context-face): New face variable.
16841         (grep-mode-font-lock-keywords): Use it.
16843         * faces.el (read-face-name): Delete duplicate faces.
16845 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
16847         * thumbs.el (thumbs-find-image): Don't make variables
16848         automatically buffer local.
16849         (thumbs-current-tmp-filename, thumbs-current-image-filename)
16850         (thumbs-image-num): Make automatically buffer local.
16851         (thumbs-show-thumbs-list): Use `make-local-variable', not
16852         `make-variable-buffer-local'.
16853         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16855         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16856         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16857         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16858         (bother, bye, canyou, chatlst, continue, deathlst, describe)
16859         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16860         (feelings-about, foullst, found, hello, history, howareyoulst)
16861         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16862         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16863         (neglst, obj, object, owner, please, problems, qlist)
16864         (random-adjective, relation, remlst, repetitive-shortness)
16865         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16866         (shortlst, something, sportslst, stallmanlst, states, subj)
16867         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16868         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16869         Defvar at compile time.
16871         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16872         not `make-variable-buffer-local'.
16874 2005-08-02  Kim F. Storm  <storm@cua.dk>
16876         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16877         rectangle overlay in selected window.
16879 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
16881         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16882         instead of display group.  Make `indicate-buffer-boundaries'
16883         customizable through Custom.
16885 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
16887         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16888         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16889         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16890         (gdb-put-string): Fix typos in docstrings.
16892 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
16894         Update copyright notices of files in progmodes directory for
16895         release of Emacs 22.1.
16897         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16899         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16900         Don't barf if the GUD buffer has been killed.
16902 2005-08-01  Kim F. Storm  <storm@cua.dk>
16904         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16906 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16908         * simple.el (next-error-follow-minor-mode):
16909         make-variable-buffer-local -> make-local-variable.
16911         * emacs-lisp/cl-extra.el: Require CL also when compiling.
16913         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16914         (byte-compile-form-make-variable-buffer-local): New functions to warn
16915         about misuses of make-variable-buffer-local where make-local-variable
16916         was meant.
16918 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
16920         * bs.el (bs-attributes-list): Doc fix.
16921         (bs): Update url-link.
16923         * desktop.el (desktop-save-buffer): Fix typos in docstring.
16924         (desktop-load-default): Simplify.
16926         * ibuffer.el (ibuffer-columnize-and-insert-list)
16927         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16928         (ibuffer-unmark-all, ibuffer-toggle-marks)
16929         (ibuffer-unmark-forward, ibuffer-unmark-backward)
16930         (ibuffer-compile-make-format-form, ibuffer-format-column)
16931         (ibuffer-current-buffers-with-marks)
16932         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16933         (ibuffer): Doc fix.
16934         (ibuffer-mode): Fix typo in docstring.
16935         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16936         with `define-obsolete-variable-alias'.
16937         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
16939 2005-07-29  Kenichi Handa  <handa@m17n.org>
16941         * international/mule-cmds.el (select-message-coding-system):
16942         Be sure to use LF for end-of-line.  If no coding system is decided,
16943         return iso-8859-1-unix.
16945 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16947         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16948         (ange-ftp-pending-error-line): New vars.
16949         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16950         to handle the non-fatal no-route-to-host messages.
16951         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16953 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
16955         * isearch.el (isearch-mode-map, isearch-other-meta-char)
16956         (isearch-quote-char, isearch-printing-char)
16957         (isearch-text-char-description): "?\ " -> "?\s".
16958         (isearch-lazy-highlight-cleanup)
16959         (isearch-lazy-highlight-initial-delay)
16960         (isearch-lazy-highlight-interval)
16961         (isearch-lazy-highlight-max-at-a-time)
16962         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16963         Declare with define-obsolete-*-alias macros.
16964         (isearch-forward): Fix typo in docstring.
16965         (search-invisible, search-ring-yank-pointer)
16966         (regexp-search-ring-yank-pointer): Doc fixes.
16968         * recentf.el (recentf-menu-append-commands-p): Declare with
16969         `define-obsolete-variable-alias'.
16970         (recentf-max-saved-items, recentf-menu-filter)
16971         (recentf-arrange-by-rule-subfilter): Doc fixes.
16972         (recentf-menu-append-commands-flag)
16973         (recentf-initialize-file-name-history, recentf-expand-file-name)
16974         (recentf-clear-data): Fix typos in docstrings.
16976 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
16978         * progmodes/gdb-ui.el: Smarten comments.
16979         (gdb-info-breakpoints-custom): Use nowarn when finding file.
16981 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16983         * term/apollo.el (terminal-init-apollo): New function containing
16984         all former top level forms in the file.
16985         * term/bobcat.el (terminal-init-bobcat):
16986         * term/cygwin.el (terminal-init-cygwin):
16987         * term/iris-ansi.el (terminal-init-iris-ansi):
16988         * term/linux.el (terminal-init-linux):
16989         * term/news.el (terminal-init-news):
16990         * term/rxvt.el (terminal-init-rxvt):
16991         * term/sun.el (terminal-init-sun):
16992         * term/tvi970.el (terminal-init-tvi970):
16993         * term/vt100.el (terminal-init-vt100):
16994         * term/vt102.el (terminal-init-vt102):
16995         * term/vt125.el (terminal-init-vt125):
16996         * term/vt200.el (terminal-init-vt200):
16997         * term/vt201.el (terminal-init-vt201):
16998         * term/vt220.el (terminal-init-vt220):
16999         * term/vt240.el (terminal-init-vt240):
17000         * term/vt300.el (terminal-init-vt300):
17001         * term/vt320.el (terminal-init-vt320):
17002         * term/vt400.el (terminal-init-vt400):
17003         * term/vt420.el (terminal-init-vt420):
17004         * term/wyse50.el (terminal-init-wyse50):
17005         * term/xterm.el (terminal-init-xterm): Likewise.
17007         * term/README: Describe the terminal-init-* functionality.
17009         * startup.el (command-line): After loading the terminal initialization
17010         file call the corresponding terminal initialization function.
17012 2005-07-27  Kenichi Handa  <handa@m17n.org>
17014         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17015         negative.
17017         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17018         (ps-mule-composition-prologue): Fix for the case that
17019         RelativeCompose is false.
17021 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17023         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17025         * descr-text.el (describe-char): Handle the case where the list of
17026         chars is displayed in a separate frame.
17027         Be a bit more discriminating when looking for the char.
17029 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
17031         * bookmark.el (bookmark-automatically-show-annotations)
17032         (bookmark-read-annotation-text-func): Doc fixes.
17033         (bookmark-save): Improve argument/docstring consistency.
17034         (bookmark-get-bookmark, bookmark-get-bookmark-record)
17035         (bookmark-alist-from-buffer)
17036         (bookmark-upgrade-file-format-from-0)
17037         (bookmark-grok-file-format-version)
17038         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17039         (bookmark-read-annotation-mode)
17040         (bookmark-insert-current-bookmark, bookmark-jump)
17041         (bookmark-exit-hook): Fix typos in docstrings.
17042         (bookmark-exit-hooks): Define as obsolete alias.
17043         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17044         not `bookmark-exit-hooks'.  Fix docstring.
17045         (bookmark-bmenu-select): "?\ " -> "?\s".
17047 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
17049         * startup.el (command-line): Fix typo.
17051 2005-07-24  Richard M. Stallman  <rms@gnu.org>
17053         * tooltip.el (tooltip-mode): Test emacs-basic-display,
17054         not emacs-quick-startup.
17056 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
17058         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17059         (reb-next-match, reb-show-subexp): Use `with-selected-window'
17060         instead of `reb-with-current-window'.
17061         (reb-prev-match): Likewise.  Also, don't move left if the search
17062         was unsuccessful.
17063         (reb-initialize-buffer): New function.
17064         (re-builder, reb-change-syntax): Use it.
17066         * man.el (Man-goto-page): Make second argument NOERROR optional.
17068 2005-07-23  Richard M. Stallman  <rms@gnu.org>
17070         * man.el (Man-bgproc-sentinel): Check here for failure to find
17071         any man page in the output, and report the error here.
17072         (Man-arguments): Make it permanent local.
17073         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
17074         (Man-mode): Pass t for NOERROR.
17076         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17077         (grep-mode-font-lock-keywords):
17078         Don't use compilation-...-face for messages that are not file names.
17080         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17081         Don't use compilation-...-face for messages that are not file names.
17083 2005-07-22  Juri Linkov  <juri@jurta.org>
17085         * startup.el (normal-splash-screen): Update menu name.
17087         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17089 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17091         * term/xterm.el: Load term/rxvt if the terminal is actually an
17092         rxvt terminal.
17093         (xterm-rxvt-set-background-mode): Remove, not used anymore.
17095         * term/rxvt.el (function-key-map): Use substitute-key-definition
17096         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
17098         * term/cygwin.el: New file.
17100 2005-07-22  Kim F. Storm  <storm@cua.dk>
17102         * image-file.el (insert-image-file, image-file-yank-handler):
17103         Fix last change to maintain a (unique) yank-handler on yanked images.
17105 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
17107         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17108         of the file size (as in "177B" for 177 bytes).  This happens with
17109         "ls -lh" on FreeBSD.
17111 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
17113         * hilit-chg.el (highlight-changes-global-initial-state)
17114         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17115         (hilit-chg-fixup, highlight-changes-mode):
17116         Fix typos in docstrings.
17117         (highlight-changes-global-modes, highlight-changes-rotate-faces):
17118         Doc fixes.
17120 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
17122         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17123         mode function using `eval-after-load'.
17125 2005-07-21  Kim F. Storm  <storm@cua.dk>
17127         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17128         included when reporting an emacs crash, and tell about the DEBUG file.
17130         * image-file.el (insert-image-file): Add yank-handler.
17131         (image-file-yank-handler): Yank handler to make unique copies of
17132         images when they are yanked into a buffer next to each other.
17134 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
17136         * comint.el (comint-use-prompt-regexp, comint-send-input)
17137         (comint-source-default, comint-extract-string)
17138         (comint-get-source, comint-word, comint-completion)
17139         (comint-source, comint-prompt-read-only, comint-update-fence):
17140         Fix typos in docstrings.
17141         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17142         Declare with define-obsolete-*-alias macros.
17143         (comint-previous-matching-input-from-input)
17144         (comint-next-matching-input-from-input)
17145         (comint-previous-matching-input, comint-next-matching-input)
17146         (comint-forward-matching-input):
17147         Improve argument/docstring consistency.
17149         * desktop.el (desktop-clear-preserve-buffers-regexp):
17150         Also preserve the *server* buffer.
17152         * simple.el (clone-indirect-buffer): Doc fix.
17153         (fixup-whitespace, just-one-space)
17154         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17155         (next-error, next-error-highlight)
17156         (next-error-highlight-no-select, next-error-last-buffer)
17157         (next-error-buffer-p, next-error-find-buffer, next-error)
17158         (previous-error, next-error-no-select, previous-error-no-select)
17159         (open-line, split-line, minibuffer-prompt-width, kill-new)
17160         (binary-overwrite-mode): Fix typos in docstrings.
17161         (set-fill-column): Fix typo in message.
17163         * skeleton.el (skeleton-proxy-new): Doc fix.
17165         * strokes.el (strokes-load-hook): Doc fix.
17166         (strokes-grid-resolution, strokes-get-grid-position)
17167         (strokes-renormalize-to-grid, strokes-read-stroke)
17168         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17169         (strokes-global-map): Fix typos in docstrings.
17170         (strokes-help): Doc fix.  Fix help message and pass it through
17171         `substitute-command-keys'.
17173         * tempo.el (tempo-insert-prompt, tempo-interactive)
17174         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17175         (tempo-insert-string-functions, tempo-local-tags)
17176         (tempo-define-template, tempo-insert-template)
17177         (tempo-insert-prompt-compat, tempo-is-user-element)
17178         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17179         Fix typos in docstrings.
17181         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17182         (vcursor-key-bindings, vcursor-use-vcursor-map)
17183         (vcursor-find-window, vcursor-scroll-down)
17184         (vcursor-disable, vcursor-beginning-of-buffer)
17185         (vcursor-end-of-buffer): Fix typos in docstrings.
17186         (vcursor-relative-move, vcursor-get-char-count):
17187         Improve argument/docstring consistency.
17189         * version.el: "?\ " -> "?\s".
17191         * wid-edit.el (widget-default-create, widget-after-change)
17192         (widget-default-format-handler, widget-checklist-add-item)
17193         (widget-radio-add-item, widget-choose, widget-specify-secret)
17194         (widget-field-value-create, widget-field-value-get)
17195         (widget-editable-list-format-handler)
17196         (widget-editable-list-entry-create, widget-group-value-create)
17197         (widget-documentation-link-add)
17198         (widget-documentation-string-value-create): "?\ " -> "?\s".
17199         (widget-convert-text): Doc fix.
17200         (widget-narrow-to-field, widget-field-find)
17201         (widget-url-link-action, widget-emacs-library-link-action)
17202         (widget-color-notify): Fix typos in docstrings.
17204         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17205         (x-select-text, set-w32-system-coding-system)
17206         (w32-add-charset-info): Fix typos in docstrings.
17208         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17209         (cua-enable-cua-keys, cua-use-hyper-key)
17210         (cua-virtual-rectangle-edges): Fix typos in docstrings.
17211         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17213         * net/tramp.el (tramp-handle-load): Fix typo in error message.
17215         * emacs-lisp/re-builder.el (regexp-builder): Declare with
17216         `defalias' instead of faking it.
17218         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17219         (eshell-ls-missing, eshell-ls-dired-initial-args)
17220         (eshell-ls-use-in-dired): Fix typos in docstrings.
17222 2005-07-20  Kim F. Storm  <storm@cua.dk>
17224         * emulation/cua-base.el (cua-mode): Improve doc string.
17226 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
17228         * abbrev.el (expand-region-abbrevs): Doc fix.
17229         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17230         Improve argument/docstring consistency.
17232         * arc-mode.el (archive-get-descr, archive-alternate-display):
17233         Doc fixes.
17234         (archive-l-e): Improve argument/docstring consistency.
17235         (archive-tmpdir, archive-unixdate, archive-unixtime)
17236         (archive-chmod-entry): Fix typos in docstrings.
17237         (archive-unflag, archive-unflag-backwards)
17238         (archive-unmark-all-files): "?\ " -> "?\s".
17240         * buff-menu.el (Buffer-menu-unmark): Doc fix.
17241         (Buffer-menu-not-modified, Buffer-menu-execute)
17242         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17243         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17245         * composite.el (compose-string, encode-composition-rule)
17246         (compose-last-chars): Fix typos in docstrings.
17248         * desktop.el (desktop-enable, desktop-basefilename):
17249         Declare with `define-obsolete-variable-alias'.
17250         (desktop-internal-v2s): Don't quote keywords.
17251         (desktop-clear): "?\ " -> "?\s".
17253         * dired.el (dired-align-file, dired-flag-backup-files)
17254         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17255         (dired-listing-switches, dired-ls-F-marks-symlinks)
17256         (dired-dwim-target, dired-load-hook, dired-mode-hook)
17257         (dired-directory, dired-faces, dired, dired-revert)
17258         (dired-mode, dired-summary, dired-view-file)
17259         (dired-copy-filename-as-kill, dired-delete-file)
17260         (dired-no-confirm, dired-unmark-all-marks)
17261         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17262         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17263         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17264         Fix typos in message strings.
17266         * dired-x.el (virtual-dired): Declare with `defalias'.
17267         (dired-mark-unmarked-files, dired-local-variables-file)
17268         (dired-omit-here-always): Doc fix.
17269         (dired-omit-mode, dired-find-subdir)
17270         (dired-enable-local-variables, dired-clean-up-buffers-too)
17271         (dired-extra-startup, dired-mark-extension, dired-jump)
17272         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17273         (dired-smart-shell-command, dired-guess-shell-alist-user)
17274         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17275         (dired-x-bind-find-file, dired-x-submit-report):
17276         Fix typos in docstrings.
17277         (dired-mark-unmarked-files): "?\ " -> "?\s".
17279         * dirtrack.el (dirtrack-list): Fix typos in docstring.
17281         * faces.el (describe-face): "?\ " -> "?\s".
17282         (read-all-face-attributes, read-face-font, modify-face)
17283         (face-attr-construct, italic): Fix typos in docstrings.
17284         (frame-update-face-colors): Declare with
17285         `define-obsolete-function-alias'.
17287         * files.el (find-file-noselect, recode-file-name): Doc fixes.
17288         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17289         (magic-mode-alist, buffer-file-numbers-unique)
17290         (write-file-functions, get-free-disk-space):
17291         Fix typos in docstrings.
17292         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17293         (write-contents-hooks, write-file-hooks):
17294         Declare with `define-obsolete-variable-alias'.
17296         * forms-d2.el (arch-rj): Fix typo in docstrings.
17297         (arch-tocol): Likewise.  "?\ " -> "?\s".
17299         * frame.el (set-frame-font, cursor-in-non-selected-windows):
17300         Fix typo in docstring.
17301         (set-screen-width, set-screen-height): Delete redundant info in
17302         doctrings.
17303         (new-frame, screen-height, screen-width): Declare with
17304         `define-obsolete-function-alias'.
17305         (delete-frame-hook, blink-cursor): Declare with
17306         `define-obsolete-variable-alias'.
17308         * paths.el (prune-directory-list): Fix typos in docstring.
17310         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17311         (cvs-prefix-get): Fix typos in docstrings.
17313         * ps-print.el (ps-extend-face-list, ps-extend-face)
17314         (ps-print-background-image): Fix typos in docstrings.
17315         (ps-default-fg, ps-default-bg): Doc fixes.
17317         * s-region.el (s-region-bind): Doc fix.
17318         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17320         * textmodes/org.el (org-table-formula-substitute-names)
17321         (org-table-get-vertical-vector): Doc fixes.
17322         (org-table-recalculate): Remove unused argument to `message'.
17324 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
17326         * textmodes/org.el (org-table-column-names)
17327         (org-table-column-name-regexp)
17328         (org-table-named-field-locations): New variables.
17329         (org-archive-subtree): Protect `this-command' when calling
17330         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17331         the kill buffer.
17332         (org-complete): Remove fixed-formula completion.
17333         (org-edit-formulas-map): New variable.
17334         (org-table-edit-formulas): New command.
17335         (org-finish-edit-formulas, org-abort-edit-formulas)
17336         (org-show-variable, org-table-get-vertical-vector): New functions.
17337         (org-table-maybe-eval-formula): Handle `:=' fields.
17338         (org-table-get-stored-formulas, org-table-store-formulas)
17339         (org-table-get-formula, org-table-modify-formulas)
17340         (org-table-replace-in-formulas): Handle named field formulas.
17341         (org-table-get-specials): Store locations of named fields.
17343 2005-07-19  Juri Linkov  <juri@jurta.org>
17345         * progmodes/grep.el (grep-regexp-alist)
17346         (grep-mode-font-lock-keywords, grep-process-setup):
17347         Use default GNU grep match color "01;31m" instead of "01;41m".
17348         (grep-regexp-alist, grep-mode-font-lock-keywords):
17349         Use `\\[[0-9]*m' instead of `\\[00m'.
17350         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17351         sgr_start where its handling is more important.  Use the real
17352         length of sgr_start instead of constant 8.
17353         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17354         specially.  Delete all remaining escape sequences.
17355         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17356         (grep-regexp-alist): Make hyperlink only for binary file name
17357         instead of the whole line.
17358         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17359         (grep-mode): Add autoload.
17361         * emacs-lisp/find-func.el (find-function-regexp):
17362         Add `define-compilation-mode'.
17364 2005-07-19  Juri Linkov  <juri@jurta.org>
17366         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17367         (compare-windows-sync-string-size, compare-windows-recenter)
17368         (compare-windows-highlight, compare-windows): Add version 22.1.
17369         (compare-windows) <defface>: Inherit from lazy-highlight instead
17370         of duplicating its default value.
17372         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17373         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17375         * descr-text.el (describe-char): Create link buttons for `charset'
17376         and `code point'.  Add the current input method name with a link
17377         button to `to input' field.  Print face names of display table
17378         characters in `The display table entry is displayed by' section
17379         instead of printing face-id in the `display' field.
17380         Guess hardcoded faces and create a link button for them.
17381         Skip empty fields when calculating max-width.
17382         Treat `widget-create' specially while inserting strings from the
17383         collected field list.
17384         (describe-char-after): Made obsolete in version 22.1, not 21.5.
17386         * diff-mode.el (diff-file-header): Change foreground color from
17387         yellow to green on light backgrounds.
17388         (diff-context): Inherit from `shadow' only for color/grayscale
17389         with more than 88 colors.
17390         (diff-indicator-removed, diff-indicator-added)
17391         (diff-indicator-changed): New faces.
17392         (diff-font-lock-keywords): Use new faces.  Regroup rules.
17393         Add "^---$" for `normal' diff format.  Fontify `#' lines with
17394         font-lock-comment-delimiter-face and font-lock-comment-face.
17395         Add `#' to ^[^...] in the rule for `diff-context-face'.
17397         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17398         a button-like box.  Inherit from `highlight' on low colors.
17399         (shadow): Use shades of gray only for color/grayscale with
17400         more than 88 colors.  Use green for light backgrounds with
17401         8 colors, and yellow for dark backgrounds with 8 colors.
17403         * font-lock.el (font-lock-regexp-grouping-backslash):
17404         Don't inherit from escape-glyph (use bold for all cases).
17406         * info.el (info-xref-visited): Use light foreground color `violet'
17407         for dark backgrounds instead of dark color `magenta3'.
17408         (info-title-1): Use `yellow' color for dark backgrounds.
17410         * isearch.el (isearch): Use not-too-dark magenta3 instead of
17411         too-light magenta2.
17413         * replace.el (match): Use slightly more light RoyalBlue3 instead
17414         of dark RoyalBlue4.
17416         * wid-edit.el (widget-inactive): Inherit from `shadow'.
17418 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
17420         * novice.el (disabled-command-hook): Declare it with
17421         `define-obsolete-variable-alias'.
17423         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17424         (desktop-buffer-misc-functions, desktop-buffer-handlers)
17425         (desktop-load-default): Add release to obsolescence info.
17426         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17427         (desktop-append-buffer-args, desktop-read):
17428         Fix typos in docstrings.
17429         (desktop-kill): Fix typo in message.
17430         (desktop-save): Doc fix.
17432 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17434         * viper-cmd.el (viper-escape-to-state): Bug fix.
17435         (viper-envelop-ESC-key): Change the definition of fast
17436         keysequence so it'll work with keyboard macros.
17438         * ediff.el (ediff-patch-buffer): Change the docstring.
17440 2005-07-19  Kenichi Handa  <handa@m17n.org>
17442         * international/mule-cmds.el (select-safe-coding-system): Try to
17443         use an auto-coding (if any) before anything else.  If the found
17444         auto-coding is invalid, show a warning message.
17446         * international/mule.el (find-auto-coding): New function created
17447         by modifying the body of set-auto-coding.
17448         (set-auto-coding): Use find-auto-coding to find a coding.
17450 2005-07-18  Richard M. Stallman  <rms@gnu.org>
17452         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17453         not isearch-mode-end-hook-error.
17454         (allout-before-change-protect): Fix error message.
17456 2005-07-18  Juri Linkov  <juri@jurta.org>
17458         * allout.el (allout-mode):
17459         * calculator.el (calculator-copy):
17460         * custom.el (custom-known-themes):
17461         * dired.el (dired-desktop-buffer-misc-data)
17462         (dired-restore-desktop-buffer):
17463         * dired-x.el (dired-omit-marker-char):
17464         * files.el (basic-save-buffer):
17465         * font-core.el (font-lock-mode):
17466         * calendar/calendar.el (calendar-goto-hebrew-date)
17467         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17468         (calendar-goto-persian-date):
17469         * language/ethio-util.el (ethio-sera-to-fidel-region):
17470         * textmodes/picture.el (picture-mode):
17471         Delete duplicate duplicate words.
17473 2005-07-18  Juri Linkov  <juri@jurta.org>
17475         * isearch.el (isearch-mode-map): Remove key bindings for regexp
17476         chars * ? } |.
17477         (isearch-fallback): Don't call `isearch-process-search-char'.
17478         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17479         (isearch-process-search-char): Call `isearch-fallback' for regexp
17480         chars * ? } |.
17481         (isearch-return-char): Make obsolete with `make-obsolete' instead
17482         of simply documenting it as obsolete in the docstring.
17483         (isearch-fallback): Refill docstring.
17485         * international/isearch-x.el
17486         (isearch-process-search-multibyte-characters): Remove unneeded
17487         `concat'.  Add intermediate values to `junk-hist' instead of
17488         `minibuffer-history'.  Test the length of `str'.
17490 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
17492         * allout.el (allout-resolve-xref): Fix typos in error strings.
17493         (allout-before-change-protect): Remove unneeded `concat'.
17495         * array.el (array-mode, array-reconfigure-rows)
17496         (untabify-backward): Fix typos in docstrings.
17497         (array-reconfigure-rows): Use `insert-buffer-substring', not
17498         `insert-buffer'.
17500         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17501         * progmodes/ada-mode.el (ada-make-body):
17502         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17504         * dired.el (dired-log):
17505         * tar-mode.el (tar-subfile-save-buffer):
17506         * play/zone.el (zone-pgm-stress-destress):
17507         Use `insert-buffer-substring', not `insert-buffer'.
17509 2005-07-17  Simon Josefsson  <jas@extundo.com>
17511         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17513 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
17515         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17516         Add plain auth method.
17517         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17519 2005-07-17  Kim F. Storm  <storm@cua.dk>
17521         * ido.el (dired-other-window): Add ido property.
17523 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
17525         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17526         Fix typo in docstring.
17527         (byte-compile-interactive-only-functions): Add `insert-buffer' and
17528         `insert-file-literally'.
17530         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17531         info and delete redundant message.  Doc fix.
17532         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17533         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17535 2005-07-16  Richard M. Stallman  <rms@gnu.org>
17537         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17538         (byte-compile-and): Use byte-compile-and-recursion.
17539         (byte-compile-or-recursion): New function.
17540         (byte-compile-or): Use that.
17541         (byte-compile-if): Guard the else-clause too.
17542         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17544         * isearch.el (isearch-mode-end-hook-quit): New variable.
17545         (isearch-done): Bind it.
17546         (isearch-mode-end-hook): Doc fix.
17548         * allout.el (allout-isearch-did-quit): Variable deleted.
17549         (allout-real-isearch-abort): Function name no longer used.
17550         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17551         (allout-isearch-rectification): isearch-mode always exists.
17552         Don't set allout-isearch-did-quit.
17553         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17554         allout-isearch-did-quit.
17555         (allout-enwrap-isearch): Just add the hook.
17556         (allout-isearch-abort): Function deleted.
17557         (allout-pre-command-business): Avoid warning.
17559         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17560         Correctly avoid warnings.
17561         (pascal-outline): Likewise.
17563         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17565         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17567         * play/tetris.el (tetris-mode): Avoid warning.
17569         * play/snake.el (snake-mode): Avoid warning.
17571         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17572         (gamegrid-set-display-table): Avoid warning.
17573         (gamegrid-set-timer): Likewise.
17574         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17575         (gamegrid-add-score-with-update-game-score-1): Take FILE
17576         as argument.
17577         (gamegrid-add-score-with-update-game-score): Pass that argument.
17578         Rename have-shared-game-dir to gamegrid-shared-game-dir.
17580         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17582         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17583         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17585         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17586         and insert-file.
17588         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17589         (sc-ask): Avoid warnings.
17591         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17592         (eshell-hist-initialize): Use that var the natural way.
17594         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17596         * emacs-lisp/re-builder.el (reb-cook-regexp):
17597         Avoid warning calling lre-compile-string.
17598         (reb-color-display-p): Avoid warning.
17600         * calculator.el (calculator-last-input): Guard uses
17601         of event-key and key-press-event-p.
17602         (event-key, key-press-event-p): Delete definitions.
17604         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17605         (find-gc-source-directory, find-gc-subrs-callers)
17606         (find-gc-noreturn-list, find-gc-source-files)
17607         (find-gc-subrs-called): Vars renamed and defvar'd.
17609         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17610         (checkdoc-overlay-put, checkdoc-delete-overlay)
17611         (checkdoc-overlay-start, checkdoc-overlay-end)
17612         (checkdoc-mode-line-update, checkdoc-char=):
17613         Define such that compiler knows they are defined.
17614         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
17615         (checkdoc-read-event): Delete.  Use read-event directly.
17617         * whitespace.el (whitespace-make-overlay)
17618         (whitespace-overlay-put, whitespace-delete-overlay)
17619         (whitespace-overlay-start, whitespace-overlay-end):
17620         Define such that compiler knows they are defined.
17621         (whitespace): Move conditional inside.
17623         * tempo.el (tempo-insert-template): Suppress warning.
17625         * ediff-diff.el (longlines-mode): Add defvar.
17627 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
17629         * server.el: Bind "C-x #" in a way that works even if C-x is
17630         redefined to a command key, not a prefix key.
17632 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
17634         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17635         cl-make-type-test till execution time.
17637 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
17639         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17640         arg ARG and use it.
17642 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
17644         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17646 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
17648         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17649         a defcustom with two :set or :type keywords.
17651 2005-07-15  Richard M. Stallman  <rms@gnu.org>
17653         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17654         Don't give ^M comment-end syntax.
17656 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
17658         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17659         Don't consider gdbmi (gdb-mi.el has its own update functions).
17660         (gdb-var-delete): Make it work for gdbmi as well.
17661         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17663         * progmodes/gud.el (etags, sdb): Only require etags when needed.
17664         (gud-speedbar-menu-items): Correct logic for enabling items.
17666 2005-07-15  Kim F. Storm  <storm@cua.dk>
17668         * ido.el: Fix commentary.
17669         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17670         Use with-no-warnings around ffap-guesser.
17671         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17672         Let bind minibuffer-completing-file-name to t.
17674 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
17676         * startup.el (site-run-file, keyboard-type): Doc fixes.
17677         (command-line): Check for "--basic-display" argument; also for
17678         "--quick", not "--bare-bones" (which was renamed).
17679         (fancy-splash-text): Add missing item "Getting New Versions".
17680         (normal-splash-screen): Fix typos and improve consistency with
17681         `fancy-splash-text'.  Update copyright year.
17683         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17684         valid binding for `help-char'.
17686         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17688 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
17690         * term.el (term-mode): Disable cua-mode for term buffers.
17692 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
17694         * add-log.el (add-log-mailing-address, change-log-merge):
17695         Doc fixes.
17696         (change-log-get-method-definition): Fix typo in docstring.
17698 2005-07-14  Kim F. Storm  <storm@cua.dk>
17700         * emulation/cua-base.el:
17701         (cua--pre-command-handler-1, cua--pre-command-handler)
17702         (cua--post-command-handler-1, cua--post-command-handler):
17703         Split in two.  Check (buffer local) value of cua-mode.
17704         (cua-selection-mode): New command.
17706 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
17708         * custom.el (custom-initialize-safe-set)
17709         (custom-initialize-safe-default): Doc fixes.
17711         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17712         and simplify :init-value again.
17714         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17715         and simplify :init-value again.  Delete autoload.
17717         * startup.el (command-line): Use `custom-reevaluate-setting' again
17718         for tooltip-mode.
17720         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17721         a defcustom with two :initialize keywords.
17723 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
17725         * allout.el (my-mark-marker, allout-isearch-prior-pos)
17726         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17727         (allout-post-command-business, allout-flag-region)
17728         (isearch-reenable-font-lock, allout-yank)
17729         (allout-insert-latex-header, allout-insert-latex-trailer)
17730         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17731         (allout-latex-verb-quote): Fix typos in docstrings.
17732         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17733         (allout-unprotected, allout-prefix-data):
17734         Improve argument/docstring consistency.
17735         (allout-chart-subtree): Fix argument spec.
17736         (allout-open-topic): Rename `use_sib_bullet' argument to
17737         `use-sib-bullet'.  Doc fix.
17739         * whitespace.el (whitespace-check-buffer-leading)
17740         (whitespace-check-buffer-trailing)
17741         (whitespace-check-buffer-indent)
17742         (whitespace-check-buffer-spacetab)
17743         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17744         (whitespace-check-leading-whitespace)
17745         (whitespace-check-trailing-whitespace)
17746         (whitespace-check-spacetab-whitespace)
17747         (whitespace-check-indent-whitespace)
17748         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17749         (whitespace-modes): Fix typos in docstrings.
17750         (defgroup, defcustom): Doc fixes.
17752         * winner.el (winner-mode, winner-boring-buffers)
17753         (winner-pending-undo-ring): Doc fixes.
17754         (winner-ring): Remove unneeded `progn'.
17755         (winner-equal): `defsubst' it.
17756         (winner-redo): Fix message.
17758 2005-07-13  Kim F. Storm  <storm@cua.dk>
17760         * simple.el (line-move-1): Always use vertical-motion to
17761         do the last (or only) line move to ensure some movement.
17762         Undo 2005-06-23 change--don't check for overlays.
17764 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17766         * term/mac-win.el (ccl-encode-mac-roman-font)
17767         (ccl-encode-mac-centraleurroman-font)
17768         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17769         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17770         Change charset-id boundary of dimension to ?\xef.
17771         (mac-char-fontspec-list): New constant.
17772         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
17773         argument.  Nil uses itself as family in font-spec.  Previous
17774         behavior for nil is now provided by non-nil non-string argument.
17775         All callers changed.  Add font-specs for Mac fonts to
17776         "fontset-default" unless iso8859-1 fonts are installed.
17778 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17780         * progmodes/sh-script.el (sh-get-indent-info): Only indent
17781         a continuation line if the \ is preceded by SPC or TAB.
17782         (sh-get-indent-info): Simplify.
17783         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17784         Use with-current-buffer.
17786         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17787         when the matched text is empty.
17789 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
17791         * startup.el (command-line): Revert to previous handling of
17792         tooltip-mode.  Explain in comment why the complexity is needed.
17794         * tooltip.el (tooltip-mode): Revert to previous implementation of
17795         its defcustom.
17797         * frame.el (blink-cursor-mode): Revert to previous implementation
17798         of its defcustom.  Update comment.
17800 2005-07-12  Lars Hansen  <larsh@soem.dk>
17802         * desktop.el: Update e-mail address.
17804 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17806         * term/mac-win.el (mac-services-mail-selection)
17807         (mac-services-mail-to): New functions.
17808         (mac-application-menu-map): Bind them.
17810 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
17812         * progmodes/gdb-ui.el: Add note about buffering with Windows.
17814 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
17816         * custom.el (custom-reevaluate-setting): Doc fix.
17818 2005-07-11  Jay Belanger  <belanger@truman.edu>
17820         * calc/calc.el (calc-embedded-announce-formula-alist)
17821         (calc-embedded-open-close-plain-alist)
17822         (calc-embedded-open-close-mode-alist): Add checks for additional
17823         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17825 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
17827         * custom.el (custom-enable-theme): Don't add theme to
17828         `custom-enabled-themes' with `push' because there is no
17829         setf-method for `delq'.
17831 2005-07-11  Richard M. Stallman  <rms@gnu.org>
17833         * custom.el (custom-declare-variable): Doc fix.
17835         * dired-aux.el (dired-compare-directories): Remove "." and ".."
17836         from the alists.
17838         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17839         Do nothing if edebug-active.
17841         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17842         (edebug-display): Do it here instead.
17844 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17846         * cus-face.el (custom-theme-set-faces): Make it work.
17847         (custom-reset-faces): Doc fix.
17848         (custom-theme-reset-internal-face, custom-theme-face-value):
17849         Functions deleted.
17851         * custom.el (custom-push-theme): Maintain list of the settings
17852         of a given theme in its theme-settings property.
17853         Maintain position of old settings in the theme-value
17854         or theme-face property.
17855         (custom-enabled-themes): New variable.
17856         (custom-theme-enabled-p): New function.
17857         (provide-theme): Update custom-enabled-themes.
17858         Disable and reenable the `user' theme.
17859         (require-theme): Doc fix.
17860         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17861         (custom-theme-value, custom-theme-variable-value): Likewise.
17862         (custom-theme-reset-internal): Likewise.
17863         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17864         (custom-enable-theme, custom-disable-theme): New functions.
17865         (custom-variable-theme-value, custom-face-theme-value): Likewise.
17866         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17867         (custom-theme-reset-variables): Simplify.
17868         (deftheme, custom-declare-theme, custom-make-theme-feature):
17869         Definitions moved.
17871 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
17873         * longlines.el (longlines-show-region)
17874         (longlines-unshow-hard-newlines): Recognize hard newlines by
17875         non-nil hard property, instead of t.
17877 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
17879         * viper-cmd.el (viper--key-maps): New variable.
17880         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17881         emulation-mode-map-alists.
17882         (viper-envelop-ESC-key): Use viper-subseq.
17883         (viper-search-forward/backward/next): Disable debug-on-error.
17885         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17886         (viper-ESC-key): New defcustoms.
17888         * viper-macs.el (ex-map-read-args): Use viper-subseq.
17890         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17891         (viper-subseq): Copy of subseq from cl.el.
17893         * viper.el (viper-go-away, viper-set-hooks): Use
17894         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17896         * viper-mous.el (viper-current-frame-saved): Use defvar.
17898         * viper-init.el: Get rid of -face in face names.
17900         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17901         Make it work with longlines mode
17903         * ediff-mult.el (ediff-meta-mode-hook): New variable.
17905         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17907         * ediff-init.el: Get rid of -face in face names.
17909 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17911         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17912         and with-timeout-unsuspend.
17914         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17915         and with-timeout-unsuspend.
17917         * emacs-lisp/timer.el (with-timeout-timers): New variable.
17918         (with-timeout): Bind that variable to record timers.
17919         (with-timeout-suspend, with-timeout-unsuspend): New functions.
17921         * emacs-lisp/debug.el (debug-help-follow): New function.
17922         (debugger-mode-map): Use that instead of help-follow.
17923         (debugger-setup-buffer): Use eval-buffer-list
17924         to handle eval-buffer frames.
17926 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
17928         * timezone.el (timezone-parse-date): Change first regexp
17929         so it will not mistakenly match dates with no time zone.
17931 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
17933         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17935 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
17937         * custom.el (custom-initialize-safe-set)
17938         (custom-initialize-safe-default): New functions.
17940         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17941         and simplify :init-value.
17943         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17944         and simplify :init-value.  Delete obsolete comment.
17946         * startup.el (command-line): Use `custom-reevaluate-setting' to
17947         handle `tooltip-mode'.  Delete obsolete comment.
17949         * files.el (set-visited-file-name): Avoid calling
17950         `file-name-nondirectory' with a nil argument.
17952 2005-07-09  Richard M. Stallman  <rms@gnu.org>
17954         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17955         was called with nil for the buffer, handle the read position right.
17956         Handle read position for eval-region, too.
17958 2005-07-09  Juri Linkov  <juri@jurta.org>
17960         * fringe.el (fringe-mode): Add period in docstring.
17961         (fringe-query-style): Build prompt depending on `all-frames' arg.
17963         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17964         to not create links to unrelated functions in the Help buffer.
17966         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17967         Doc fix.
17969         * simple.el (next-error-hook): New variable.
17970         (next-error): Use it.  Doc fix.
17972         * textmodes/ispell.el (ispell-command-loop): Add current
17973         dictionary name and program name to mode-line-format.
17974         (ispell-region, ispell-process-line): Add current dictionary name
17975         and program name to messages.
17977 2005-07-08  Jay Belanger  <belanger@truman.edu>
17979         * calc/calc.el (calc-embedded-announce-formula-alist)
17980         (calc-embedded-open-close-formula-alist)
17981         (calc-embedded-open-close-word-alist)
17982         (calc-embedded-open-close-plain-alist)
17983         (calc-embedded-open-close-new-formula-alist)
17984         (calc-embedded-open-close-mode-alist)
17985         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17986         (calc-embedded-mode-hook): New variables.
17988         * calc/calc-embed.el (calc-embedded-firsttime)
17989         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17990         New variables.
17991         (calc-do-embedded): Use calc-embedded-firsttime,
17992         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17993         determine whether or not to run hooks.
17994         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17995         calc-embedded-firsttime-formula appropriately.
17996         Set calc-embedded delimiter variables according to mode.
17998 2005-07-08  Richard M. Stallman  <rms@gnu.org>
18000         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18001         Check for "emacs", etc., as entire symbol, not just as word.
18002         (checkdoc-file-comments-engine): Use regexp-quote on FN.
18004         * files.el (set-visited-file-name): Report the error
18005         for "empty filename" earlier.
18006         (kill-some-buffers): Ignore buffers already dead.
18008         * fringe.el (fringe-mode): Doc fix.
18010         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18011         Check for (featurep 'xemacs) and turn off warnings in what it guards.
18012         Use unwind-protect to ensure byte-compile-unresolved-functions
18013         is updated.
18015         * whitespace.el (whitespace-buffer-leading-cleanup):
18016         Simplify w/ skip-chars-forward.
18017         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18019         * mail/rmail.el (rmail-only-expunge): Fix paren error.
18020         Unconditionally try to leave point at the same old place.
18022 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
18024         * comint.el (comint-postoutput-scroll-to-bottom)
18025         (comint-show-maximum-output): Take scroll-margin into consideration.
18027 2005-07-08  Kim F. Storm  <storm@cua.dk>
18029         * ido.el (ido-use-filename-at-point): New choice `guess'.
18030         (ido-file-internal): Try ffap-guesser if selected.
18032         * ido.el (ido-before-fallback-functions): New hook.
18033         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18034         (ido-read-file-name): Run it.
18036 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18038         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18039         strings rather than a list of symbols to the completion function.
18041 2005-07-07  Jay Belanger  <belanger@truman.edu>
18043         * calc/calc-units.el (math-apply-units): Change the places in
18044         which units are simplified.
18046 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
18048         * cus-edit.el (customize-option, customize-option-other-window):
18049         Make them handle aliases.
18051         * custom.el (custom-variable-p): Make it recursively follow
18052         aliases.  Mention that in the docstring.
18054 2005-07-07  Richard M. Stallman  <rms@gnu.org>
18056         * cus-start.el (exec-path): Use `directory' instead of `file'.
18057         Fix tag for nil.
18059 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18061         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18062         when called non-interactively.  Doc fix.
18064 2005-07-07  Lute Kamstra  <lute@gnu.org>
18066         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18067         new address as well.
18069 2005-07-07  Kenichi Handa  <handa@m17n.org>
18071         * international/mule.el (make-coding-system):
18072         Describe `ascii-incompatible' property in the docstring.
18073         (set-file-name-coding-system): Signal an error if coding-system is
18074         ascii-incompatible.
18075         (set-keyboard-coding-system): Likewise.
18077         * international/mule-cmds.el (set-default-coding-systems):
18078         Don't set default-file-name-coding-system and
18079         default-keyboard-coding-system if coding-system is ASCII-incompatible.
18081         * international/utf-16.el: Declare that all UTF-16-based coding
18082         systems are ASCII-incompatible.
18084 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
18086         * progmodes/gud.el: Require font-lock for displaying errors.
18087         Used by gdb-ui.el.
18089 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18091         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18092         values for the pattern lists which are `read'able but not
18093         `append'able (like symbols).
18095 2005-07-06  Richard M. Stallman  <rms@gnu.org>
18097         * progmodes/flymake.el (flymake-float-time): Instead of
18098         with-no-warnings, test for xemacs.
18099         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18100         to avoid warning.
18102 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
18104         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18106 2005-07-05  Lute Kamstra  <lute@gnu.org>
18108         * battery.el: Add support for Darwin (with much debugging help
18109         from Samuel Lauber <sam124@operamail.com>).
18110         (battery-status-function, battery-echo-area-format)
18111         (battery-mode-line-format): Add support for pmset on Darwin.
18112         (battery-load-low, battery-load-critical): New user options.
18113         (battery-pmset): New function.
18115 2005-07-05  Lute Kamstra  <lute@gnu.org>
18117         Update FSF's address in GPL notices.
18119         * textmodes/page-ext.el: Update FSF's address.
18121 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18123         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18124         filling from using prefix when filling a single-line docstring.
18126         * progmodes/flymake.el: Remove useless eval-when-compile.
18128         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18130 2005-07-04  Richard M. Stallman  <rms@gnu.org>
18132         * textmodes/org.el (org-file-apps-defaults-gnu):
18133         Rename from org-file-apps-defaults-linux.
18134         (org-default-apps): Don't test system-type for `linux'.
18135         (org-file-apps): Doc fix.
18137 2005-07-04  David Ponce  <david@dponce.com>
18139         * tree-widget.el: Improve header Commentary section.
18140         (tree-widget) [defgroup]
18141         (tree-widget-image-enable, tree-widget-themes-directory)
18142         (tree-widget-theme, tree-widget-image-properties-emacs)
18143         (tree-widget-image-properties-xemacs, tree-widget-create-image)
18144         (tree-widget-image-formats, tree-widget-control)
18145         (tree-widget-empty-control, tree-widget-leaf-control
18146         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18147         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18148         (tree-widget-keep, tree-widget-after-toggle-functions)
18149         (tree-widget-open-node, tree-widget-close-node): Doc fix.
18150         (tree-widget-open-control, tree-widget-close-control): Fix doc and
18151         :help-echo message.
18152         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
18153         (tree-widget-image-properties): Doc fix.  Clearer implementation.
18154         (tree-widget--cursors): New constant.
18155         (tree-widget-lookup-image): New function split from
18156         `tree-widget-find-image'.  Clearer implementation.
18157         (tree-widget-find-image): Use it.
18158         (tree-widget-button-keymap): Use `set-keymap-parent'.
18159         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18160         Define the sub-widgets here.
18161         (tree-widget-node): Check that :node is not a tree-widget.
18162         (tree-widget-get-super, tree-widget-open-control)
18163         (tree-widget-close-control, tree-widget-empty-control)
18164         (tree-widget-leaf-control, tree-widget-guide)
18165         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18166         (tree-widget-no-handle, tree-widget-value-delete)
18167         (tree-widget-map): Remove.
18168         (tree-widget-children-value-save): Doc fix.  Simplified.
18169         (tree-widget-value-create): Update according to previous changes.
18171 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
18173         * textmodes/org.el: Leading space replaced by TABS.
18174         (org-recalc-marks, org-table-rotate-recalc-marks)
18175         (org-table-get-specials): Treat "^" and "_" marks.
18176         (org-table-justify-field-maybe): Optional argument NEW.
18177         (org-table-eval-formula): Parsing of the format simplified.
18178         New modes C,I.  Honor the %= parameter in the current table.
18179         Avoid unnecessary re-align by using the NEW argument to
18180         `org-table-justify-field-maybe'.
18181         (org-calc-default-modes): Default for date-format mimicks org-mode.
18182         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18184 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
18186         * cus-face.el (custom-theme-set-faces): Make it handle face
18187         aliases whose alias declarations are pre- or autoloaded.
18189 2005-07-04  Juri Linkov  <juri@jurta.org>
18191         * faces.el (read-face-name): Put the code for getting a face name
18192         from the buffer before adding the faces from the `face' property.
18193         Use `completing-read-multiple' instead of `completing-read'.
18194         Require `crm'.  Add default value and post-process the returned
18195         list of faces.
18197         * emacs-lisp/crm.el (crm-find-current-element)
18198         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18200         * emacs-lisp/lisp-mode.el (eval-defun-1):
18201         * emacs-lisp/edebug.el (edebug-eval-defun):
18202         Remove unnecessary quotes.
18204 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18206         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18207         (prolog-indent-level): Fix typo in docstring.
18209         * info.el (Info-history, Info-history-forward)
18210         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18212         * add-log.el (add-change-log-entry):
18213         * comint.el (comint-dynamic-list-input-ring)
18214         (comint-dynamic-list-completions):
18215         * dabbrev.el (dabbrev-expand):
18216         * delim-col.el (delimit-columns-rectangle-line):
18217         * diff-mode.el (diff-context->unified, diff-reverse-direction)
18218         (diff-unified->context):
18219         * ediff-init.el (ediff-abbrev-jobname):
18220         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18221         (ediff-replace-session-activity-marker-in-meta-buffer):
18222         * info.el (Info-summary):
18223         * lpr.el (printify-region):
18224         * printing.el (pr-create-interface):
18225         * ps-print.el (ps-print-quote):
18226         * ses.el (ses-column-widths, ses-print-cell)
18227         (ses-adjust-print-width, ses-center):
18228         * shell.el (shell-file-name-quote-list):
18229         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18230         (strokes-fill-current-buffer-with-whitespace)
18231         (strokes-xpm-for-stroke, strokes-list-strokes)
18232         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18233         * term.el (term-dynamic-list-input-ring)
18234         (term-dynamic-list-completions):
18235         * calc/calc.el (math-format-stack-value):
18236         * emacs-lisp/edebug.el (edebug-display-freq-count):
18237         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18238         (delphi-new-comment-line):
18239         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18240         * progmodes/executable.el (executable-set-magic):
18241         * progmodes/python.el (inferior-python-mode):
18242         * progmodes/scheme.el (scheme-mode-syntax-table):
18243         * progmodes/sh-script.el (sh-maybe-here-document):
18244         * progmodes/sql.el (sql-copy-column):
18245         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18246         * textmodes/bibtex.el (bibtex-mode):
18247         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18248         (sgml-auto-attributes):
18249         * textmodes/table.el (table-insert, table-shorten-cell)
18250         (table--generate-source-scan-lines, table-delete-row)
18251         (*table--cell-delete-char, table--spacify-frame)
18252         (table--horizontally-shift-above-and-below)
18253         (table--cell-insert-char, table--cell-blank-str)
18254         (table--fill-region-strictly):
18255         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18256         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18258         * add-log.el (change-log):
18259         * apropos.el (apropos):
18260         * comint.el (comint-completion, comint-source):
18261         * dabbrev.el (dabbrev):
18262         * delim-col.el (columns):
18263         * diff-mode.el (diff-mode):
18264         * ediff.el (ediff):
18265         * ediff-diff.el (ediff-diff):
18266         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18267         * ediff-mult.el (ediff-mult):
18268         * ediff-ptch.el (ediff-ptch):
18269         * ediff-wind.el (ediff-window):
18270         * facemenu.el (facemenu):
18271         * indent.el (indent):
18272         * info.el (info):
18273         * jka-cmpr-hook.el (compression, jka-compr):
18274         * lpr.el (lpr):
18275         * outline.el (outlines):
18276         * pcmpl-cvs.el (pcmpl-cvs):
18277         * pcmpl-rpm.el (pcmpl-rpm):
18278         * printing.el (printing):
18279         * ps-print.el (postscript, ps-print, ps-print-horizontal)
18280         (ps-print-vertical, ps-print-headers, ps-print-font)
18281         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18282         (ps-print-background, ps-print-printer, ps-print-page)
18283         (ps-print-miscellany):
18284         * ses.el (ses):
18285         * shell.el (shell, shell-directories, shell-faces):
18286         * startup.el (initialization):
18287         * strokes.el (strokes):
18288         * term.el (term):
18289         * uniquify.el (uniquify):
18290         * w32-vars.el (w32):
18291         * calc/calc.el (calc):
18292         * emacs-lisp/bytecomp.el (bytecomp):
18293         * emacs-lisp/cl-indent.el (lisp-indent):
18294         * emacs-lisp/edebug.el (edebug):
18295         * emacs-lisp/elp.el (elp):
18296         * emacs-lisp/testcover.el (testcover):
18297         * emacs-lisp/trace.el (trace):
18298         * emulation/viper-ex.el (viper-ex):
18299         * emulation/viper-mous.el (viper-mouse):
18300         * mail/mailalias.el (mailalias):
18301         * mail/supercite.el (supercite, supercite-frames)
18302         (supercite-attr, supercite-cite, supercite-hooks):
18303         * net/rcompile.el (remote-compile):
18304         * net/rlogin.el (rlogin):
18305         * obsolete/ooutline.el (outlines):
18306         * progmodes/delphi.el (delphi):
18307         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18308         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18309         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18310         (ebnf-optimization):
18311         * progmodes/etags.el (etags):
18312         * progmodes/executable.el (executable):
18313         * progmodes/idlwave.el (idlwave):
18314         * progmodes/pascal.el (pascal):
18315         * progmodes/prolog.el (prolog):
18316         * progmodes/python.el (python):
18317         * progmodes/scheme.el (scheme):
18318         * progmodes/sh-script.el (sh, sh-script):
18319         * progmodes/sql.el (SQL):
18320         * progmodes/tcl.el (tcl):
18321         * textmodes/bibtex.el (bibtex, bibtex-autokey):
18322         * textmodes/enriched.el (enriched):
18323         * textmodes/makeinfo.el (makeinfo):
18324         * textmodes/sgml-mode.el (sgml):
18325         * textmodes/table.el (table-hooks):
18326         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18327         * textmodes/texinfo.el (texinfo):
18328         * textmodes/two-column.el (two-column):
18329         Finish `defgroup' description with period.
18331         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18332         * eshell/esh-var.el (eshell-var):
18333         * progmodes/vhdl-mode.el (vhdl-testbench):
18334         * textmodes/org.el (org): Fix typos in docstrings.
18336         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18337         consistency.
18339         * progmodes/flymake.el (flymake-find-file): Remove.
18340         (flymake-float-time): Use `with-no-warnings'.
18341         (flymake-check-start-time, flymake-check-was-interrupted)
18342         (flymake-err-info, flymake-is-running, flymake-last-change-time)
18343         (flymake-new-err-info): `defvar' at compile time.
18345 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
18347         * replace.el (occur-hook): Doc fix.
18348         (occur-1): Don't call `occur-hook' if there are no matches.
18350 2005-07-03  Richard M. Stallman  <rms@gnu.org>
18352         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18353         global-map, save the same map.
18354         (global-map): Don't alter it at top level.
18355         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18356         Then alter it here instead.
18357         (tpu-edt-off): Set global-map to the saved one.
18359         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18360         All references simplified.
18361         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
18362         (zmacs-regions): Add defvar.
18363         (repeat-complex-command-map): Everything about that deleted.
18365         * textmodes/artist.el (artist-key-is-drawing)
18366         (artist-key-endpoint1, artist-key-poly-point-list)
18367         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18368         (artist-key-compl-table, artist-rb-save-data)
18369         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18370         Don't put them in eval-when-compile.
18371         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18373         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18374         Use with-no-warnings.
18376         * net/browse-url.el (dos-windows-version): Add defvar.
18378         * mail/supercite.el (filladapt-prefix-table): Add defvar.
18380         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18381         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18382         (rmail-new-summary-line-count): Rename from new-summary-line-count.
18383         Add defvar.
18384         (rmail-summary-beginning-of-message): Use with-no-warnings.
18385         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18387         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18388         Use with-no-warnings.
18390         * emulation/vi.el (vi-mark-region): Use c-mark-function.
18391         (c-mark-function): Add point-moving-unit property.
18392         (vi-goto-line): Use with-no-warnings.
18394         * emulation/edt.el (edt-last-copied-word): Add defvar.
18395         (zmacs-region-stays): Likewise.
18396         (edt-mark-section-wisely): Use c-mark-function for C.
18397         Use makr-defun for Fortran.
18398         (time-string): defvar deleted.
18399         (edt-display-the-time): Don't set time-string.
18401         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18403         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18404         Don't warn when name is not constant
18405         or for defining the group `emacs'.
18407         * tooltip.el (gud-tooltip-mode): Add defvar.
18409         * startup.el (default-frame-background-mode): Add defvar.
18411         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18413         * info.el (tool-bar-map): Add defvar.
18415         * dired.el (dnd-protocol-alist): Add defvar.
18417         * dired-aux.el (dired-query): Display question with answer, when
18418         the user answers.
18420         * custom.el (custom-add-option): Doc fix.
18422         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18424 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
18426         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18427         bogus name from the last change.
18429 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
18431         * custom.el (custom-declare-variable): Fix typos in comment.
18432         (custom-known-themes): Doc fix.
18433         (custom-theme-directory): New defcustom.
18434         (require-theme): Make it check `custom-theme-directory'.
18436         * cus-theme.el (custom-new-theme-mode): New function.
18437         (custom-theme-name, custom-theme-variables, custom-theme-faces)
18438         (custom-theme-description): Add compiler defvars.
18439         (customize-create-theme): Add doc to the "*New Custom Theme*"
18440         buffer.  Use `custom-new-theme-mode'.
18441         (custom-theme-write): Put the created buffer in emacs-lisp-mode
18442         and save it to the `custom-theme-directory'.  Make this the
18443         default directory of the buffer.
18445 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
18447         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18448         Fix unbalanced parentheses.
18450 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18452         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18453         into flymake-mode and delegate to flymake-mode.
18455         * find-file.el (ff-which-function-are-we-in): Clean up.
18457 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
18459         * replace.el (occur-rename-buffer): Fix docstring.
18461         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18462         (edt-last-copied-word, edt-learn-macro-count)
18463         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18464         (edt-rect-start-point, edt-user-global-map, rect-start-point)
18465         (time-string, zmacs-region-stays):
18466         * emulation/edt-mapper.el (edt-save-function-key-map)
18467         (EDT-key-name): `defvar' to silence the byte-compiler.
18469 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
18471         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18472         font-lock-regexp-backslash.  Doc fix.
18473         (font-lock-regexp-backslash-grouping-construct): Rename from
18474         font-lock-regexp-backslash-construct.  Doc fix.
18475         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18476         grouping constructs.
18478 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
18480         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18481         updating all the prerequisites.
18483 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
18485         * textmodes/org.el (org-agenda-start-on-weekday)
18486         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18487         (org-agenda-use-time-grid, org-archive-location)
18488         (org-allow-space-in-links, org-usenet-links-prefer-google)
18489         (org-enable-table-editor, org-export-default-language)
18490         (org-export-html-show-new-buffer, org-fill-paragraph)
18491         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18492         (org-goto-quit, org-occur, org-eval-in-calendar)
18493         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18494         (org-agenda-diary-entry, org-remember-help)
18495         (org-table-convert-region, org-at-table-p)
18496         (org-table-move-row-down, org-table-move-row-up)
18497         (org-table-copy-region, org-table-toggle-vline-visibility)
18498         (org-table-get-stored-formulas, org-table-get-specials)
18499         (org-recalc-commands, org-table-eval-formula)
18500         (org-table-formula-substitute-names, orgtbl-make-binding)
18501         (org-format-org-table-html, org-format-table-table-html)
18502         (org-format-table-table-html-using-table-generate-source)
18503         (org-customize): Fix typos in docstrings.
18504         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18505         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18506         (org-back-to-heading): Doc fixes.
18507         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18508         (org-agenda-change-all-lines, org-get-header):
18509         Improve argument/docstring consistency.
18510         (orgtbl-error): Fix error message.
18512         * progmodes/flymake.el (flymake-find-possible-master-files)
18513         (flymake-master-file-compare, flymake-get-line-err-count)
18514         (flymake-highlight-line, flymake-gui-warnings-enabled):
18515         Fix typos in docstrings.
18516         (flymake-parse-line, flymake-get-project-include-dirs-function)
18517         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18518         Doc fixes.
18519         (flymake-get-project-include-dirs-function)
18520         (flymake-make-err-menu-data):
18521         Improve argument/docstring consistency.
18523 2005-07-01  Lute Kamstra  <lute@gnu.org>
18525         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18526         Catch errors with ignore-errors.  Use temporary buffer.
18527         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
18529         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18530         background color faces.
18531         (facemenu-set-foreground, facemenu-set-background):
18532         Use facemenu-set-face-from-menu.
18533         (facemenu-set-face-from-menu): Treat face names that start with
18534         "fg:" or "bg:" as special.
18535         (facemenu-add-new-color): Don't create faces.  Simplify.
18537 2005-06-30  Richard M. Stallman  <rms@gnu.org>
18539         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18540         (crm-find-current-element): Likewise.
18542 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18544         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18546 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18548         * arc-mode.el (archive-extract): Make it work as a mouse binding.
18549         (archive-mouse-extract): Make it an obsolete alias.
18550         (archive-mode-map): Don't use archive-mouse-extract any more.
18551         (archive-mode, archive-extract): write-contents-hooks ->
18552         write-contents-functions.
18553         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18554         first arg.
18555         (archive-rename-entry): Update the call.
18556         (archive-zip-summarize): Remove unused var `method'.
18557         (archive-lzh-summarize): Remove unused var `creator'.
18559         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18560         dedicated frame upon exit.
18562         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18563         (archive-zip-extract, archive-zip-expunge)
18564         (archive-zip-update, archive-zip-update-case): Use executable-find.
18565         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18566         Use restore-buffer-modified-p.
18567         (archive-extract, archive-add-new-member, archive-write-file-member):
18568         Use with-current-buffer.
18569         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18571 2005-06-30  Andreas Schwab  <schwab@suse.de>
18573         * progmodes/gud.el (gud-filter): Remove unneeded progn.
18575 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18577         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18579 2005-06-30  Juri Linkov  <juri@jurta.org>
18581         * faces.el (vertical-border): Inherit from mode-line-inactive
18582         only on tty.
18584 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
18586         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18587         example, -NLINES in the `occur' docstring).
18589         * replace.el (occur-1): When no matches are found, do not set the
18590         `buffer-read-only' and modified flags for the occur buffer,
18591         because it is deleted.
18593         * emulation/cua-base.el (cua-check-pending-input)
18594         (cua-repeat-replace-region, cua-mode, cua-debug)
18595         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18596         Fix typos in docstrings.
18598         * emulation/cua-gmrk.el (cua-toggle-global-mark)
18599         (cua-cut-region-to-global-mark)
18600         (cua--cut-rectangle-to-global-mark):
18601         Remove period from end of messages.
18603         * emulation/cua-rect.el (cua-do-rectangle-padding):
18604         Remove period from end of messages.
18605         (cua--rectangle-seq-format): Fix typo in docstring.
18606         (cua-sequence-rectangle, cua-fill-char-rectangle):
18607         Improve argument/docstring consistency.
18609 2005-06-29  Juri Linkov  <juri@jurta.org>
18611         * faces.el (default-frame-background-mode): New internal variable.
18612         (frame-set-background-mode): Use it.
18614         * startup.el (normal-top-level): Set default-frame-background-mode
18615         instead of frame-background-mode.  Before setting it, test for its
18616         nil value.  Remove tests for frame-background-mode and frame
18617         parameter `reverse'.  Add test for "unspecified-fg".
18619         * term/xterm.el (xterm-rxvt-set-background-mode):
18620         * term/rxvt.el (rxvt-set-background-mode):
18621         Set default-frame-background-mode instead of frame-background-mode.
18623 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
18625         * simple.el (set-variable): Warn about obsolete user variables.
18627         * imenu.el (imenu--completion-buffer):
18628         * mouse.el (mouse-buffer-menu-alist):
18629         * msb.el (msb-invisible-buffer-p):
18630         * calendar/diary-lib.el (diary-header-line-format):
18631         * emacs-lisp/pp.el (pp-buffer):
18632         * progmodes/cperl-mode.el (cperl-do-auto-fill):
18633         * textmodes/picture.el (picture-replace-match):
18634         Change space constants followed by a sexp to "?\s ".
18636         * play/decipher.el (decipher-loop-with-breaks):
18637         * textmodes/texinfo.el (texinfo-insert-@item): Change space
18638         constants "protected" from end of line by a comment to "?\s".
18640 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18642         * font-lock.el (save-buffer-state): Use `declare'.
18644         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18645         reset the syntax-table to cperl-mode-syntax-table.
18646         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18647         "foo_print_bar" is not matched as a reserved keyword.
18649 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
18651         * textmodes/org.el (orgtbl-setup): New function, for delayed
18652         setup for the orgtbl commands.
18653         (org-calc-default-modes): New option.
18654         (orgtbl-make-binding): Use `defun' to get better help display.
18655         (org-diary): Call `org-compile-prefix-format'.
18656         (org-table-formula-substitute-names): New function.
18657         (org-agenda-day-view, org-agenda-week-view): New commands.
18658         (org-agenda-toggle-week-view): Command removed.
18659         (org-tbl-menu): Split off from org-org-menu.
18660         (org-mode): Move removal of outline-mode menus to here.
18661         (org-table-formula-debug): New option.
18662         (org-table-insert-row): Keep first field if just "#" or "*".
18663         (org-mode): Paragraph regexps fixed.
18664         (org-table-recalculate-regexp): New constant.
18665         (org-table-justify-field-maybe): Avoid replace if not necessary.
18666         (org-copy-special, org-cut-special): Use `call-interactively'.
18667         (org-table-copy-region): Take region from `interactive' call.
18668         (org-trim): Return string even if no match.
18669         (org-formula): New face.
18670         (org-set-font-lock-defaults): No longer highlight "FIXME".
18671         But highlight formula-related fields in table.
18672         (org-table-p): Use regexp, not fontification.
18673         (org-table-align): Handle white space at end of line.
18674         (org-table-formula-evaluate-inline): New option.
18675         (org-mode): Auto-wrapping in comment lines turned off.
18676         (org-table-copy-down): Evaluate only in copied field, not in
18677         destination.
18678         (org-table-current-formula): Variable removed.
18679         (org-table-store-formulas, org-table-get-stored-formulas)
18680         (org-table-modify-formulas, org-table-replace-in-formulas)
18681         (org-table-maybe-eval-formula): New functions.
18682         (org-table-get-formula): Modify to use stored formulas.
18683         (org-table-insert-column, org-table-delete-column)
18684         (org-table-move-column): Call `org-table-modify-formulas'.
18685         (org-complete): Add completion for keyword formulas.
18686         (orgtbl-mode): Pull orgtbl-mode-map to start of
18687         minor-mode-map-alist.
18689 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18691         * progmodes/python.el (python-check): Require `compile' before
18692         modifying its variables.
18694         * newcomment.el (comment-indent-default): Don't get fooled by an early
18695         end of buffer.
18697 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18699         * ps-print.el (ps-print-version): Fix version number.
18701 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
18703         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18705 2005-06-28  Richard M. Stallman  <rms@gnu.org>
18707         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18708         (flyspell-local-mouse-map): Declaration deleted.
18709         (flyspell-mouse-map): Bind only mouse-2.
18710         (flyspell-mode-map): Don't test flyspell-use-local-map.
18711         (flyspell-overlay-keymap-property-name): Var deleted.
18712         (flyspell-mode-on): Don't make local bindings for
18713         flyspell-mouse-map and flyspell-mode-map.
18714         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18716         * textmodes/ispell.el (ispell-word): Do not ignore short words.
18718         * progmodes/compile.el (compilation-next-error-function):
18719         Don't switch buffers; operate on the current buffer.
18721         * progmodes/compile.el (compilation-error-file-name)
18722         (compilation-warning-file-name, compilation-info-file-name)
18723         (compilation-line-number, compilation-column-number): New faces.
18724         (compilation-error-face, compilation-warning-face)
18725         (compilation-info-face, compilation-line-face)
18726         (compilation-column-face): Use them.
18728         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18730         * comint.el (comint-password-prompt-regexp): Accept ", try again".
18732         * bindings.el (global-map): Bind insertchar and its variants.
18734 2005-06-27  Richard M. Stallman  <rms@gnu.org>
18736         * textmodes/artist.el (artist-text-overwrite)
18737         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18739 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18741         * ps-print.el: It was not working the page selection for printing.
18742         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18743         (ps-print-version): New version 6.6.7.
18744         (ps-end-sheet): New fun.
18745         (ps-header-sheet, ps-end-job): Call it.
18747 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
18749         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18751 2005-06-27  Lute Kamstra  <lute@gnu.org>
18753         * facemenu.el (facemenu-unlisted-faces): Add foreground and
18754         background color faces.
18755         (facemenu-get-face): Delete function.
18756         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18757         (facemenu-add-new-color): Make second argument mandatory.
18758         Create the appropriate face and return it.  Simplify.
18759         (facemenu-set-foreground, facemenu-set-background): Don't check if
18760         color is defined.  Use return value of facemenu-add-new-color.
18762 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
18764         * progmodes/gud.el (gud-filter): Add missing argument to
18765         with-selected-window.
18767 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18769         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18770         a :require to the defcustom.
18772         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18773         defcustoms corresponding to minor modes.
18775 2005-06-26  David Ponce  <david@dponce.com>
18777         * recentf.el: Require tree-widget instead of wid-edit.
18778         (recentf-filename-handler): Fix widget :type.
18779         (recentf-cancel-dialog, recentf-open-more-files)
18780         (recentf-open-files-action): Doc fix.
18781         (recentf-dialog-goto-first): New function.
18782         (recentf-dialog-mode-map): Set parent keymap first.
18783         (recentf-dialog-mode): Define with define-derived-mode.
18784         Don't display continuation lines in dialogs.
18785         (recentf-edit-list): Rename from recentf-edit-selected-items.
18786         (recentf-edit-list-select): Rename from recentf-edit-list-action.
18787         Simplify.
18788         (recentf-edit-list-validate): New function.
18789         (recentf-edit-list): Update accordingly.
18790         (recentf-open-files-item-shift): Remove.
18791         (recentf-open-files-item): Convert menu elements into tree and
18792         link widgets.  Don't create the widgets.
18793         (recentf-open-files): Update accordingly.
18794         (recentf-save-list): Untabify.
18796 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
18798         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18799         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
18800         partially contained in the active region.  Do not take active
18801         region into account when called from Lisp, unless INTERACTIVE arg
18802         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
18803         avoid trouble with fields.  Make marker point nowhere when no
18804         longer used.  Always return nil.  Doc fix.
18805         (flush-lines): Add INTERACTIVE arg.  Do not take active region
18806         into account when called from Lisp, unless INTERACTIVE arg is
18807         non-nil.  Use `forward-line' instead of `beginning-of-line' to
18808         avoid trouble with fields.  Make marker point nowhere when no
18809         longer used.  Always return nil.  Doc fix.
18810         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
18811         interchangeable.  Do not take active region into account when
18812         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
18813         message in echo area when called from Lisp, unless INTERACTIVE arg
18814         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
18815         Return the number of matches.  Doc fix.
18816         (occur): Doc fix.
18817         (perform-replace): Make comment follow double space convention for
18818         the sake of `outline-minor-mode'.
18820         * faces.el (facep): Doc fix.
18822 2005-06-25  Richard M. Stallman  <rms@gnu.org>
18824         * facemenu.el (facemenu-enable-faces-p): New function.
18825         (facemenu-background-menu, facemenu-foreground-menu)
18826         (facemenu-face-menu): Add menu-enable property.
18828         * jka-compr.el (jka-compr-insert-file-contents):
18829         Special handling if cannot find the uncompression program.
18831         * cus-face.el (custom-face-attributes): Add autoload.
18833         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18834         Bind comment-indent-function locally.
18836         * window.el (save-selected-window): Use save-current-buffer.
18838         * subr.el (with-selected-window): Use save-current-buffer.
18840         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18841         and with-current-buffer.
18843 2005-06-24  Richard M. Stallman  <rms@gnu.org>
18845         * simple.el (line-move-1): Fix previous change.
18847 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18849         * replace.el (occur-1): Set `buffer-read-only' and the
18850         buffer-modified flag before running `occur-hook' to protect
18851         against unintentional buffer switches that can lead to data loss.
18853 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
18855         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18856         (gud-gdb-marker-filter): Use font-lock-warning-face for any
18857         initial error.
18859         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18860         after fresh input.
18861         (gdb-var-create-handler): Put name of expression in quotes.
18863 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
18865         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18866         elements of RING in order, and without bogus nil elements.
18868 2005-06-23  Richard M. Stallman  <rms@gnu.org>
18870         * simple.el (set-variable): Args renamed; doc fix.
18871         (line-move-1): When there are overlays around, use vertical-motion.
18873         * faces.el (escape-glyph): Use brown against light background.
18874         (nobreak-space): Rename from no-break-space.
18875         Fix previous change.
18877         * dired-aux.el (dired-do-copy): Fix arg prompt.
18879         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18881 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
18883         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18884         rather than "Distributor".
18886 2005-06-23  Lute Kamstra  <lute@gnu.org>
18888         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18889         (debug-on-entry): Use it.  New interactive declaration that uses
18890         function-called-at-point.
18892 2005-06-23  Kim F. Storm  <storm@cua.dk>
18894         * subr.el (save-match-data): Add comment about using evaporate arg
18895         to set-match-data.
18897 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
18899         * cus-edit.el (customize-face)
18900         (customize-face-other-window): Handle face aliases.
18902         * faces.el (face-documentation, set-face-attribute)
18903         (face-spec-set): Handle face aliases.
18905 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
18907         * help-mode.el (help-make-xrefs): If a symbol representing a face
18908         name is not followed by the word "face", it could still be a
18909         function or variable name, so don't bypass other checks.
18911 2005-06-22  Juri Linkov  <juri@jurta.org>
18913         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18914         Replace aliased functions with calls where second arg `inherit' is t.
18916 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
18918         * progmodes/gdb-ui.el (gdb-error): New variable.
18919         (gdb-error): New function.
18920         (gdb-annotation-rules): Act on error-begin and error annotations.
18921         (gdb-concat-output): Use font-lock-warning-face for errors.
18923 2005-06-22  Miles Bader  <miles@gnu.org>
18925         * bindings.el (propertized-buffer-identification): Use renamed
18926         `Buffer-menu-buffer' face.
18928         * faces.el (vertical-border): Rename from `vertical-divider'.
18929         (escape-glyph): Change dark-background color back to `cyan'.
18931 2005-06-21  Juri Linkov  <juri@jurta.org>
18933         * faces.el (face-user-default-spec): Try getting `customized-face'
18934         prior to `saved-face'.
18935         (frame-background-mode): Refill docstring.
18937         * emacs-lisp/lisp-mode.el (eval-defun-1):
18938         * emacs-lisp/edebug.el (edebug-eval-defun):
18939         Set `saved-face' temporarily to nil before calling form.
18940         Set `customized-face' to the new spec after that.
18942 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18944         * subr.el (1value, lambda, key-substitution-in-progress):
18945         Doc fixes.
18947         * autoinsert.el (auto-insert-alist):
18948         * ses.el (ses-call-printer):
18949         * subr.el (noreturn):
18950         * emacs-lisp/lisp.el (check-parens):
18951         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18952         * net/browse-url.el (browse-url-mosaic):
18953         * progmodes/cc-defs.el (c-safe-scan-lists):
18954         * progmodes/ebnf-abn.el (ebnf-abn-lex):
18955         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18956         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18957         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18958         * progmodes/ebnf-iso.el (ebnf-iso-lex):
18959         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18961 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18963         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18965 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
18967         * calendar/appt.el (appt-make-list): Activate the package, if
18968         not already active (for backwards compatibility).
18970 2005-06-20  Kim F. Storm  <storm@cua.dk>
18972         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
18974 2005-06-20  Miles Bader  <miles@gnu.org>
18976         * faces.el (vertical-divider): New face.
18978 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
18980         * simple.el (kill-whole-line): Doc fix.
18981         (next-error-buffer-p, next-error-find-buffer)
18982         (clone-indirect-buffer): Fix typos in docstrings.
18983         (comment-line-break-function): Doc fix: don't say variable
18984         is automatically buffer-local (it isn't).
18986 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
18988         * net/tramp-ftp.el (top):
18989         * net/tramp-smb.el (top):
18990         * net/tramp-util.el (top):
18991         * net/tramp-uu.el (top):
18992         * net/tramp-vc.el (top):
18993         * net/tramp.el (top): Revert copyright years back to original
18994         ones.  Tramp has a life outside GNU Emacs.
18996 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
18998         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19000 2005-06-18  Juri Linkov  <juri@jurta.org>
19002         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19003         end of first regexp to limit the match to the position between
19004         line number and source line with same separator character as used
19005         between file name and line number.  In the second regexp limit
19006         mouse-face area to file name and line number by adding new group
19007         for them and referring it in HYPERLINK arg.
19008         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19009         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19010         previous line where grep markers may be already removed.
19012 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
19014         * progmodes/ps-mode.el: Update version and maintainer's email address.
19016 2005-06-18  Steve Youngs  <steve@xemacs.org>
19018         * net/browse-url.el (browse-url-browser-function)
19019         (browse-url-default-browser): Add firefox.
19020         (browse-url-firefox-program, browse-url-firefox-arguments)
19021         (browse-url-firefox-startup-arguments)
19022         (browse-url-firefox-new-window-is-tab): New defcustoms.
19023         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19025 2005-06-17  Richard M. Stallman  <rms@gnu.org>
19027         * startup.el (command-line): Warn if specified user name has
19028         no home directory.
19030         * term.el (term-get-old-input, term-input-filter, term-input-sender)
19031         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19033         * longlines.el (longlines-mode, longlines-show-hard-newlines):
19034         Doc fixes.
19036         * faces.el (underline): Try bold if terminal doesn't support underline.
19038         * mail/sendmail.el (mail-setup-with-from): New variable.
19039         (mail-insert-from-field): New function.
19040         (sendmail-send-it): Call it.
19041         (mail-setup): Optionally call it here.
19043         * term/linux.el: Call tty-no-underline.
19045 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
19047         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19049 2005-06-17  Miles Bader  <miles@gnu.org>
19051         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19052         (ediff-current-diff-C, ediff-current-diff-Ancestor)
19053         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19054         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19055         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19056         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19057         Remove "-face" suffix from face names.
19058         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19059         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19060         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19061         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19062         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19063         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19064         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19065         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19066         New backward-compatibility aliases for renamed faces.
19067         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19068         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19069         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19070         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19071         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19072         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19073         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19074         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19075         Use renamed ediff faces.
19077         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19078         Remove "-face" suffix from face names.
19079         (eshell-test-ok-face, eshell-test-failed-face):
19080         New backward-compatibility aliases for renamed faces.
19081         (eshell-run-test): Use renamed eshell-test faces.
19083         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19084         face name.
19085         (eshell-prompt-face): New backward-compatibility alias for renamed
19086         face.
19087         (eshell-emit-prompt): Use renamed eshell-prompt face.
19089         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19090         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19091         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19092         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19093         Remove "-face" suffix from face names.
19094         (eshell-ls-directory-face, eshell-ls-symlink-face)
19095         (eshell-ls-executable-face, eshell-ls-readonly-face)
19096         (eshell-ls-unreadable-face, eshell-ls-special-face)
19097         (eshell-ls-missing-face, eshell-ls-archive-face)
19098         (eshell-ls-backup-face, eshell-ls-product-face)
19099         (eshell-ls-clutter-face):
19100         New backward-compatibility aliases for renamed faces.
19101         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19103         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19104         Remove "-face" suffix from face name.
19105         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19106         instead of literal face.
19108 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
19110         * emacs-lisp/warnings.el (display-warning, lwarn)
19111         (warning-minimum-log-level): Doc fixes.
19112         (warning-minimum-level, warning-minimum-log-level):
19113         Add :debug to :type choices.
19115         * progmodes/ada-mode.el (ada-format-paramlist)
19116         (ada-get-indent-case, ada-check-matching-start)
19117         (ada-check-defun-name, ada-goto-matching-decl-start)
19118         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19119         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19120         (ada-make-subprogram-body): Follow error conventions.
19121         (ada-case-exception-file, ada-indent-comment-as-code)
19122         (ada-indent-handle-comment-special, ada-indent-renames)
19123         (ada-indent-return, ada-search-directories-internal)
19124         (ada-tab-policy, ada-case-exception-substring)
19125         (ada-other-file-alist, ada-matching-start-re)
19126         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19127         (ada-imenu-generic-expression, ada-compile-goto-error)
19128         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19129         (ada-popup-menu, ada-add-extensions, ada-mode)
19130         (ada-region-selected, ada-create-case-exception)
19131         (ada-create-case-exception-substring, ada-after-keyword-p)
19132         (ada-activate-keys-for-case, ada-adjust-case-region)
19133         (ada-adjust-case-buffer, ada-format-paramlist)
19134         (ada-scan-paramlist, ada-insert-paramlist)
19135         (ada-indent-newline-indent)
19136         (ada-indent-newline-indent-conditional)
19137         (ada-justified-indent-current, ada-goto-previous-word)
19138         (ada-indent-current, ada-get-indent-open-paren)
19139         (ada-get-indent-paramlist, ada-get-indent-end)
19140         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19141         (ada-get-indent-block-start, ada-get-indent-subprog)
19142         (ada-get-indent-noindent, ada-get-indent-label)
19143         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19144         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19145         (ada-goto-stmt-end, ada-goto-next-word)
19146         (ada-check-matching-start, ada-check-defun-name)
19147         (ada-goto-matching-decl-start, ada-goto-matching-start)
19148         (ada-goto-matching-end, ada-search-ignore-string-comment)
19149         (ada-in-decl-p, ada-looking-at-semi-or)
19150         (ada-looking-at-semi-private, ada-in-paramlist-p)
19151         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19152         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19153         (ada-next-procedure, ada-previous-procedure, ada-next-package)
19154         (ada-previous-package, ada-create-menu)
19155         (ada-fill-comment-paragraph-justify)
19156         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19157         (ada-other-file-name, ada-last-which-function-line)
19158         (ada-last-which-function-subprog, ada-which-function)
19159         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19160         (ada-gen-treat-proc, ada-check-emacs-version)
19161         (ada-continuation-indent, ada-align-region-separate):
19162         Fix typos in docstrings.
19163         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19165 2005-06-16  Lute Kamstra  <lute@gnu.org>
19167         * simple.el (fundamental-mode): Run after-change-major-mode-hook
19168         conditionally.
19170 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19172         * comint.el (comint-replace-by-expanded-filename)
19173         (comint-prompt-regexp, comint-delimiter-argument-list)
19174         (comint-preinput-scroll-to-bottom):
19175         * info.el (Info-hide-cookies-node):
19176         * ls-lisp.el (ls-lisp-classify):
19177         * find-file.el (ff-search-directories, ff-special-constructs)
19178         (ff-find-other-file):
19179         * font-lock.el (font-lock-keywords):
19180         * shell.el (shell-prompt-pattern)
19181         (shell-dynamic-complete-functions, shell-mode)
19182         (shell-delimiter-argument-list):
19183         * term.el (term-replace-by-expanded-filename)
19184         (term-prompt-regexp, term-delimiter-argument-list):
19185         * woman.el (woman-ignore, woman0-if):
19186         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19187         * emacs-lisp/elint.el (elint-init-env):
19188         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19189         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19190         * language/ethio-util.el (ethio-tilde-escape)
19191         (ethio-use-three-dot-question):
19192         * net/zone-mode.el (zone-mode-load-time-setup):
19193         * progmodes/cc-align.el (c-lineup-argcont):
19194         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19195         * progmodes/cperl-mode.el (cperl-set-style-back):
19196         * progmodes/inf-lisp.el (inferior-lisp-prompt):
19197         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19198         Fix spellings in docstrings.
19200         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19201         * progmodes/modula2.el (m2-for): Fix spellings.
19203         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19205         * simple.el (undo-more): Don't use `format' on `error' arguments.
19206         Improve argument/docstring consistency.
19207         (pending-undo-list): Doc fix.
19209         * smerge-mode.el (smerge-ensure-match):
19210         * emulation/vip.el (vip-ex):
19211         * net/zone-mode.el (zone-mode-update-serial):
19212         * progmodes/idlwave.el (idlwave-complete):
19213         * progmodes/vhdl-mode.el (vhdl-visit-file)
19214         (vhdl-compose-wire-components):
19215         Don't use `format' on `error' arguments.
19217         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19218         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19219         (tooltip-help-tips): Fix typos in docstrings.
19221 2005-06-16  David Ponce  <david@dponce.com>
19223         * tree-widget.el (tree-widget-value-create): Simplify last change.
19225 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
19227         * ido.el (ido-incomplete-regexp): New variable.
19228         (ido-set-matches-1): Handle invalid-regexp error and set
19229         ido-incomplete-regexp.
19230         (ido-incomplete-regexp): New face.
19231         (ido-completions): Use it.
19232         (ido-complete, ido-exit-minibuffer, ido-completions):
19233         Handle incomplete regexps.
19234         (ido-completions): Add check for complete match when entering a regexp.
19236 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19238         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19240 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19242         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19243         by field delimiters.
19245 2005-06-15  David Ponce  <david@dponce.com>
19247         * tree-widget.el: eval-and-compile inlined functions so they will
19248         be available at run-time too.
19249         (tree-widget-super-format-handler)
19250         (tree-widget-format-handler): Remove.
19251         (tree-widget-value-create): Handle the :indent property.
19253 2005-06-15  Miles Bader  <miles@gnu.org>
19255         * progmodes/which-func.el (which-func): Only inherit
19256         `font-lock-function-name-face' when that makes sense against the
19257         default mode-line face, otherwise set the face color explicitly.
19259         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19260         faces instead of (non-existent) variables.
19262 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19264         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19265         (iswitchb-get-matched-buffers): Likewise.  Simplify.
19267 2005-06-14  Miles Bader  <miles@gnu.org>
19269         * progmodes/ld-script.el (ld-script-location-counter):
19270         Remove "-face" suffix from face name.
19271         (ld-script-location-counter-face):
19272         New backward-compatibility alias for renamed face.
19273         (ld-script-location-counter-face): Use renamed face.
19275         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19276         (cperl-hash): Remove "-face" suffix from face names.
19277         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19278         New backward-compatibility aliases for renamed faces.
19279         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19280         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19282         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19283         name.
19284         (which-func-face): New backward-compatibility alias for renamed face.
19285         (which-func-format): Use renamed which-func face.
19287         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19288         (vhdl-function, vhdl-directive, vhdl-reserved-word)
19289         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19290         names.
19291         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19292         (vhdl-speedbar-configuration, vhdl-speedbar-package)
19293         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19294         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19295         (vhdl-speedbar-architecture-selected)
19296         (vhdl-speedbar-configuration-selected)
19297         (vhdl-speedbar-package-selected)
19298         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19299         names.
19300         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19301         Use renamed faces.
19302         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19303         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19304         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19305         Use renamed faces.
19306         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19307         names.
19308         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19309         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19310         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19311         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19312         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19313         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19315         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19316         face name.
19317         (sh-heredoc-face): New backward-compatibility alias for renamed face.
19318         (sh-heredoc-face): Use renamed sh-heredoc face.
19320         * progmodes/idlw-help.el (idlwave-help-link):
19321         Remove "-face" suffix from face name.
19322         (idlwave-help-link-face):
19323         New backward-compatibility alias for renamed face.
19324         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19326         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19327         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19328         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19329         New backward-compatibility aliases for renamed faces.
19330         (idlwave-shell-disabled-breakpoint-face)
19331         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19333         * progmodes/flymake.el (flymake-errline, flymake-warnline):
19334         Remove "-face" suffix from face names.
19335         (flymake-errline-face, flymake-warnline-face):
19336         New backward-compatibility aliases for renamed faces.
19337         (flymake-highlight-line): Use renamed flymake faces.
19339         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19340         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19341         (ebrowse-member-class, ebrowse-progress):
19342         Remove "-face" suffix from face names.
19343         (ebrowse-tree-mark-face, ebrowse-root-class-face)
19344         (ebrowse-file-name-face, ebrowse-default-face)
19345         (ebrowse-member-attribute-face, ebrowse-member-class-face)
19346         (ebrowse-progress-face):
19347         New backward-compatibility aliases for renamed faces.
19348         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19349         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19350         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19351         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19353         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19354         antlr-syntax)
19355         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19356         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19357         names.
19358         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19359         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19360         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19361         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19362         backward-compatibility aliases for renamed faces.
19363         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19364         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19365         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19366         remove "font-lock-".  Use renamed antlr-mode faces.
19367         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
19368         literal face-names with face variable references.
19370         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19371         face name.
19372         (Buffer-menu-buffer-face): New backward-compatibility alias for
19373         renamed face.
19374         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19376 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
19378         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19379         Eliminate "-face" suffix.
19380         (makefile-targets): Inherit from font-lock-function-name-face and
19381         eliminate "-face" suffix.
19382         (makefile-shell): Remove attributes and eliminate "-face" suffix.
19383         (makefile-*-font-lock-keywords): Append makefile-targets in rule
19384         actions, instead of prepending, to make it less visible.
19385         (makefile-previous-dependency, makefile-match-dependency):
19386         Don't match a target on a continuation line.
19388         * files.el (auto-mode-alist): Put Makefile in gmake mode.
19390 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
19392         * progmodes/gdb-ui.el (menu): Re-order menu items.
19393         (gdb-tooltip-print): Respect tooltip-use-echo-area.
19395         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19396         Define in tooltip.el.
19397         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19398         (gud-tooltip-tips): Respect tooltip-use-echo-area and
19399         gud-tooltip-echo-area.
19401         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19402         backward compatibility and make obsolete.
19403         (tooltip-help-tips): Use tooltip-use-echo-area.
19404         (tooltip-show-help-function): Rename to...
19405         (tooltip-show-help): ...this, because it is a function.
19406         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19408 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
19410         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19411         (edebug-print-length, edebug-print-level, edebug-print-circle)
19412         (edebug-modify-breakpoint, edebug-eval-last-sexp)
19413         (edebug-eval-print-last-sexp): Doc fixes.
19415 2005-06-14  Kim F. Storm  <storm@cua.dk>
19417         * ido.el (ido-mode): Make a new keymap every time we enable ido,
19418         as the coverage buffer/file/both may change.
19420 2005-06-14  Lute Kamstra  <lute@gnu.org>
19422         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19423         and run-mode-hooks.  Simplify.
19425         * mail/rmailedit.el (rmail-edit-mode):
19426         * progmodes/octave-inf.el (inferior-octave-mode):
19427         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19429         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19430         and run-mode-hooks.
19431         (recentf-edit-list, recentf-open-files): Don't call
19432         kill-all-local-variables directly.
19434         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19436 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19438         * emacs-lisp/byte-run.el (make-obsolete)
19439         (define-obsolete-function-alias): Rename arguments FUNCTION and
19440         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19441         (make-obsolete-variable, define-obsolete-variable-alias):
19442         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19443         respectively.
19445         * isearchb.el (isearchb-activate):
19446         * pcvs.el (cvs-mode):
19447         * ses.el (ses-load):
19448         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19449         * net/tramp.el (tramp-find-file-exists-command)
19450         (tramp-find-shell):
19451         * progmodes/ada-mode.el (ada-create-case-exception)
19452         (ada-create-case-exception-substring, ada-make-subprogram-body):
19453         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19454         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19455         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19456         * textmodes/org.el (org-promote, org-evaluate-time-range)
19457         (org-agenda-next-date-line, org-agenda-previous-date-line)
19458         (org-agenda-error, org-open-at-point, org-table-move-row)
19459         (org-format-table-table-html-using-table-generate-source)
19460         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19461         * textmodes/reftex.el (reftex-access-scan-info):
19462         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19463         (reftex-toc-promote-prepare): Follow error conventions.
19465         * diff-mode.el (diff-mode): Fix typo in docstring.
19467         * forms.el (forms--intuit-from-file): Fix reference to
19468         `forms-number-of-fields' in error message.
19469         (forms-print): Fix quoting in error message.
19471         * forms.el (forms-mode):
19472         * emulation/vi.el (vi-goto-insert-state):
19473         * progmodes/flymake.el (flymake-new-err-info)
19474         (flymake-start-syntax-check-for-current-buffer)
19475         (flymake-simple-cleanup):
19476         * eshell/esh-var.el (eshell/export):
19477         * progmodes/gud.el (xdb):
19478         * textmodes/flyspell.el (flyspell-incorrect-hook)
19479         (flyspell-maybe-correct-transposition)
19480         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19482 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
19484         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19485         minibuffer prompt.
19487 2005-06-13  Kim F. Storm  <storm@cua.dk>
19489         * subr.el (add-to-ordered-list): New defun.
19491         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19492         add cua--keymap-alist to emulation-mode-map-alists.
19494 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19496         * subr.el (complete-in-turn): New macro.
19497         (dynamic-completion-table, lazy-completion-table): Add debug info.
19499         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19500         in preference to face aliases.
19502         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19503         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19504         Remove unused vars `start' and `firstline'.
19505         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19506         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19508 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
19510         * cus-start.el (all): Don't complain about missing GTK-related
19511         variables, unless either `gtk' is boundp or this isn't a
19512         `windows-nt' build.
19514 2005-06-13  Lute Kamstra  <lute@gnu.org>
19516         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19517         run-mode-hooks.
19519         * ediff-mult.el (ediff-meta-mode):
19520         * ediff-util.el (ediff-mode): Use run-mode-hooks.
19522         * ledit.el (ledit-mode): Use delay-mode-hooks.
19524         * woman.el (woman-mode-line-format): Delete constant.
19525         (woman-mode-map): Initialize it properly.
19526         (woman-mode): Set mode-class property to special.
19527         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
19528         Set major-mode and mode-name.  Don't set mode-line-format directly.
19529         (Man-getpage-in-background): Don't reference woman-mode-line-format.
19531         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19532         string argument obsolete.
19534 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
19536         * textmodes/org.el (org-CUA-compatible): New option.
19537         (org-disputed-keys): New variable.
19538         (org-key): New function.
19539         (orgtbl-make-binding): Add docstring to the created function.
19540         (org-mode): Set paragraph start/separate regexps.
19541         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19542         (org-archive-location, org-archive-mark-done)
19543         (org-archive-stamp-time): New options.
19544         (org-archive-subtree): New command.
19545         (org-fill-paragraph): New function.
19546         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19547         (org-fake-empty-table-line): Function removed.
19548         (org-format-org-table-html): Do not create empty table lines at
19549         separator lines.  Improved table header treatment.
19550         (org-link-format): New option.
19551         (org-make-link): New function.
19552         (org-insert-link, org-store-link): Use org-make-link.
19553         (org-open-file): Quote file name for shell command, to allow
19554         spaces in file names.
19555         (org-link-regexp): Fix bug with mailto link.
19556         (org-link-maybe-angles-regexp, org-protected-link-regexp):
19557         New constants.
19558         (org-export-as-html): Deal with the optional angles around a link.
19559         Better treatment of file: links.
19560         (org-open-at-point): Replace @{ and @} with < and >.
19561         (org-run-mode-hooks): Function removed.
19562         (org-agenda-mode): No longer use `org-run-mode-hooks'.
19564 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
19566         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19567         MI command -data-list-register-values.
19568         (gdb-post-prompt): Indent properly.
19570 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
19572         * hilit-chg.el (highlight-changes-colors): Rename from
19573         `highlight-changes-colours'.
19574         (highlight-changes-colours): Keep as obsolete alias.
19575         (highlight-changes-face-list): Doc fix.
19576         (hilit-chg-make-list): Use `highlight-changes-colors'.
19578 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
19580         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19581         defun-prompt-regexp.
19583 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
19585         * loadup.el: Don't say we are dumping under 2 names on windows-nt
19586         and cygwin.
19588         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19589         Don't use an old loaddefs.el, as in Makefile.in.
19591 2005-06-12  Lute Kamstra  <lute@gnu.org>
19593         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19595         * man.el (Man-mode-map): Initialize it properly.
19596         (Man-mode): Set mode-class property to special.
19598         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19600 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
19602         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19603         A newline is needed in the docstring there.
19605         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19606         Doc fixes.
19608 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19610         * printing.el: Doc fix.  The menubar is no more changed when printing
19611         is loaded, it only changes when pr-menu-bind or pr-update-menus is
19612         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
19613         (pr-version): New version number (6.8.4).
19614         (pr-menu-bind): New command.
19615         (pr-update-menus): Docstring and code fix.
19616         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19617         Docstring fix.
19618         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19619         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19621 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
19623         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19624         "Returns" to "return", document useful return values, etc.
19626 2005-06-11  Alan Mackenzie  <acm@muc.de>
19628         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19629         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19630         (adaptive-file-function): Minor amendment to doc-string.
19632 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19634         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19635         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19636         Fix :type--it is `integer', not `string'.
19638         * faces.el (modeline-highlight): Rename from (the erroneous)
19639         `modeline-higilight'.
19641 2005-06-11  Lute Kamstra  <lute@gnu.org>
19643         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19644         lisp-interaction-mode-map but make it the parent.
19645         (edebug-eval-mode): Use define-derived-mode.
19647 2005-06-11  Andreas Schwab  <schwab@suse.de>
19649         * bindings.el: Add binding of `ESC functionkey' for every
19650         `M-functionkey'.
19651         * hexl.el (hexl-mode-map): Likewise.
19653 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
19655         * progmodes/compile.el (compilation-error-regexp-alist-alist)
19656         [msft]: update regexp for newer msft compilers.
19658 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
19660         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19661         ATTLIST portions of included DTDs.
19662         (xml-parse-dtd): Eliminate use of inefficient match-data.
19664 2005-06-10  Miles Bader  <miles@gnu.org>
19666         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19667         (mpuz-text): Remove "-face" suffix from face names.
19668         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19669         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19670         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19672         * play/gomoku.el (gomoku-O, gomoku-X):
19673         Remove "-face" suffix from face names.
19674         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19675         New backward-compatibility aliases for renamed faces.
19676         (gomoku-font-lock-keywords): Use renamed gomoku faces.
19678 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19680         * thumbs.el: Fixes for changes of 2005-06-09.
19681         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19682         as a directory.
19683         (thumbs-thumbname): Remove directory separator from format string;
19684         `thumbs-thumbsdir' now returns a valid directory name.
19685         (thumbs-temp-dir): New defsubst.
19686         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19687         Use it.
19689         * cus-edit.el (minibuffer):
19690         * files.el (make-backup-file-name-function):
19691         * filesets.el (filesets-external-viewers):
19692         * hilit-chg.el (highlight-changes-colours)
19693         (highlight-changes-face-list, highlight-changes-rotate-faces):
19694         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19695         * kmacro.el (kmacro-call-macro):
19696         * log-edit.el (log-edit-changelog-full-paragraphs):
19697         * mouse.el (mouse-1-click-follows-link):
19698         * skeleton.el (skeleton-autowrap):
19699         * subr.el (insert-for-yank-1):
19700         * tempo.el (tempo-insert-region):
19701         * terminal.el (terminal-emulator):
19702         * time.el (display-time-mail-face):
19703         * vc.el (vc-annotate):
19704         * vcursor.el (vcursor-copy-line):
19705         * woman.el (woman-bold-headings, woman-ignore)
19706         (woman-default-faces, woman-monochrome-faces):
19707         * calendar/todo-mode.el (todo-insert-threshold):
19708         * emulation/pc-select.el (pc-select-selection-keys-only)
19709         (pc-selection-mode):
19710         * emulation/vip.el (vip-find-char-forward):
19711         * emulation/viper-cmd.el (viper-find-char-forward):
19712         * international/mule-cmds.el
19713         (select-safe-coding-system-accept-default-p)
19714         (input-method-exit-on-invalid-key):
19715         * international/mule-diag.el (describe-coding-system):
19716         * international/ucs-tables.el (unify-8859-on-encoding-mode):
19717         * net/browse-url.el (browse-url-xterm-program):
19718         * obsolete/lazy-lock.el (lazy-lock-mode):
19719         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19720         (cperl-mode):
19721         * progmodes/cpp.el (cpp-face-light-name-list)
19722         (cpp-face-dark-name-list):
19723         * progmodes/delphi.el (delphi-newline-always-indents):
19724         Fix spellings in docstrings.
19726         * ido.el (ido-mode, ido-file-extensions-order)
19727         (ido-default-file-method, ido-default-buffer-method)
19728         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19729         (ido-decorations, ido-read-file-name-as-directory-commands)
19730         (ido-read-file-name-non-ido, ido-work-directory-list)
19731         (ido-ignore-item-temp-list, ido-current-directory)
19732         (ido-magic-forward-char, ido-enter-find-file)
19733         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19734         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19736 2005-06-10  Lute Kamstra  <lute@gnu.org>
19738         * play/dunnet.el (dun-mode): Use define-derived-mode.
19739         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
19740         obsolete alias.
19742         * play/doctor.el (doctor-mode-map): Remove defvar.
19743         (doctor-mode): Use define-derived-mode.
19745         * mail/mspools.el (mspools-mode):
19746         * net/eudc-hotlist.el (eudc-hotlist-mode):
19747         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19749 2005-06-10  Miles Bader  <miles@gnu.org>
19751         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19752         Remove "-face" suffix from face names.
19753         (flyspell-incorrect-face, flyspell-duplicate-face):
19754         New backward-compatibility aliases for renamed faces.
19755         (flyspell-mode-on, make-flyspell-overlay)
19756         (flyspell-highlight-incorrect-region)
19757         (flyspell-highlight-duplicate-region)
19758         (flyspell-display-next-corrections)
19759         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19761         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19762         from face name.
19763         (texinfo-heading-face): New backward-compatibility alias for
19764         renamed face.
19765         (texinfo-heading-face): Use renamed texinfo-heading face.
19767         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19768         suffix from face names.
19769         (tex-math-face, tex-verbatim-face):
19770         New backward-compatibility aliases for renamed faces.
19771         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19772         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19773         literal face name.
19775         * textmodes/table.el (table-cell): Remove "-face" suffix from face
19776         name.
19777         (table-cell-face): New backward-compatibility alias for renamed face.
19778         (table--put-cell-face-property, table--update-cell-face):
19779         Use renamed table-cell face.
19781         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19782         from face name.
19783         (sgml-namespace-face): New backward-compatibility alias for
19784         renamed face.
19785         (sgml-namespace-face): Use renamed sgml-namespace face.
19787         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19788         (org-level-4, org-level-5, org-level-6, org-level-7)
19789         (org-level-8, org-warning, org-headline-done)
19790         (org-deadline-announce, org-scheduled-today)
19791         (org-scheduled-previously, org-link, org-done, org-table)
19792         (org-time-grid): Remove "-face" suffix from face names.
19793         (org-level-1-face, org-level-2-face, org-level-3-face)
19794         (org-level-4-face, org-level-5-face, org-level-6-face)
19795         (org-level-7-face, org-level-8-face, org-warning-face)
19796         (org-headline-done-face, org-deadline-announce-face)
19797         (org-scheduled-today-face, org-scheduled-previously-face)
19798         (org-link-face, org-done-face, org-table-face)
19799         (org-time-grid-face):
19800         New backward-compatibility aliases for renamed faces.
19801         (org-level-faces, org-set-font-lock-defaults, org-timeline)
19802         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19803         (org-agenda-get-timestamps, org-agenda-get-scheduled)
19804         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19806         * emulation/viper-init.el (viper-search, viper-replace-overlay)
19807         (viper-minibuffer-emacs, viper-minibuffer-insert)
19808         (viper-minibuffer-vi): Remove "-face" suffix from face names.
19809         (viper-search-face, viper-replace-overlay-face)
19810         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19811         (viper-minibuffer-vi-face):
19812         New backward-compatibility aliases for renamed faces.
19813         (viper-search-face, viper-replace-overlay-face)
19814         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19815         (viper-minibuffer-vi-face): Use renamed viper faces.
19817         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19818         Remove "-face" suffix from face names.
19819         (testcover-nohits-face, testcover-1value-face):
19820         New backward-compatibility aliases for renamed faces.
19821         (testcover-mark): Use renamed testcover faces.
19823         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19824         face name.
19825         (diary-button-face): New backward-compatibility alias for renamed face.
19826         (diary-entry): Use renamed diary-button face.
19828         * calendar/calendar.el (diary, calendar-today, holiday)
19829         (mark-visible-calendar-date): Remove "-face" suffix from face names.
19830         (diary-face, calendar-today-face, holiday-face):
19831         New backward-compatibility aliases for renamed faces.
19832         (eval-after-load "facemenu", diary-entry-marker)
19833         (calendar-today-marker, calendar-holiday-marker, diary-face):
19834         Use renamed calendar faces.
19836         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19837         (compare-windows-face): New backward-compatibility alias for
19838         renamed face.
19839         (compare-windows-highlight): Use renamed compare-windows face.
19841         * strokes.el (strokes-char): Remove "-face" suffix from face name.
19842         (strokes-char-face): New backward-compatibility alias for renamed face.
19843         (strokes-encode-buffer): Use renamed strokes-char face.
19845         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19846         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19847         Remove "-face" suffix from face names.
19848         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19849         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19850         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19851         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19852         Use renamed pcvs faces.
19853         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19854         * pcvs-defs.el (cvs-mode-map): Likewise.
19855         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19857         * info.el (info-title-1, info-title-2, info-title-3)
19858         (info-title-4): Remove "-face" suffix from and downcase face names.
19859         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19860         (Info-title-4-face):
19861         New backward-compatibility aliases for renamed faces.
19862         (Info-fontify-node): Use renamed info faces.
19864         * hilit-chg.el (highlight-changes, highlight-changes-delete):
19865         Remove "-face" suffix from face names.
19866         (highlight-changes-face, highlight-changes-delete-face):
19867         New backward-compatibility aliases for renamed faces.
19868         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19869         (hilit-chg-make-list): Use renamed highlight-changes faces.
19871         * generic-x.el (show-tabs-tab, show-tabs-space):
19872         Remove "-face" suffix from face names.
19873         (show-tabs-tab-face, show-tabs-space-face):
19874         New backward-compatibility aliases for renamed faces.
19875         (show-tabs-generic-mode-font-lock-defaults-1)
19876         (show-tabs-generic-mode-font-lock-defaults-2):
19877         Use renamed show-tabs faces.
19879         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19880         (smerge-markers): Remove "-face" suffix from face names.
19881         (smerge-mine-face, smerge-other-face, smerge-base-face)
19882         (smerge-markers-face):
19883         New backward-compatibility aliases for renamed faces.
19884         (smerge-mine-face, smerge-other-face, smerge-base-face)
19885         (smerge-markers-face): Use renamed smerge faces.
19887         * log-view.el (log-view-file, log-view-message): Remove "-face"
19888         suffix from face names.
19889         (log-view-file-face, log-view-message-face):
19890         New backward-compatibility aliases for renamed faces.
19891         (log-view-file-face, log-view-message-face): Use renamed log-view
19892         faces.
19894         * paren.el (show-paren-match, show-paren-mismatch):
19895         Remove "-face" suffix from face names.
19896         (show-paren-match-face, show-paren-mismatch-face):
19897         New backward-compatibility aliases for renamed faces.
19898         (show-paren-function): Use renamed show-paren faces.
19900         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19901         (ruler-mode-margins, ruler-mode-fringes)
19902         (ruler-mode-column-number, ruler-mode-fill-column)
19903         (ruler-mode-comment-column, ruler-mode-goal-column)
19904         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19905         suffix from face names.
19906         (ruler-mode-default-face, ruler-mode-pad-face)
19907         (ruler-mode-margins-face, ruler-mode-fringes-face)
19908         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19909         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19910         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19911         New backward-compatibility aliases for renamed faces.
19912         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19913         (ruler-mode-column-number, ruler-mode-fill-column)
19914         (ruler-mode-comment-column, ruler-mode-goal-column)
19915         (ruler-mode-tab-stop, ruler-mode-current-column)
19916         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19917         faces.
19919         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19920         face name.
19921         (whitespace-highlight-the-space): Use renamed face.
19922         (whitespace-highlight-face): New backward-compatibility alias for
19923         renamed face.
19925         * woman.el (woman-italic, woman-bold, woman-unknown)
19926         (woman-addition, woman-symbol-face):
19927         Remove "-face" suffix from face names.
19928         (woman-italic-face, woman-bold-face, woman-unknown-face)
19929         (woman-addition-face):
19930         New backward-compatibility aliases for renamed faces.
19931         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19932         (woman-decode-region, woman-replace-match)
19933         (woman-display-extended-fonts, woman-special-characters)
19934         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19935         Use renamed woman faces.
19937         * longlines.el (longlines-visible-face): Face removed.
19939         * diff-mode.el (diff-header, diff-file-header, diff-index)
19940         (diff-hunk-header, diff-removed, diff-added, diff-changed)
19941         (diff-function, diff-context, diff-nonexistent): Remove "-face"
19942         suffix from face names.
19943         (diff-header-face, diff-file-header-face, diff-index-face)
19944         (diff-hunk-header-face, diff-removed-face, diff-added-face)
19945         (diff-changed-face, diff-function-face, diff-context-face)
19946         (diff-nonexistent-face): New backward-compatibility aliases for
19947         renamed faces.
19948         (diff-header-face, diff-file-header-face)
19949         (diff-index, diff-index-face, diff-hunk-header)
19950         (diff-hunk-header-face, diff-removed, diff-removed-face)
19951         (diff-added, diff-added-face, diff-changed-face, diff-function)
19952         (diff-function-face, diff-context-face, diff-nonexistent)
19953         (diff-nonexistent-face): Use renamed diff-mode faces.
19955         * progmodes/compile.el (compilation-warning-face)
19956         (compilation-info-face): Remove "-face" suffix from face names.
19957         (compilation-warning-face, compilation-info-face):
19958         New backward-compatibility aliases for renamed faces.
19959         (compilation-warning-face, compilation-info-face):
19960         Use renamed compilation faces.
19962         * add-log.el (change-log-date, change-log-name)
19963         (change-log-email, change-log-file, change-log-list)
19964         (change-log-conditionals, change-log-function)
19965         (change-log-acknowledgement): Remove "-face" suffix from face names.
19966         (change-log-date-face, change-log-name-face)
19967         (change-log-email-face, change-log-file-face)
19968         (change-log-list-face, change-log-conditionals-face)
19969         (change-log-function-face, change-log-acknowledgement-face):
19970         New backward-compatibility aliases for renamed faces.
19971         (change-log-font-lock-keywords): Use renamed change-log faces.
19973         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19974         (custom-set, custom-changed, custom-saved, custom-button)
19975         (custom-button-pressed, custom-documentation, custom-state)
19976         (custom-comment, custom-comment-tag, custom-variable-tag)
19977         (custom-variable-button, custom-face-tag, custom-group-tag-1)
19978         (custom-group-tag): Remove "-face" suffix from face names.
19979         (custom-magic-alist, custom-magic-value-create)
19980         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19981         (custom-invalid-face, custom-rogue-face, custom-modified-face)
19982         (custom-set-face, custom-changed-face, custom-saved-face)
19983         (custom-button-face, custom-button-pressed-face)
19984         (custom-documentation-face, custom-state-face)
19985         (custom-comment-face, custom-comment-tag-face)
19986         (custom-variable-tag-face, custom-variable-button-face)
19987         (custom-face-tag-face, custom-group-tag-face-1)
19988         (custom-group-tag-face):
19989         New backward-compatibility aliases for renamed faces.
19991         * wid-edit.el (widget-documentation, widget-button)
19992         (widget-field, widget-single-line-field, widget-inactive)
19993         (widget-button-pressed): "-face" suffix removed from face names.
19994         (widget-documentation-face, widget-button-face)
19995         (widget-field-face, widget-single-line-field-face)
19996         (widget-inactive-face, widget-button-pressed-face):
19997         New backward-compatibility aliases for renamed faces.
19998         (widget-documentation-face, widget-button-face)
19999         (widget-button-pressed-face, widget-specify-field)
20000         (widget-specify-inactive): Use renamed widget faces.
20002 2005-06-10  Kenichi Handa  <handa@m17n.org>
20004         * term/x-win.el (x-clipboard-yank): Remove condition-case
20005         wrapping.
20007 2005-06-11  Kenichi Handa  <handa@m17n.org>
20009         * add-log.el (change-log-font-lock-keywords): Make the regexp for
20010         date lines stricter.
20012 2005-06-10  Zhang Wei  <id.brep@gmail.com>
20014         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20015         of x-get-selection.
20017 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
20019         * comint.el (comint-mode, comint-snapshot-last-prompt):
20020         * frame.el (frame-current-scroll-bars):
20021         * term.el (term-mode, term-check-proc, term-input-sender)
20022         (term-simple-send, term-extract-string, term-word)
20023         (term-match-partial-filename):
20024         * window.el (window-current-scroll-bars):
20025         * emulation/cua-base.el (cua-normal-cursor-color)
20026         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20027         (cua-global-mark-cursor-color):
20028         * mail/undigest.el (rmail-forward-separator-regex):
20029         Fix typos in docstrings.
20031         * comint.el (comint-check-proc, make-comint-in-buffer)
20032         (comint-source-default): Doc fixes.
20034         * term.el (term-send-string): Improve argument/docstring consistency.
20036 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
20038         * comint.el (comint-send-input): Bind `inhibit-read-only' around
20039         call to `delete-region'.
20040         (comint-mode-hook): Do not enable Font Lock by default.
20042 2005-06-09  Lute Kamstra  <lute@gnu.org>
20044         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20045         could be void.
20047 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20049         * emacs-lisp/debug.el (debugger-will-be-back): New var.
20050         (debug): Use it.
20051         (debugger-step-through, debugger-continue, debugger-jump)
20052         (debugger-return-value): Set it when needed.
20053         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20054         Use inhibit-read-only.
20056 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
20058         * window.el (shrink-window-if-larger-than-buffer)
20059         (window-size-fixed): Fix typo in docstring.
20061         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
20062         thumbnails directory on loading.
20063         (thumbs-conversion-program): Use `eq' to check the system type,
20064         not `equal'.
20065         (thumbs-temp-dir): Initialize to `temporary-file-directory',
20066         not "/tmp".  Fix docstring.
20067         (thumbs-thumbsdir): New function to return the thumbnails
20068         directory, creating it if needed.
20069         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20070         (thumbs-temp-file): Delete variable and make it into a function.
20071         (thumbs-resize-image, thumbs-modify-image): Use it.
20072         (thumbs-kill-buffer): Simplify.
20073         (thumbs-gensym): Defalias or duplicate CL `gensym'.
20074         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20075         docstrings.
20077 2005-06-09  Kim F. Storm  <storm@cua.dk>
20079         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20080         set-match-data to free markers in match-data.
20082         * replace.el (replace-match-data): Pass RESEAT arg `t' to
20083         match-data to unchain markers in match-data.
20085 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20087         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20088         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
20089         unnecessary now.
20091 2005-06-08  Richard M. Stallman  <rms@gnu.org>
20093         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20094         give the variable a doc string that doesn't say don't set it directly.
20096         * textmodes/ispell.el (ispell-check-version):
20097         Use match-string-no-properties.
20098         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20099         (ispell-buffer-local-words): Likewise.
20101         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20102         except on terminals with enough colors to really display it.
20103         (makefile-dependency-regex): Delete spurious `bb'.
20105         * faces.el (escape-glyph): Use blue once again in last case.
20106         (no-break-space): Redefine so that it isn't invisible on a tty.
20108 2005-06-08  Kim F. Storm  <storm@cua.dk>
20110         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20111         also when reading directory name.
20113 2005-06-08  Lute Kamstra  <lute@gnu.org>
20115         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20116         (flyspell-mode-line-string): Remove autoload cookie.
20117         (flyspell-mode): Remove defvar.
20119 2005-06-07  Lute Kamstra  <lute@gnu.org>
20121         * textmodes/org.el (org-run-mode-hooks): New function.
20122         (org-agenda-mode): Use it.
20124 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
20126         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20128 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20130         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20132 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
20134         * font-lock.el (font-lock-add-keywords): Doc fix.
20136 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20138         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20139         (tex-compile-default): In the absence of any history, use the order in
20140         tex-compile-alist to choose the preferred command.
20141         (tex-compile-commands): Reorder a bit.
20143         * textmodes/flyspell.el (flyspell-auto-correct-binding)
20144         (flyspell-incorrect-face, flyspell-duplicate-face):
20145         Use (X)Emacs-agnostic code.
20146         (flyspell-mode-map): Don't overwrite at each load.  Remove code
20147         redundant with the subsequent add-minor-mode.  Merge Emacs and
20148         XEmacs code.
20149         (flyspell-word): Minor simplification.
20150         (flyspell-math-tex-command-p): Quieten the byte-compiler.
20151         (flyspell-external-point-words): Remove unused vars `size' and `start'.
20152         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20153         Merge the corresponding Emacs code.
20154         (flyspell-correct-word, flyspell-xemacs-popup):
20155         Use flyspell-do-correct.
20157         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20158         a dedicated window.
20160         * international/latexenc.el (latexenc-find-file-coding-system):
20161         Undo part of last patch, to turn off a compiler warning.
20163 2005-06-06  Juri Linkov  <juri@jurta.org>
20165         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20166         Rename `tmm-inactive-face' to `tmm-inactive'.
20168 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
20170         * iswitchb.el: Rename faces.
20172 2005-06-06  Kim F. Storm  <storm@cua.dk>
20174         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20175         (cua-global-mark): Remove -face suffix from face names.
20177         * emulation/cua-gmrk.el (cua--init-global-mark):
20178         Remove cua-global-mark face setup.
20180 2005-06-06  Richard M. Stallman  <rms@gnu.org>
20182         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20183         just like other allowed characters.
20184         (makefile-match-dependency): Exclude leading and training whitespace
20185         from the range of regexp subexp 1.
20186         (makefile-macroassign-regex): Don't try to match the body,
20187         just the name of the macro being defined.
20189         * info.el (Info-read-node-name-2): New function.
20190         (Info-read-node-name-1): Use that.
20191         Add a completion-base-size-function property.
20193         * simple.el (completion-setup-function): Look for
20194         completion-base-size-function property of minibuffer-completion-table.
20196         * files.el (locate-file-completion): Doc fix.
20198         * printing.el: Don't call pr-update-menus; user must do that.
20200         * emacs-lisp/debug.el (debugger-window): New variable.
20201         (debug): Use debugger-window if it is set and still alive.
20202         Record debugger-window for next entry.
20204         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20206 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
20208         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20209         (hack-one-local-variable, hack-local-variables)
20210         (hack-local-variables-prop-line): Pass that arg.
20212 2005-06-06  Kim F. Storm  <storm@cua.dk>
20214         * ido.el (ido-first-match, ido-only-match, ido-subdir)
20215         (ido-indicator): Remove -face suffix from face names.
20217 2005-06-06  Juri Linkov  <juri@jurta.org>
20219         * font-lock.el (font-lock-regexp-backslash)
20220         (font-lock-regexp-backslash-construct): New faces.
20221         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
20222         after `('.  Add `while-no-input' to control structures.
20224         * faces.el (no-break-space, shadow): New faces.
20225         (escape-glyph): Use less loud colors pink2 and red4.
20227         * diff-mode.el (diff-context-face)
20228         * dired.el (dired-ignored)
20229         * rfn-eshadow.el (file-name-shadow)
20230         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20232         * info.el (Info-title-1-face): Use green instead of yellow because
20233         bold yellow is not readable on light backgrounds.
20235         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20236         before selecting the desired mode to not spend time fontifying
20237         old contents.
20239 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
20241         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20242         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20244         * ps-print.el (ps-default-fg, ps-default-bg):
20245         Fix typos in docstrings.
20247         * isearchb.el (isearchb): Don't pass a spurious second argument to
20248         `iswitchb-completions'.
20250 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
20252         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20253         to preserve point.
20254         (gdb-find-file-hook): Add doc string.
20256         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20257         C dereferenced pointer expression.
20258         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
20260         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20262         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20263         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20264         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20265         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20266         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20267         Make background transparent.
20269 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20271         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
20272         (font-lock-remove-keywords): Doc fix.
20273         (font-lock-mode-major-mode): Compiler defvar.
20274         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20276         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20277         (font-lock-mode): Update `font-lock-mode-major-mode'.
20278         (font-lock-set-defaults): Compiler defvar.
20279         (font-lock-default-function): Take `font-lock-mode-major-mode'
20280         into account.
20282         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20283         keep track of which major mode it enabled the minor mode for.
20284         Use find-file-hook again.  Update docstring.
20286         * simple.el (eval-expression-print-level)
20287         (eval-expression-print-length, eval-expression-debug-on-error):
20288         Doc fixes.
20290 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
20292         * iswitchb.el (iswitchb-single-match-face)
20293         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20294         (iswitchb-invalid-regexp-face): New faces.
20295         (iswitchb-completions): Use them.
20296         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20297         now marked as an obsolete alias.
20298         (iswitchb-read-buffer): Remove check for bound font variables.
20299         (iswitchb-invalid-regexp): New free variable.
20300         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20301         set iswitchb-invalid-regexp.
20302         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20303         invalid regexps.
20304         (iswitchb-completions): Add check for complete match when entering
20305         a regexp.
20306         (iswitchb-completions): Remove require-match argument.
20307         (iswitchb-exhibit): Fix caller.
20308         (iswitchb-common-match-inserted): New variable.
20309         (iswitchb-complete, iswitchb-completion-help): Use it.
20311 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
20313         * url-http.el (url-http-chunked-encoding-after-change-function):
20314         Use `url-http-debug' instead of `message'.
20316 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
20318         * url-http.el (url-http-parse-headers): Pass redirected URL as a
20319         callback argument.
20321 2005-06-04  Kim F. Storm  <storm@cua.dk>
20323         * simple.el (line-move): Only call sit-for when moving backwards.
20325         * ido.el (ido-make-merged-file-list-1): New defun split from
20326         ido-make-merged-file-list.
20327         (ido-make-merged-file-list): Bind throw-on-input around call to
20328         ido-make-merged-file-list-1.  Return input-pending-p if
20329         interrupted by more input available.
20330         (ido-read-internal): Handle input-pending-p return value from
20331         ido-make-merged-file-list.
20333 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20335         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20336         compatibility code.
20338         * international/latexenc.el (latexenc-find-file-coding-system):
20339         Don't inherit the EOL part of the coding-system from the
20340         tex-main buffer.  Fit within 80 columns.
20342 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
20344         * tmm.el (tmm-inactive-face): New face.
20345         (tmm-remove-inactive-mouse-face): New function.
20346         (tmm-prompt, tmm-add-one-shortcut)
20347         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20348         but not selectable.
20350 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
20352         * faces.el (face-equal): Improve argument/docstring consistency.
20354 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
20356         * progmodes/make-mode.el (makefile-targets-face)
20357         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20358         (makefile-bsdmake-dependency-regex)
20359         (makefile-makepp-rule-action-regex)
20360         (makefile-bsdmake-rule-action-regex): New constants.
20361         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20363         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20364         Allow (...) within `...' for makepp messages.
20366 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
20368         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20370         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20371         "." files are deleted from all file lists before comparison.
20373         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20374         (viper-ESC-key): Made them customizable.
20376         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20378 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
20380         * autorevert.el (auto-revert-buffers): Use save-match-data.
20382 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20384         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20385         menu items with a nil command binding.
20387 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
20389         * emacs-lisp/cl-macs.el (defsetf):
20390         Improve argument/docstring consistency.
20392         * faces.el (list-faces-display): Improve the formatting by
20393         computing the maximum length required for any face-name (reworked
20394         patch of 1999-01-11, accidentally deleted on 1999-07-21).
20395         (internal-find-face): Remove redundant info in docstring.
20397 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
20399         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20400         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20401         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20402         (gdb-assembler-custom): Improve regexps.
20403         (def-gdb-auto-update-handler): Use window point to preserve point.
20405 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20407         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20409 2005-05-31  Jay Belanger  <belanger@truman.edu>
20411         * calc/calc-embed.el (calc-embedded-word): Change argument passed
20412         to calc-embedded.
20413         (calc-embedded-make-info): Have plain prefix argument select
20414         entire line.
20416 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
20418         * faces.el (list-faces-display): Signal error if passed a regexp
20419         that matches no face name.
20421         * simple.el (filter-buffer-substring): Fix typo in docstring.
20423 2005-05-31  Richard M. Stallman  <rms@gnu.org>
20425         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20426         (vhdl-emacs-21): Doc fix.
20427         (vhdl-mode): Unconditionally set comment-padding.
20428         (vhdl-fixup-whitespace-region): Insert spaces only where
20429         there are none.
20430         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20432 2005-05-30  John Wiegley  <johnw@newartisans.com>
20434         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20435         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20436         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20437         `directory-sep-char' to ?/, and all uses of `string-to-int' to
20438         `string-to-number'.
20440 2005-05-30  Jay Belanger  <belanger@truman.edu>
20442         * calc/calc.el (calc-bug-address): Fix docstring.
20443         (calc-window-hook, calc-trail-window-hook): New variables.
20444         (calc-trail-display): Restore use of calc-trail-window-hook.
20445         (calc): Restore use of calc-window-hook.
20447 2005-05-31  Masatake YAMATO  <jet@gyve.org>
20449         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20451         * help-fns.el (help-C-file-name): Add autoload mark for
20452         `find-function-noselect'.
20454 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20456         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20457         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20459 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
20461         * calendar/diary-lib.el (mark-included-diary-files): Only kill
20462         included diary buffer if it was not already being visited.
20463         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20465         * calendar/icalendar.el (top-level): Do not require appt.
20467         * mail/supercite.el (sc-select-attribution): Only use a list
20468         element from sc-attrib-selection-list if it returns a string.
20469         Reported by Davide G. M. Salvetti <salve@debian.org>.
20471 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
20473         * thumbs.el (thumbs-thumbname): The resulting thumbname now
20474         includes a hash value to improve its uniqueness, and has a ".jpg"
20475         extension.  Also, it is now a valid filename on all systems.
20476         (thumbs-make-thumb): Use `let', not `let*'.
20477         (thumbs-show-thumbs-list): Check for JPEG availability.
20479 2005-05-30  Richard M. Stallman  <rms@gnu.org>
20481         * filesets.el (filesets-menu-ensure-use-cached):
20482         Prevent warning when emacs-version>= is undefined.
20484         * printing.el (pr-interactive-n-up): Use string-to-number.
20486         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20488         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20489         Warn only when name to be defined is quoted.
20491 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
20493         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20494         Make regexp more robust.
20495         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20496         Force regeneration of disassembly.
20498 2005-05-29  Jay Belanger  <belanger@truman.edu>
20500         * calc/calc.el (calc-user-invocation): Check if
20501         calc-invocation-macro is non-nil.
20503 2005-05-29  Juri Linkov  <juri@jurta.org>
20505         * add-log.el (change-log-font-lock-keywords):
20506         Add `+' to e-mail regexp to accept mail address with keywords.
20508         * man.el (Man-name-regexp): Add `:' to accept qualified names.
20510 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
20512         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20514         * ielm.el (inferior-emacs-lisp-mode): Ditto.
20516 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20518         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20519         Undo the change that moves to end of the current word.
20521 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20523         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20524         Throw error when count <= 0 to ensure input is a number.
20525         (gdb-read-memory-custom): Pick up address from buffer.
20526         (gdb-memory-mode): Allow user to increment and decrement
20527         memory address from header line.
20529 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20531         * flyspell.el (flyspell-version): Function deleted.
20532         (flyspell-auto-correct-previous-hook): Doc fix.
20534         * jit-lock.el (jit-lock-function, jit-lock-after-change):
20535         Do nothing if memory is full.
20537         * font-lock.el (font-lock-fontify-syntactically-region):
20538         Pass t for GREEDY to looking-back.
20540         * saveplace.el (save-place-alist-to-file): Write the file
20541         using write-region.
20543         * subr.el (looking-back): New argument GREEDY.
20545         * progmodes/compile.el (compilation-start): Set the mode
20546         before inserting the initial text.
20548         * progmodes/which-func.el (which-func-update-1): Turn the mode
20549         off in case of error by setting which-func-mode.
20551 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
20553         * flyspell.el (flyspell-auto-correct-previous-word):
20554         Narrow down to what's on the screen, and recenter overlays
20555         at the end of the next word.
20557 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
20559         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20560         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20561         (flyspell-abbrev-p): Default to nil.
20562         (flyspell-use-global-abbrev-table-p): Doc fix.
20563         (flyspell-large-region): Allow nil as value.
20564         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20566         (mail-mode-flyspell-verify): More robust handling
20567         of `mail-header-separator'.  More efficient signature detection.
20568         Allow for regexp metacharacters in message-header-separator.
20569         Adding `To' not to be checked in mail-mode-flyspell-verify.
20571         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20572         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20573         Bind flyspell-auto-correct-binding.
20574         Bind C-. and C-, .
20575         (flyspell-mode-map): Likewise.
20576         (flyspell-mode): Doc fix.
20577         (flyspell-accept-buffer-local-defs): Preserve current buffer.
20578         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20579         (flyspell-word-cache-result): New var, always local.
20580         (flyspell-check-pre-word-p): Doc fix.
20581         (flyspell-check-changed-word-p): Handle spc like newline.
20582         (flyspell-post-command-hook): Set flyspell-word-cache-result.
20583         (flyspell-word-search-backward, flyspell-word-search-forward):
20584         New functions.
20585         (flyspell-word): Return t if nothing to check.
20586         When parsing TeX code, check for after } or \.
20587         Use flyspell-word-search-backward to find previous word.
20588         Return nil if duplicated word.
20589         For word already checked, return same value as last time.
20590         Set flyspell-word-cache-result after checking.
20591         Don't clobber the return value.
20592         (flyspell-get-word): Major rewrite.
20593         (flyspell-external-point-words): New locals pword, pcount.
20594         Fix size used in progress message.
20595         Find the proper corresponding word in flyspell-large-region-buffer.
20596         (flyspell-region): Check for flyspell-large-region = nil.
20597         (flyspell-highlight-incorrect-region): Clean up overlays in region.
20598         (flyspell-auto-correct-word): Check that WORD is a cons.
20599         (flyspell-correct-word): Likewise.
20601 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
20603         * progmodes/make-mode.el (makefile-rule-action-regex)
20604         (makefile-macroassign-regex, makefile-makepp-mode)
20605         (makefile-bsdmake-mode): Continuation lines may be empty.
20606         Reported by Joshua Varner.
20607         (makefile-makepp-font-lock-keywords): Add $(stem).
20609 2005-05-28  Karl Berry  <karl@gnu.org>
20611         * textmodes/tex-mode.el: Now that tex-send-command calls
20612         shell-quote-argument (2005-03-31 change), remove all calls to
20613         shell-quote-argument; they all end up invoking tex-send-command.
20614         The double quoting loses on filenames with non-safe characters,
20615         such as "@".  Reported by Frederik Fouvry.
20617 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20619         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20620         about preserving point.
20622 2005-05-27  Jay Belanger  <belanger@truman.edu>
20624         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20625         Info-goto-node.
20627         * calc/calc-embed.el (calc-embed-arg): New variable.
20628         (calc-do-embedded-activate, calc-embedded-activate-formula)
20629         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20630         variable by new variable.
20631         (calc-embedded-make-info): Replace undeclared variable by new
20632         variable.  When selecting region with positive prefix
20633         argument, use end of previous line instead of beginning of line.
20635         * calc/calc-aent.el (calc-arg-values): Declare it.
20637         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20638         Declare them.
20640         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20642         * calc/calc.el (calc-alg-map): Declare it.
20644         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20646 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
20648         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20649         (gdb-registers-buffer, toggle-gdb-all-registers):
20650         Toggle display of floating point registers.
20651         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20653         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
20654         (toggle-gud-tooltip-dereference):
20655         Rename from gud-toggle-tooltip-dereference.
20657 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20659         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20661 2005-05-27  Jay Belanger  <belanger@truman.edu>
20663         * calc/calc-prog.el (calc-kbd-report): Remove.
20664         (calc-kbd-query): Rewrite.
20666 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
20668         * image.el (image-library-alist): Move to image.c.
20669         (image-type-available-p): Doc fix.
20671 2005-05-27  Lute Kamstra  <lute@gnu.org>
20673         * calc/calc.el (calc):
20674         * outline.el (outline-1, outline-2, outline-3, outline-4)
20675         (outline-5, outline-6, outline-7, outline-8):
20676         * textmodes/dns-mode.el (dns-mode):
20677         * textmodes/sgml-mode.el (sgml-namespace-face):
20678         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20679         (tex-verbatim-face, tex-use-reftex):
20680         * textmodes/texinfo.el (texinfo-heading-face):
20681         Specify customization group.
20683         * longlines.el: Don't require easy-mmode.
20684         (longlines-visible-face): Specify customization group.
20686 2005-05-27  Kenichi Handa  <handa@m17n.org>
20688         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20689         encoding table of windows-1251.
20691         * international/ucs-tables.el (ucs-set-table-for-input):
20692         If translation-table-for-input of a coding system is a symbol, get
20693         its translation-table property.
20695         * international/code-pages.el: Don't register a coding system into
20696         non-iso-charset-alist more than once.
20697         (cp-make-coding-system): Likewise.
20699 2005-05-26  John Wiegley  <johnw@newartisans.com>
20701         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20702         `eshell-resume-eval' is wrapped in a list, it indicates that the
20703         command was run asynchronously.  In that case, unwrap the value
20704         before checking the delimiter value.
20706         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20707         character before a space at the end of a line is \, assume the space
20708         is part of the last argument rather than a final argument separator.
20710         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20711         is in use, and the target is `t' or `nil' (which are the most common
20712         values), don't assume that the symbol target is a buffer.
20714 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20716         * calendar/calendar.el (calendar-mode-line-format):
20717         Use mode-line-highlight as mouse-face.
20719         * time.el (display-time-string-forms, display-time-update):
20720         Use mode-line-highlight as mouse-face.
20722 2005-05-26  Jay Belanger  <belanger@truman.edu>
20724         * calc/calc.el (calc-language-alist): Remove extra defvar.
20726 2005-05-26  Lute Kamstra  <lute@gnu.org>
20728         * arc-mode.el (archive-mode):
20729         * bookmark.el (bookmark-read-annotation-mode)
20730         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20731         * bs.el (bs-mode):
20732         * calc/calc-yank.el (calc-edit-mode):
20733         * calc/calc.el (calc-mode, calc-trail-mode):
20734         * calculator.el (calculator-mode):
20735         * chistory.el (command-history-mode):
20736         * comint.el:
20737         * cus-edit.el (custom-mode):
20738         * descr-text.el (describe-text-mode):
20739         * ebuff-menu.el (Electric-buffer-menu-mode):
20740         * ediff-util.el (ediff-mode):
20741         * emacs-lisp/re-builder.el (reb-mode):
20742         * emulation/vi.el (vi-mode-setup):
20743         * emulation/ws-mode.el (wordstar-mode):
20744         * eshell/esh-mode.el (eshell-mode):
20745         * forms.el (forms-mode):
20746         * help-mode.el (help-mode):
20747         * hexl.el (hexl-mode):
20748         * ibuffer.el (ibuffer-mode):
20749         * ielm.el (inferior-emacs-lisp-mode):
20750         * info.el (Info-mode, Info-edit-mode):
20751         * international/swedish.el:
20752         * ledit.el (ledit-from-lisp-mode):
20753         * locate.el (locate-mode):
20754         * mail/rmail.el (rmail-mode):
20755         * mail/rmailedit.el (rmail-edit-mode):
20756         * mail/rmailsum.el (rmail-summary-mode):
20757         * mail/supercite.el (sc-electric-mode):
20758         * net/eudc.el (eudc-mode):
20759         * net/quickurl.el (quickurl-list-mode):
20760         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20761         * obsolete/ooutline.el (outline-mode):
20762         * obsolete/options.el (Edit-options-mode):
20763         * obsolete/rnews.el (news-mode):
20764         * obsolete/rnewspost.el (news-reply-mode):
20765         * play/5x5.el (5x5-mode):
20766         * play/decipher.el (decipher-mode, decipher-stats-mode):
20767         * play/gomoku.el (gomoku-mode):
20768         * play/snake.el (snake-mode):
20769         * play/solitaire.el (solitaire-mode):
20770         * play/tetris.el (tetris-mode):
20771         * progmodes/ada-mode.el (ada-mode):
20772         * progmodes/antlr-mode.el (antlr-mode):
20773         * progmodes/autoconf.el (autoconf-mode):
20774         * progmodes/dcl-mode.el (dcl-mode):
20775         * progmodes/delphi.el (delphi-mode):
20776         * progmodes/ebrowse.el (ebrowse-tree-mode)
20777         (ebrowse-electric-list-mode, ebrowse-member-mode)
20778         (ebrowse-electric-position-mode):
20779         * progmodes/f90.el (f90-mode):
20780         * progmodes/fortran.el (fortran-mode):
20781         * progmodes/icon.el (icon-mode):
20782         * progmodes/idlw-help.el (idlwave-help-mode):
20783         * progmodes/idlw-shell.el (idlwave-shell-mode):
20784         * progmodes/idlwave.el (idlwave-mode):
20785         * progmodes/inf-lisp.el (inferior-lisp-mode):
20786         * progmodes/m4-mode.el (m4-mode):
20787         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20788         * progmodes/modula2.el (modula-2-mode):
20789         * progmodes/octave-inf.el (inferior-octave-mode):
20790         * progmodes/octave-mod.el (octave-mode):
20791         * progmodes/pascal.el (pascal-mode):
20792         * progmodes/sh-script.el (sh-mode):
20793         * progmodes/sql.el (sql-mode, sql-interactive-mode):
20794         * progmodes/vhdl-mode.el (vhdl-mode):
20795         * progmodes/xscheme.el (scheme-interaction-mode):
20796         * replace.el (occur-mode):
20797         * ses.el (ses-mode):
20798         * simple.el (completion-list-mode):
20799         * skeleton.el:
20800         * speedbar.el (speedbar-mode):
20801         * term.el (term-mode):
20802         * terminal.el (terminal-edit-mode):
20803         * textmodes/reftex-index.el (reftex-index-mode)
20804         (reftex-index-phrases-mode):
20805         * textmodes/reftex-sel.el (reftex-select-label-mode)
20806         (reftex-select-bib-mode):
20807         * textmodes/reftex-toc.el (reftex-toc-mode):
20808         * wdired.el (wdired-change-to-wdired-mode):
20809         * wid-browse.el (widget-browse-mode):
20810         Use run-mode-hooks.
20812         * array.el (array-mode):
20813         * calendar/todo-mode.el (todo-mode):
20814         * man.el (Man-mode):
20815         * play/landmark.el (lm-mode):
20816         * play/mpuz.el (mpuz-mode):
20817         Use kill-all-local-variables and run-mode-hooks.
20819         * subr.el (delay-mode-hooks): Specify indentation.
20821 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
20823         * xml.el (xml-substitute-special): Don't die for undefined xml
20824         entities.
20826 2005-05-26  Jay Belanger  <belanger@truman.edu>
20828         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20829         of nil.
20831 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
20833         * progmodes/gdb-ui.el (gdb-frame-address):
20834         Rename from gdb-current-address.
20835         (gdb-previous-frame-address): Rename from gdb-previous-address.
20836         (gdb-selected-frame): Rename from gdb-current-frame.
20837         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20838         (gdb-frame-number): Rename from gdb-current-stack-level.
20839         (gdb-ann3): Match new mode-name for disassembly buffer.
20840         Extend initialization of variables.
20841         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20842         (gdb-memory-mode): Use mouse-face in header line.
20843         (gdb-assembler-buffer-name): Call it disassembly and give frame
20844         in mode line.
20845         (gdb-source-spec-regexp, gdb-assembler-custom)
20846         (gdb-invalidate-assembler, gdb-frame-handler):
20847         Make robust to leading zeroes in address format.
20849 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
20851         * textmodes/org.el (org-mode): Use `define-derived-mode' to
20852         define `org-mode'.
20853         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20855 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20857         * log-edit.el (log-edit-changelog-entries): Distinguish between
20858         filenames like xfns.c and fns.c.
20860 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
20862         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20863         point after reverting.
20864         (Buffer-menu-make-sort-button): Handle the case where
20865         `Buffer-menu-use-header-line' is nil.
20867 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
20869         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20870         New funcs.  In minibuffer-local-completion-map bind `]', `/'
20871         and `:' to them.
20873 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20875         * startup.el (normal-top-level): Allow modification of load-path while
20876         we're iterating over it.
20878 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
20880         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20881         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20882         (thumbs-resize-interactive, thumbs-insert-image)
20883         (thumbs-insert-thumb, thumbs-dired-show-marked)
20884         (thumbs-find-image-at-point, thumbs-delete-images)
20885         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20886         (thumbs-increment-image-size, thumbs-decrement-image-size):
20887         Fix typos in docstrings.
20889 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
20891         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20892         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20893         (cperl-mode): Use them.
20895 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
20897         * window.el (quit-window, shrink-window-if-larger-than-buffer):
20898         Doc fixes.
20900 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
20902         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20903         Bind C-d to gdb-inferior-io-eof.
20905         * dired.el (dired-dnd-popup-notice): Use message-box.
20907 2005-05-23  Masatake YAMATO  <jet@gyve.org>
20909         * bindings.el (mode-line-major-mode-keymap):
20910         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20912         * faces.el (mode-line-highlight): New face.
20914         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20915         as mouse-face.
20917         * bindings.el (top-level, help-echo, mode-line-modified)
20918         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20919         as mouse-face.
20921 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
20923         * progmodes/cc-engine.el (c-guess-basic-syntax):
20924         Remove spurious call to `zerop'.
20926         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20928 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
20930         CC Mode update to 5.30.10:
20932         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20933         could go past the limit in decoration level 2, thereby causing
20934         errors during interactive fontification.
20936         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20937         the file is evaluated interactively.
20939         * cc-engine.el (c-guess-basic-syntax): Handle operator
20940         declarations somewhat better in C++.
20942         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20943         make use of `run-mode-hooks' which has been added in Emacs 21.1.
20944         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20945         (awk-mode): Use it.
20946         (make-local-hook): Suppress warning about obsoleteness.
20948         * cc-engine.el, cc-align.el, cc-cmds.el
20949         (c-append-backslashes-forward, c-delete-backslashes-forward)
20950         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20951         Compensate for return value from `forward-line' when it has moved
20952         but not to a different line due to eob.
20954         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20955         `objc-method-intro' and `objc-method-args-cont'.
20957 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
20959         CC Mode update to 5.30.10:
20961         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20962         in the copyright statement.  Incidentally, change "along with GNU
20963         Emacs" to "along with this program" where it occurs.
20965         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20966         so that it is interactive, hence can be found by M-x awk-mode
20967         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
20968         <gmorris+emacs@ast.cam.ac.uk>.
20970         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20971         Mode's regexps.
20973 2005-05-23  Kevin Ryde  <user42@zip.com.au>
20975         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20976         c-parse-state, to avoid a lisp error (on bad code).
20978 2005-05-23  Lute Kamstra  <lute@gnu.org>
20980         * subr.el (font-lock-defaults): Remove defvar as it's already
20981         defined in font-core.el.
20983         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20985 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
20987         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20988         more general and work when GDB variable "print pretty" is on,
20989         as with Emacs, for example.
20991 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
20993         * font-core.el: Update comment.
20995         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20996         Use `after-change-major-mode-hook' instead of `find-file-hook'.
20998         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21000 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
21002         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21003         and `yank-handler' in the doc strings.
21005 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21007         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
21009 2005-05-22  Richard M. Stallman  <rms@gnu.org>
21011         * help.el (describe-key): Move print-help-return-message call
21012         out of conditional.
21014         * progmodes/etags.el (list-tags): Use with-no-warnings.
21016         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21017         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21018         (starttls-extra-args, starttls-extra-arguments): Add defvars.
21020         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21022         * language/viet-util.el (viet-viscii-nonascii-translation-table):
21023         Add defvar.
21025         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21026         Use defvar, not defconst.
21028         * hexl.el (hexl-follow-line): Use with-no-warnings.
21030         * emulation/tpu-extras.el: Use write-file-functions instead of
21031         write-file-hooks.
21033         * dired.el (dired-font-lock-keywords): Fontify files with junk
21034         extensions even if marked by -F.
21036 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
21038         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21039         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21040         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21041         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21042         (concatenate, list-length, get*, getf, cl-remprop):
21043         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21044         (etypecase, progv, lexical-let, lexical-let*)
21045         (multiple-value-bind, multiple-value-setq, shiftf):
21046         Improve argument/docstring consistency.
21048         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21050 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
21052         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21053         doesn't exist.
21055         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
21056         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21058 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
21060         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21061         already deleted variables: auto-fill-hook, blink-paren-hook,
21062         lisp-indent-hook, inhibit-local-variables, unread-command-event,
21063         suspend-hooks, comment-indent-hook, meta-flag,
21064         before-change-function, after-change-function,
21065         font-lock-doc-string-face.
21067 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
21069         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21071 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
21073         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21074         rmail-dont-reply-to.
21076 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21078         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21079         literal blank when splitting new-header-values.
21081 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
21083         * calendar/cal-menu.el (cal-menu-update): Add separator as a
21084         string so that tmm doesn't create a completion entry for it.
21086         * textmodes/table.el (table-disable-menu): Ditto.
21088 2005-05-21  Richard M. Stallman  <rms@gnu.org>
21090         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21092         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21094         * net/rcompile.el (remote-compile): Use compilation-start.
21096         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21098 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
21100         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21101         Default to makefile-bsdmake-mode on BSD systems.
21103         * imenu.el (imenu-generic-expression, imenu--generic-function'):
21104         REGEXP may also be a search function now.  The part of doc-string
21105         for describing the structure was 95% identical to that of
21106         `imenu--generic-function'.  Unify it there.
21108         * progmodes/make-mode.el (makefile-imenu-generic-expression):
21109         Use function to find dependencies, because regexp alone is so complex,
21110         it easily goes into an endless loop.
21111         (makefile-makepp-mode): Also add submenu for Perl functions
21112         defined in the makefile.
21113         (makefile-bsdmake-mode): Special imenu-generic-expression no
21114         longer needed, due to function call.
21115         (makefile-match-dependency): Take BOUND into account when checking
21116         if we're through.
21118 2005-05-20  Jay Belanger  <belanger@truman.edu>
21120         * calc/calc-units.el (calc-invalidate-units-table):
21121         Use inhibit-read-only.
21122         (math-build-units-table-buffer): Use view-mode.
21124 2005-05-20  David Kastrup  <dak@gnu.org>
21126         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21127         easy-menu-add is not a nop on Emacs; and clarify when to call it.
21129 2005-05-20  Lute Kamstra  <lute@gnu.org>
21131         * diff-mode.el (diff-header-face, diff-file-header-face)
21132         (diff-index-face, diff-hunk-header-face, diff-removed-face)
21133         (diff-added-face, diff-changed-face, diff-function-face)
21134         (diff-context-face, diff-nonexistent-face): Put them in the
21135         diff-mode customization group.
21137 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21139         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21141         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21143         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21144         Minor regexp-optimization.
21146 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
21148         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21149         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21150         (org-agenda-add-time-grid-maybe): New function.
21151         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21152         (org-table-create): `dotimes' instead of `mapcar'.
21153         (org-xor): Simplify implementation.
21154         (org-agenda): `inhibit-redisplay' turned on.
21155         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21156         a consistent line after a state change.
21157         (org-agenda-remove-times-when-in-prefix): New option.
21158         (org-prefix-has-time): New variable.
21159         (org-parse-time-string): Optional argument NODEFAULT.
21160         (org-format-agenda-item): Parse items for time-of-day
21161         specifications and move these into the prefix if possible.
21162         (org-agenda-priority): Get current heading, not previous heading
21163         during agenda remote editing.
21165 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
21167         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21168         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21169         (remove-duplicates, delete-duplicates, substitute)
21170         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21171         (nsubstitute-if-not, find, find-if, find-if-not, position)
21172         (position-if, position-if-not, count, count-if, count-if-not)
21173         (mismatch, search, sort*, stable-sort, merge, member*)
21174         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21175         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21176         (intersection, nintersection, set-difference, nset-difference)
21177         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21178         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21179         (nsublis, tree-equal): Improve argument/docstring consistency.
21181         * subr.el (send-string, send-region): Remove obsolescence declaration.
21182         (window-dot, set-window-dot, read-input, show-buffer)
21183         (eval-current-buffer, string-to-int):
21184         Add release number to obsolescence declarations.
21186 2005-05-19  Kim F. Storm  <storm@cua.dk>
21188         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21189         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21191 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
21193         * faces.el (list-faces-display): Make back button respect optional
21194         regexp arg.
21196 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
21198         * calculator.el (calculator-radix-grouping-mode)
21199         (calculator-radix-grouping-digits, calculator-displayer)
21200         (calculator-radix-grouping-separator, calculator-copy-displayer):
21201         * dabbrev.el (dabbrev-search-these-buffers-only):
21202         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21203         (diff-advance-after-apply-hunk, diff-mode-hook)
21204         (diff-minor-mode-prefix):
21205         * imenu.el (imenu-use-popup-menu):
21206         * jit-lock.el (jit-lock-context-time):
21207         * newcomment.el (comment-fill-column, comment-column)
21208         (comment-style, comment-padding, comment-multi-line)
21209         (comment-empty-lines, comment-auto-fill-only-comments):
21210         * reveal.el (reveal-around-mark):
21211         * uniquify.el (uniquify-buffer-name-style)
21212         (uniquify-after-kill-buffer-p)
21213         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21214         (uniquify-min-dir-content, uniquify-separator)
21215         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21216         * w32-vars.el (w32-fixed-font-alist):
21217         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21218         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21219         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21220         * progmodes/perl-mode.el (perl-indent-level)
21221         (perl-continued-statement-offset, perl-continued-brace-offset)
21222         (perl-brace-offset, perl-brace-imaginary-offset)
21223         (perl-label-offset, perl-indent-continued-arguments)
21224         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21225         * progmodes/tcl.el (tcl-indent-level)
21226         (tcl-continued-indent-level, tcl-auto-newline)
21227         (tcl-tab-always-indent, tcl-electric-hash-style)
21228         (tcl-help-directory-list, tcl-use-smart-word-finder)
21229         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21230         (inferior-tcl-source-command):
21231         * textmodes/fill.el (enable-kinsoku):
21232         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21233         * textmodes/table.el (table-yank-handler):
21234         Specify missing group (and type, if simple) in defcustom.
21236 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
21238         * progmodes/compile.el (compilation-finish-function): Fix defvar.
21240 2005-05-19  Richard M. Stallman  <rms@gnu.org>
21242         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21244         * subr.el (event-basic-type): Don't get an error.
21245         (left-fringe-p): Function deleted.
21247         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21248         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21250         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21251         in recursive copy.
21253         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21255         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21257         * emacs-lisp/bytecomp.el
21258         (byte-compile-file-form-custom-declare-variable):
21259         Call byte-compile-nogroup-warn if appropriate.
21261         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21262         (compilation-set-window): Don't call left-fringe-p; do it directly.
21264 2005-05-19  Jay Belanger  <belanger@truman.edu>
21266         * calc/calc-graph.el (calc-graph-format-data): Make sure
21267         var-PlotRejects is bound before trying to check its value.
21269 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
21271         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21272         definition of this variable from reftex-global.el to reftex.el,
21273         because it is needed in the menu.
21275 2005-05-19  Lute Kamstra  <lute@gnu.org>
21277         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21278         years are fixed.  Don't insert a space after a dash.
21280 2005-05-19  Kim F. Storm  <storm@cua.dk>
21282         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21284 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
21286         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21287         strings, because (eq ... ?\\) is fairly frequent.
21289         * progmodes/make-mode.el (makefile-add-this-line-targets):
21290         Simplify and integrate into `makefile-pickup-targets'.
21291         (makefile-add-this-line-macro): Simplify and integrate into
21292         `makefile-pickup-macros.
21293         (makefile-pickup-filenames-as-targets): Simplify.
21294         (makefile-previous-dependency, makefile-match-dependency):
21295         Don't stumble over `::'.
21297 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
21299         * subr.el (post-command-idle-hook, post-command-idle-delay):
21300         Remove obsoletion of post-command-idle-hook and
21301         post-command-idle-delay.
21303         * faces.el (list-faces-display): Provide button when describe-face
21304         is called to take user back to the list of faces.
21306         * help-fns.el (describe-variable): Remove hyperlinks in a
21307         variable's value as these are quite frequently inappropriate.
21309         * follow.el (follow-submit-feedback, follow-mode):
21310         Remove references to post-command-idle-hook.
21312 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
21314         * progmodes/make-mode.el (makefile-previous-dependency)
21315         (makefile-match-dependency): Check for := (and in bsd mode also
21316         !=) to give a better result, even when font-lock is not on.
21318 2005-05-18  Jay Belanger  <belanger@truman.edu>
21320         * calc/calc-help.el (calc-s-prefix-help):
21321         Add `calc-copy-special-constant' to help string.
21323 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
21325         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21327 2005-05-18  Jay Belanger  <belanger@truman.edu>
21329         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21330         in linear factors are in proper order.
21332 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
21334         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21335         Support for jurabib.
21337         * textmodes/reftex.el (featurep): Define aliases for overlay
21338         commands, for XEmacs compatibility, and use these aliases in
21339         overlay initializations.
21340         (reftex-highlight): Use `reftex-move-overlay'.
21341         (reftex-unhighlight): Use `reftex-delete-overlay'.
21342         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
21343         (reftex-access-search-path): Use `reftex-uniquify' instead of
21344         `reftex-uniq'
21346         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21347         `before-string' property modification enables for Emacs as well.
21348         (reftex-select-item): Use `reftex-delete-overlay'.
21349         (reftex-select-mark): Use `reftex-make-overlay' and
21350         `reftex-overlay-put'.
21351         (reftex-select-unmark): Use `reftex-delete-overlay' and
21352         `reftex-overlay-put'.
21354 2005-05-18  Lute Kamstra  <lute@gnu.org>
21356         * emacs-lisp/lisp.el (check-parens): Fix docstring.
21358 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
21360         * add-log.el (add-change-log-entry):
21361         * array.el (array-make-template, array-reconfigure-rows)
21362         (array-init-max-row, array-init-max-column)
21363         (array-init-columns-per-line, array-init-field-width):
21364         * replace.el (replace-match-maybe-edit, perform-replace):
21365         * textmodes/spell.el (spell-region):
21366         Replace `read-input' by `read-string'.
21368         * forms.el (forms-mode):
21369         * finder.el (finder-compile-keywords):
21370         * shadowfile.el (shadow-read-files):
21371         Replace `eval-current-buffer' by `eval-buffer'.
21373         * terminal.el (te-pass-through):
21374         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21375         (ange-ftp-raw-send-cmd):
21376         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21377         (send-process-next-char, telnet-initial-filter, telnet):
21378         Replace `send-string' by `process-send-string'.
21380         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21381         (prolog-consult-region): Replace `send-string' by
21382         `process-send-string'; replace `send-region' by `process-send-region'.
21384         * progmodes/delphi.el (delphi-log-msg):
21385         Replace `set-window-dot' by `set-window-point'.
21387         * subr.el (window-dot, set-window-dot, read-input, send-string)
21388         (send-region, show-buffer, eval-current-buffer):
21389         Make really obsolete, as the comment says.
21391 2005-05-17  Kim F. Storm  <storm@cua.dk>
21393         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21394         (cua--init-keymaps): Bind C-return instead of S-return to set
21395         rectangle mark.
21397         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21398         instead of S-return to toggle/clear rectangle mark.
21400 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
21402         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21403         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21404         Also fontify plain strings assigned to variables, mostly so that a
21405         colon has a face and is thus not taken as a dependency separator.
21406         (makefile-previous-dependency): Inline the new matcher, because it
21407         is too complex to work in both directions.
21408         (makefile-match-dependency): Eliminate `backward' arg (see above).
21409         Completely reimplemented so as to not sometimes go into an endless
21410         loop.  It should also be more efficient, because first it only
21411         searches for `:', instead of applying the very complex regexp.
21412         (makefile-mode): Cancel `font-lock-support-mode', because blocks
21413         to be fontified in one piece can be too long for JIT.
21414         Makefiles are never *that* big.
21416 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
21418         * dired.el (dired-mode): Simplify.
21420 2005-05-17  Lute Kamstra  <lute@gnu.org>
21422         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21423         defcustom for the mode hook variable.
21425         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21426         Emacs Lisp Reference Manual.
21428 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
21430         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21431         (evenp, list*):
21432         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21433         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21435         * net/tramp-smb.el (tramp-smb-open-connection):
21436         Pass `tramp-chunksize' as fifth (required) argument.
21438 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
21440         * font-lock.el (lisp-font-lock-keywords-1):
21441         Set `font-lock-negation-char-face' for [^...] char group.
21442         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21444         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21445         a var, and refine it to mask one more level of nested vars.
21446         (makefile-rule-action-regex): Turn it into a var, and refine it so
21447         it recognizes backslashed continuation lines as belonging to the
21448         same command.
21449         (makefile-macroassign-regex): Refine it so it recognizes
21450         backslashed continuation lines as belonging to the same command.
21451         (makefile-var-use-regex): Don't look at the next char, because it
21452         might be the same one to be skipped by the initial [^$], leading
21453         to an overlooked variable use.
21454         (makefile-make-font-lock-keywords): Remove two parameters, which
21455         are now variables that some of the modes set locally.
21456         Handle dependency and rule action matching through functions, because
21457         regexps alone match too often.  Dependency matching now comes
21458         last, so it can check, whether a colon already matched something else.
21459         (makefile-mode): Inform that font-lock improves makefile parsing
21460         capabilities.
21461         (makefile-match-dependency, makefile-match-action): New functions.
21463 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
21465         * emacs-lisp/cl-extra.el (equalp): Doc fix.
21467         * align.el (align-regexp):
21468         * ansi-color.el (ansi-color-get-face):
21469         * array.el (array-reconfigure-rows, array-init-max-row)
21470         (array-init-max-column, array-init-columns-per-line)
21471         (array-init-field-width):
21472         * dired-aux.el (dired-trample-file-versions):
21473         * dired-x.el (dired-mark-sexp):
21474         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21475         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21476         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21477         * faces.el (face-read-integer):
21478         * files.el (backup-extract-version, insert-directory):
21479         * hexl.el (hexl-insert-decimal-char):
21480         * server.el (server-process-filter):
21481         * shell.el (shell-extract-num):
21482         * startup.el (command-line-1):
21483         * term.el (term-command-hook):
21484         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21485         (time-stamp-do-number):
21486         * time.el (display-time-update):
21487         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21488         (timezone-fix-time):
21489         * vms-patch.el (vms-suspend-resume-hook):
21490         * calendar/appt.el (appt-convert-time):
21491         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21492         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21493         * calendar/cal-islam.el (mark-islamic-diary-entries):
21494         * calendar/calendar.el (calendar-cursor-to-date)
21495         (calendar-star-date):
21496         * calendar/diary-lib.el (diary-attrtype-convert)
21497         (mark-diary-entries, diary-entry-time):
21498         * calendar/solar.el (solar-get-number):
21499         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21500         * emacs-lisp/re-builder.el (reb-display-subexp):
21501         * emulation/edt.el (edt-set-scroll-margins):
21502         * emulation/tpu-extras.el (tpu-set-scroll-margins):
21503         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21504         (vip-get-ex-count):
21505         * emulation/viper-ex.el (viper-get-ex-token)
21506         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21507         * international/fontset.el (fontset-plain-name):
21508         * mail/feedmail.el (feedmail-look-at-queue-directory):
21509         * mail/mailalias.el (mail-get-names):
21510         * mail/rmail.el (rmail-convert-to-babyl-format):
21511         * mail/rmailsum.el (rmail-make-basic-summary-line)
21512         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21513         (rmail-summary-goto-msg):
21514         * mail/smtpmail.el (smtpmail-read-response):
21515         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21516         (ange-ftp-vms-add-file-entry):
21517         * play/gametree.el (gametree-looking-at-ply)
21518         (gametree-current-branch-score):
21519         * progmodes/ada-xref.el (ada-prj-find-prj-file)
21520         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21521         * progmodes/cperl-mode.el (condition-case):
21522         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21523         (ebrowse-set-member-buffer-column-width)
21524         (ebrowse-select-1st-to-9nth):
21525         * progmodes/etags.el (etags-snarf-tag):
21526         * progmodes/flymake.el (flymake-parse-line):
21527         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21528         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21529         (idlwave-shell-menu-def):
21530         * progmodes/ps-mode.el (ps-run-goto-error):
21531         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21532         (vhdl-speedbar-contract-level):
21533         * term/mac-win.el (x-handle-numeric-switch):
21534         * term/sun-mouse.el (sun-get-frame-data):
21535         * term/w32-win.el (x-handle-numeric-switch):
21536         * term/x-win.el (x-handle-numeric-switch):
21537         * textmodes/ispell.el (ispell-parse-output):
21538         * textmodes/nroff-mode.el (nroff-outline-level):
21539         * textmodes/reftex-cite.el (reftex-bib-sort-year)
21540         (reftex-bib-sort-year-reverse, reftex-format-citation):
21541         * textmodes/reftex-parse.el (reftex-init-section-numbers)
21542         (reftex-section-number):
21543         * textmodes/texinfmt.el (texinfo-paragraphindent):
21544         Replace `string-to-int' by `string-to-number'.
21546         * international/latexenc.el: Add page marker to force the "Local
21547         Variables:" string out of the last page.
21549 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21551         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21552         tooltip-change-major-mode.
21553         (gud-tooltip-print-command): Remove case where gud-minor-mode
21554         is gdb ("--fullname").
21555         (gud-tooltip-tips): Turn GUD tooltips off for this case and
21556         explain to user.
21558 2005-05-16  Jay Belanger  <belanger@truman.edu>
21560         * calc/calc-store.el (calc-copy-special-constant): New function.
21562         * calc/calc-ext.el (calc-init-extensions): Add binding for
21563         `calc-copy-special-constant'.
21565         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21566         for the `calc-copy-special-constant' command.
21568 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21570         * subr.el (left-fringe-p): New function.
21572         * progmodes/compile.el (compilation-setup): Set local value of
21573         overlay-arrow-string to "" always.
21574         (compilation-set-window): Left fringe then don't scroll.
21575         No left fringe then no arrow and scroll message to top.
21576         (compilation-context-lines): Adjust doc string accordingly.
21578 2005-05-16  Kim F. Storm  <storm@cua.dk>
21580         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21581         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21582         (ido-wide-find-dir-or-delete-dir): New command for M-d.
21583         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
21584         (ido-read-file-name): Handle commands with ido property value
21585         equal to find-file as reading a file name, to allow C-d to enter dired.
21586         (ibuffer-find-file): Add ido property with value find-file.
21588 2005-05-15  Kim F. Storm  <storm@cua.dk>
21590         * subr.el (open-network-stream-nowait): Remove.
21591         (open-network-stream-server): Remove.
21593 2005-05-15  Richard M. Stallman  <rms@gnu.org>
21595         * faces.el (describe-face): Output a definition link button.
21597         * help-mode.el (help-face-def): New button type.
21599         * emacs-lisp/copyright.el (copyright-fix-years):
21600         Match properly if the first year is 2-digit.
21601         Don't mess up the whitespace after the years by filling.
21603         * dired-aux.el (dired-mark-confirm):
21604         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21606         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21607         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21608         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21610         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21611         Set font-lock-comment-start-skip.
21613         * font-lock.el (font-lock-comment-start-skip): New variable.
21614         (font-lock-comment-end-skip): New variable.
21615         (font-lock-fontify-syntactically-region): Use them if non-nil.
21617 2005-05-15  Jay Belanger  <belanger@truman.edu>
21619         * calc/calc-store.el (calc-store-value): Return a string rather
21620         than display it as a message.
21621         Use calc-var-name for variable name.
21622         (calc-store-into): Add the result of calc-store-value to message.
21623         (calc-copy-variable): Add a message.
21624         (calc-store-exchange): Improve error messages.
21625         (calc-store-binary, calc-store-map): Don't reset the values of
21626         special constants.
21628 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
21630         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21631         manual to docstring.
21633         * files.el (hack-local-variables-confirm): Add STRING argument.
21634         Make the function handle non file visiting buffers correctly.
21635         (hack-local-variables-prop-line, hack-local-variables)
21636         (hack-one-local-variable): Use STRING arg of
21637         `hack-local-variables-confirm'.
21639 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
21641         Sync with Tramp 2.0.49.
21643         * net/tramp.el (tramp-handle-dired-call-process)
21644         (tramp-handle-insert-directory):`insert-buffer' cannot be used
21645         because the contents of the Tramp buffer is changed before
21646         insertion (`expand-file' and alike).
21647         (tramp-handle-insert-directory): If `localname' has an empty
21648         nondirectory name, it must not be quoted.
21649         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
21650         variable `tramp-chunksize'.  Change callees.
21651         (tramp-open-connection-setup-interactive-shell): Check remote host
21652         for buggy `send-process-string' implementation.
21653         Set `tramp-chunksize' if found.  Reported by Michael Kifer
21654         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21655         (tramp-handle-shell-command): `insert-buffer' cannot be used
21656         because the contents of the Tramp buffer is changed before
21657         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21658         <frederic.bothamy@free.fr>.
21659         (tramp-set-auto-save): Actions should be done for Tramp file name
21660         handler only.  Ange-FTP has its own auto-save mechanism.
21661         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21662         (tramp-set-auto-save-file-modes): Set file modes of
21663         `buffer-auto-save-file-name' to ?\600 as fallback solution.
21664         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21665         (tramp-bug): Remove obsolete variable.
21666         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
21667         for presence of `mml-mode'.  Make it running for older Emacsen as well.
21669 2005-05-14  John Paul Wallington  <jpw@pobox.com>
21671         * ibuf-ext.el (define-ibuffer-filter filename):
21672         If `dired-directory' is a list, use its car.
21674 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
21676         * ibuffer.el (define-ibuffer-column filename):
21677         If `dired-directory' is a list, use its car.
21679 2005-05-14  Richard M. Stallman  <rms@gnu.org>
21681         * subr.el (symbol-file): Doc fix.
21683         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21684         (byte-compile-form): Call byte-compile-nogroup-warn.
21685         (byte-compile-warning-types): Doc fix.
21687         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21689         * progmodes/cc-engine.el (c-literal-faces):
21690         Add font-lock-comment-delimiter-face.
21692         * net/net-utils.el (dig): Use with-no-warnings.
21694         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21695         (sc-recite-frame-alist, sc-default-cite-frame)
21696         (sc-default-uncite-frame, sc-default-recite-frame)
21697         (sc-attrib-selection-list, sc-rewrite-header-list):
21698         Mark as risky-local-variable.
21700         * international/ogonek.el (ogonek-jak, ogonek-how):
21701         Don't use beginning-of-buffer.
21703         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21705         * calendar/solar.el (solar-data-list): Move definition up.
21707         * dnd.el (dnd-protocol-alist): Add autoload.
21709         * progmodes/sh-script.el: Many doc usage fixes.
21710         (sh-indent-after-do): Change default to match common styles.
21712 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
21714         * files.el (interpreter-mode-alist)
21715         (auto-mode-interpreter-regexp): Doc fixes.
21717 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
21719         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21721         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21723 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21725         * dired.el (dired-mode): make-variable-buffer-local =>
21726         make-local-variable.
21728 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21730         * term/mac-win.el (mac-select-convert-to-string): Try coding
21731         systems in mac-script-code-coding-systems if specified one cannot
21732         encode string for `com.apple.traditional-mac-plain-text'.
21734 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
21736         * progmodes/make-mode.el (makefile-targets-face)
21737         (makefile-shell-face, makefile-makepp-perl-face): New faces.
21738         (makefile-dependency-regex): Fix it to not make the colon in
21739         $(var:a=b) special.
21740         (makefile-rule-action-regex): New regexp for highlighting embedded
21741         Shell strings.
21742         (makefile-macroassign-regex): Handle != for highlighting as
21743         embedded Shell strings.
21744         (makefile-var-use-regex): New const.
21745         (makefile-statements, makefile-automake-statements)
21746         (makefile-gmake-statements, makefile-makepp-statements)
21747         (makefile-bsdmake-statements): New consts.
21748         (makefile-make-font-lock-keywords): New function.
21749         (makefile-automake-font-lock-keywords)
21750         (makefile-gmake-font-lock-keywords)
21751         (makefile-makepp-font-lock-keywords)
21752         (makefile-bsdmake-font-lock-keywords): New consts.
21753         (makefile-mode-map): Add switchers between the various submodes.
21754         (makefile-mode): Document the availability of the variants.
21755         (makefile-automake-mode, makefile-gmake-mode)
21756         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21758         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21759         new variants of makefile-mode.
21761 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21763         * font-lock.el (font-lock-comment-delimiter-face): Fix up
21764         the inheritance.
21766 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
21768         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21769         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21771         * files.el (normal-mode): Extend the scope of the
21772         `enable-local-variables' binding to include the `set-auto-mode' call.
21773         (magic-mode-alist): Doc fix.
21775 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21777         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21778         font-lock-comment-face rather than copying its setting.
21780 2005-05-12  Andreas Schwab  <schwab@suse.de>
21782         * eshell/esh-mode.el (eshell-send-input): Doc fix.
21784 2005-05-12  Lute Kamstra  <lute@gnu.org>
21786         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21787         defcustom for the mode hook variable.  Delete the last argument.
21788         * generic-x.el: Fix callers of define-generic-mode.
21789         (generic-x-modes): Delete group.
21790         (show-tabs-tab-face, show-tabs-space-face): Put them in the
21791         generic-x customization group.
21793 2005-05-12  Kim F. Storm  <storm@cua.dk>
21795         * font-lock.el (font-lock-negation-char-face): Default to "off".
21797         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21798         font-lock-negation-char-face to ! in !=.
21800 2005-05-12  Masatake YAMATO  <jet@gyve.org>
21802         * add-log.el (find-change-log): Fix typos in the docstring
21803         of function.
21805 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21807         * international/latexenc.el (latexenc-find-file-coding-system):
21808         Avoid `re-search-forward' when looking for input encoding because
21809         of speed and safety.  Better regular expressions for recognizing
21810         input encoding.  Limit a search for TeX-master/tex-main-file to
21811         the local variable section.
21813 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
21815         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21816         syntax of $ to "'" (quote).
21818 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
21820         * dnd.el (dnd-protocol-alist): Improve custom type.
21822         * dired.el (dired-dnd-protocol-alist): New variable.
21823         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
21824         `dired-mode-hook' to the end.
21826 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21828         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21829         comment-end if comment-start-skip is not set.
21830         Obey the font-lock-comment-delimiter-face variables.
21832 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21834         * files.el (executable-find): Move from executable.el.  Use
21835         locate-file.
21836         * progmodes/executable.el (executable-find): Move to files.el.
21838         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21839         when trying to ensure forward progress.
21841 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
21843         * mouse-sel.el (mouse-sel-follow-link-p): New function.
21844         (mouse-select, mouse-select-internal, mouse-extend-internal):
21845         Use it to implement mouse-1-click-follows-link functionality.
21847 2005-05-11  Richard M. Stallman  <rms@gnu.org>
21849         * font-lock.el (font-lock-fontify-syntactically-region):
21850         Use font-lock-comment-delimiter-face for comment delimiters.
21852 2005-05-10  Jay Belanger  <belanger@truman.edu>
21854         * calc/calc-help.el (calc-m-prefix-help): Add mention of
21855         preserving embedded modes.
21857 2005-05-10  Richard M. Stallman  <rms@gnu.org>
21859         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21861         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21862         Move from ada-stmt.el.
21863         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21865         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21866         Move to ada-mode.el.
21867         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21869         * cus-edit.el (custom-file): Call file-chase-links.
21871         * files.el (read-directory-name): Fix previous change.
21872         (hack-local-variables-confirm): New function.
21873         (hack-local-variables-prop-line, hack-local-variables)
21874         (hack-one-local-variable): Use it.
21876 2005-05-10  Lute Kamstra  <lute@gnu.org>
21878         * font-lock.el (font-lock-keywords-alist)
21879         (font-lock-removed-keywords-alist): Clarify docstrings.
21881 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
21883         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21884         (gdb-source-info): Check for preprocessor info.
21885         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
21886         a macro for a function.
21887         (gdb-info-breakpoints-custom): Try to find file again if not already
21888         found (user might have used GDB dir command).
21889         (gdb-get-location): Update gdb-location-alist correctly for change
21890         to gdb-info-breakpoints-custom.
21892         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21893         (gud-tooltip-print-command): Add gdbmi case.
21894         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21895         preprocessor info.
21897 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
21899         * startup.el (fancy-splash-insert): Fix typo in doc string.
21901 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
21903         * obsolete/float.el (string-to-float):
21904         * obsolete/hilit19.el (hilit-add-pattern):
21905         * obsolete/rnews.el (news-parse-range, news-select-message)
21906         (news-get-pruned-list-of-files): Replace `string-to-int' by
21907         `string-to-number'.
21909         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21910         `find-file-not-found-hooks'; use `add-hook'.
21911         (uncompress-while-visiting): Set `write-file-functions', not
21912         `write-file-hooks'; use `add-hook'.
21914 2005-05-09  Kim F. Storm  <storm@cua.dk>
21916         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21917         (cua-paste): Handle clipboard action.
21918         (cua--init-keymaps): Remap clipboard-kill-region and
21919         clipboard-kill-ring-save.
21921 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
21923         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21924         Improve commentary.
21926         * simple.el (next-error-overlay-arrow-position): Revert the change
21927         made on 2005-04-30.
21929 2005-05-07  Jay Belanger  <belanger@truman.edu>
21931         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21932         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21933         `calc-sel-reselect'.
21935         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21936         Calc is in embedded mode.
21938 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21940         * progmodes/compile.el (compilation-setup):
21941         Set overlay-arrow-string to an empty string on text terminals.
21943         * textmodes/ispell.el (ispell-program-name): Try looking for
21944         "aspell" along exec-path, and if found, use it as the default
21945         speller program.
21947 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
21949         * international/mule.el (sgml-xml-auto-coding-function):
21950         Recognize encoding='FOO' in single quotes as well as in double quotes.
21952 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21954         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21955         as well as `interactive', so that defmacro* would recognize
21956         `declare' forms.
21958 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21960         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21961         Explain more about the LIGHTER arg's usage in the doc string.
21962         Add commentary to clarify what the code does.  Fix the regexp that
21963         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
21964         since it could have characters special to regular expressions.
21966 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21968         * replace.el (occur-1): Bind inhibit-read-only so that
21969         erase-buffer doesn't barf on read-only text properties (likewise
21970         for add-text-properties in occur-engine).  Mark buffer as unmodified.
21971         (occur-engine): Don't set buffer-read-only here.
21973 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21975         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21976         list-buffers-directory.  This caused the *cvs-commit* buffer to be
21977         sometimes mistakenly reused as a *cvs* buffer.
21979 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
21981         * tooltip.el: Move code for GUD tooltips into gud.el.
21982         (require): CL no longer needed to compile case.
21983         (tooltip-mode): Do not toggle functions for GUD tooltips.
21984         (tooltip-gud-tips-p): Remove.  Replace with minor mode
21985         gud-tooltip-mode in gud.el.
21986         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21987         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21988         tooltip-gud prefix with gud-tooltip and obsolete.
21989         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21990         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21991         (tooltip-mouse-motion): Mouse movement functions/variable.
21992         Rename in gud.el by adding gud prefix.
21993         (tooltip-gud-original-filter, tooltip-gud-dereference)
21994         (tooltip-gud-event, tooltip-toggle-gud-tips)
21995         (tooltip-gud-process-output, tooltip-gud-print-command)
21996         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
21997         gud.el by replacing tooltip-gud prefix with gud-tooltip.
21998         (gdb-tooltip-print): Move to gdb-ui.el.
22000         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22001         (require): CL needed to compile case.
22002         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22003         tooltip-gud-tips-p.  Make it a minor-mode.
22004         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22005         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22006         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22007         (gud-tooltip-change-major-mode)
22008         (gud-tooltip-activate-mouse-motions-if-enabled)
22009         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22010         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22011         (gud-tooltip-original-filter, gud-tooltip-dereference)
22012         (gud-tooltip-event, tooltip-toggle-gud-tips)
22013         (gud-tooltip-process-output, gud-tooltip-print-command)
22014         (gud-tooltip-tips): Move from tooltip.el.
22016         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22017         (gdb-cpp-define-alist-flags): Doc fix.
22018         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22019         gud-tooltip-mode is t.
22021 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22023         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22024         evaporate if their text is deleted.
22025         (goto-address-at-point): Make it work as a mouse binding as well.
22026         (goto-address-at-mouse): Obsolete it.  Update users.
22028 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
22030         * calendar/appt.el (top-level): No longer activate on load.
22032 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
22034         * calendar/cal-bahai.el (mark-bahai-diary-entries):
22035         * net/webjump.el (webjump):
22036         * progmodes/idlw-help.el (idlwave-do-context-help1)
22037         (idlwave-highlight-linked-completions):
22038         * textmodes/po.el (po-find-file-coding-system-guts):
22039         Replace `assoc-ignore-case' by `assoc-string'.
22041 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
22043         * files.el (locate-file): Doc fix.
22045         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22046         Remove the redundant test for ms-dos.
22048         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22049         look for the preprocessor with exec-suffixes.  If not found in
22050         standard places, look in exec-path.  Remove most of the tests that
22051         used system-type.
22053         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22055         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22057         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22058         file-name clash with jka-compr.el on 8+3 filesystems.
22060 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22062         * term/mac-win.el: Don't define or bind scroll bar functions if
22063         x-toolkit-scroll-bars is t.
22064         (x-select-text, x-get-selection-value): Clear
22065         x-last-selected-text-clipboard if x-select-enable-clipboard is
22066         nil.
22067         (PRIMARY): Put mac-scrap-name property.
22068         (mac-select-convert-to-file-url): New function.
22069         (public.file-url): New selection target type.  Add to
22070         selection-converter-alist.
22071         (x-get-selection, x-selection-value): Handle it.
22072         (x-cut-buffer-or-selection-value): New alias.
22074 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22076         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22077         entry to avoid calling bibtex-find-entry with arg global
22078         being t.  Remove arg key.
22079         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22080         (bibtex-copy-summary-as-kill): Change accordingly.
22082 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22084         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22085         (org-agenda-date-later): Use with-current-buffer.
22087 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
22089         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22090         (define-obsolete-variable-alias): Doc Fixes.
22092 2005-05-06  Kim F. Storm  <storm@cua.dk>
22094         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
22095         vertical-motion when selective-display is active.
22097         * ido.el (ido-setup-hook): New hook.
22098         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22099         (ido-input-stack): New var.
22100         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
22101         ido-next-work-file binding to M-O.
22102         Bind M-f to ido-wide-find-file-or-pop-dir.
22103         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22104         (ido-read-internal): Run ido-setup-hook.
22105         Catch quit in read-file-name and read-string to cancel edit.
22106         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22107         Automatically pop-all when completing a directory name (RET).
22108         (ido-file-internal): Add with-no-warnings around ffap and dired code.
22109         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22110         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22111         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22112         New functions for M-b/M-f to move among the directory components.
22113         (ido-make-merged-file-list): Catch quit to cancel merge.
22114         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22115         (ido-completion-help): No warnings for ido-completion-buffer-full.
22117 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
22119         * font-lock.el (font-lock-negation-char-face): New face and variable.
22120         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22121         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22122         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22123         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22125 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
22127         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22128         Fix typo in docstring.
22130         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22131         (ebrowse-print-statistics-line)
22132         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22134         * term/w32-win.el (image-library-alist): Add additional name for
22135         Xpm library.
22137 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
22139         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22140         use gcc instead of cpp.
22142         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22143         (gdb-create-define-alist): Use it.
22144         (gdb-cpp-define-alist-program): Update for MS-DOS.
22146 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
22148         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22150 2005-05-04  Richard M. Stallman  <rms@gnu.org>
22152         * help.el (describe-key): No error when UNTRANSLATED is nil.
22154         * simple.el (line-move-1): Fix previous change to signal errors
22155         appropriately.
22157 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
22159         * calendar/icalendar.el (icalendar-version): Now at 0.12.
22160         (icalendar-duration-correction): Remove.
22161         (icalendar--get-event-properties): Split result at commas.
22162         (icalendar--decode-isoduration): New optional argument
22163         DURATION-CORRECTION.
22164         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22165         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22166         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22167         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22168         (icalendar--convert-anniversary-to-ical): New functions, extracted
22169         from icalendar-export-region, with bug fixes.
22170         (icalendar-export-region): Use the above functions.
22171         (icalendar-import-buffer): Check before saving diary file.
22172         (icalendar--convert-recurring-to-diary)
22173         (icalendar--convert-non-recurring-all-day-to-diary)
22174         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22175         extracted from icalendar--convert-ical-to-diary, with bug fixes.
22176         (icalendar--convert-ical-to-diary): Use the above functions.
22178 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
22180         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22181         Remove these recent additions.
22182         (c-mode): Restore to before 2005-04-28.
22184         * progmodes/cc-vars.el (cc-define-list-program): Remove this
22185         recent addition.
22187         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22188         (gdb-define-alist): New variables.
22189         (gdb-create-define-alist): New function.
22190         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22191         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22192         with string-to-number.
22193         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
22195         * progmodes/gud.el: Replace string-to-int with string-to-number.
22196         (gud-find-file): Handle gdb-define-alist.
22198         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22200 2005-05-02  Jay Belanger  <belanger@truman.edu>
22202         * calc/calc-aent.el (math-read-token):
22203         * calc/calc-bin.el (calc-word-size):
22204         * calc/calc-ext.el (calc-read-number-fancy):
22205         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22206         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22207         * calc/calc-frac.el (calc-over-notation):
22208         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22209         (calc-graph-num-points, calc-graph-init):
22210         * calc/calc-prog.el (calc-read-parse-table-part)
22211         (calc-edit-macro-repeats):
22212         * calc/calc-yank.el (calc-do-grab-rectangle):
22213         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22214         Replace `string-to-int' by `string-to-number'.
22216 2005-05-02  Kim F. Storm  <storm@cua.dk>
22218         * kmacro.el: Use executing-kbd-macro-index variable.
22220 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
22222         * net/rlogin.el (rlogin-parse-words): Delete func.
22223         (rlogin): Use split-string, not rlogin-parse-words.
22224         Also, if there are option-like elements in the parsed args,
22225         take the host to be the first arg immediately following them.
22226         Suggested by Michael Mauger.
22228 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22230         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22232 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22234         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22235         (cc-mode-cpp-program): Rename to cc-define-list-program and
22236         move to cc-vars.el.
22238         * progmodes/cc-vars.el (cc-define-list-program):
22239         Change to "gcc -E -dM -".  Make customizable.
22241 2005-05-02  Kim F. Storm  <storm@cua.dk>
22243         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22245 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22247         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22249         * international/mule-util.el (truncate-string): Remove alias and
22250         obsolete declaration.
22252         * international/mule-cmds.el (update-iso-coding-systems):
22253         Remove alias and obsolete declaration.
22255         * international/mule.el (coding-system-parent): Remove alias and
22256         obsolete declaration.
22258         * subr.el (define-function, sref): Remove aliases and obsolete
22259         declarations.
22260         (chars-in-region): Remove obsolete declaration.
22262 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22264         * info.el (Info-mode): Set widen-automatically to nil, locally.
22266         * simple.el (widen-automatically): New variable.
22267         (pop-global-mark): Obey widen-automatically.
22269 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
22271         * term/xterm.el (function-key-map): Call substitute-key-definition
22272         before the keymap size is increased by a lot of define-key calls.
22274 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22276         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22277         Rename ARG to ELEMENT.  Doc fix.
22279 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22281         * allout.el (allout-exposure): Remove macro and obsolete declaration.
22282         Remove references to allout-exposure/change to allout-new-exposure.
22284         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22285         bytecode symbols.
22287         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22288         (compiled-function-p, focus-frame, unfocus-frame):
22289         Remove aliases and obsolete declarations.
22290         Back out inadvertent changes from previous commit.
22292 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22294         * files.el (require-final-newline): Make Custom tags consistent
22295         with mode-require-final-newline.
22296         (mode-require-final-newline): Doc fix.
22298 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22300         * international/latexenc.el (latexenc-find-file-coding-system):
22301         Fix regular expressions.
22303 2005-05-01  David Kastrup  <dak@gnu.org>
22305         * international/latexenc.el (latexenc-find-file-coding-system):
22306         Fix regular expressions.
22308 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22310         * subr.el (string-to-int): Make obsolete.
22312 2005-04-30  Richard M. Stallman  <rms@gnu.org>
22314         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22316         * loadup.el: load jka-comp-hook.
22318         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22319         (jka-compr-handler): Add autoload.  `put' calls moved
22320         to jka-comp-hook.el.
22321         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22322         (jka-compr-inhibit): Autoload.
22324         * jka-comp-hook.el: New file.
22325         Enable the mode by default.
22327         * files.el (backup-buffer-copy): Use copy-file instead
22328         of write-region, and put back the 'excl.
22330 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
22332         * progmodes/flymake.el (flymake-split-string)
22333         (flymake-split-string, flymake-log, flymake-pid-to-names)
22334         (flymake-reg-names, flymake-get-source-buffer-name)
22335         (flymake-unreg-names, flymake-add-line-err-info)
22336         (flymake-add-err-info): Clarify docstrings.
22337         (flymake-popup-menu, flymake-make-emacs-menu)
22338         (flymake-make-xemacs-menu): Add docstrings.
22339         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22340         Set variables directly throughout.
22342 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
22344         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22345         exists.  Initialize cc-define-alist.
22346         (c-mode): Add cc-create-define-alist locally to after-save-hook.
22347         If there is no file (Macroexpansion) don't create an alist.
22349 2005-04-29  Sam Steingold  <sds@gnu.org>
22351         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22352         (cc-create-define-alist): Use it instead of the hard-coded string.
22354 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22356         * international/mule-conf.el (file-coding-system-alist): Fix regexp
22357         for latexenc.
22359 2005-04-29  Lute Kamstra  <lute@gnu.org>
22361         * emacs-lisp/generic.el: Improve commentary section.
22362         (define-generic-mode): Improve docstring.
22364 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
22366         * textmodes/org.el (many places): Change to quiet the byte compiler.
22367         (org-prefix-format-compiled): New variable.
22368         (org-compile-prefix-format): New function.
22369         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22370         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22371         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22372         (org-get-entries-from-diary): Use `org-get-time-of-day' for
22373         consistency with entries from `org-mode' files.
22374         (org-get-time-of-day): Fix bug with partial matches early in a line.
22375         (org-non-link-chars): New constant.
22376         (org-link-regexp): Respect `org-non-link-chars'.
22377         (org-agenda-day-view): Remove command.
22378         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22379         (org-follow-bbdb-link, org-store-link): Search also company field.
22380         (org-highlight-overlay): New variable.
22381         (org-highlight, org-unhighlight): New functions.
22382         (org-agenda-mode): Add pre-command-hook to remove highlight.
22383         (org-evaluate-time-range): Behavior depends upon whether time stamp
22384         contains a time or not.
22385         (org-show-subtree, org-show-entry): New functions.
22386         (org-agenda-cleanup-fancy-diary): Remove empty lines.
22388 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
22390         * comint.el (comint-output-filter-functions): Add autoload cookie.
22392 2005-04-28  Kim F. Storm  <storm@cua.dk>
22394         * ido.el (ido-everywhere): Fix last change.
22396 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
22398         * international/latexenc.el: New file.
22399         * international/mule-conf.el (file-coding-system-alist): For .tex,
22400         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22402 2005-04-28  Lute Kamstra  <lute@gnu.org>
22404         * font-lock.el (font-lock-add-keywords)
22405         (font-lock-remove-keywords): Clarify docstring.
22406         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22407         Don't start docstrings with a `*'.
22408         (font-lock-update-removed-keyword-alist): Give it a docstring.
22410         * generic-x.el: Update commentary section.
22411         Only require font-lock when compiling.
22412         Define all modes conditionally.
22413         Place all generic modes in the generic-x-modes customization group.
22414         (generic-x-modes): New customization group.
22415         (generic-default-modes, generic-mswindows-modes)
22416         (generic-unix-modes, generic-other-modes): New constants.
22417         (generic-define-mswindows-modes, generic-define-unix-modes):
22418         Update docstrings.  Make them obsolete.
22419         (generic-extras-enable-list): New default value.  Update docstring.
22420         Improve :type.  Change :set function.
22421         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22422         Fix docstring.
22424         * emacs-lisp/generic.el (generic-mode-internal):
22425         Simplify font-lock-defaults.
22426         (define-generic-mode): Fix docstring.
22428 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22430         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22431         font-lock-face property to highlight matches.
22433 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
22435         * progmodes/cc-mode.el (cc-create-define-alist): New function.
22436         (cc-define-alist): New variable.
22437         (c-mode): Make it local and initialize it.
22439         * progmodes/gdb-ui.el (gdb-active-process): New variable.
22440         (gdb-exited): New function.
22441         (gdb-annotation-rules): Use it.
22442         (gdb-starting): Set gdb-active-process to t.
22443         (gdb-stopping): Amend doc string.
22444         (gdb-reset): Set gdb-active-process to nil.
22446         * tooltip.el (tooltip-gud-tips): Show the associated #define
22447         directives when a C program under GDB is not executing.
22449 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22451         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22452         font-lock-fontify-syntactic-keywords.
22454         * font-lock.el (font-lock-default-fontify-region): Don't force
22455         parse-sexp-lookup-properties to nil.
22457 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22459         * man.el (man-mode-syntax-table): Set up `:' to have
22460         word-constituent syntax.
22462 2005-04-27  Lute Kamstra  <lute@gnu.org>
22464         * novice.el (disable-command): Don't add spurious newlines to the
22465         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
22467 2005-04-26  Jay Belanger  <belanger@truman.edu>
22469         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22470         than one window before deleting window.
22472 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
22474         * shell.el (shell-prompt-pattern): Doc fix.
22475         (shell-mode): Set paragraph-separate buffer locally to "\\'".
22477         * comint.el (comint-prompt-regexp, comint-get-old-input)
22478         (comint-use-prompt-regexp)
22479         (comint-use-prompt-regexp-instead-of-fields)
22480         (comint-replace-by-expanded-history, comint-send-input)
22481         (comint-output-filter, comint-get-old-input-default)
22482         (comint-line-beginning-position, comint-bol, comint-show-output)
22483         (comint-backward-matching-input, comint-forward-matching-input)
22484         (comint-next-prompt, comint-previous-prompt):
22485         Rename `comint-use-prompt-regexp-instead-of-fields' to
22486         `comint-use-prompt-regexp'.  Keep old name as alias and declare
22487         obsolete.
22488         (comint-use-prompt-regexp): Shorten first line of doc string.
22490         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22491         Set paragraph-separate buffer locally to "\\'".
22493         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22494         Adapt to above name change.
22496         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22497         (smbclient-prompt-regexp): Ditto.
22499         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22501 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
22503         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22504         gdb-location-list.
22505         Break lines that are over 80 characters wide.
22507 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22509         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22510         New fun and var, to preserve compatibility.
22512         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22514 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
22516         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22517         name to file-newer-than-file-p.
22519 2005-04-26  Richard M. Stallman  <rms@gnu.org>
22521         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22523         * progmodes/python.el (python-mode):
22524         Use new name eldoc-documentation-function.
22526         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22528         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22529         (eldoc-documentation-function):
22530         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
22532 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
22534         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22536 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22538         * term/xterm.el (function-key-map): Fix strings for
22539         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
22540         {C,S,A,C-S}-{f1-f12}.
22542 2005-04-26  Kenichi Handa  <handa@m17n.org>
22544         * international/mule-cmds.el (select-safe-coding-system):
22545         Fix previous change.
22547 2005-04-26  Lute Kamstra  <lute@gnu.org>
22549         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22551         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22552         (font-lock-comment-delimiter-face): Ditto.
22554         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22556 2005-04-25  Jay Belanger  <belanger@truman.edu>
22558         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22559         to t while inserting information; use help-mode.
22561 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22563         * term.el (ansi-term-color-vector): Use the xterm colors.
22564         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
22566 2005-04-25  Lute Kamstra  <lute@gnu.org>
22568         * font-core.el (font-lock-defaults): Fix docstring.
22570         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22572 2005-04-25  Kenichi Handa  <handa@m17n.org>
22574         * international/mule-cmds.el (select-safe-coding-system):
22575         Don't check consistency with coding: spec, etc if raw-text or
22576         no-conversion was found to be safe.
22578 2005-04-24  Richard M. Stallman  <rms@gnu.org>
22580         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22581         citation markers at start of each line.
22583         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22584         citation markers at start of each line.
22586         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22588         * files.el (mode-require-final-newline): Fix previous change.
22589         (require-final-newline): Fix type label.
22591 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
22593         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22594         statement in buffer (broken by 2004-11-24 change).
22596 2005-04-24  Kim F. Storm  <storm@cua.dk>
22598         * ido.el (ido-everywhere): Save and restore old read-buffer-function
22599         and read-file-name-function values.  Don't overwrite existing
22600         non-nil values if ido-mode is enabled without ido-everywhere.
22602 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
22604         * files.el (mode-require-final-newline): Minor doc fix.
22606 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
22608         * subr.el (syntax-after): Doc fix.
22609         (syntax-class): If argument is nil, return nil.  Mask off upper 16
22610         bits, not 8 bits.
22612         * files.el (mode-require-final-newline): Doc fix.
22613         (backup-buffer-copy): Fix last change.
22615 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22617         * term/mac-win.el: Require select.  Set selection-coding-system to
22618         mac-system-coding-system.  Call menu-bar-enable-clipboard.
22619         (x-last-selected-text-clipboard, x-last-selected-text-primary)
22620         (x-select-enable-clipboard): New variables.
22621         (x-select-text, x-get-selection, x-selection-value)
22622         (x-get-selection-value, mac-select-convert-to-string)
22623         (mac-services-open-file, mac-services-open-selection)
22624         (mac-services-insert-text): New functions.
22625         (CLIPBOARD, FIND): Put mac-scrap-name property.
22626         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22627         (public.tiff): Put mac-ostype property.
22628         (selection-converter-alist): Add entries for them.
22629         (mac-application-menu-map): New keymap.
22630         (interprogram-cut-function, interprogram-paste-function): Set to
22631         x-select-text and x-get-selection-value, respectively.
22632         (split-window-keep-point): Set to t.
22634 2005-04-23  Richard M. Stallman  <rms@gnu.org>
22636         * files.el (read-directory-name): Always pass non-nil
22637         DEFAULT-FILENAME arg to read-file-name.
22638         (backup-buffer-copy, basic-save-buffer-2): Take care against
22639         writing thru an unexpected existing symlink.
22640         (revert-buffer): In indirect buffer, revert the base buffer.
22641         (magic-mode-alist): Doc fix.
22642         (buffer-stale-function): Doc fix.
22643         (minibuffer-with-setup-hook): Avoid warning.
22644         (mode-require-final-newline): Doc and custom fix.
22646         * follow.el (follow-end-of-buffer): Use with-no-warnings.
22648         * font-lock.el (font-lock-comment-face): On terminals with few colors,
22649         use the default appearance.
22650         (font-lock-comment-delimiter-face): New face, new variable.
22652         * imenu.el (imenu--generic-function): The official position of a
22653         definition is the start of the line that BEG is in.
22655         * midnight.el (midnight-timer): Move defvar up.
22657         * mouse.el (mouse-drag-region-1): Delete some debugging code.
22659         * saveplace.el (save-place-to-alist): Use with-no-warnings.
22661         * startup.el (command-line): Use with-no-warnings.
22663         * window.el (window-size-fixed): New defvar.
22665         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22667         * mail/rmail.el (rmail-font-lock-keywords):
22668         Use font-lock-comment-delimiter-face.
22670         * mail/sendmail.el (mail-font-lock-keywords):
22671         Use font-lock-comment-delimiter-face.
22673         * progmodes/compile.el (next-error-highlight-timer): New defvar.
22675 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22677         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22678         Specify t for LAXMATCH when matching directories.
22679         Save match data around compilation-compat-error-properties form.
22681 2005-04-23  David Kastrup  <dak@gnu.org>
22683         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22684         Mention that the autoloaded aliases should be kept for AUCTeX.
22686 2005-04-23  Andreas Schwab  <schwab@suse.de>
22688         * isearch.el (isearch-forward): Doc fix.
22690 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
22692         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22693         (jit-lock-stealth-nice): Change default value to 0.5.
22695 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22697         * abbrev.el (write-abbrev-file): Write table entries in
22698         alphabetical order by table name.
22700 2005-04-22  Kim F. Storm  <storm@cua.dk>
22702         * ido.el (ido-read-internal): Fix `list' completion.
22704 2005-04-22  Kenichi Handa  <handa@m17n.org>
22706         * recentf.el (recentf-save-file-coding-system): New variable.
22707         (recentf-save-list): Encode the file by
22708         recentf-save-file-coding-system and add coding: tag.
22710 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
22712         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22714 2005-04-21  Lute Kamstra  <lute@gnu.org>
22716         * loadhist.el (unload-feature): Don't remove a function from hooks
22717         if it is about to be restored to an autoload .  Remove functions
22718         that will become unbound from auto-mode-alist.  Simplify the code.
22720         * subr.el (assq-delete-all): New implementation that is linear,
22721         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
22722         (rassq-delete-all): New function.
22724         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22725         Add size-indication-mode.
22727 2005-04-21  Kenichi Handa  <handa@m17n.org>
22729         * international/mule-cmds.el: Add autoload for widget-value in
22730         eval-when-compile.
22732 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
22734         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22735         Add tooltip-mode.
22737         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22739 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
22741         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22742         (inferior-lisp-filter-regexp, inferior-lisp-program)
22743         (inferior-lisp-load-command, inferior-lisp-prompt)
22744         (inferior-lisp-mode-hook, lisp-source-modes)
22745         (inferior-lisp-load-hook): defvar->defcustom.
22746         (inferior-lisp-program, inferior-lisp-prompt)
22747         (inferior-lisp-load-hook): Doc fixes.
22748         (inferior-lisp-install-letter-bindings): Small change in
22749         introductory comment.
22751 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
22753         * vc.el (vc-annotate-color-map): Change some colors so that text
22754         using them as foreground is readable on both white and black
22755         backgrounds.
22757 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22759         * international/mule-conf.el (translation-table-for-input):
22760         Remove redundant declaration.
22762 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22764         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22766         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22767         (tooltip-toggle-gud-tips): New function.
22769 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22771         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22772         right angle brackets.
22774 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22776         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22778 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22780         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22781         Remove.  Update callers to use expand-file-name instead.
22783         * subr.el (syntax-class): New function.
22785         * simple.el (blink-matching-open): Use it.
22787         * paren.el (show-paren-function): Use it to recognize parens that are
22788         also used in 2-char comment markers.
22790 2005-04-19  Lute Kamstra  <lute@gnu.org>
22792         * loadhist.el (unload-feature): Update for new format of
22793         load-history.  Simplify the code.
22795 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22797         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22798         (mac-add-charset-info): New function.  Initialize variable
22799         mac-charset-info-alist using it.
22800         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22801         for translation.
22802         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22803         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22804         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22805         New CCL programs.
22807 2005-04-19  Kim F. Storm  <storm@cua.dk>
22809         * simple.el (next-buffer, prev-buffer, next-error)
22810         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22811         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22813         * bindings.el (next-buffer, prev-buffer, next-error)
22814         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22815         (clone-indirect-buffer-other-window): Move bindings from simple.el.
22816         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22817         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22819 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22821         * isearch.el (isearch-edit-string): Make the search-ring available for
22822         minibuffer history commands.
22823         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22824         the default history commands now work just as well.
22825         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22827 2005-04-18  Kim F. Storm  <storm@cua.dk>
22829         * emulation/cua-base.el (cua--pre-command-handler): Add more
22830         elaborate check for shift modifier on non-window systems.
22832 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
22834         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22836 2005-04-18  Kim F. Storm  <storm@cua.dk>
22838         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22839         and make it optional.  Don't test tooltip-gud-echo-area here.
22840         (tooltip-gud-process-output, gdb-tooltip-print):
22841         Pass tooltip-gud-echo-area to tooltip-show.
22842         (tooltip-help-tips): Remove second optional arg to tooltip-show.
22844 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22846         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22847         `display-graphic-p' may not be bound yet.
22849 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
22851         * startup.el (command-line): No longer enable Xterm Mouse mode by
22852         default in terminals compatible with xterm.
22854         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22856 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
22858         * tooltip.el (tooltip-gud-echo-area): Rename from
22859         tooltip-use-echo-area.
22860         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22861         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22862         area independently of where help tooltips are displayed.
22864 2005-04-17  David Kastrup  <dak@gnu.org>
22866         * cus-theme.el (custom-theme-write-variables): Quote variables
22867         where necessary.
22869 2005-04-17  Richard M. Stallman  <rms@gnu.org>
22871         * simple.el (yank-excluded-properties): Add follow-link to value.
22873         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22875         * startup.el (fancy-splash-max-time): Just 30 seconds.
22876         (fancy-splash-delay): Just 7.
22877         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22879         * loadhist.el (unload-feature): Update for new format of load-history.
22880         Simplify the code.
22882         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22883         (rmail-font-lock-keywords): Don't fontify the text of a citation.
22885         * mail/sendmail.el (mail-font-lock-keywords):
22886         Don't fontify subject text.
22887         Don't fontify the text of a citation.
22889 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
22891         * comint.el (comint-output-filter): Run comint-output-filter-functions
22892         with point where the user had it.
22894 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22896         * international/ucs-tables.el (ucs-set-table-for-input):
22897         Disable when using unify-on-decoding.
22899 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
22901         * emulation/cua-base.el (cua-global-mark-face): Add special case
22902         for displays supporting a high number of colors.
22904 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
22906         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22908 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
22910         * filesets.el (filesets-add-buffer): If user supplies a name of a
22911         non-existing fileset, create a new fileset.
22913 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
22915         * textmodes/org.el (org-up-heading-all): Fix bug with
22916         `outline-up-heading-all'.
22918 2005-04-16  Andreas Schwab  <schwab@suse.de>
22920         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22921         /etc/permissions.d/* and /etc/aliases.d/*.
22923 2005-04-16  Kenichi Handa  <handa@m17n.org>
22925         * international/code-pages.el (cp-make-coding-system):
22926         Set `translation-table-for-input' property value to the symbol
22927         ucs-mule-to-mule-unicode, not to that value.
22928         (pt154): Escape guillemet by `\'.
22930 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
22932         * loadup.el: Load tooltip if x-show-tip is fboundp.
22934         * startup.el (command-line): Add comment.
22936         * tooltip.el (tooltip-mode): Specify correct standard value for
22937         Custom in init-value.
22939 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
22941         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22942         possible.
22944 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
22946         * textmodes/org.el (org-agenda-date-prompt): Rename from
22947         `org-agenda-date-today'.
22948         (org-evaluate-time-range): Insert at point instead of directly
22949         after time range.
22950         (org-first-headline-recenter, org-subtree-end-visible-p)
22951         (org-optimize-window-after-visibility-change): New functions
22952         (org-agenda-post-command-hook): Don't allow point at end of line,
22953         to make sure it always hits the text properties.
22954         (org-agenda-next-date-line, org-agenda-previous-date-line):
22955         New commands.
22956         (org-set-regexps-and-options): Category may contain white space.
22957         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22958         Improve marker positions.
22959         (org-agenda-new-marker): Argument POS made optional.
22960         (org-agenda-get-timestamps): Deadlines which are done are listed
22961         in org-done-face now.
22962         (org-agenda-get-todos, org-agenda-get-timestamps)
22963         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22964         Set `undone-face' and `done-face' properties.
22965         (org-last-todo-state-is-todo): New variable.
22966         (org-todo): Set `org-last-todo-state-is-todo'.
22967         (org-agenda-todo): Change face according to
22968         `org-last-todo-state-is-todo'.  And change other lines referring to
22969         the same entry.
22970         (org-calendar-goto-agenda): New command.
22971         (org-calendar-to-agenda-key): New option.
22972         (org-startup-folded): New allowed value `content'.
22973         (org-set-regexps-and-options): Accept new value `content' for
22974         `org-startup-folded'.
22975         (org-get-current-options): Handle new value `content' for
22976         `org-startup-folded'.
22977         (org-insert-todo-heading): New command.
22978         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22979         interactively in empty file and option
22980         `org-insert-mode-line-in-empty-file' has been set.
22981         (org-agenda-todo, org-agenda-priority): Modify to use
22982         `org-agenda-change-all-lines'.
22983         (org-warning-face): Change color on dark background
22985 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22987         * international/mule-cmds.el (set-locale-environment): On Mac OS,
22988         use preferences AppleLocale and AppleLanguages, and variable
22989         mac-system-locale for default locale.  On Mac OS Classic, use
22990         mac-system-coding-system for default coding systems.
22992         * term/mac-win.el: Don't set file-name-coding-system.
22993         Decode variables system-name, emacs-build-system, user-login-name, and
22994         user-full-name by mac-system-coding-system on Mac OS Classic.
22995         (mac-system-coding-system): New variable.
22997 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
22999         * startup.el (command-line): Handle `xterm-mouse-mode' before
23000         reading init file.
23002         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23004 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
23006         * progmodes/sh-script.el (sh-here-document-word): Make it a
23007         defcustom.  Doc fix.
23008         (sh-add): Bash uses $(( )) for arithmetic.
23009         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23010         (sh-maybe-here-document): Remove quotes and leading whitespace
23011         from heredoc word when closing.  Indent heredoc with tabs if word
23012         starts with "-".
23014 2005-04-13  Richard M. Stallman  <rms@gnu.org>
23016         * simple.el (undo): Fix previous change.
23018         * custom.el (defface): Doc fix.
23020 2005-04-13  Lute Kamstra  <lute@gnu.org>
23022         * Makefile.in (DONTCOMPILE): Remove list.
23023         (compile, compile-always): Don't use DONTCOMPILE.
23024         (update-authors): Load the library in which batch-update-authors
23025         is defined.
23026         * makefile.w32-in (DONTCOMPILE): Remove list.
23027         (compile, compile-always): Fix comments.
23028         (update-authors): Load the library in which batch-update-authors
23029         is defined.
23031         * generic-x.el (generic-mode-ini-file-find-file-hook):
23032         Rename to ini-generic-mode-find-file-hook.
23033         Keep generic-mode-ini-file-find-file-hook as an alias.
23034         (ini-generic-mode-find-file-hook): Rename from
23035         generic-mode-ini-file-find-file-hook.  Fix docstring.
23036         (ini-generic-mode): Docstring change.
23037         (bat-generic-mode-run-as-comint): Silence the byte compiler.
23039         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23040         called from lisp.
23042         * generic.el: Move to the emacs-lisp subdir.
23044 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
23046         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23047         and C-S- function and cursor motion keys.
23049 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
23051         * startup.el (command-line): Enable Xterm Mouse mode by default.
23052         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23053         for Custom.  No longer show "Mouse" in mode line when enabled.
23054         Doc fix.
23056 2005-04-12  Kim F. Storm  <storm@cua.dk>
23058         * emulation/cua-base.el (cua-rectangle-face)
23059         (cua-rectangle-noselect-face): Define face attributes here.
23061         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23063 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23065         * startup.el (command-line): Turn off blinking cursor if
23066         cursorBlink in resources is off or false.
23068 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23070         * term/mac-win.el (dnd): Require dnd.
23071         (mac-drag-n-drop): Call dnd-handle-one-url.
23072         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23073         (kTextEncodingISOLatin2): Remove constants.
23074         (mac-script-code-coding-systems): New constant.
23075         (mac-handle-language-change): New function.
23076         (special-event-map): Bind it to `language-change' event.
23077         (mac-centraleurroman, mac-cyrillic): New coding systems.
23078         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23079         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23080         and mac-cyrillic-encoder to encode-mac-centraleurroman and
23081         encode-mac-cyrillic, respectively.
23083 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23085         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23086         Don't set overlay-arrow-string to "=>" as this is done
23087         globally in C now.
23089 2005-04-12  Lute Kamstra  <lute@gnu.org>
23091         * generic-x.el (rc-generic-mode, rul-generic-mode):
23092         Fix auto-mode-alist entries.
23093         (etc-fstab-generic-mode): Tweak fontification.
23095         * generic.el (generic-make-keywords-list): Fix docstring.
23096         (generic-mode-internal): Simplify generic-font-lock-keywords.
23098 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23100         * whitespace.el (whitespace-buffer-leading)
23101         (whitespace-buffer-trailing): Revert the incorrect test inversion.
23102         However, fix the highlight area for the leading and
23103         trailing whitespaces to show space.
23105 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23107         * whitespace.el (whitespace-version): Bump to 3.5
23109         (whitespace-buffer-leading, whitespace-buffer-trailing):
23110         Invert sense of the test to highlight the whitespace.
23112 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23114         * progmodes/gud.el (gud-display-line): GUD uses its own
23115         overlay arrow now so don't set overlay-arrow-string.
23116         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23118 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
23120         * term.el (term-ansi-current-bold, term-ansi-current-underline)
23121         (term-ansi-current-reverse, term-ansi-current-invisible)
23122         (term-ansi-face-already-done): Change to boolean.
23123         (term-reset-terminal, term-handle-colors-array): Handle the above
23124         vars accordingly.
23125         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23126         (term-emulate-terminal): Use the new name.
23128         * faces.el (secondary-selection): Use yellow1, not yellow.
23129         (trailing-whitespace): Use red1, not red.
23131 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23133         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23134         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23135         (dired-dnd-handle-file): Call dnd-get-local-file-uri
23137         * cus-edit.el (dnd): New group.
23139         * term/w32-win.el (dnd): Require dnd
23140         (w32-drag-n-drop): Call dnd-handle-one-url.
23142         * x-dnd.el: Require dnd.
23143         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23144         Call dnd-handle-one-url.
23145         (x-dnd-types-alist, x-dnd-insert-utf8-text)
23146         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23147         to dnd-insert-text.
23148         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23149         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23150         (x-dnd-get-local-file-name, x-dnd-open-local-file)
23151         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23153         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23155 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23157         * wdired.el: Doc fixes.
23158         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23159         (wdired-use-dired-vertical-movement): Rename from
23160         wdired-always-move-to-filename-beginning.
23161         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23162         (wdired-change-to-wdired-mode): Change mode name.
23163         (wdired-newline): Delete.
23165 2005-04-11  Richard M. Stallman  <rms@gnu.org>
23167         * whitespace.el (whitespace-highlight-the-space):
23168         Don't call whitespace-unhighlight-the-space here.
23170         * simple.el (undo): Record t in undo-equiv-table
23171         for the redo record made by an undo-in-region.
23173 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23175         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23176         (gdb-frame-inferior-io-buffer): New Functions to control
23177         display of separate IO buffer.
23178         (menu): Add them to menu-bar.
23179         (gdb-display-buffer): Check for buffer another frame.
23180         Protect GUD buffer.
23181         (gdb-setup-windows): Create IO buffer if not already there.
23182         (gdb-memory-mode): Remove purecopy noops.
23184 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23186         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23187         and pass to self-insert-command.
23189 2005-04-11  Lute Kamstra  <lute@gnu.org>
23191         * generic.el: Commentary section cleanup.
23192         (generic): Delete.
23193         (generic-use-find-file-hook, generic-lines-to-scan)
23194         (generic-find-file-regexp, generic-ignore-files-regexp)
23195         (default-generic-mode, generic-mode-find-file-hook)
23196         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23197         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
23198         (generic-use-find-file-hook, generic-lines-to-scan)
23199         (generic-find-file-regexp, generic-ignore-files-regexp)
23200         (default-generic-mode, generic-mode-find-file-hook)
23201         (generic-mode-ini-file-find-file-hook): Move from generic.el.
23203 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
23205         * bookmark.el (bookmark-write-file): Catch errors writing file.
23206         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23208 2005-04-10  Richard M. Stallman  <rms@gnu.org>
23210         * startup.el (fancy-splash-tail): Update copyright year.
23211         (command-line): Split part of -Q into -D.
23212         (emacs-basic-display): New defvar.
23213         (fancy-splash-text): Correct name of menu item.
23215         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23217         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23218         lines in one node.
23220         * comint.el (comint-send-input): New arg ARTIFICIAL.
23221         Callers in this file changed.
23223         * abbrev.el (define-abbrevs): Read system abbrevs properly.
23225         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23227 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
23229         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
23230         `ldap-search-internal'.
23232 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23234         * files.el (set-auto-mode-1): Use line-end-position.
23236         * international/latin-1.el:
23237         * international/latin-2.el:
23238         * international/latin-3.el:
23239         * international/latin-4.el:
23240         * international/latin-5.el:
23241         * international/latin-8.el:
23242         * international/latin-9.el: Give punctuation syntax to NBSP.
23244         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23245         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23246         Use char-classes to accept non-ascii letters, accepted in some recent
23247         bibtex implementations.
23249 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
23251         * custom.el (custom-set-minor-mode): Any non-nil value for the
23252         variable should enable the mode when set through Custom.
23254 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23256         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23257         TAB binding so tab-always-indent is obeyed.
23258         (vhdl-minibuffer-local-map): Move initialization into declaration.
23259         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23260         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23261         (vhdl-hooked-abbrev): Avoid test for XEmacs.
23262         (vhdl-current-line): Use line-beginning-position.
23263         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23264         with-output-to-temp-buffer, so the current position can be recorded.
23266 2005-04-10  Masatake YAMATO  <jet@gyve.org>
23268         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23269         Add regexp for gcov.
23271 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23273         * calendar/time-date.el (time-to-seconds, seconds-to-time)
23274         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23275         syntax which Emacs 20 doesn't support.
23277 2005-04-09  Richard M. Stallman  <rms@gnu.org>
23279         * help.el (describe-key-briefly, describe-key):
23280         Replace strings as event types with "(any string)".
23282 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23284         * arc-mode.el (archive-mode-map): Move initialization into
23285         the declaration.  Override *all* bindings of `undo'.
23286         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23288 2005-04-09  Jay Belanger  <belanger@truman.edu>
23290         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23292 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
23294         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23295         (xterm-register-default-colors): Update color values computation
23296         to match xterm-200.
23298 2005-04-09  Kenichi Handa  <handa@m17n.org>
23300         * international/code-pages.el (iso-latin-7): Fix the map.
23302 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
23304         * emacs-lisp/lisp.el (defun-prompt-regexp)
23305         (parens-require-spaces, buffer-end, end-of-defun)
23306         (insert-parentheses): Doc fixes.
23308 2005-04-08  Kim F. Storm  <storm@cua.dk>
23310         * comint.el (comint-highlight-prompt): Fix face spec.
23311         * hi-lock.el (hi-green): Likewise.
23313 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23315         * cus-edit.el (custom-modified-face):
23316         * comint.el (comint-highlight-input): Fix previous changes.
23317         * term.el (term-handle-ansi-escape): Add a comment.
23319 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23321         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23322         in the buffer and in whitespace-highlighted-space.
23323         (whitespace-unhighlight-the-space): Simplify.
23324         (whitespace-buffer): Simplify.
23326 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23328         * textmodes/table.el (table-cell-face): Add special case for
23329         displays supporting a high number of colors.
23330         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23331         (vhdl-font-lock-reserved-words-face)
23332         (vhdl-speedbar-architecture-face)
23333         (vhdl-speedbar-instantiation-face)
23334         (vhdl-speedbar-architecture-selected-face)
23335         (vhdl-speedbar-instantiation-selected-face): Likewise.
23336         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23337         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23338         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23339         (ebrowse-root-class-face, ebrowse-member-attribute-face)
23340         (ebrowse-progress-face): Likewise.
23341         * progmodes/compile.el (compilation-info-face): Likewise.
23342         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23343         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23344         * calendar/calendar.el (diary-face): Likewise.
23345         * woman.el (woman-italic-face, woman-bold-face)
23346         (woman-unknown-face): Likewise.
23347         * wid-edit.el (widget-button-pressed-face): Likewise.
23348         * whitespace.el (whitespace-highlight-face): Likewise.
23349         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23350         * pcvs-info.el (cvs-marked-face): Likewise.
23351         * info.el (info-xref): Likewise.
23352         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23353         * hilit-chg.el (highlight-changes-face)
23354         (highlight-changes-delete-face): Likewise.
23355         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23356         (hi-red-b): Likewise.
23357         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23358         * font-lock.el (font-lock-keyword-face)
23359         (font-lock-function-name-face, font-lock-warning-face): Likewise.
23360         * cus-edit.el (custom-invalid-face, custom-modified-face)
23361         (custom-set-face, custom-changed-face, custom-variable-tag-face)
23362         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23363         * comint.el (comint-highlight-prompt): Likewise.
23365 2005-04-08  Lute Kamstra  <lute@gnu.org>
23367         * font-lock.el (font-lock-keywords): Docstring fixes.
23369 2005-04-08  Kenichi Handa  <handa@m17n.org>
23371         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23372         chars are more than a limit, print " and more..." at the tail.
23374 2005-04-08  Kim F. Storm  <storm@cua.dk>
23376         * emacs-lisp/authors.el (authors-aliases): Update list.
23377         (authors-ignored-files): New list.
23378         (authors-fixed-entries): Fix typo.
23379         (authors-renamed-files-alist): Update list.
23380         (authors-add): Check authors-ignored-files.
23382 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
23384         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23385         optional, to ensure backward compatibility.
23387 2005-04-08  Stephen Eglen  <stephen@gnu.org>
23389         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23391 2005-04-08  Kim F. Storm  <storm@cua.dk>
23393         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23395         * mouse.el (mouse-on-link-p): Doc fix.
23397 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
23399         * ielm.el (ielm-prompt-read-only): Doc fix.
23401         * comint.el (comint-prompt-read-only): Doc fix.
23403 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
23405         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23406         ensure dired always handles wildcards passed to ffap.
23407         (find-file-at-point): Use it.
23408         (ffap-dired-wildcards): Doc fix.
23410 2005-04-07  Juri Linkov  <juri@jurta.org>
23412         * simple.el (next-error-overlay-arrow-position): New defvar.
23413         Put "=>" on its property `overlay-arrow-string'.  Add it to
23414         `overlay-arrow-variable-list'.
23416         * progmodes/compile.el (compilation-setup):
23417         Set `next-error-overlay-arrow-position' to nil.  Also set it to
23418         nil in the local hook `kill-buffer-hook'.  Make local variable
23419         `overlay-arrow-string' and set it to "=>".
23420         (compilation-goto-locus): Set BOL position to
23421         `next-error-overlay-arrow-position' instead of
23422         `overlay-arrow-position'.
23424         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23425         locally instead of adding it to the global hook.
23426         (Info-kill-buffer): Move up.
23428 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
23430         * term/xterm.el (xterm-standard-colors): Update color values from
23431         xterm-200.
23433 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23435         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23437         * fast-lock.el:
23438         * lazy-lock.el: Move them to the obsolete subdir.
23440 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23442         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23443         (wdired-add-replace-advice): Remove.
23444         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23446 2005-04-06  Kim F. Storm  <storm@cua.dk>
23448         * startup.el (command-line): Add --bare-bones alias for -Q.
23450 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23452         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23453         create the startup fontset if a font specification ends with
23454         `mac-roman'.
23456 2005-04-06  Lute Kamstra  <lute@gnu.org>
23458         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23459         change.
23461         * emacs-lisp/copyright.el (copyright-update-year): Replace the
23462         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
23464 2005-04-05  Lute Kamstra  <lute@gnu.org>
23466         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23467         (define-generic-mode): Ditto.  Fix debug declaration.
23469         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23470         Put them in the generic-x group.
23472         * calendar/timeclock.el (timeclock): Doc fix.
23474         * generic.el (define-generic-mode): Don't use custom-current-group.
23475         Document default :group value.
23476         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23477         (define-global-minor-mode): Don't use custom-current-group.
23479 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
23481         * startup.el (command-line-1): Display startup-echo-area-message
23482         when fancy splash screen is in use.
23484         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23485         (sh-escaped-newline): New face.
23486         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23487         newline, and use sh-escaped-newline face.
23489         * progmodes/tcl.el (tcl-escaped-newline): New face.
23490         (tcl-builtin-list): New variable.
23491         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23492         newlines.  Fix keywords subexpression number.
23494 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
23496         * textmodes/org.el (org-diary-default-entry): Fix call to
23497         `add-to-diary-entry'.
23499 2005-04-05  Kim F. Storm  <storm@cua.dk>
23501         * ediff-init.el: Use (featurep 'xemacs).
23503 2005-04-05  David Ponce  <david@dponce.com>
23505         * cus-edit.el (face): Derive from symbol widget.  Display sample
23506         of the current face on the fly.
23507         (widget-face-sample-face-get, widget-face-notify): New functions.
23508         (widget-face-value-create): Remove.
23510         * wid-edit.el (widget-field-end): Temporarily remove field
23511         narrowing before to call `get-char-property'.
23513 2005-04-04  Jay Belanger  <belanger@truman.edu>
23515         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23516         (math-read-subscripts): New variable.
23517         (math-read-preprocess-string): Process subscripts.
23519 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
23521         * comint.el (comint-prompt-read-only): Doc fix.
23523         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23524         `-1'.  Doc fix.
23526 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
23528         * textmodes/org.el (org-insert-mode-line-in-empty-file):
23529         Change default value to nil.
23531 2005-04-04  Lute Kamstra  <lute@gnu.org>
23533         * autorevert.el (auto-revert-mode): Specify :group.
23534         * battery.el (display-battery-mode): Specify :group.
23535         * diff-mode.el (diff-minor-mode): Specify :group.
23536         * font-core.el (font-lock-mode): Specify :group.
23537         * hl-line.el (hl-line-mode): Specify :group.
23538         * iimage.el (iimage): New customization group.
23539         (iimage-mode): Specify :group.
23540         * longlines.el (longlines-mode): Specify :group.
23541         * master.el: Don't require easy-mmode.
23542         (master): New customization group.
23543         (master-mode): Specify :group.
23544         * msb.el (msb-mode): Specify :group.
23545         * reveal.el (reveal-mode): Specify :group.
23546         * simple.el (next-error-follow-minor-mode): Specify :group.
23547         * smerge-mode.el (smerge-mode): Specify :group.
23548         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23549         * emulation/cua-base.el (cua-mode): Specify :group.
23550         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23551         * language/thai-util.el (thai-auto-composition-mode)
23552         (thai-word-mode): Specify :group.
23553         * mail/supercite.el (sc-minor-mode): Specify :group.
23554         * progmodes/cwarn.el (cwarn-mode): Specify :group.
23555         * progmodes/flymake.el (flymake-mode): Specify :group.
23556         * progmodes/glasses.el (glasses-mode): Specify :group.
23557         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23558         * textmodes/enriched.el (enriched-mode): Specify :group.
23559         * textmodes/refill.el (refill-mode): Specify :group.
23561         * add-log.el (change-log-font-lock-keywords): Names in
23562         parenthesized lists can contain spaces.
23564 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
23566         * startup.el (fancy-splash-text): Shorten default text of
23567         "Emacs Tutorial" line.  Also, if the current language env
23568         indicates an available tutorial file other than TUTORIAL,
23569         extract its title and append it to the line in parentheses.
23570         (fancy-splash-insert): If arg is a thunk, funcall it.
23572 2005-04-04  Jay Belanger  <belanger@truman.edu>
23574         * calc.el (calc-language-alist): Add tags to customization type.
23576 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
23578         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23579         Doc fix.
23581 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
23583         * add-log.el (change-log-font-lock-keywords): The manual
23584         describing a Change Log entry, says: (...) "Aside from these
23585         header lines, every line in the change log starts with a space or
23586         a tab.".  The font-lock was not highlighting lines started with
23587         spaces, added support for it.
23589 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23591         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23592         (bibtex-generate-url-list): Update docstring accordingly.  Put the
23593         complex example in the docstring.
23594         (bibtex-font-lock-url): Use pop.
23596 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23598         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23600         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23602 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
23604         * filesets.el (filesets-set-default): Doc fix.
23606 2005-04-03  Lute Kamstra  <lute@gnu.org>
23608         * generic.el (define-generic-mode): Add argument to specify
23609         keywords for defcustom.
23610         (default-generic-mode): Specify :group.
23612         * generic-x.el: Specify :group for all generic modes.
23614         * desktop.el (desktop-no-desktop-file-hook)
23615         (desktop-after-read-hook): Doc fix.
23617 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
23619         * simple.el (visible-mode): Use explicit :group keyword.
23620         This changes the group of `visible-mode-hook' from paren-blinking
23621         to editing-basics.
23623 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
23625         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
23626         mailbox specifications as well as URLs.
23627         (rmail-insert-inbox-text): Remove unused conditional branches.
23629 2005-04-01  Jay Belanger  <belanger@truman.edu>
23631         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23632         (calc-gnuplot-print-command): Move definitions to calc.el.
23634         * calc/calc-embed.el (calc-embedded-announce-formula)
23635         (calc-embedded-open-formula, calc-embedded-close-formula)
23636         (calc-embedded-open-word, calc-embedded-close-word)
23637         (calc-embedded-open-plain, calc-embedded-close-plain)
23638         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23639         (calc-embedded-open-mode, calc-embedded-close-mode):
23640         Move definitions to calc.el.
23642         * calc/calc.el (calc-settings-file, calc-language-alist):
23643         Make customizable.
23644         (calc-embedded-announce-formula, calc-embedded-open-formula)
23645         (calc-embedded-close-formula, calc-embedded-open-word)
23646         (calc-embedded-close-word, calc-embedded-open-plain)
23647         (calc-embedded-close-plain, calc-embedded-open-new-formula)
23648         (calc-embedded-close-new-formula, calc-embedded-open-mode)
23649         (calc-embedded-close-mode, calc-gnuplot-name)
23650         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23651         from other files and make customizable.
23653 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23655         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23656         Use buffer-live-p.
23657         (cvs-mode-run): Don't call cvs-update-header here.
23658         (cvs-run-process): Call cvs-update-header.
23659         Use process properties for cvs-postprocess and cvs-buffer so that
23660         the sentinel can behave better if the temp buffer is killed.
23661         Use a pipe rather than a tty, to better handle unexpected prompts.
23662         (cvs-sentinel): Rewrite.  Call cvs-update-header.
23664 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
23666         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23667         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
23669 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23671         * generic.el (define-generic-mode): Add indentation rule.
23673 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
23675         * files.el (mode-require-final-newline): Make Custom correctly
23676         report a nil value and allow to set it to nil via Custom.
23677         Doc fix.
23679 2005-04-01  Kenichi Handa  <handa@m17n.org>
23681         * international/characters.el: Enable the correct case setting for
23682         dotless-i and dotted-I.
23684 2005-04-01  Kim F. Storm  <storm@cua.dk>
23686         * ido.el (ido-file-internal): Fall back to non-ido command if
23687         initial directory is on slow ftp (or tramp) host.
23689 2005-03-31  Richard M. Stallman  <rms@gnu.org>
23691         * emacs-lisp/autoload.el (make-autoload):
23692         Handle define-global-minor-mode.
23694         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23695         Rename from easy-mmode-define-global-mode.
23696         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23698         * progmodes/scheme.el (scheme-mode-syntax-table):
23699         Update syntax of | and # for two-character comment syntax.
23701 2005-03-31  Lute Kamstra  <lute@gnu.org>
23703         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23704         (define-minor-mode): Call custom-current-group at load-time.
23706         * generic.el (define-generic-mode): Add debug declaration.
23707         Add defcustom for the mode hook.
23708         (generic-mode-internal): Use run-mode-hooks.
23710 2005-03-31  Kim F. Storm  <storm@cua.dk>
23712         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23713         (mouse-fixup-help-message): New defun called by show_help_echo
23714         to fixup mouse-2 prefix in help messages when applicable.
23716         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23718 2005-03-31  Kenichi Handa  <handa@m17n.org>
23720         * language/thai-word.el (thai-find-word-ends): Pay attention to
23721         the case that we reach the end of buffer.
23723         * textmodes/fill.el (fill-text-properties-at): New function.
23724         (fill-newline): Use fill-text-properties-at instead of
23725         text-properties-at.
23727 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23729         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23730         not comint-quote-filename.
23732 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
23734         * help-fns.el (help-with-tutorial): Revert last change.
23736 2005-03-31  Kim F. Storm  <storm@cua.dk>
23738         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23740 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
23742         * calendar/cal-china.el: Update reference to "Calendrical
23743         Calculations" book; there's a new edition.
23744         * calendar/cal-coptic.el: Likewise.
23745         * calendar/cal-french.el: Likewise.
23746         * calendar/cal-hebrew.el: Likewise.
23747         * calendar/cal-islam.el: Likewise.
23748         * calendar/cal-iso.el: Likewise.
23749         * calendar/cal-julian.el: Likewise.
23750         * calendar/cal-mayan.el: Likewise.
23751         * calendar/cal-persia.el: Likewise.
23752         * calendar/calendar.el: Likewise.
23753         * calendar/holidays.el: Likewise.
23754         * calendar/lunar.el: Likewise.
23755         * calendar/solar.el: Likewise.
23757         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23758         white space from doc string.
23760 2005-03-30  Jay Belanger  <belanger@truman.edu>
23762         * calc/calc-help.el (calc-full-help): Remove email address.
23764 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
23766         * help-fns.el (help-with-tutorial): Delete title line.
23768 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23770         * calendar/cal-x.el (calendar-one-frame-setup)
23771         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23772         rather than `symbol' for set-window-dedicated-p.
23774         * calendar/appt.el (appt-buffer-name): Make it a constant.
23775         (appt-add): Doc fix.
23777         * filesets.el (filesets-menu-path, filesets-menu-before)
23778         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
23779         (filesets-menu-cache-file): Use directory ~/.emacs.d.
23780         (filesets-add-submenu): Delete and use add-submenu instead.
23782 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
23784         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23785         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23786         (org-diary-default-entry): New function.
23787         (org-get-entries-from-diary): Better parsing of diary entries.
23788         (org-agenda-check-no-diary): New function.
23789         ("diary-lib"): Advice to function `add-to-diary-list', to allow
23790         linking to diary entries.
23791         (org-agenda-execute-calendar-command): New function.
23792         (org-agenda): Improve visible section in window.
23793         Use `org-fit-agenda-window'.
23794         (org-fit-agenda-window): New option.
23795         (org-move-subtree-down): Better handling of empty lines
23796         at end of subtree.
23797         (org-cycle): Numeric prefix is interpreted now as show-subtree N
23798         levels up.
23799         (org-fontify-done-headline): New option.
23800         (org-headline-done-face): New face.
23801         (org-set-font-lock-defaults): Use `org-headline-done-face'.
23802         (org-table-copy-down): Rename from `org-table-copy-from-above'.
23803         When current field is non-empty, it is copied to next row.
23804         (org-table-copy-from-above): Fix bug which made it
23805         impossible to copy fields containing only a single non-white character.
23807 2005-03-30  Kim F. Storm  <storm@cua.dk>
23809         * kmacro.el (kmacro-end-macro): Isearch may store this command
23810         into the macro -- so ignore it when executing keyboard macro.
23812 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23814         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23816 2005-03-29  Kenichi Handa  <handa@m17n.org>
23818         * language/thai.el ("Thai"): Set setup-function and exit-function
23819         for Thai language environment.
23821         * language/thai-util.el: Require thai-word.
23822         (thai-word-mode-map): New variable.
23823         (thai-word-mode): New minor mode.
23824         (setup-thai-language-environment-internal): New function.
23825         (exit-thai-language-environment-internal): New function.
23827         * language/thai-word.el (thai-word-table): Declare it by defvar,
23828         use dolist to initialize it.
23829         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23830         (thai-fill-find-break-point): New functions.
23832 2005-03-29  Richard M. Stallman  <rms@gnu.org>
23834         * simple.el (idle-update-delay): Move definition up.
23835         (set-mark): Doc fix.
23837 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
23839         * longlines.el: New file.
23841         * simple.el (buffer-substring-filters): New variable.
23842         (filter-buffer-substring): New function.
23843         (kill-region, copy-region-as-kill): Use it.
23845         * register.el (copy-to-register, append-to-register)
23846         (prepend-to-register): Use filter-buffer-substring.
23848 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23850         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23851         (gud-filter-pending-text): Move in front of gdb.
23852         (gud-overlay-arrow-position): New variable.
23853         (gud-sentinel, gud-display-line): Use it in place of
23854         overlay-arrow-position.
23856 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
23858         * progmodes/fortran.el (fortran-if-indent): Doc fix.
23859         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23860         (fortran-font-lock-keywords-4): New variable.
23861         (fortran-blocks-re, fortran-end-block-re)
23862         (fortran-start-block-re): New constants, for hideshow.
23863         (hs-special-modes-alist): Add a Fortran entry.
23864         (fortran-mode-map): Bind fortran-end-of-block,
23865         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23866         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
23867         (fortran-looking-at-if-then, fortran-end-of-block)
23868         (fortran-beginning-of-block): New functions, for hideshow.
23870         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23871         Doc fix.  Tweak regexp.
23872         (f90-beginning-of-block): Push mark first.
23874 2005-03-29  Jay Belanger  <belanger@truman.edu>
23876         * calc/calc.el: Update copyright date.
23877         (calc-version): Increase to 2.1.
23878         (calc-version-date): Remove.
23880         * calc/calc-help.el: Update copyright date.
23881         (calc-full-help): Remove reference to calc-version-date.
23882         Update copyright date.
23884 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23886         * vc.el (vc-do-command): Use a pipe for async processes, so password
23887         prompts don't show up at places where the user can't reply.
23889 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23891         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23892         on the file name we pass to the inferior shell.
23894 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23896         * progmodes/which-func.el (which-function): Be robust in the face of an
23897         imenu--make-index-alist failure.
23899 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23901         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23903         * progmodes/python.el (python-preoutput-filter): Fix last change.
23905 2005-03-29  Lute Kamstra  <lute@gnu.org>
23907         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23908         functions and compiled macros.
23909         (debug-convert-byte-code): Handle macros too.
23910         (debug-on-entry-1): Don't signal an error when trying to clear a
23911         function that is not set to debug on entry.
23913 2005-03-29  Jay Belanger  <belanger@truman.edu>
23915         * calc/calc-lang.el: Add functions to math-function-table
23916         properties of tex and math.
23918 2005-03-29  Kenichi Handa  <handa@m17n.org>
23920         * ps-mule.el (ps-mule-plot-string): Translate characters by
23921         ps-print-translation-table.
23922         (ps-mule-begin-job): Call find-charset-region/string with
23923         ps-print-translation-table.
23924         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23926         * ps-print.el (ps-print-translation-table): New variable.
23927         (ps-plot-region): Translate characters by ps-print-translation-table.
23929 2005-03-29  Juri Linkov  <juri@jurta.org>
23931         * simple.el (next-error-highlight-timer): New variable.
23933         * progmodes/compile.el (compilation-goto-locus):
23934         Use `next-error-highlight-timer' instead of `sit-for'.
23936 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23938         * mail/supercite.el (sc-mail-field): Use assoc-string.
23939         (sc-get-address): Simplify regexps.
23941         * files.el (minibuffer-with-setup-hook): New macro.
23942         (find-file-read-args): Use it to avoid let-binding
23943         minibuffer-with-setup-hook (which breaks turning on/off
23944         file-name-shadow-mode while in the prompt).
23946         * complete.el (PC-read-include-file-name-internal):
23947         Use test-completion.
23949 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
23951         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23953 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23955         * window.el (window-buffer-height): Use count-screen-lines.
23957         * progmodes/python.el (python-preoutput-leftover): New var.
23958         (python-preoutput-filter): Use it.
23959         (python-send-receive): Loop until all the result has been received.
23961 2005-03-28  Juri Linkov  <juri@jurta.org>
23963         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23965         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23966         "Recover Crashed Session".
23967         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23968         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23969         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23970         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23971         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23972         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23973         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23974         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23976         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23977         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23978         Ediff Sessions", "Toggle use of separate control buffer frame",
23979         "Use separate frame for Ediff control buffer".
23981         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23982         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23983         "Rename Bookmark", "Delete Bookmark".
23985         * info.el (Info-mode-menu): Remove ellipsis from "Index".
23986         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23987         Add `:active Info-index-alternatives' to "Next Matching Item".
23989         * wdired.el (wdired-change-to-wdired-mode):
23990         Mention `wdired-abort-changes' key in the initial message.
23992         * international/mule.el (auto-coding-alist): Associate non-ascii
23993         image filename extensions with `no-conversion'.
23995 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23997         * international/iso-acc.el:
23998         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24000 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
24002         * textmodes/sgml-mode.el (html-mode): Doc update.
24004         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24006 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
24008         * term.el (term-move-columns): Fix face after extending a line.
24009         (term-insert-spaces): Likewise.
24010         (term-reset-terminal): Fix off by one error.
24012 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
24014         * international/mule.el (auto-coding-alist): Add .xpi files.
24016         * files.el (auto-mode-alist): Add .xpi files.
24018 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
24020         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24022 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
24024         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24026 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
24028         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24029         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
24031         * calendar/cal-move.el (calendar-beginning-of-year): Move the
24032         cursor to Jan 1 when needed.
24033         (calendar-end-of-year): Fix -/+ typo.
24034         Reported by Chong Yidong <cyd@stupidchicken.com>.
24036 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24038         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24040         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24041         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
24043 2005-03-25  Richard M. Stallman  <rms@gnu.org>
24045         * filesets.el (filesets-init): Add autoload.
24047         * mail/mailalias.el (mail-directory): Doc fix.
24049 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24051         * mail/mailalias.el (mail-directory-process): Do nothing if
24052         mail-directory-process is an atom.
24053         (mail-get-names): Ignore mail-directory-names if it is an atom.
24054         (mail-directory-process defvar): Doc fix.
24055         (mail-names): Doc fix.
24057 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
24059         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24061 2005-03-26  Kenichi Handa  <handa@m17n.org>
24063         * international/mule-util.el (detect-coding-with-priority):
24064         Call update-coding-systems-internal before detect-coding-region.
24066 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
24068         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24069         (gdb-frames-mode-map): Add follow-link property.
24071 2005-03-25  Jay Belanger  <belanger@truman.edu>
24073         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24074         for variables.
24076 2005-03-25  Juri Linkov  <juri@jurta.org>
24078         * image-mode.el: Optimize image filename extension regexps in
24079         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
24080         in `auto-mode-alist'.
24081         (image-mode): Add `image-toggle-display-text' to local hook
24082         `change-major-mode-hook'.  Display the image as an image by
24083         default.  Set `cursor-type' and `truncate-lines' if the image
24084         is already displayed.  Take into account the current mode (image
24085         or text) in message.
24086         (image-minor-mode): New minor mode.
24087         (image-mode-maybe, image-toggle-display-text): New functions.
24088         (image-toggle-display): Use called-interactively-p.
24089         Let-bind `inhibit-read-only' to t.
24091         * image-mode.el (image-minor-mode): Set `cursor-type' and
24092         `truncate-lines' if the image is already displayed.  Add turning
24093         image-minor-mode off to `change-major-mode-hook'.  Add message.
24094         Call `image-toggle-display-text' after turning image-minor-mode off.
24096 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24098         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24099         Terminal.app, use utf-8.
24100         (set-display-table-and-terminal-coding-system): Add coding-system arg.
24101         (set-locale-environment): Use it.
24103         * term/xterm.el: Undo last change, better done in mule-cmds.el.
24105         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24107         * progmodes/python.el (python-close-block-statement-p)
24108         (python-outdent-p, python-current-defun): Use symbol-end.
24110 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
24112         * files.el (save-some-buffers): Doc fix.
24114 2005-03-25  Werner Lemberg  <wl@gnu.org>
24116         * complete.el, thumbs.el: Replace `legal' with `valid'.
24117         * calendar/calendar.el: Replace `legal' with `valid'.
24118         * emacs-lisp/advice.el: Replace `legal' with `valid'.
24119         * mail/supercite.el: Replace `legal' with `valid'.
24120         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24121         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24122         Replace `legal' with `valid'.
24123         * textmodes/reftex-vars.el, textmodes/reftex.el:
24124         Replace `legal' with `valid'.
24126 2005-03-25  Werner Lemberg  <wl@gnu.org>
24128         * calc/calc-forms.el, calc/calc-sel.el
24129         * midnight.el, vc-cvs.el
24130         * emacs-lisp/cl-macs.el
24131         * emulation/vip.el
24132         * eshell/esh-io.el, eshell/esh-var.el
24133         * mail/supercite.el
24134         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24135         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24136         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24137         * progmodes/sh-script.el, progmodes/xscheme.el
24138         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24139         * textmodes/reftex-index.el, textmodes/reftex-parse.el
24140         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24141         * textmodes/reftex.el, textmodes/org.el:
24142         Replace `illegal' with `invalid'.
24144 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24146         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24147         (flymake-find-buildfile, flymake-find-possible-master-files)
24148         (flymake-check-include, flymake-parse-line): Replace loops over the
24149         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24151         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24152         Substitute file-name-as-directory in the rest of the file.
24153         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24154         (flymake-replace-region): Remove unused arg `buffer'.
24155         (flymake-check-patch-master-file-buffer): Update calls to it.
24156         (flymake-add-err-info): Remove unused var `count'.
24157         (flymake-mode): Use define-minor-mode.
24159         * progmodes/flymake.el: Use with-current-buffer.
24160         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24161         flymake-replace-regexp-in-string, flymake-line-beginning-position)
24162         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24163         Avoid testing for `xemacs'.
24164         (flymake-nop): Move.
24165         (flymake-region-has-flymake-overlays): Return the computed value.
24166         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24167         Remove unused var `endline'.
24168         (flymake-get-line-count): Remove unused function.
24169         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24171         * emulation/vi.el:
24172         * generic.el:
24173         * hilit-chg.el (global-highlight-changes):
24174         * hi-lock.el (hi-lock-mode):
24175         * follow.el: find-file-hooks -> find-file-hook.
24177         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24179 2005-03-24  Juri Linkov  <juri@jurta.org>
24181         * dired.el (dired-mode-map): Add menu item "Compare directories"
24182         for dired-compare-directories.
24184         * dired-aux.el (dired-compare-directories): Add autoload cookie.
24185         Doc fix.  Replace `read-file-name' with `read-directory-name'.
24187 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24189         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24191 2005-03-24  Jay Belanger  <belanger@truman.edu>
24193         * calc/calc-embed.el (calc-embedded-mode-change): Save all
24194         relevant mode settings in calc-embedded-original-modes when modes
24195         are permanently changed.
24197 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24199         * autoinsert.el: find-file-hooks -> find-file-hook.
24201 2005-03-24  Lute Kamstra  <lute@gnu.org>
24203         * generic.el (generic-font-lock-defaults): Make it obsolete.
24204         (generic-font-lock-keywords): New variable to replace
24205         generic-font-lock-defaults.
24206         (generic-mode-set-font-lock): Delete it.
24207         (generic-mode-internal): Don't call generic-mode-set-font-lock.
24208         (generic-bracket-support): Add docstring.
24210         * generic-x.el: Rename generic-font-lock-defaults to
24211         generic-font-lock-keywords throughout.
24212         (mailagent-rules-setup-function): Delete it.
24213         (mailagent-rules-generic-mode): Use anonymous function instead.
24214         (show-tabs-generic-mode-font-lock-defaults-1)
24215         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24216         Quote faces.
24217         (show-tabs-tab-face, show-tabs-space-face): Specify background,
24218         not foreground.
24220         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24221         Recognize define-generic-mode.
24223 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24225         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24226         if there's no completion table.
24228 2005-03-23  Miles Bader  <miles@gnu.org>
24230         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24231         Remove tty-specific variants, as they're no longer needed.
24233 2005-03-23  Lute Kamstra  <lute@gnu.org>
24235         * generic-x.el: Code cleanup: make args constant whenever possible.
24236         (installshield-statement-keyword-list)
24237         (installshield-system-functions-list)
24238         (installshield-system-variables-list, installshield-types-list)
24239         (installshield-funarg-constants-list): Make them constants.
24241         * generic.el (generic-make-keywords-list): Add autoload cookie.
24243         * calendar/time-date.el: Add comment on time value formats.
24244         Don't require parse-time.
24245         (with-decoded-time-value): New macro.
24246         (encode-time-value): New function.
24247         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24248         (days-to-time): Return a valid time value when arg is huge.
24249         (time-since): Use time-subtract.
24250         (time-to-number-of-days): Use time-to-seconds.
24252 2005-03-23  David Ponce  <david@dponce.com>
24254         * recentf.el (recentf-keep): New option.
24255         (recentf-menu-action): Default to `find-file'.
24256         (recentf-keep-non-readable-files-flag)
24257         (recentf-keep-non-readable-files-p)
24258         (recentf-file-readable-p, recentf-find-file)
24259         (recentf-cleanup-remote): Remove.
24260         (recentf-include-p): More robust.
24261         (recentf-keep-p): New function.
24262         (recentf-remove-if-non-kept): Rename from
24263         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
24264         All callers updated.
24265         (recentf-menu-items-for-commands): Fix help string.
24266         (recentf-track-closed-file): Update.  Doc fix.
24267         (recentf-cleanup): Update.  Count removed files.  Doc fix.
24269 2005-03-23  Kim F. Storm  <storm@cua.dk>
24271         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24272         Don't inherit from fringe face (now happens automatically).
24274 2005-03-22  Kim F. Storm  <storm@cua.dk>
24276         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24277         position values.
24279 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24281         * menu-bar.el (showhide-date-time): Remove.
24282         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24283         (menu-bar-make-mm-toggle): Simplify.
24285 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24287         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24288         Accept qualified variable and function names.
24290 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
24292         * bindings.el (completion-ignored-extensions):
24293         Remove ".lis" for `vax-vms'.
24295 2005-03-22  Andreas Schwab  <schwab@suse.de>
24297         * generic-x.el: Revert last change.
24298         * ldefs-boot.el: Update.
24300 2005-03-22  Jay Belanger  <belanger@truman.edu>
24302         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24303         (calc-embedded-save-original-modes)
24304         (calc-embedded-restore-original-modes): New functions.
24305         (calc-do-embedded): Save original modes when entering embedded mode
24306         and restore when leaving embedded mode.
24307         (calc-embedded-modes-change): Change the value of
24308         calc-embedded-original-modes to reflect permanent changes.
24310 2005-03-22  Lute Kamstra  <lute@gnu.org>
24312         * generic-x.el: Require generic again.
24314 2005-03-22  Miles Bader  <miles@gnu.org>
24316         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24317         Tweak details to look good on both ttys and bitmap displays, light
24318         or dark background, etc.
24320 2005-03-21  Kim F. Storm  <storm@cua.dk>
24322         * tooltip.el (tooltip-show-help-function): Check car and cdr of
24323         mouse position.
24325 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24327         * icomplete.el: Don't forcibly turn on the mode upon load.
24328         (icomplete-mode): Use define-minor-mode.
24329         (icomplete-eoinput): Default to nil.
24330         (icomplete-minibuffer-setup): Remove autoload.
24331         (icomplete-tidy): Simplify.
24332         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24333         in the initial state or if the user has modified the field.
24334         Fix handling of icomplete-max-delay-chars.
24335         Remove code that handles the oddball case where
24336         minibuffer-completion-table is an integer.
24337         Wrap icomplete-completions in while-no-input in case building
24338         completions takes more time than expected.
24339         (icomplete-completions): Simplify.
24341 2005-03-21  Richard M. Stallman  <rms@gnu.org>
24343         * jka-compr.el (jka-compr-really-do-compress):
24344         Make variable buffer-local.
24346         * image-mode.el: Handle .xpm files too.
24347         (image-toggle-display): Preserve modification flag.
24349         * help.el (where-is): Don't mention aliases with no key bindings.
24351 2005-03-21  Lute Kamstra  <lute@gnu.org>
24353         * generic.el: Fix commentary section.  Don't require cl for
24354         compilation.
24355         (generic-mode-list): Add autoload cookie.
24356         (generic-use-find-file-hook, generic-lines-to-scan)
24357         (generic-find-file-regexp, generic-ignore-files-regexp)
24358         (generic-mode, generic-mode-find-file-hook)
24359         (generic-mode-ini-file-find-file-hook): Fix docstrings.
24360         (define-generic-mode): Make it a defmacro.  Fix docstring.
24361         (generic-mode-internal): Code cleanup.  Add autoload cookie.
24362         (generic-mode-set-comments): Code cleanup.
24363         * generic-x.el: Don't prevent compilation.  Don't require generic.
24364         Follow coding conventions.  Minor code cleanup.
24365         (etc-fstab-generic-mode): Add some keywords.
24366         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24367         define-generic-mode like a function declaration.
24369 2005-03-21  Jay Belanger  <belanger@truman.edu>
24371         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24372         changing modes.
24374 2005-03-21  Sam Steingold  <sds@gnu.org>
24376         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24378 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
24380         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24381         Add underscore to "f$ lexicals" regexp.
24383 2005-03-20  Juri Linkov  <juri@jurta.org>
24385         * subr.el (progress-reporter-do-update): When `min-value' is equal
24386         to `max-value', set `percentage' to 0 and prevent division by zero.
24388 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
24390         Sync with Tramp 2.0.48.
24392         * net/tramp.el (all): Change all addresses to .gnu.org.
24393         (tramp-append-tramp-buffers): New defun.
24394         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24395         Catch `dont-send' signal.
24396         (tramp-set-auto-save-file-modes): Set always permissions, because
24397         there might be an old auto-saved file belonging to another
24398         original file.  This could be a security threat.  Reported by
24399         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24400         Check for Emacs 21.3.50 removed.
24402         * net/tramp-smb.el (all): Remove debug construct for
24403         `with-parsed-tramp-file-name'.
24404         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24405         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24406         No error message if DIRECTORY or FILENAME doesn't exist.
24407         (tramp-smb-open-connection): Check existence of
24408         `tramp-smb-program'.
24410 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24412         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24413         Properly handle the case where the `m' or `s' command's argument is not
24414         yet terminated.
24415         (perl-indent-new-calculate): New function.
24416         (perl-indent-line): Use it.
24418 2005-03-20  Miles Bader  <miles@gnu.org>
24420         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24421         in text-mode too.  Change to new face names.
24422         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24423         Add `:weight bold' attribute.
24424         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24426 2005-03-19  Juri Linkov  <juri@jurta.org>
24428         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
24430         * international/mule.el (auto-coding-alist): Sync with
24431         `auto-mode-alist' by adding upper case archive file extensions
24432         and adding ear/war to jar extension.
24434 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
24436         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24437         running, restart it.
24439 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
24441         * finder.el (finder-current-item): Throw an error on an empty line.
24443         * man.el (Man-follow-manual-reference): If current-word returns
24444         nil, use "".
24446 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
24448         * simple.el (goto-line): Doc fix.
24450 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
24452         * files.el (save-buffer): Doc fix.
24454 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
24456         * recentf.el (recentf-cleanup-remote): New variable.
24457         (recentf-cleanup): Use it to conditionally check availability of
24458         remote files.
24460 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
24462         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24463         function names.
24465 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24467         * language/thai-word.el: New file.
24469 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24471         * files.el (backup-buffer): If the file's directory is not
24472         writable, use copy instead of move to backup the file.
24474 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24476         * obsolete/keyswap.el: Moved to obsolete/ from term/.
24478 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24480         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24481         Use functionp instead of symbolp and fboundp.  Reported by Drkm
24482         <darkman_spam@yahoo.fr>.
24483         (ps-print-version): New version 6.6.6.
24485 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
24487         * textmodes/table.el (table--line-column-position): New idiom.
24488         (table--row-column-insertion-point-p): New function to test
24489         validity of row and column insertion operation at a location.
24490         (table-global-menu, table-cell-menu): Use above functions for
24491         deterministic test operation.
24492         (table--editable-cell-p): Behave in deterministic fashion.
24494 2005-03-18  Juri Linkov  <juri@jurta.org>
24496         * isearch.el (isearch-lazy-highlight-new-loop):
24497         Make arguments beg and end optional.
24498         (isearch-update): Remove optional arguments nil from
24499         isearch-lazy-highlight-new-loop.
24500         (isearch-lazy-highlight-search): Let-bind case-fold-search to
24501         isearch-lazy-highlight-case-fold-search instead of
24502         isearch-case-fold-search, and let-bind isearch-regexp to
24503         isearch-lazy-highlight-regexp.
24504         Use isearch-lazy-highlight-last-string instead of isearch-string.
24506         * replace.el (perform-replace): Remove bindings of global
24507         variables isearch-string, isearch-regexp, isearch-case-fold-search.
24508         Add three new arguments to `replace-highlight'.
24509         (replace-highlight): Add arguments string, regexp, case-fold.
24510         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24511         to allow isearch-lazy-highlight-new-loop to use these values
24512         to set corresponding isearch-lazy-highlight-* internal
24513         variables whose values lazy highlighting will use regardless of
24514         changes to global variables isearch-string, isearch-regexp,
24515         isearch-case-fold-search during lazy highlighting loop.
24516         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24517         to `lazy-highlight-cleanup'.
24519         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24520         (ispell-highlight-face): Set default face to `isearch' when
24521         lazy highlighting is enabled.
24522         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24523         priority to 1.  Add lazy highlighting.
24524         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24525         from `isearch-dehighlight'.
24527 2005-03-18  David Ponce  <david@dponce.com>
24529         * files.el (hack-local-variables): Do a case-insensitive search
24530         for End.
24532 2005-03-18  Juri Linkov  <juri@jurta.org>
24534         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24535         `isearch-lazy-highlight-cleanup', add alias to old name and
24536         declare obsolete.  Add release numbers to other obsolete vars.
24537         (isearch-done, isearch-lazy-highlight-new-loop):
24538         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24539         (lazy-highlight-cleanup) <variable>: Doc fix.
24540         (isearch-lazy-highlight-update): Rename obsolete
24541         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24543 2005-03-18  Kenichi Handa  <handa@m17n.org>
24545         * language/thai-util.el: Fix categorization of Thai characters in
24546         thai-category-table.
24547         (thai-composition-pattern): Adjust it for the above change.
24548         (thai-self-insert-command, thai-compose-syllable): New functions.
24549         (thai-compose-region): Use thai-compose-syllable.
24550         (thai-compose-string): Likewise.
24551         (thai-composition-function): Likewise.
24552         (thai-auto-composition): New function.
24553         (thai-auto-composition-mode): New minor mode.
24555         * language/thai.el: Fix patterns to be registered in
24556         composition-function-table.
24558         * international/quail.el (quail-input-method): Locally bind
24559         inhibit-modification-hooks to t.
24561 2005-03-17  Richard M. Stallman  <rms@gnu.org>
24563         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24564         (perl-mode): Use run-mode-hooks.
24566         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24567         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24568         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24570         * mail/sendmail.el (sendmail-send-it): Reenable the code
24571         to compute resend-to-address and use it.
24573         * tar-mode.el (tar-mode): Turn off undo unconditionally.
24575         * image-mode.el: New file.
24577         * image.el (insert-sliced-image): Add autoload cookie.
24579         * font-lock.el (font-lock-lines-before): New user option.
24580         (font-lock-after-change-function): Obey it.
24582         * bindings.el (esc-map): Make M-g a prefix.
24583         Bind M-g g and M-g M-g to goto-line.
24585         * faces.el (face-id): Doc fix.
24587 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24589         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24590         (rmail-show-message): Use rmail-unknown-mail-followup-to.
24591         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24593         * mail/sendmail.el (mail-yank-ignored-headers)
24594         (mail-font-lock-keywords, mail-mode-fill-paragraph):
24595         Add Mail-Followup-To and Mail-Reply-To headers.
24596         (mail-citation-hook): Add autoload cookie.
24597         (mail-mode): Doc fix.
24598         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24599         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24600         (mail-mode-fill-paragraph): Handle those headers.
24601         (mail-mailing-lists): New variable.
24602         (mail-mail-reply-to, mail-mail-followup-to): New functions.
24604 2005-03-17  Juri Linkov  <juri@jurta.org>
24606         * isearch.el (isearch-fallback): Check for `(car previous)'
24607         before calling `isearch-other-end-state'.
24609 2005-03-17  Kim F. Storm  <storm@cua.dk>
24611         * simple.el (move-beginning-of-line): Move to beginning of buffer
24612         line, as well as beginning of screen line.
24614 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
24616         * calendar/diary-lib.el (mark-diary-entries): Use new optional
24617         argument REDRAW rather than calendar-redrawing variable.
24618         * calendar/calendar.el (calendar-redrawing): Delete.
24619         (redraw-calendar): Do not bind calendar-redrawing.
24621 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
24623         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24624         diary-file buffer.
24626 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24628         * help.el (describe-mode): Allow a :minor-mode-function property to
24629         specify a different minor mode toggle function than the variable.
24630         * simple.el (auto-fill-function):
24631         * subr.el (add-minor-mode): Use it.
24633 2005-03-16  Kenichi Handa  <handa@m17n.org>
24635         * language/ethio-util.el (sera-being-called-by-w3): New variable.
24636         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24637         (ethio-fidel-to-sera-buffer): Likewise.
24639 2005-03-16  Juri Linkov  <juri@jurta.org>
24641         * emacs-lisp/find-func.el (find-function-regexp):
24642         Add defun-emitting macro `menu-bar-make-toggle'.
24644         * isearch.el: Put `isearch-scroll' property to
24645         `split-window-horizontally'.
24647         * info.el: Update error messages for `debug-ignored-errors'.
24648         (Info-isearch-search): Doc fix.
24649         (Info-find-node): Move up code to go into info buffer before
24650         recording the node to the history.
24651         (Info-fontify-node): Fontify titles only if the next line
24652         has two or more `*', `=', `-', `.'.
24653         Display "go to this node" for empty (match-string 3).
24655 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24657         * term/mac-win.el: Add mouse pointer shape constants.
24659 2005-03-15  Kim F. Storm  <storm@cua.dk>
24661         * simple.el (move-beginning-of-line): Use vertical-motion.
24663 2005-03-15  Juri Linkov  <juri@jurta.org>
24665         * isearch.el (isearch-error): New variable.
24666         (isearch-invalid-regexp, isearch-within-brackets): Remove.
24667         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24668         (isearch-within-brackets-state): Remove.
24669         (isearch-case-fold-search-state, isearch-pop-fun-state):
24670         Decrease frame index.
24671         (isearch-mode, isearch-top-state, isearch-push-state)
24672         (isearch-edit-string, isearch-abort, isearch-search-and-update)
24673         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24674         (isearch-search, isearch-lazy-highlight-new-loop):
24675         Replace `isearch-invalid-regexp' with `isearch-error'.
24676         Remove `isearch-within-brackets'.
24677         (isearch-search): Add `search-failed' handler to `condition-case'.
24678         (isearch-lazy-highlight-search): Add `condition-case' to catch
24679         errors and allow `isearch-lazy-highlight-update' to try
24680         highlighting from the beginning of the window.
24681         (isearch-repeat): Move up code to set isearch-wrapped to t
24682         before calling isearch-wrap-function.
24684         * info.el (Info-isearch-initial-node): New internal variable.
24685         (Info-search): Signal an error in isearch mode when search leaves
24686         the initial node.  Signal an error when `bound' is non-nil and
24687         nothing was found in the current subfile.
24688         (Info-isearch-search): Remove `condition-case'.
24689         (Info-isearch-wrap): Don't wrap when search failed during leaving
24690         the initial node.  If `Info-isearch-search' is nil, wrap around
24691         the current node.
24692         (Info-isearch-start): New fun.
24693         (Info-mode): Add buffer-local hook `Info-isearch-start' to
24694         `isearch-mode-hook'.
24696 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24698         * simple.el (normal-erase-is-backspace): Set default to t if
24699         running on Mac.
24701         * term/mac-win.el (function-key-map): Sync with x-win.el.
24703 2005-03-15  Kenichi Handa  <handa@m17n.org>
24705         * international/mule-cmds.el (locale-language-names): Modify the
24706         format of elements and add more entries.
24707         (locale-preferred-coding-systems): Add more entries.
24708         (set-locale-environment): Adjust for the change of
24709         locale-language-names.
24711 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24713         * pcvs.el (smerge-ediff): Remove bogus autoload.
24715 2005-03-14  Lute Kamstra  <lute@gnu.org>
24717         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24718         Ignore a `*' at the beginning of a line.
24720         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24721         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24722         subr.el.
24723         (dont-compile, eval-when-compile, eval-and-compile): Use declare
24724         to specify indentation.
24726         * generic.el (define-generic-mode): Let generic-mode-list be a
24727         list of strings; test membership with equal.
24729 2005-03-14  Kim F. Storm  <storm@cua.dk>
24731         * simple.el (next-line, previous-line): Add optional try-vscroll
24732         arg to recognize interactive use.  Pass it on to line-move.
24733         (line-move): Don't perform auto-window-vscroll when defining or
24734         executing keyboard macro to ensure consistent behavior.
24736 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24738         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24740 2005-03-13  Lute Kamstra  <lute@gnu.org>
24742         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24743         debugger-setup-buffer so that backtrace marks the frames set to
24744         debug-on-exit and we don't have to do it manually.  Set an extra
24745         debug-on-exit for macro's.
24746         (debugger-setup-buffer): Don't mark the top frame manually.
24748 2005-03-12  Lute Kamstra  <lute@gnu.org>
24750         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24751         lisp-indent-function throughout.
24752         (with-no-warnings): Set lisp-indent-function property.
24754 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
24756         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24757         Add entry for backslash.
24759 2005-03-12  Juri Linkov  <juri@jurta.org>
24761         * info.el (Info-search): Four fixes for backward search.
24763 2005-03-11  Jay Belanger  <belanger@truman.edu>
24765         * calc/calc.el (calc-language-alist): New variable.
24766         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24767         (calc-embedded-find-modes): Use calc-language-alist instead of
24768         calc-embedded-language-alist.
24770 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24772         * calendar/calendar.el (calendar-redrawing): New internal
24773         variable.
24774         (redraw-calendar): Remove bogus save-excursion from previous
24775         change.  Bind calendar-redrawing to t for mark-diary-entries.
24776         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24777         calendar if that is why we were called.
24779 2005-03-11  Kenichi Handa  <handa@m17n.org>
24781         * international/mule.el (make-coding-system): Set property
24782         coding-system-define-form to nil.
24783         (define-coding-system-alias): Likewise.
24785 2005-03-11  Kenichi Handa  <handa@m17n.org>
24787         These changes are suggested by Dave Love <fx@gnu.org>.
24789         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24790         coding: tag.
24791         (adaptive-fill-regexp): Add more bullets.
24792         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24793         regexps.
24795 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24797         * help.el (describe-mode): Properly handle non-trivial lighters.
24798         Don't ignore minor modes that are not listed in minor-mode-list.
24800         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24801         feature ON when the user requests to turn it OFF.
24803 2005-03-10  Lute Kamstra  <lute@gnu.org>
24805         * emacs-lisp/debug.el (debug-entry-code): Delete it.
24806         (implement-debug-on-entry): New function to replace debug-entry-code.
24807         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
24808         second argument as the 2005-03-07 change makes it obsolete.
24809         (debug-on-entry, cancel-debug-on-entry): Update call to
24810         debug-on-entry-1.
24811         (debug, debugger-setup-buffer): Comment update.
24812         (debugger-frame-number): Update to work with implement-debug-on-entry.
24814 2005-03-10  Jay Belanger  <belanger@truman.edu>
24816         * calc/calc-embed.el (math-ms-args): Declare it.
24817         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24818         math-ms-args.
24819         (calc-embedded-subst): Use math-multi-subst-rec to substitute
24820         variables.
24822 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
24824         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24825         Use message-box.
24827         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24828         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24829         (tooltip-gud-tips): Simplify.
24830         (tooltip-gud-tips-p): Remove superfluous :set.
24831         (tooltip-gud-modes): Add fortran-mode.
24832         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24834         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24836 2005-03-09  Kim F. Storm  <storm@cua.dk>
24838         * play/animate.el (animate-place-char): Use forward-line instead
24839         of next-line to improve performance.
24841 2005-03-09  Simon Josefsson  <jas@extundo.com>
24843         * net/browse-url.el (browse-url-default-browser): Doc fix.
24845 2005-03-09  Miles Bader  <miles@gnu.org>
24847         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24848         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24850 2005-03-09  Kenichi Handa  <handa@m17n.org>
24852         * international/latin-1.el: Set case and syntax for 255 only if
24853         set-case-syntax-set-multibyte is nil.
24855         * textmodes/ispell.el (ispell-insert-word): New function.
24856         (ispell-word): Use ispell-insert-word to insert a new word.
24857         (ispell-process-line): Likewise.
24858         (ispell-complete-word): Likewise.
24860 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
24862         * calendar/calendar.el (redraw-calendar): Preserve point.
24863         Reported by Matt Hodges <MPHodges@member.fsf.org>.
24864         (calendar-week-start-day): Move after definition of
24865         redraw-calendar.  Delete buffer test, since redraw-calendar has
24866         that now.
24868         * calendar/diary-lib.el (mark-diary-entries): Only call
24869         redraw-calendar in the first of any recursive calls.
24870         Reported by Alan Shutko <ats@acm.org>.
24872 2005-03-08  Juri Linkov  <juri@jurta.org>
24874         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24875         (html-horizontal-rule, html-line, html-image, html-checkboxes)
24876         (html-radio-buttons): Add a space before the trailing `/>' where
24877         sgml-xml-mode is non-nil.
24878         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24879         the subsequent tag of the empty XML tag.
24880         (html-href-anchor): Don't set initial input to "http:".
24881         (html-image): Ask for the image URL and set point inside alt="".
24882         (html-name-anchor): Duplicate the name in the `id' attribute when
24883         sgml-xml-mode is non-nil.
24884         (html-paragraph): Remove \n before <p>.
24885         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24886         instead of `checked' when sgml-xml-mode is non-nil.
24888         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24889         Remove 1 space before #RRGGBB to not truncate it on terminal
24890         windows w/o fringes.  Remove 1 space between bg and fg examples
24891         to get more space.
24892         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24893         avoid byte-compile warnings.
24895         * image-file.el (image-file-handler): Put `safe-magic' property to
24896         `image-file-handler'.
24898         * info.el (Info-isearch-search): Emulate word search in
24899         isearching through multiple Info nodes with Info-search.
24900         (Info-isearch-wrap): Allow isearch-word.
24902 2005-03-08  Lute Kamstra  <lute@gnu.org>
24904         * emacs-lisp/debug.el (debugger-step-through): Make sure that
24905         stepping into the debugger's code is not possible.
24906         (debugger-jumping-flag): Docstring update.
24908 2005-03-08  Jay Belanger  <belanger@truman.edu>
24910         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24911         embedded mode begins.
24912         (calc-embedded-language-alist): New variable.
24913         (calc-embedded-find-modes): Use calc-embedded-language-alist to
24914         set default language mode.
24916 2005-03-08  Kenichi Handa  <handa@m17n.org>
24918         * international/ccl.el (define-ccl-program): Fix docstring about
24919         extra 256 bytes assured for the output buffer.
24921         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24922         Fix BUFFER_MAGNIFICATION to 2.
24923         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24925 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
24927         * align.el (align-rules-list): Added an alignment rule for CSS
24928         declarations (applies to css-mode and html-mode buffers).
24930 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24932         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24934 2005-03-07  Kim F. Storm  <storm@cua.dk>
24936         * simple.el (move-beginning-of-line): New command.
24938         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24940         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24942         * emulation/cua-base.el: Put CUA move property on move-end-of-line
24943         and move-beginning-of-line.
24945         * apropos.el (apropos-print): Omit command from M-x ... RET.
24947 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
24949         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24950         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24952 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24954         * bindings.el (esc-map): Bind M-g to goto-line.
24956         * facemenu.el (global-map): Bind M-o, not M-g.
24958 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24960         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24961         "Open Directory" as for "Open File".
24963 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
24965         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24966         (push-mark-command): Run activate-mark-hook.
24968 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24970         * help-mode.el (help-mode-finish): Don't alter the element
24971         in view-return-to-alist if there already is one.
24973         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24974         make sure the current buffer is the expected one.
24976         * novice.el (disabled-command-function): Output in *Disabled Command*.
24977         Explicitly ignore non-keyboard events, and explicitly handle C-g.
24979         * textmodes/flyspell.el (flyspell-large-region):
24980         Pass args differently for aspell.
24982         * files.el (mode-require-final-newline): Doc fix.
24984 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
24986         * progmodes/which-func.el (which-function):
24987         Specify NOERROR when calling imenu--make-index-alist.
24989 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24991         * simple.el (normal-erase-is-backspace): Define default value.
24993         * custom.el (custom-theme-set-variables): Remove unused var
24994         `immediate'.
24995         (custom-reevaluate-setting): Simple function to handle variables
24996         that are defined before their default value can really be
24997         computed.
24999         * startup.el (command-line): Use it for temporary-file-directory,
25000         small-emporary-file-directory, auto-save-file-name-transforms,
25001         blink-cursor-mode, and normal-erase-is-backspace.
25003         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25004         progress, even with buggy anchored keywords.
25006 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
25008         * simple.el (goto-line): Remove unbalanced final parenthesis.
25010 2005-03-05  Richard M. Stallman  <rms@gnu.org>
25012         * simple.el (goto-line): Use a number at point as the default.
25013         With C-u as arg, switch buffers.
25015 2005-03-05  Juri Linkov  <juri@jurta.org>
25017         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25018         with `no-blinking-cursor'.
25020         * startup.el (no-blinking-cursor): New defvar.
25021         (command-line): Add `--no-blinking-cursor' to longopts.
25022         Set `no-blinking-cursor' to t for command line arguments
25023         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
25024         with `no-blinking-cursor' in the condition for calling
25025         `blink-cursor-mode'.
25027 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
25029         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25030         (menu-bar-options-save): Add blink-cursor-mode.
25031         (menu-bar-options-menu): Add blink-cursor-mode.
25033 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
25035         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25036         (icalendar-export-file, icalendar-export-region)
25037         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25038         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25040 2005-03-04  Lute Kamstra  <lute@gnu.org>
25042         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25043         (debug-function-list): Ditto.
25045 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
25047         * textmodes/texinfmt.el (texinfo-append-refill):
25048         Redefine the types of line to which @refill
25049         is not appended by replacing a search for `@refill\\|@bye' with
25050         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
25051         itemize@refill' bug and the unfilled long lines bug.
25052         (texinfmt-version): Update number and date.
25054 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
25056         * international/code-pages.el (windows-1250, windows-125[2-8])
25057         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25059 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25061         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25062         bound yet.
25064 2005-03-02  Romain Francoise  <romain@orebokech.com>
25066         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25067         buffer after removing limits.
25068         (ibuffer-pop-filter): Ditto.
25069         Update copyright.
25071 2005-03-02  Miles Bader  <miles@gnu.org>
25073         * button.el (make-text-button): If the user doesn't specify a
25074         type, use the default.  Rewrite to use `add-text-properties' and
25075         plist functions.
25077 2005-03-01  Lute Kamstra  <lute@gnu.org>
25079         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25080         (debugger-jumping-flag): New var.
25081         (debug-entry-code): Use it.
25082         (debugger-jump): Use debugger-jumping-flag and add
25083         debugger-reenable to post-command-hook.
25084         (debugger-reenable): Use debugger-jumping-flag and remove itself
25085         from post-command-hook.
25086         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25087         debugger-reenable.
25089 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
25091         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25092         inclusion of "itemize\\|", which may be unnecessary, is certainly
25093         inelegant, and stops refilling in itemize lists when formatting
25094         Japanese Texinfo files to Info.
25095         Update copyright to 2005.
25097 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
25099         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25100         of an error if GDB can't find the source file.
25102 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
25104         * calendar/calendar.el (redraw-calendar): Work from any buffer,
25105         not just the calendar.
25107         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25108         first.
25109         (diary-redraw-calendar): New function.
25110         (make-diary-entry): Add diary-redraw-calendar to local
25111         write-contents-functions.  Turn off selective display before
25112         inserting in diary.
25114 2005-03-01  Kim F. Storm  <storm@cua.dk>
25116         * emacs-lisp/copyright.el (copyright-fix-years): New command.
25118 2005-03-01  Lute Kamstra  <lute@gnu.org>
25120         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25121         that debug-entry-code can be safely removed from a function while
25122         this code is being evaluated.  Revert the 2005-02-27 change as the
25123         new implementation no longer requires it.  Make sure that a
25124         function body containing just a string is not mistaken for a docstring.
25125         (debug): Skip one more frame in case of debug on entry.
25126         (debugger-setup-buffer): Delete one more frame line in case of
25127         debug on entry.
25128         (debugger-frame-number): Update to use the new text introduced by
25129         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
25131 2005-02-28  Kim F. Storm  <storm@cua.dk>
25133         * double.el (double-translate-key): Call force-window-update after
25134         read-event to avoid crash in redisplay.
25136 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25138         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25139         (debug): Use it.  Move the inhibit-trace earlier.
25140         (debug-entry-code): New const.
25141         (debug-on-entry-1): Use it.
25143 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
25145         * international/utf-16.el (ccl-encode-mule-utf-16le):
25146         Fix BUFFER_MAGNIFICATION to 2.
25147         (ccl-encode-mule-utf-16be): Likewise.
25149 2005-02-28  Kenichi Handa  <handa@m17n.org>
25151         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25152         Fix BUFFER_MAGNIFICATION to 4.
25153         (ccl-encode-mule-utf-16be-with-signature): Likewise.
25155 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
25157         * speedbar.el (speedbar-update-flag): Doc fix.
25158         (speedbar-show-info-under-mouse): Give set-mouse-position the right
25159         argument.
25161 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25163         * reveal.el (reveal-post-command): Don't try to reveal overlays which
25164         have a non-nil `invisible' property but are actually visible.
25166         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25167         for perldoc sections.
25168         (perl-outline-regexp, perl-outline-level): New var and function.
25169         (perl-mode): Use them.
25171 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
25173         * calendar/diary-lib.el (diary-remind): Discard any mark portion
25174         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25176 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
25178         * cus-edit.el: Comment change.
25179         (custom-buffer-create-internal): Slightly reword text at top of
25180         Custom buffers.  Mention there that saving an option edits the
25181         init file.  Add link to Emacs manual node on `custom-file'.
25182         (custom-magic-alist): Rewrite individual State messages to use
25183         capitalized keywords.  Doc fix.
25185 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
25187         * calendar/calendar.el (calendar-buffer): Move above
25188         calendar-week-start-day.
25189         (calendar-week-start-day): Doc fix.  Add :set function.
25190         (calendar-minimum-window-height): New variable.
25191         (generate-calendar-window): Only resize window if selected-window
25192         is displaying the calendar buffer.  Use new variable
25193         calendar-minimum-window-height.
25194         (generate-calendar): Reword error message.
25195         (calendar-mode-map): Bind DEL to scroll-other-window-down.
25197 2005-02-27  Andreas Schwab  <schwab@suse.de>
25199         * vc.el (vc-do-command): Don't run command asynchronously when
25200         operating in a remote directory.
25202         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25203         change from sync with Tramp 2.0.47.
25205 2005-02-27  Richard M. Stallman  <rms@gnu.org>
25207         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25209         * textmodes/flyspell.el (flyspell-mode-on):
25210         Call ispell-change-dictionary only if necessary.
25212         * emacs-lisp/re-builder.el (regexp-builder): New function.
25214         * register.el (describe-register-1): Explicitly handle
25215         yank-excluded-properties = t.
25217         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25218         (custom-magic-alist): Change the status descriptions again.
25219         (face widget-type): Total rewrite based on `restricted-sexp'
25220         to eliminate the confusing double hiding levels.
25222         * emacs-lisp/debug.el (debug-on-entry-1):
25223         If function body is empty, add nil as body form.
25225 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25227         * emacs-lisp/trace.el (inhibit-trace): New var.
25228         (trace-make-advice): Use it.
25230         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25232 2005-02-26  Kim F. Storm  <storm@cua.dk>
25234         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25235         (mouse-on-link-p, mouse-drag-region-1): Use it.
25237 2005-02-25  Lute Kamstra  <lute@gnu.org>
25239         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25241 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
25243         * frame.el (blink-cursor-mode): Add :group keyword.
25245 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
25247         * calendar/icalendar.el (icalendar--decode-isodatetime):
25248         New optional argument DAY-SHIFT.
25249         (icalendar-export-region): Fix coding-system-for-write.
25250         (icalendar--convert-ical-to-diary): Shift end-day of all-day
25251         events by one.
25253 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25255         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25257 2005-02-24  Kim F. Storm  <storm@cua.dk>
25259         * international/iso-acc.el (iso-accents-compose): Fix crash
25260         during redisplay.  Call force-window-update after read-event
25261         and delete-region to signal that window is not accurate.
25263 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25265         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25266         Remove unused and inexistent var `inhibit-trace'.
25267         (debugger-mode): Use run-mode-hooks.
25268         (debugger-list-functions): Add buttons; setup xref stack.
25270 2005-02-23  Richard M. Stallman  <rms@gnu.org>
25272         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25273         appointment says it was explicitly made.
25274         (appt-add): Set the 3rd element.
25275         (appt-make-list): Preserve explicit appointments.
25277         * subr.el (find-tag-default): Catch errors in forward-sexp.
25279 2005-02-23  Juri Linkov  <juri@jurta.org>
25281         * info.el (Info-isearch-search): New defcustom.
25282         (Info-isearch-search): Call the default isearch function
25283         when Info-isearch-search is nil.
25284         (Info-isearch-wrap): Use variable Info-isearch-search.
25286 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
25288         * cus-edit.el: Comment change.
25290 2005-02-22  Kim F. Storm  <storm@cua.dk>
25292         * progmodes/hideif.el (hide-ifdef-use-define-alist):
25293         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
25295 2005-02-22  Simon Josefsson  <jas@extundo.com>
25297         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25298         New variable.
25299         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
25300         Oskarsson" <myrkraverk@users.sourceforget.net>.
25302 2005-02-22  Kim F. Storm  <storm@cua.dk>
25304         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25305         check that window of that event is the selected window.
25306         (mouse-drag-region-1): Compare mouse event window to selected
25307         window before setting point.
25309         * tooltip.el (tooltip-show-help-function): Pass event to
25310         mouse-on-link-p so it can check selected window.
25312 2005-02-22  Kenichi Handa  <handa@m17n.org>
25314         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25315         (ps-mule-show-warning): New function.
25316         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25317         characters are found.
25319         * ps-print.el (ps-header-footer-string): Return a list of header
25320         and footer strings.
25322 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
25324         * pcvs.el (cvs-retrieve-revision): Fix thinko.
25326 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25328         * frame.el (blink-cursor-mode): Use define-minor-mode.
25330         * term/mac-win.el (function-key-map): Use char-names more consistently.
25331         (file-name-coding-system): Only set it for MacOS-9.  The other case is
25332         already handled in mule-cmds.el (where it also works when mac-win.el
25333         is not used).
25335 2005-02-21  Kenichi Handa  <handa@m17n.org>
25337         * international/mule.el (ctext-pre-write-conversion): Always use
25338         " *code-converting-work*" buffer for work.
25340         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25342 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
25344         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25346 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
25348         * ses.el (undo-more): Restore defadvice, but only the part that
25349         allows changes outside the restricted area of the buffer.
25351 2005-02-20  Kim F. Storm  <storm@cua.dk>
25353         * simple.el (line-move): Add fourth optional arg try-vscroll which
25354         must be set to perform auto-window-vscroll.
25355         When moving backwards and doing auto-window-vscroll, automatically
25356         vscroll to the last part of lines which are taller than the window.
25357         (next-line, previous-line): Set try-vscroll arg on line-move.
25359 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
25361         * replace.el (query-replace, query-replace-regexp)
25362         (replace-string, replace-regexp): When operating on region, make
25363         the minibuffer prompt say so.
25365         * isearch.el (isearch-forward): Document isearch-query-replace and
25366         isearch-query-replace-regexp keybindings.
25368 2005-02-19  Jay Belanger  <belanger@truman.edu>
25370         * calc/calc-aent.el (math-read-token): Add local variable.
25372         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25373         (calc-edit-top): Move declaration to earlier in file.
25374         (calc-edit-macro-repeats): Add local variables.
25376         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25377         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25378         calcFunc-tanh.
25379         Adjust integration rule for calcFunc-tan.
25381 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25383         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25384         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25385         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25386         (viper-skip-separators): Bug fix.
25387         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25388         particular major mode.
25389         (viper-del-backward-char-in-replace): Don't put deleted char on the
25390         kill ring.
25392         * viper-ex.el (viper-color-display-p): New function.
25393         (viper-has-face-support-p): Use viper-color-display-p.
25395         * viper-keym.el (viper-gnus-modifier-map): New keymap.
25397         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25399         * viper-util.el (viper-glob-unix-files): Fix shell status check.
25400         (viper-file-remote-p): Make equivalent to file-remote-p.
25402         * viper.el (viper-major-mode-modifier-list):
25403         Use viper-gnus-modifier-map.
25405 2005-02-19  David Kastrup  <dak@gnu.org>
25407         * subr.el (subregexp-context-p): Fix garbled doc string by adding
25408         quoting.
25410 2005-02-19  Jay Belanger  <belanger@truman.edu>
25412         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25413         Remove extra definitions.
25414         (calc-coth): New function.
25415         (calcFunc-cot): Fix `let'.
25417 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
25419         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25420         the reasons we use "type pc" in these faces.
25422         * button.el (button): Ditto.
25424 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
25426         * replace.el (query-replace-read-from): Set the value of
25427         query-replace-from-history-variable to handle the case of an empty
25428         string entered to accept the suggested default.
25430         * net/tramp.el (tramp-file-name-for-operation):
25431         Use dired-call-process instead of dired-call-process-command.
25433 2005-02-19  Jay Belanger  <belanger@truman.edu>
25435         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25436         (math-div-non-trig): New variables.
25437         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25438         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25439         (math-combine-prod, math-div-symb-fancy): Add simplifications for
25440         trig expressions.
25442 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
25444         * progmodes/gdb-ui.el (gdb-var-update-handler)
25445         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25446         for watch expressions,
25447         (gdb-var-create-handler): Don't set speedbar-update-flag.
25448         (gdb-post-prompt): Simplify test for speedbar.
25450 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25452         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25453         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25454         we use the syntax table of the correct buffer.
25455         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25456         Felix Gatzemeier.
25458         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25459         (ediff-file-remote-p): Make synonymous with file-remote-p.
25460         In all deffaces ediff-*-face-*, use min-colors.
25462         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25463         ediff-recurse-to-subdirectories.
25464         (ediff-mark-if-equal): Check that the arguments are strings, use
25465         ediff-same-contents (after to Felix Gatzemeier).
25467         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25468         nil.
25470 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25472         * log-view.el (log-view-message-re): Fix up Subversion regexp.
25474 2005-02-18  David Kastrup  <dak@gnu.org>
25476         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25477         use `mark-active' when defined.
25479 2005-02-18  Kenichi Handa  <handa@m17n.org>
25481         * ps-print.el (ps-font-info-database): New entry
25482         ZapfChancery-MediumItalic with correct font name.  Fix font name
25483         of the entry Zapf-Chancery-MediumItalic.
25485 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
25487         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25489 2005-02-16  Kim F. Storm  <storm@cua.dk>
25491         * ido.el (ido-fallback-command): Pass user input to fallback command.
25493 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
25495         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25496         (gdb-find-file-hook): Add server prefix.
25498 2005-02-16  Richard M. Stallman  <rms@gnu.org>
25500         * replace.el (perform-replace): Pass new args to replace-highlight.
25501         (replace-highlight): Take region args,
25502         and pass them to isearch-lazy-highlight-new-loop.
25504         * novice.el (disabled-command-hook): Autoload the defalias
25505         and the make-obsolete-variable call.
25507         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25509         * isearch.el (isearch-lazy-highlight-start-limit)
25510         (isearch-lazy-highlight-end-limit): New variables limit
25511         the region for highlighting.
25512         (isearch-lazy-highlight-new-loop): New args BEG and END.
25513         (isearch-lazy-highlight-search): Use the new vars.
25514         (isearch-lazy-highlight-update): Likewise.
25516         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25518         * cus-start.el (all): Use default-boundp.
25520 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
25522         * menu-bar.el (menu-bar-select-frame): Handle current frame.
25524 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
25526         * autorevert.el (auto-revert-stop-on-user-input)
25527         (auto-revert-verbose): Doc fixes.
25529 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
25531         * international/mule-cmds.el (set-locale-environment): Remove call
25532         to set-selection-coding-system on Windows.
25534 2005-02-15  Jay Belanger  <belanger@truman.edu>
25536         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25537         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25538         calcFunc-coth.
25539         (math-simplify-sqrt): Add simplifications.
25541         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25542         to list.
25544         * calc/calc-ext.el: Add functions to autoloads.
25546         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25547         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25548         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25549         (math-csc-raw, math-cot-raw): New functions.
25551         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25553         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25554         the variable name in a message.
25556         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25557         calcFunc-csc, calcFunc-cot.
25559         * calc/calcalg2.el: Add derivative and integration rules for
25560         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25561         calcFunc-csch, calcFunc-coth.
25562         (math-do-integral-methods): Add to checks for when to use
25563         substitutions.
25565         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25567 2005-02-15  Lute Kamstra  <lute@gnu.org>
25569         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25570         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
25571         <monnier@iro.umontreal.ca>
25572         (lisp-outline-level): Improve efficiency.  Suggested by David
25573         Kastrup <dak@gnu.org>.
25575 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
25577         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25578         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25579         (gdb-set-gud-minor-mode-existing-buffers): New functions.
25580         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
25581         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25583 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
25585         * cus-start.el (all): Comment change.
25587 2005-02-14  Lute Kamstra  <lute@gnu.org>
25589         * cus-start.el (all): Check if symbol is void.
25591 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
25593         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25594         optional argument to \cite.
25596 2005-02-14  Richard M. Stallman  <rms@gnu.org>
25598         * cus-edit.el (custom-buffer-create-internal): Update help message.
25599         (custom-magic-alist): Update help messages.
25601         * cus-start.el (all): Allow a var to specify a standard value.
25603 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
25605         * custom.el (custom-theme-set-variables): Handle variable aliases.
25607         * frame.el (blink-cursor-timer): Doc fix.
25608         (blink-cursor): Make it an alias for `blink-cursor-mode' and
25609         declare obsolete.
25610         (blink-cursor-mode): Define with defcustom and use correct
25611         standard expression in that defcustom.
25612         * startup.el (command-line): Adapt to above changes in frame.el.
25614 2005-02-11  Lute Kamstra  <lute@gnu.org>
25616         * apropos.el (apropos-score-doc): Prevent division by zero.
25618 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
25620         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25621         (icalendar--get-event-property-attributes)
25622         (icalendar--get-event-properties)
25623         (icalendar--datetime-to-diary-date): New functions.
25624         (icalendar--split-value): Doc fix.
25625         (icalendar--datetime-to-noneuropean-date)
25626         (icalendar--datetime-to-european-date): New optional argument
25627         SEPARATOR.  Return result as a string instead of a list.
25628         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25629         (icalendar--convert-string-for-export): Rename arg S to STRING.
25630         (icalendar-export-region): Doc fix.  Change name of error buffer.
25631         Save output buffer.
25632         (icalendar-import-file): Add blank at end of prompt.
25633         (icalendar-import-buffer): Doc fix.  Do not switch to error
25634         buffer.  Indicate status in return value.
25635         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
25636         buffer.  Save output buffer.  Handle exception from recurrence
25637         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
25638         events.  Fix problems with weekly all-day events.
25640 2005-02-10  Richard M. Stallman  <rms@gnu.org>
25642         * simple.el (eval-expression-print-format):
25643         Avoid warning about edebug-active.
25645         * help.el (help-for-help-internal): Rename from help-for-help.
25646         (help-for-help): Define with defalias.
25648         * font-core.el (font-lock-default-function): Use with-no-warnings.
25650         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25652         * custom.el (defface): Doc fix.
25654 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
25656         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25657         width 0" to prevent word wrapping problems.
25659 2005-02-09  Kim F. Storm  <storm@cua.dk>
25661         * ido.el (ido-file-extensions-order): New defcustom.
25662         (ido-file-extension-lessp, ido-file-extension-aux)
25663         (ido-file-extension-order): New advanced file ordering.
25664         (ido-file-lessp): New simple file ordering.
25665         (ido-sort-list): Remove.
25666         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25667         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25669 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
25671         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25672         that some versions of grep produce.
25673         (grep-mode-font-lock-keywords): Likewise.
25675 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
25677         * progmodes/gdb-ui.el (gdb-location-list): New variable.
25678         (gdb-cdir): Delete.
25679         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25680         (gdb-source-info): Treat case when source file is in another
25681         directory properly.
25682         (gdb-get-location): New function.
25684 2005-02-07  Jay Belanger  <belanger@truman.edu>
25686         * calc/calc-prog.el (calc-write-parse-table-part)
25687         (calc-fix-token-name): Fix a check for language type.
25689         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25691 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
25693         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25694         as directory not writable.
25696 2005-02-07  Kim F. Storm  <storm@cua.dk>
25698         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25699         (cua--standard-movement-commands): Remove list.
25700         Instead, set CUA property value to move for movement commands.
25701         (cua-movement-commands): Remove.  Users must set CUA prop instead.
25702         (cua--pre-command-handler): Check CUA property.
25703         (cua--init-keymaps): Don't remap undo commands.
25704         (cua-mode): Don't call cua--rectangle-on-off.
25706         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25707         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25708         (cua--rect-undo-set-point): New var.
25709         (cua--rectangle-undo-boundary): Setup undo apply entry.
25710         (cua--rect-undo-handler): New function for rectangle undo.
25711         (cua--rect-start-position, cua--rect-end-position): Add.
25712         (cua--rectangle-post-command): Call cua--rectangle-set-corners
25713         for restored rectangle.  Set point if cua--rect-undo-set-point.
25715 2005-02-06  Jay Belanger  <belanger@truman.edu>
25717         * calc/calc-lang.el (calc-tex-language): Display more information
25718         in messages.
25720         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25721         in TeX mode.
25723 2005-02-06  Richard M. Stallman  <rms@gnu.org>
25725         * emacs-lisp/lisp.el (buffer-end): Doc fix.
25727 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
25729         * net/ldap.el (ldap-search-internal): Support attributes with
25730         optional descriptions separated by a semi-colon, as in
25731         "userCertificate;binary".
25733 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25735         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25736         isn't a cons (i.e. the version is 0).
25738 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
25740         * help.el (help-for-help): Doc fix.
25742 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
25744         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
25745         GDB-Windows on the menu-bar as this works better.
25747 2005-02-04  Jay Belanger  <belanger@truman.edu>
25749         * calc/calc-embed.el (calc-embedded-update): Don't put in
25750         unnecessary newlines.  Adjust the end of formula marker.
25752         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25753         (math-latex-parse-two-args): New function.
25755 2005-02-03  Lute Kamstra  <lute@gnu.org>
25757         * help-fns.el (help-with-tutorial): Make sure that users cannot
25758         remove the entire text of the tutorial by means of `undo'.
25760 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25762         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25763         in recent changes, where the ispell process was repeatedly
25764         killed & restarted.
25766         * international/mule-cmds.el (set-locale-environment): Set file-name
25767         coding system to utf-8 on Darwin systems.
25768         (set-default-coding-systems): Don't set default-file-name-coding-system
25769         on Darwin systems.
25771 2005-02-03  Richard M. Stallman  <rms@gnu.org>
25773         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25775 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
25777         * faces.el (list-faces-display): Add optional argument.
25779 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25781         * font-core.el (font-lock-default-function): Handle the rare case where
25782         only font-lock-keywords is set.
25784 2005-02-02  Kenichi Handa  <handa@m17n.org>
25786         * international/characters.el: Cancel previous change for
25787         I-WITH-DOT-ABOVE and DOTLESS-i.
25789         * international/latin-5.el: Cancel previous change.
25791 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25793         * progmodes/gud.el: Correction to syntax in gud-menu-map.
25795 2005-02-02  Kenichi Handa  <handa@m17n.org>
25797         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25798         DOTLESS-i.
25800         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25801         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25803         * case-table.el (get-upcase-table): New function.
25804         (copy-case-table): Copy upcaes table too if non-nil.
25805         (set-case-syntax-delims): Maintain upcase table too.
25806         (set-case-syntax-pair): Likewise.
25807         (set-upcase-syntax, set-downcase-syntax): New functions.
25808         (set-case-syntax): Maintain upcase table too.
25810 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25812         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25814         * progmodes/gud.el (gud-goto-info): New function.
25815         (gud-tool-bar-map): Use correct icon.
25817 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25819         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25820         When delegating, order args in the funcall correctly.
25822 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25824         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25826 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
25828         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25829         buffer not visiting a file.
25831 2005-01-31  Jay Belanger  <belanger@truman.edu>
25833         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25834         bound on the line with the formula.
25836 2005-01-31  Kim F. Storm  <storm@cua.dk>
25838         * ses.el (ses-create-cell-variable-range)
25839         (ses-destroy-cell-variable-range, ses-reset-header-string)
25840         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25841         (ses-insert-row): Fix format of apply undo entries.
25843 2005-01-31  Jay Belanger  <belanger@truman.edu>
25845         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25846         parts.
25848         * calc/calc-embed.el (calc-embedded-open-formula)
25849         (calc-embedded-close-formula): Ignore matrix environments.
25851         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25852         TeX mode.
25854         * calc/calc-lang.el (math-function-table, math-oper-table)
25855         (math-variable-table): Adjust the LaTeX portions.
25857         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25858         (math-latex-ignore-words): New constant.
25860 2005-01-31  Richard M. Stallman  <rms@gnu.org>
25862         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25863         (ispell-local-dictionary): Doc fix.
25864         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25865         Don't reinitialize at run time.  Don't defcustom.
25866         All uses changed to append ispell-local-dictionary-alist,
25867         or check it first.
25868         (ispell-current-dictionary): New variable for dictionary in use.
25869         (ispell-dictionary): Now used only for global default.
25870         (ispell-start-process): Set ispell-current-dictionary,
25871         not ispell-dictionary.
25872         (ispell-change-dictionary): Use this only for setting
25873         user preferences.
25874         (ispell-internal-change-dictionary): New function
25875         to change the current dictionary in use.
25876         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25877         Use ispell-current-dictionary.
25878         Handle ispell-local-dictionary-overridden.
25879         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25881 2005-01-31  Jay Belanger  <belanger@truman.edu>
25883         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25885         * calc/calc-ext.el: Add calc-latex-language to autoloads.
25886         (calc-mode-map): Add calc-latex-language.
25888         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25889         (math-latex-print-frac): New functions.
25890         (math-oper-table, math-function-table, math-variable-table)
25891         (math-complex-format, math-input-filter): Add latex properties.
25892         (calc-set-language): Set math-expr-special-function-mapping.
25894         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25895         (calc-write-parse-table-part): Add LaTeX support.
25897         * calc/calc.el (calc-language): Adjust docstring.
25898         (calc-set-mode-line): Add LaTeX support.
25899         (math-expr-special-function-mapping): New variable.
25900         (math-tex-ignore-words): Add to list.
25902         * calc/calccomp.el (math-compose-expr, math-compose-rows):
25903         Add LaTeX support.
25904         (math-compose-expr): Add support for special functions.
25906         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25908 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
25910         * progmodes/gdb-ui.el (gdb-memory-address)
25911         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25912         (gdb-memory-mode-map, gdb-memory-format-keymap)
25913         (gdb-memory-format-menu, gdb-memory-unit-keymap)
25914         (gdb-memory-unit-menu): New variables for a buffer
25915         that lets the user examine program memory.
25916         (gdb-memory-set-address, gdb-memory-set-repeat-count)
25917         (gdb-memory-format-binary, gdb-memory-format-octal)
25918         (gdb-memory-format-unsigned, gdb-memory-format-signed)
25919         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25920         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25921         (gdb-memory-unit-word, gdb-memory-unit-halfword)
25922         (gdb-memory-unit-byte, gdb-memory-unit-menu)
25923         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25924         (gdb-memory-mode, gdb-memory-buffer-name)
25925         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25926         New functions for above buffer.
25928 2005-01-30  Richard M. Stallman  <rms@gnu.org>
25930         * cus-edit.el (custom-bury-buffer): Function deleted.
25931         (custom-buffer-done-function): Option deleted.
25932         (custom-buffer-done-kill): New replacement option.
25933         (Custom-buffer-done): Call quit-window.
25934         (custom-buffer-create-internal): Update for above changes.
25936 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
25938         * simple.el (undo-ask-before-discard): New var.
25939         (undo-outer-limit-truncate): Implement it.
25940         (undo-extra-outer-limit): Doc update.
25942 2005-01-29  Richard M. Stallman  <rms@gnu.org>
25944         * ses.el (undo-more): Delete defadvice.
25945         (ses-begin-change): Doc fix.
25947         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25948         instead of rebinding C-x u and C-_.
25950         * files.el (normal-backup-enable-predicate): Return nil for files
25951         in /tmp, regardless of temporary-file-directory.
25953         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25955         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25956         (open-rectangle, delete-whitespace-rectangle-line)
25957         (clear-rectangle-line): If FILL, pass t instead of FILL
25958         for move-to-column's 2nd arg.
25960         * simple.el (undo): Fix the test for continuing a series of undos.
25961         (undo-more): Set pending-undo-list to t when we reach end.
25962         (pending-undo-list): Move up defvar.
25964         * wid-edit.el (widget-button-click):
25965         Shorten the range of the track-mouse binding.
25967         * comint.el (comint-insert-input): Undo previous changes;
25968         use last-input-event in interactive spec.
25970 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
25972         * progmodes/compile.el (compilation-start): Bind buffer-read-only
25973         to nil before invoking call-process.  Reset buffer's modified flag
25974         after fontifying it in the no-async branch.
25976         * wid-edit.el (widget-specify-button): If mouse pointer shape
25977         cannot be changed, use mouse face instead.
25979 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
25981         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25982         (gdb-goto-breakpoint): Make breakpoint handling work on template
25983         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
25984         (gdb-assembler-custom): Update to recognize breakpoint information
25985         added on 2005-01-19.
25987 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25989         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25990         (dsssl-mode): Use define-derived-mode.
25991         (scheme-mode-initialize): Remove.
25992         (scheme-mode): Use run-mode-hooks.
25994         * cus-edit.el (customize-group-other-window)
25995         (custom-buffer-create-other-window): Don't override special-display-*.
25996         (custom-mode-map): Make it dense.
25998         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25999         sets the default value.
26001 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
26003         * descr-text.el: Add more keywords.
26005 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26007         * speedbar.el: Avoid unnecessary use of locate-library.
26009         * international/mule-cmds.el (standard-display-european-internal):
26010         Don't fiddle with latin-1 non-break space any more since it's now
26011         special cased in the C code.
26012         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26014 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
26016         * cus-start.el (all): Add `undo-outer-limit'.
26018 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26020         * textmodes/bibtex.el (bibtex-format-entry):
26021         Use `bibtex-empty-field-re' only on the text of fields, not on entire
26022         field lines.
26023         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26024         not on part of a buffer.
26026 2005-01-25  Lute Kamstra  <lute@gnu.org>
26028         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26029         nonempty field text strings like "{letters\\macro{}more letters}".
26030         Clarify docstring.
26031         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26032         (bibtex-entry-offset, bibtex-parse-association)
26033         (bibtex-parse-field-name): Fix typos in docstrings.
26034         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26036 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
26038         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26039         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26040         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26041         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26043         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26044         isearch minor mode.
26046 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
26048         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26050 2005-01-24  Lute Kamstra  <lute@gnu.org>
26052         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26053         CASECHARS and NOT-CASECHARS regular expressions of the
26054         "nederlands" and "nederlands8" dictionaries to prevent a "Range
26055         striding over charsets" error.
26057 2005-01-24  Jay Belanger  <belanger@truman.edu>
26059         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26060         display variable name.
26062 2005-01-24  Kenichi Handa  <handa@m17n.org>
26064         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26065         Fix setting of the element of encoded-kbd-iso2022-invocations.
26067 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
26069         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26070         (gdb-threads-select): Change to also accept mouse events.
26071         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26072         (gdb-threads-mouse-select): Delete.
26074 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
26076         * files.el (insert-directory): Take care of empty directory,
26077         listed without -a switch.
26079 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26081         * textmodes/refill.el (refill-post-command-function):
26082         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26083         to the list of functions that we should be careful not to undo.
26084         (refill-late-fill-paragraph-function): Remove.
26085         (refill-saved-state): New var.
26086         (refill-mode): Use it to save fill-paragraph-function.
26087         Save also the value of auto-fill-function.
26089         * term/w32-win.el: Simplify code.
26091 2005-01-23  Kim F. Storm  <storm@cua.dk>
26093         * simple.el (line-move): Adapt to new return value from
26094         pos-visible-in-window-p.
26096         * simple.el (line-move): Fix last change.  Check partial
26097         visibility at point rather than at window-start.
26099 2005-01-22  Jason Rumney  <jasonr@gnu.org>
26101         * term/w32-win.el (xw-defined-colors): Remove debug-message.
26103 2005-01-22  David Kastrup  <dak@gnu.org>
26105         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26107 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
26109         * type-break.el (type-break-mode): Add a test for
26110         type-break-file-name being non-nil.
26112 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
26114         * net/eudc.el (top level): Call (message "") via progn, so that
26115         eudc-options-file is loaded.
26117 2005-01-22  Kim F. Storm  <storm@cua.dk>
26119         * simple.el (line-move-1): Rename from line-move.
26120         (line-move): New function that adjusts vscroll for partially
26121         visible rows, and calls line-move-1 otherwise.
26123 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
26125         * pcomplete.el: Define pcomplete-read-event instead of read-event,
26126         since it's not a complete read-event implementation
26128 2005-01-20  Jay Belanger  <belanger@truman.edu>
26130         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26131         for called function.
26133 2005-01-20  Steven Tamm  <steventamm@mac.com>
26135         * term/mac-win.el (process-connection-type): Remove.
26136         Controlled now by s/darwin.h:PTY_ITERATION.
26138 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26140         * window.el (handle-select-window): Don't switch window when we're
26141         in the minibuffer.
26143 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
26145         * subr.el (dotimes-with-progress-reporter): New macro.
26147         * ses.el (ses-dotimes-msg): Remove macro.
26148         Use `dotimes-with-progress-reporter' instead.
26150 2005-01-19  Steven Tamm  <steventamm@mac.com>
26152         * term/mac-win.el (process-connection-type): Use new
26153         operating-system-release variable to use ptys on Darwin 7 (OS X
26154         10.3) when using carbon build.
26156 2005-01-19  Jay Belanger  <belanger@truman.edu>
26158         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26159         flags if the last command was a tab or M-tab.
26161         * calc/calc-prog.el (calc-user-define-edit): Put original formula
26162         in formula editing buffer.
26164 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26166         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26167         breakpoint image symbol in margin.
26169 2005-01-19  Jay Belanger  <belanger@truman.edu>
26171         * calc/calc-prog.el (calc-execute-kbd-macro):
26172         Ignore calc-keep-arg-flag.
26174 2005-01-19  Kenichi Handa  <handa@m17n.org>
26176         * textmodes/ispell.el (ispell-looking-at): New function.
26177         (ispell-process-line): Use ispell-looking-at to compare the ispell
26178         output and the buffer contents.
26180 2005-01-18  Jay Belanger  <belanger@truman.edu>
26182         * calc/calc.el (calc-display-raw): Fix docstring.
26184 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26186         * simple.el (blink-matching-open): Strip extra info from syntax.
26188         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26189         funny chars in the end-of-here-doc marker.
26191 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26193         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26194         that enable/disabled state of breakpoints is shown correctly in
26195         fringe and on ttys.
26196         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26197         Add breakpoint information as text properties.
26198         (gdb-mouse-toggle-breakpoint):
26199         Rename to gdb-mouse-set-clear-breakpoint.
26200         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
26201         breakpoints in the margin.
26202         (gdb-remove-strings): Simplify.
26204 2005-01-17  Jay Belanger  <belanger@truman.edu>
26206         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26207         erasing buffer.
26209 2005-01-17  Richard M. Stallman  <rms@gnu.org>
26211         * progmodes/grep.el (grep-find): Copy from `grep' the condition
26212         for calling grep-compute-defaults.
26214         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26215         if buffer is empty.
26217         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26219 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26221         * hilit-chg.el (highlight-changes-mode): Don't autoload.
26223         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26224         non-preloaded variables.
26226 2005-01-17  Steven Tamm  <steventamm@mac.com>
26228         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26229         tex-shell cause to force interactivity when using pipes.
26231 2005-01-17  Kim F. Storm  <storm@cua.dk>
26233         * simple.el (just-one-space): Make arg optional.
26235 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
26237         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26238         posn-at-x-y to t to access left-margin.
26240 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
26242         Sync with Tramp 2.0.47.
26244         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26245         catching keep-date problems in cp/scp operations.
26246         (tramp-handle-copy-file): Don't call `set-file-modes'
26247         unconditionally.  Specialized functions should know better what is
26248         necessary.  This improves performance a little bit, and the
26249         functions could catch errors with `cp -p' and `scp -p'.
26250         (tramp-do-copy-or-rename-file-via-buffer)
26251         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26252         when appropriate.
26253         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26254         Call `set-file-modes' when appropriate.
26255         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
26256         Johnsson <isak@hypergene.com>
26257         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26258         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
26259         <joakim@verona.se>
26260         (tramp-file-name-for-operation): Mark `shell-command' as magic for
26261         Emacs only.
26263         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
26264         `find-file-hooks' and `dired-mode-hook'.
26265         (tramp-minor-mode-map): Respective map.  Add remapping for
26266         `compile' and `recompile'.
26267         (tramp-remap-command, tramp-recompile): New defuns.
26268         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26269         in buffer "*Compilation*".  Call the commands asynchronously.
26271         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26272         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26273         `shell-command', because it isn't magic in XEmacs.  Reported by
26274         Adrian Aichner <adrian@xemacs.org>.
26276         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26277         `substitute-in-file-name.
26278         (tramp-smb-handle-substitute-in-file-name): New defun.
26279         (tramp-smb-advice-PC-do-completion): Delete advice.
26281 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
26283         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26284         Fix error in deleting region.
26286 2005-01-15  Richard M. Stallman  <rms@gnu.org>
26288         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26289         In non-temp buffer, switch syntax table temporarily.
26291         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26293         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26295         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26297         * imenu.el (imenu--split-menu): Copy menulist before sorting.
26298         (imenu--generic-function): Use START, not BEG, as pos of definition.
26300         * simple.el (just-one-space): Argument specifies number of spaces.
26302         * simple.el (eval-expression-print-format): Avoid warning
26303         about edebug-active.
26305 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
26307         * progmodes/sh-script.el: Code copied from make-mode.el
26308         with small changes,
26309         (sh-mode-map): Bind C-c C-\.
26310         (sh-backslash-column, sh-backslash-align): New variables.
26311         (sh-backslash-region, sh-append-backslash): New functions.
26313 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26315         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26316         (rmail-pop-password, rmail-pop-password-required): Move to
26317         rmail-obsolete group.
26318         (rmail-set-pop-password): Rename to rmail-set-remote-password.
26319         All callers updated.
26320         (rmail-get-pop-password): Rename to rmail-get-remote-password.
26321         Take an argument specifying whether it is POP or IMAP mailbox we
26322         are using.  All callers updated.
26323         (rmail-pop-password-error): Rename to
26324         rmail-remote-password-error.  Added mailutils-specific error message.
26325         (rmail-movemail-search-path)
26326         (rmail-movemail-variant-in-use): New variables.
26327         (rmail-remote-password, rmail-remote-password-required):
26328         New customization variables.
26329         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26330         (rmail-parse-url): New function.
26331         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26332         with GNU mailutils movemail.
26334 2005-01-15  Kevin Ryde  <user42@zip.com.au>
26336         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26337         suffix to space, $ or '$, to correctly position point when going
26338         to @table style constants like DBL_MAX.
26340 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
26342         * type-break.el (type-break-mode, type-break-file-time)
26343         (type-break-file-keystroke-count, type-break-choose-file):
26344         Don't store data in or load data from the file if type-break-file-name
26345         is nil.
26346         (type-break-file-name): Doc update as per the above.
26348 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
26350         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26351         lookup-key might return nil; handle that.
26353 2005-01-15  Alan Mackenzie  <acm@muc.de>
26355         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26356         rather than the element found, thus enabling the tree to be setcar'd.
26358 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26360         * textmodes/org.el (org-show-following-heading): New option.
26361         (org-show-hierarchy-above): Use `org-show-following-heading'.
26362         (org-cycle): Documentation fix.
26364         * textmodes/org.el (orgtbl-optimized): New option
26365         (orgtbl-mode): New command, a minor mode.
26366         (orgtbl-mode-map): New variable.
26367         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26368         (orgtbl-error, orgtbl-self-insert-command)
26369         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26371         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26372         a local variable in each org-mode buffer.
26374         * textmodes/org.el (org-set-regexps-and-options): Rename from
26375         `org-set-regexps'.  Added checking for STARTUP keyword.
26376         (org-get-current-options): Add STARTUP options.
26377         (org-table-insert-row): Make mode intelligent about when
26378         realignment is needed.
26379         (org-self-insert-command, org-delete-backward-char, org-delete-char):
26380         New commands.
26381         (org-enable-table-editor): New default value `optimized'.
26382         (org-table-blank-field): Support blanking regions if active.
26384 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26386         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26387         if the year is not given.
26389         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26390         Add new escapes %m and %M, fixed bug with %F by adding
26391         save-match-data.
26392         (reftex-reference): Remove ?. from list of spaces.
26393         (reftex-label-info): Add automatic label prefix recognition.
26395         * textmodes/reftex-index.el (reftex-index-next-phrase):
26396         Add slave parameter to call of `reftex-index-this-phrase'.
26397         (reftex-index-this-phrase): New optional argument.
26398         (reftex-index-region-phrases): Add slave parameter to call of
26399         `reftex-index-this-phrase'.
26400         (reftex-display-index): New argument redo.
26401         (reftex-index-rescan): Add `redo' to arguments of
26402         `reftex-display-index'.
26403         (reftex-index-Rescan, reftex-index-revert)
26404         (reftex-index-switch-index-tag): Add `redo' to arguments of
26405         `reftex-display-index'.
26406         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26407         indexing.  Fix bug with matching is there is a quote before or
26408         after the word.
26410         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26411         Fix bug when collecting citation keys in lines with comments.
26412         (reftex-citation): Prefix argument no longer rescans the document,
26413         but forces prompting for optional arguments of cite macros.
26414         (reftex-do-citation): Prompting for optional arguments implemented.
26416         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26417         Add optional arguments to most cite commands.
26418         (reftex-cite-cleanup-optional-args): New option
26419         (reftex-cite-prompt-optional-args): New option.
26420         (reftex-trust-label-prefix): New option.
26422         * textmodes/reftex-toc.el (reftex-toc-find-section):
26423         Add push-mark before changing the position in the buffer.
26425         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26426         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26428 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
26430         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26431         more carefully.
26433 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26435         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26436         (sgml-mode): Use it.
26437         (sgml-get-context): Better keep track of implicitly closed tags.
26439 2005-01-13  Kenichi Handa  <handa@m17n.org>
26441         * textmodes/ispell.el: These changes are to fix misalignment error
26442         caused by equivalent characters of different Emacs charsets.
26443         (ispell-unified-chars-table): New variable.
26444         (ispell-get-decoded-string): New function.
26445         (ispell-get-casechars, ispell-get-not-casechars)
26446         (ispell-get-otherchars): Call ispell-get-decoded-string.
26448 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26450         * custom.el (custom-declare-variable): Just put symbol instead
26451         of (defvar . symbol) in `current-load-list'.
26453 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
26455         * emacs-lisp/elint.el: Fixed typo in Commentary section.
26457 2005-01-12  Jay Belanger  <belanger@truman.edu>
26459         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26460         to create a Calc summary.
26462 2005-01-12  Kim F. Storm  <storm@cua.dk>
26464         * mouse.el (mouse-on-link-p): Change functionality and doc
26465         string to comply with latest description in lisp ref.
26467 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
26469         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26470         Enable mouse clicks on mode-line, header-line and margin.
26471         (event-type): Give mouse event symbols an `event-kind' property
26472         with value `mouse-click'.
26474 2005-01-12  Juri Linkov  <juri@jurta.org>
26476         * facemenu.el (list-colors-display): Add new arg buffer-name.
26477         Use it.  Fix docstring.  Replace code for identifying duplicate
26478         colors by the name with call to `list-colors-duplicates' which
26479         identifies duplicate colors by the value unless the color
26480         is one of special Windows colors.  Set truncate-lines to t.
26481         Print sorted duplicate color names on each line.  Indent to 22
26482         \(the longest color name in rgb.txt) instead of 20.  Optimize.
26483         (list-colors-duplicates): New function.
26484         (facemenu-color-name-equal): Delete function.
26486         * facemenu.el (list-colors-print): New function created from code
26487         in list-colors-display.  Print #RRGGBB at the window right edge.
26488         (list-colors-display): When temp-buffer-show-function is not
26489         defined, call list-colors-print from temp-buffer-show-hook
26490         to get the right value of window-width in list-colors-print
26491         after the buffer is displayed.
26493         * simple.el (pop-mark): Move deactivate-mark out of conditional
26494         part to deactivate the active mark regardless of the state of the
26495         mark ring.
26497         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26498         variables line in desktop files.
26500 2005-01-12  Juri Linkov  <juri@jurta.org>
26502         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26503         Bring together isearch highlight related options.
26504         (lazy-highlight): Replace group `replace' by `matching'.
26505         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26506         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26507         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26508         and declare them obsolete.
26509         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26510         (isearch-faces): Remove defgroup.
26511         (isearch-overlay, isearch-highlight, isearch-dehighlight):
26512         Move isearch highlighting code closer to lazy highlighting code.
26514         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26515         (query-replace-highlight, query-replace-lazy-highlight)
26516         (query-replace): Move definitions to the beginning of the file.
26518 2005-01-11  Juri Linkov  <juri@jurta.org>
26520         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26521         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26522         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26524         * info.el (Info-history-forward): New variable.
26525         (Info-select-node): Reset Info-history-forward to nil.
26526         (Info-last): Turn into defalias.
26527         (Info-history-back): Rename from Info-last.
26528         Add current node to Info-history-forward.
26529         (Info-history-forward): New fun.
26530         (Info-mode-map): Replace Info-last by Info-history-back.
26531         Bind Info-history-forward to "r".
26532         (Info-mode-menu): Replace Info-last by Info-history-back.
26533         Fix menu item text.  Add menu item for Info-history-forward.
26534         (info-tool-bar-map): Replace Info-last by Info-history-back.
26535         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
26536         for Info-history-forward.
26537         (Info-mode): Replace Info-last by Info-history-back in docstring.
26538         Add local variable Info-history-forward.
26539         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26541 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26543         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26544         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26545         Ignore select-window events rather than fiddle with
26546         mouse-autoselect-window.
26548 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
26550         * type-break.el (type-break-mode): Fix previous change.
26552 2005-01-10  Jay Belanger  <belanger@truman.edu>
26554         * calc/calc-ext.el (calc-reset): Reset when inside embedded
26555         calculator; only reset when point is inside a calculator.
26556         Don't adjust the window height if the window takes up the whole height
26557         of the frame.
26559 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
26561         * ebuff-menu.el (Electric-buffer-menu-mode):
26562         Preserve value of buffer-local var header-line-format.
26564 2005-01-09  Jay Belanger  <belanger@truman.edu>
26566         * calc/calc.el (calc-mode-var-list-restore-saved-values):
26567         Make sure settings file exists before accessing it.
26569         * calc/calc-embed.el (calc-embedded-subst):
26570         Replace math-multi-subst-rec, which is only supposed to be called
26571         by math-multi-subst, by math-multi-subst.
26573 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
26575         * vc.el (vc-allow-async-revert): New user option.
26576         (vc-disable-async-diff): New internal variable.
26577         (vc-revert-buffer): Use them to disable asynchronous diff.
26579         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26580         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26581         asynchronously if vc-disable-async-diff is t.
26583 2005-01-09  Jay Belanger  <belanger@truman.edu>
26585         * calc/calc.el (defcalcmodevar): New macro.
26586         (calc-mode-var-list-restore-default-values)
26587         (calc-mode-var-list-restore-saved-values): New functions.
26588         (calc-mode-var-list): Use defcalcmodevar to define it.
26589         (calc-always-load-extensions, calc-line-numbering)
26590         (calc-line-breaking, calc-display-just, calc-display-origin)
26591         (calc-number-radix, calc-leading-zeros, calc-group-digits)
26592         (calc-group-char, calc-point-char, calc-frac-format)
26593         (calc-prefer-frac, calc-hms-format, calc-date-format)
26594         (calc-float-format, calc-full-float-format, calc-complex-format)
26595         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26596         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26597         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26598         (calc-matrix-brackets, calc-language, calc-language-option)
26599         (calc-left-label, calc-right-label, calc-word-size)
26600         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26601         (calc-display-raw, calc-internal-prec, calc-angle-mode)
26602         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26603         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26604         (calc-window-height, calc-display-trail, calc-show-selections)
26605         (calc-use-selections, calc-assoc-selections)
26606         (calc-display-working-message, calc-auto-why, calc-timing)
26607         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26608         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26609         (calc-gnuplot-default-device, calc-gnuplot-default-output)
26610         (calc-gnuplot-print-device, calc-gnuplot-print-output)
26611         (calc-gnuplot-geometry, calc-graph-default-resolution)
26612         (calc-graph-default-resolution-3d, calc-invocation-macro)
26613         (calc-show-banner): Use defcalcmodevar to declare them and set
26614         their default values.
26616         * calc/calc-ext.el (calc-reset): Restore saved values of variables
26617         instead of default values (but restore default values if there is
26618         an argument of 0).
26620 2005-01-09  David Kastrup  <dak@gnu.org>
26622         * desktop.el (desktop-restore-eager): Fix typo in type.
26624 2005-01-08  Richard M. Stallman  <rms@gnu.org>
26626         * cus-edit.el (customize): Delete :link.
26628 2005-01-08  Jay Belanger  <belanger@truman.edu>
26630         * calc/calc.el (calc-mode): Remove the extension from the
26631         `calc-settings-file' file name when loading it.
26633 2005-01-08  Kim F. Storm  <storm@cua.dk>
26635         * info.el (Info-mode-map, Info-next-link-keymap)
26636         (Info-prev-link-keymap, Info-up-link-keymap):
26637         Map follow-link to mouse-face.
26638         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26640 2005-01-08  Jay Belanger  <belanger@truman.edu>
26642         * calc/calc.el (calc-settings-file): Change default value.
26643         Suggested by cgw in a comment in calc-mode.el.
26645         * calc/calc-mode.el (calc-settings-file-name):
26646         Compare calc-settings-file to user-init-file instead of ~/.emacs.
26647         Replace ~/.emacs in a prompt by calc-settings-file.
26649 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
26651         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26652         (desktop-lazy-idle-delay): New customizable variables.
26653         (desktop-buffer-args-list): New variable.
26654         (desktop-append-buffer-args): New function.
26655         (desktop-save): Call desktop-append-buffer-args for some buffers.
26656         (desktop-lazy-create-buffer): New function.
26657         (desktop-idle-create-buffers): New function.
26658         (desktop-read): Add message about buffers to restore lazily.
26659         (desktop-lazy-abort): New command.
26660         (desktop-clear): Call desktop-lazy-abort.
26661         (desktop-lazy-complete): New command.
26663 2005-01-06  Richard M. Stallman  <rms@gnu.org>
26665         * emacs-lisp/find-func.el (find-face-definition):
26666         Rename from find-face.
26668 2005-01-06  Kim F. Storm  <storm@cua.dk>
26670         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26672         * man.el (Man-xref-man-page, Man-xref-header-file)
26673         (Man-xref-normal-file): Add follow-link property.
26675 2005-01-06  Jay Belanger  <belanger@truman.edu>
26677         * calc/calc-units.el: Make sure the proper macro definitions are
26678         available when compiling.
26680 2005-01-06  Juri Linkov  <juri@jurta.org>
26682         * isearch.el (isearch-lazy-highlight-update):
26683         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26685 2005-01-06  Miles Bader  <miles@gnu.org>
26687         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26688         (isearch-lazy-highlight-face): Use new name.
26690 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26692         * uniquify.el (uniquify-rationalize-file-buffer-names):
26693         Re-add an interactive spec.
26694         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26695         to the same name.
26697         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26698         (isearch-update, isearch-done): Adjust calls accordingly.
26700 2005-01-05  Richard M. Stallman  <rms@gnu.org>
26702         * custom.el (custom-set-variables, custom-theme-set-variables):
26703         Clarify documentation.
26705         * emacs-lisp/find-func.el (find-variable)
26706         (find-variable-other-window, find-variable-other-frame):
26707         Fix the TYPE args to find-function-read and find-function-do-it.
26708         (find-function): Doc fix.
26709         (find-function-at-point): Replace function-at-point alias.
26711 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26713         * cus-face.el (custom-declare-face):
26714         Record defface in current-load-list.
26716         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26718         * emacs-lisp/find-func.el: Doc fixes.
26719         (find-face-regexp): New variable.
26720         (find-function-regexp-alist): New variable.
26721         (find-function-C-source): Third arg is now TYPE.
26722         (find-function-search-for-symbol): Handle general TYPE.
26723         (find-function-read, find-function-do-it): Handle general TYPE.
26724         (find-definition-noselect, find-face): New functions.
26725         (function-at-point): Alias deleted.
26727 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26729         * battery.el (display-battery-mode): Rename from display-battery.
26730         Handle the case where it gets turned off.
26732 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26734         * cus-edit.el (customize): Make :link point to user doc.
26736         * man.el (Man-fontify-manpage): Turn off undo generation.
26738         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26740 2005-01-04  Andreas Schwab  <schwab@suse.de>
26742         * files.el (insert-directory): Only look for error lines in
26743         inserted text.  Don't move too far after processing --dired markers.
26745 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26747         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26748         Don't expand if the character is @, period, dash, etc.
26749         (define-mail-abbrev): Quote names that contain problem characters.
26751 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
26753         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26755 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26757         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26758         (query-replace-highlight, query-replace-lazy-highlight)
26759         (query-replace): Definitions moved up.  Doc fix.
26761 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26763         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26764         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26765         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26766         (lazy-highlight-face): Rename from isearch-lazy-...
26767         Change all references to them.
26769 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
26771         * cus-edit.el (custom-file): Doc fix for defcustom.
26772         (custom-file): The function no longer sets the variable
26773         `custom-file' to its return value.
26775         * startup.el (command-line): No longer load `custom-file'.
26777 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26779         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26781         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26782         Don't confuse module-prefixed identifiers for labels.
26783         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26785 2005-01-02  Richard M. Stallman  <rms@gnu.org>
26787         * files.el (basic-save-buffer-1): Fix previous change.
26789         * loadhist.el (file-loadhist-lookup): New function.
26790         (file-provides, file-requires): Use it.
26792         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26793         instead of calculating the right size.
26795 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
26797         * vc-svn.el (vc-svn-diff): Stay local if possible.
26799 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26801         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26803         * files.el (hack-local-variables): Fix last change.
26805 2005-01-02  Jay Belanger  <belanger@truman.edu>
26807         * calc/calc-yank.el (calc-edit-top): New variable.
26808         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26809         object.  Change header properties.
26810         (calc-edit-finish, calc-edit-finish-stack-object)
26811         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26812         edited object.
26813         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26814         for the beginning of the edited object.
26815         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26816         for the beginning of the edited object.
26817         * calc/calc-prog.el (calc-edit-macro-finish-edit)
26818         (calc-finish-formula-edit, calc-macro-repeats)
26819         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26820         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26821         beginning of the edited object.
26822         (calc-user-define-edit): Change the header for editing macros.
26823         Remove unnecessary variable.
26825 2005-01-01  Jay Belanger  <belanger@truman.edu>
26827         * calc/calc-yank.el (calc-edit-mode): Change default header.
26828         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26829         * calc/calc-store.el (calc-edit-variable): Change title to match new
26830         header.
26831         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26832         mode to match new header.
26833         (calc-user-define-edit): Change titles to include names of commands.
26834         (calc-finish-formula-edit): Adjust to handle new header.
26835         (calc-finish-macro-edit): Remove.
26836         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26837         (calc-edit-macro-command, calc-edit-macro-command-type)
26838         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26839         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26840         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26841         (calc-edit-macro-finish-edit): New functions.
26842         (calc-user-define-edit): Use new functions to edit named calc macros.
26844 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
26846         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26848         * ses.el (copy-region-as-kill): Deactivate mark.
26850 2005-01-01  Richard M. Stallman  <rms@gnu.org>
26852         * replace.el (occur-1): If the output buffer is also an input,
26853         don't kill it, rename it.
26855         * faces.el (set-face-background, set-face-foreground): Doc fix.
26857         * cus-face.el (custom-face-attributes): Fix :help-echo strings
26858         for :foreground and :background.
26860         * dired.el (dired-view-command-alist): Variable deleted.
26861         (dired-view-file, dired-mouse-find-file-other-window):
26862         Delete the code to use it.
26864 2005-01-01  Kim F. Storm  <storm@cua.dk>
26866         * image.el (insert-sliced-image): Use t for line-height property.
26868 See ChangeLog.11 for earlier changes.
26870 ;; Local Variables:
26871 ;; coding: iso-2022-7bit
26872 ;; End:
26874     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26875   Copying and distribution of this file, with or without modification,
26876   are permitted provided the copyright notice and this notice are preserved.
26878 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1