Quieten the compiler about hippie-expand vars.
[emacs.git] / lisp / ChangeLog
blob835914c12efcbf4b593641cb06ab478ee908bb55
1 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
4         (python-send-string): Be slightly more careful about adding \n.
6         * startup.el (normal-splash-screen): Don't display the buffer if we'll
7         kill it right away anyway.
9 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
11         * international/codepage.el (cp850-decode-table): Fix a few codes.
12         (cp858-decode-table): New variable.
14 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
16         * net/ldap.el (ldap-search-internal): Doc fix.
18 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20         * play/life.el (life-display-generation): Test for input manually if
21         `sleeptime' is negative or null.
23         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
24         (print-region-1): Substitute `%s' with the page title.
26 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
28         * locate.el (locate-current-search): New variable.
29         (locate): Set buffer local value.  Use current buffer if it is
30         in Locate mode.
31         (locate-mode): Disable undo here.
32         (locate-do-setup): Use locate-current-filter from buffer to be killed.
33         (locate-update): Use locate-current-search and locate-current-filter.
35 2006-09-08  David Kastrup  <dak@gnu.org>
37         * desktop.el (desktop-read): When loading a desktop, disable
38         saving it while the load progresses, and switch off a pending lazy
39         load by calling `desktop-lazy-abort'.
41 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
43         * window.el (mouse-autoselect-window-timer)
44         (mouse-autoselect-window-position)
45         (mouse-autoselect-window-window)
46         (mouse-autoselect-window-now): New vars.
47         (mouse-autoselect-window-cancel)
48         (mouse-autoselect-window-select)
49         (mouse-autoselect-window-start): New functions.
50         (handle-select-window): Call `mouse-autoselect-window-start' when
51         delayed window autoselection is enabled.
53         * cus-start.el (mouse-autoselect-window): Handle delayed window
54         autoselection.
56         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
57         commands after which it is allowed to print in the echo area.
59 2006-09-08  Richard Stallman  <rms@gnu.org>
61         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
63         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
64         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
66         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
67         (cancel-timer-internal): Add doc string.
68         (cancel-function-timers): Doc fix.
69         (with-timeout-handler, timer-event-last*): Add doc strings.
71         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
73         * files.el (risky-local-variable-p): Match ...-bindat-spec.
75         * dired.el (dired-log-summary): Add doc string.
77         * cus-edit.el (custom-menu-create): Bind deactivate-mark here
78         (custom-group-menu-create): Not here.
80 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
82         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
84 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
86         * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
87         (mac-apple-event-map): Define its handler.
89 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
91         * net/ldap.el (ldap-search-internal): Handle `auth' key.
93 2006-09-07  Magnus Henoch <mange@freemail.hu>
95         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
96         clause.
98 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
100         * info.el (Info-index): Bind completion-ignore-case.
102 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
105         previous commit.
106         (inferior-prolog-guess-flavor): New fun left out of previous commit.
107         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
108         burp in dedicated windows.
109         (inferior-prolog-self-insert-command): New command.
110         (inferior-prolog-mode-map): Use it.
112 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
114         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
116         * international/code-pages.el: Add cp858.
118 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
120         * dnd.el: Fix bootstrapping.
122 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
124         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
125         (dnd-open-remote-url): New function.
126         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
127         not windows-nt.
129 2006-09-07  Jason Rumney  <jasonr@gnu.org>
131         * dnd.el (dnd-open-remote-file-function): New variable.
132         (dnd-open-unc-file): New function.
133         (dnd-open-file): Call dnd-open-remote-file-function if set.
135 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
137         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
138         pgg-passphrase-coding-system rather than locale-coding-system.
139         * pgg-def.el (pgg-passphrase-coding-system): New user option.
141 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * progmodes/prolog.el: Remove * in docstrings.
144         (prolog-program-name): Add SWI prolog.
145         (prolog-mode-menu): New menu.
146         (prolog-mode): Set comment-add.
147         (prolog-indent-line): Simplify.  Use indent-line-to.
148         (inferior-prolog-buffer): New var.
149         (inferior-prolog-run, inferior-prolog-process): New funs.
150         (run-prolog, switch-to-prolog): Rewrite, using them.
151         (prolog-consult-region): Use inferior-prolog-buffer.
152         (inferior-prolog-load-file): New function.
153         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
155         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
156         last word, if it's not the end of the paragraph.
158         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
159         file name.
161 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
163         * frame.el (display-mm-dimensions-alist): New defcustom.
164         (display-mm-height, display-mm-width): Use it.
166 2006-09-06  Simon Josefsson  <jas@extundo.com>
168         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
170 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
172         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
173         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
174         string values.
176 2006-09-06  Kim F. Storm  <storm@cua.dk>
178         * simple.el (line-move-partial): New function to do vscrolling for
179         partially visible images / tall lines.  Rewrite based on code
180         previously in line-move.  Simplify backwards vscrolling.
181         (line-move): Use it.  Simplify.
183 2006-09-05  Kim F. Storm  <storm@cua.dk>
185         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
187 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
189         * progmodes/compile.el (compilation-error-regexp-alist-alist):
190         Process the `gcc-include' after the `gnu' rule.
192 2006-09-05  Kim F. Storm  <storm@cua.dk>
194         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
196 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
198         * pgg.el (pgg-clear-string): Alias to clear-string for backward
199         compatibility.
201         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
202         inhibit-redisplay; encode passphrase with locale-coding-system.
204 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
206         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
208 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
210         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
211         (gdb-var-list-children-regexp): Make type field optional.
213         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
214         e.g public, protected in C++.
216 2006-09-04  John Paul Wallington  <jpw@pobox.com>
218         * simple.el (completion-show-help): New defcustom.
219         (completion-setup-function): Heed it.
221 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
223         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
225 2006-09-04  Richard Stallman  <rms@gnu.org>
227         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
228         (rsf-min-region-to-spam-list): Doc fix.
229         (rsf-add-content-type-field): Doc fix.
231         * simple.el (kill-region): Explicitly test there is a region.
233 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
235         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
236         sendmail in several common directories.
238         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
240         * paths.el (sendmail-program): Removed.
242 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
244         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
245         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
246         http://article.gmane.org/gmane.emacs.gnus.general/50457
248 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
250         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
251         mark after running the menu filter.
253 2006-09-03  Juri Linkov  <juri@jurta.org>
255         * international/quail.el (quail-defrule-internal): Add a check
256         if a key is a vector.
258 2006-09-02  Juri Linkov  <juri@jurta.org>
260         * man.el (Man-topic-history): New variable.
261         (man): Use it.
263         * woman.el (woman-topic-history): Change defvar to defvaralias
264         for symbol `Man-topic-history'.
266         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
267         `comint-last-output-start' is a marker by using `markerp' and
268         check if it has a position by using `marker-position', and use
269         this position for `goto-char'.
271         * international/quail.el (quail-defrule-internal): Add missing
272         `error' call for null key.
274 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
276         * rcirc.el (rcirc-keywords): New variable.
277         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
278         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
279         variables.
280         (rcirc-responses-no-activity): New function.
281         (rcirc-handler-generic): Check for responses in above.
282         (rcirc-process-command): Add ?: character to arguments of raw
283         server commands.
284         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
285         `rcirc-dim-nicks'.
286         (rcirc-gray-toggle): Remove unused variable.
287         (rcirc-print): Remove some tracking logic, which is moved into
288         markup functions.
289         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
290         types.
291         (rcirc-activity-string): Look for 'keyword in activity-types.
292         (rcirc-window-configuration-change): Don't erase overlay-arrow
293         unnecessarily.
294         (rcirc-add-or-remove): New function.
295         (rcirc-cmd-ignore): Use it.
296         (rcirc-message-leader): Remove unused function.
297         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
298         (rcirc-add-face): New function.
299         (rcirc-facify): Use rcirc-add-face.
300         (rcirc-url-regexp): Add parens.
301         (rcirc-map-regexp): Remove function.
302         (rcirc-mangle-regexp): Remove function.
303         (rcirc-markup-text-functions): New variable.
304         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
305         (rcirc-markup-body-text, rcirc-markup-attributes)
306         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
307         (rcirc-markup-bright-nicks): New markup handler functions.
308         (rcirc-nick-in-message-full-line): New face.
309         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
310         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
312 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
314         * cus-start.el (hscroll-margin, hscroll-step)
315         (mode-line-in-non-selected-windows, mouse-autoselect-window)
316         (x-use-underline-position-properties): Change version to "22.1"
317         since they will appear there for the first time.
319 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
321         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
323 2006-08-31  Richard Stallman  <rms@gnu.org>
325         * cus-edit.el (custom-save-variables): Slight cleanup.
326         (Custom-no-edit): Renamed from custom-no-edit.
327         (Custom-newline): Renamed from custom-newline.
328         (custom-mode-map): Use new names.
330         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
331         about customization, rather than M-x customize, in the doc string
332         made for the defcustom.
334         * emacs-lisp/trace.el (trace-function-background): Doc fix.
336 2006-08-31  Romain Francoise  <romain@orebokech.com>
338         * dired-x.el (dired-guess-shell-alist-default): Update.
340 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
342         * custom.el (custom-theme-set-variables): Autoload packages before
343         sorting the variables.
345 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
347         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
348         chars if XEmacs.
349         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
351 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * progmodes/python.el (python-eldoc-function): Re-enable quit while
354         waiting for process.
356 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
358         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
359         results in ASCII-only string, encode original one directly.
361 2006-08-29  Romain Francoise  <romain@orebokech.com>
363         * startup.el (normal-splash-screen, fancy-splash-screens):
364         Make buffer read-only and arrange to enter view mode if necessary.
366 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
368         * hl-line.el (hl-line): New face.
369         (hl-line-face): Use it.
371         * image-mode.el (image-mode): Fix last fix.
372         Suggested by Kim F. Storm.
374 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
376         Sync with Tramp 2.0.54.
378         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
379         of `=', because `tramp-get-remote-gid' might not always return an
380         integer when expected.
381         (tramp-register-file-name-handlers): `partial-completion-mode' is
382         unknown to XEmacs.
383         (tramp-time-diff): Don't use `floor', it might fail for large
384         differences.
385         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
386         `tramp-auto-save-directory' if unset in order to guarantee unique
387         auto-save file names.
389 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
391         * image-mode.el (image-mode): Display image as text on a terminal.
393 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
395         * progmodes/python.el (python-send-command): Simplify.
396         (run-python): Don't generate a new buffer unless `new' was specified.
397         Make sure we send `import emacs' to the proper process.
399         * progmodes/python.el (python-send-command): Don't wait for the command
400         to terminate.  Don't fiddle with compilation-parsing-end.
402 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
404         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
405         Insert commentary after first line summary.
407         * woman.el (woman-follow): New function, based on `man-follow'.
408         (woman-mode-map): Use it.
410         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
411         since ibuffer-do-sort-by-recency does not define a sorter.
413 2006-08-28  Kim F. Storm  <storm@cua.dk>
415         * find-dired.el (find-dired): Use shell-quote-argument to properly
416         escape ( and ) args.  Also use it on {} and ; args in default
417         value of find-ls-option string.
418         (find-grep-dired): Use shell-quote-argument on {} and ; args.
420 2006-08-27  Michael Olson  <mwolson@gnu.org>
422         * emacs-lisp/tq.el: Small grammar fix in comments.
423         (tq-enqueue): Check for existence of queue rather than the
424         head queue item's question, which was a no-op.
425         (tq-filter, tq-process-buffer): Make sure the process buffer
426         exists before making it the current buffer.
428 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
430         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
431         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
432         (special-event-map): Apply 2006-08-16 change for x-win.el.
434 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
436         * progmodes/python.el (python-send-receive): Wait in the
437         process's buffer so as to check the right buffer-local variables.
439 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
441         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
442         (defgroup checkdoc): Move to beginning.
444         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
445         (python-preoutput-continuation): Remove.
446         (python-preoutput-filter): Simplify correspondingly.
447         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
448         Loop around to catch embedded _emacs_out output.
449         (run-python): Send the import&print command on a single line.
450         (python-send-command): Send command&print on a single line.
451         (python-send-string): Only add double \n if needed.
452         (python-send-receive): Loop until the result comes.
453         (python-mode-running): Defvar it.
454         (python-setup-brm): Remove unused var `menu'.
455         Only bind py-mode-map and `features' around brm-init.
456         (python-calculate-indentation): Remove unused var `point'.
457         (python-beginning-of-defun): Remove unused var `def-line'.
459 2006-08-25  Richard Stallman  <rms@gnu.org>
461         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
463 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
465         * viper.el (viper-set-hooks): Use frame bindings for
466         viper-vi-state-cursor-color.
467         (viper-non-hook-settings): Don't set default
468         mode-line-buffer-identification.
470         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
471         (viper-set-cursor-color-according-to-state)
472         (viper-get-saved-cursor-color-in-replace-mode)
473         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
474         viper-emacs-state-cursor-color.
476         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
477         (viper-undo): Use point if undo-beg-posn is nil.
478         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
479         (viper-after-change-undo-hook): Don't use
480         viper-emacs-state-cursor-color by default.
481         (viper-undo): More sensible positioning after undo.
483         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
484         (viper-emacs-state-cursor-color): Default to nil, since this feature
485         doesn't work well yet.
487         * ediff-mult.el (ediff-intersect-directories)
488         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
489         always expand filenames.
491 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
493         * tumme.el: Remove * in defcustoms's docstrings.
495 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
497         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
498         Accept internal time format for SECS arg.
499         (timer-relative-time): Doc fix.
501         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
502         adapted from Martin Rudalics.
503         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
504         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
505         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
506         using sit-for.
508 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
510         * cus-start.el (all): Add `overline-margin' and
511         `x-underline-at-descent-line'.
513 2006-08-24  Kim F. Storm  <storm@cua.dk>
515         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
516         to mean "use find -exec"; nil now unambiguously means auto-detect.
517         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
518         Use shell-quote-argument to build grep-find-command and
519         grep-find-template.
520         (rgrep): Use shell-quote-argument to properly quote arguments to find.
521         Reported by Tom Seddon.
523 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
525         * startup.el (fancy-splash-head): Give instructions for dismissing
526         the splash screen for default startup too.
527         (display-startup-echo-area-message, fancy-splash-screens)
528         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
529         all splash text at once and keep the splash buffer around.
530         (command-line-1): Give display-startup-echo-area-message a t arg.
532 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
534         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
535         gnus frame is selected.
537 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
539         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
541 2006-08-22  Kim F. Storm  <storm@cua.dk>
543         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
544         Add suffix matching for subdirs.
546 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
548         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
549         mouse-yank-at-point is non-nil.
551 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
553         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
554         a bit wider and remove fringes to fit initial output on line.
556 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
558         * frame.el (blink-cursor-end): Only ignore the error we care about.
559         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
561 2006-08-21  Richard Stallman  <rms@gnu.org>
563         * whitespace.el (whitespace-cleanup): Doc fix.
565 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
567         * net/rcirc.el (rcirc-show-maximum-output): New var.
568         (rcirc-buffer-process): If no buffer argument is supplied, use
569         current-buffer.
570         (rcirc-complete-nick): Complete to the last completed nick first.
571         (rcirc-mode): Preserve the value of `rcirc-urls' across
572         connections.  Setup scroll function.
573         (rcirc-scroll-to-bottom): New function.
574         (rcirc-print): Use nick syntax around regexp work.
575         Notice dim-nicks speaking only if they say our nick.
576         (rcirc-update-activity-string): Do not show the modeline indicator
577         if there are no live rcirc processes.
578         (rcirc-cmd-ignore): Ignore case.
579         (rcirc-browse-url-at-point): Fix off-by-one error.
581 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
583         * progmodes/python.el: Remove * in defcustom docstrings.
584         (run-python, python-proc, python-try-complete): Use derived-mode-p.
585         (python-mode): Set tab-width and indent-tabs-mode.
587 2006-08-20  Dave Love  <fx@gnu.org>
589         * progmodes/python.el: Update to Dave Love's latest version.
590         (python-font-lock-keywords, python-mode): Don't use
591         font-lock-syntax-table, but match symbol elements explicitly instead.
592         (python-mode-map): Add help, and a few more key bindings.
593         (python-skip-comments/blanks): Move out of comments as well.
594         (python-continuation-line-p): Behave better with unbalanced parens.
595         (python-blank-line-p): New fun.
596         (python-open-block-statement-p): Don't use a heuristic.
597         (python-outdent-p): Better handle blocks-in-the-same-line.
598         (python-calculate-indentation): Misc improvements.
599         (python-comment-indent): Remove.
600         (python-block-pairs): New var.
601         (python-first-word): New fun.
602         (python-indentation-levels): Handle more common cases.
603         (python-indent-line-1): Add `leave' argument.
604         (python-indent-region): New fun.
605         (python-skip-out): New fun.
606         (python-beginning-of-statement, python-end-of-statement): Use it.
607         (python-next-statement): Return correct count even at eob.
608         (python-end-of-block): Fix paren-typo.
609         (python-imenu-create-index): Add module variables.
610         (run-python): Add `new' arg.
611         Check we're at a prompt before returning.
612         (python-send-command): Move to end of buffer.
613         Wait for prompt to return.
614         (python-set-proc): New fun.
615         (python-imports): New var.
616         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
617         (python-eldoc-function): Try to move out of arg list.
618         (python-outline-level): Offset by 1.
619         (python-find-imports): New fun.
620         (python-symbol-completions): Use python-imports.
621         (python-module-path, ffap-alist): Add support for ffap.
622         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
623         (pythin-insert-*, python-default-template, python-expand-template):
624         Add templates/skeletons.
625         (python-setup-brm): Support for Bicycle Repair Man.
626         (python-abbrev-syntax-table): New var.
627         (python-abbrev-pc-hook, python-pea-hook): New funs.
629 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
631         * frame.el (blink-cursor-start): Set timer first.
632         (blink-cursor-end): Ignore timer cancelling errors.
633         Suggested by Ken Manheimer.
635 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
637         * newcomment.el (comment-box): Call `comment-normalize-vars'.
638         Add autoload cookie.
640 2006-08-20  Richard Stallman  <rms@gnu.org>
642         * simple.el (line-number-at-pos): Doc fix.
644         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
645         timer-activate-when-idle, so timer can run before Emacs becomes
646         non-idle again.
648 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
650         * whitespace.el (whitespace-cleanup-internal): New optional arg
651         REGION-ONLY.  If it's non-nil, modify the message to the user
652         accordingly.
653         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
654         a non-nil argument.
656 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
658         * rect.el (spaces-string): Simplify and add doc string.
660 2006-08-17  Romain Francoise  <romain@orebokech.com>
662         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
664 2006-08-17  Richard Stallman  <rms@gnu.org>
666         * compare-w.el (compare-windows): lambda's take an arg and pass
667         it to compare-windows-skip-whitespace.
669 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
671         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
672         the right buffer.
674 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
677         removed files.
679 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
681         * progmodes/gdb-ui.el (gdb-locals-watch-map)
682         (gdb-locals-watch-map-1): Suppress keymap first.
683         (gdb-edit-locals-map-1): New variable.
684         (gdb-edit-locals-value): New function.
685         (gdb-stack-list-locals-handler): Use them.
687 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
689         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
690         cursor would normally be drawn in the fringe.
692         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
693         Reported by Martin Rudalics <rudalics@gmx.at>.
695 2006-08-16  Richard Stallman  <rms@gnu.org>
697         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
698         (special-event-map): Process drag-n-drop events this way.
700         * simple.el (move-beginning-of-line): Test whether fields
701         would prevent motion back to line's first visible character.
702         If so, stop where the fields would stop the motion.
704         * newcomment.el (comment-indent): Fully update INDENT
705         before checking to see if it will change the text.
707         * cus-edit.el (custom-newline): New function.
708         (custom-mode-map): Bind newline to custom-newline.
710         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
711         into ignore-whitespace.
712         Check each buffer for its skip-function.
713         Handle compare-windows-skip-whitespace special-case test
714         by returning t from default skip function.
716 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
718         * textmodes/org.el (org-clock-special-range)
719         (org-clock-update-time-maybe): New functions.
720         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
721         not only a-z.
722         (org-agenda-get-blocks): Allow multiple blocks per headline.
723         (org-timestamp-change): Call `org-clock-update-time-maybe'.
724         (org-export-html-title-format)
725         (org-export-html-toplevel-hlevel): New options.
726         (org-export-language-setup): Add support for Czech.
727         (org-mode, org-insert-todo-heading, org-find-visible)
728         (org-find-invisible, org-invisible-p, org-invisible-p2)
729         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
730         (org-show-subtree, org-show-entry, org-make-options-regexp):
731         Remove compatibility support for old outline-mode.
732         (org-check-occur-regexp): Funtion removed.
733         (org-on-heading-p, org-back-to-heading): Made defalias.
734         (org-set-local): New defsubst.
735         (org-set-regexps-and-options, org-mode)
736         (org-set-font-lock-defaults, org-edit-agenda-file-list)
737         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
738         (org-remember-apply-template, org-table-edit-field)
739         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
740         (org-set-autofill-regexps): Use `org-set-local'.
741         (org-table-eval-formula): Fix bug with parsing of display flags.
743 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
745         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
746         frame with fringe arrow.  Suggested by Simon Marshall
747         <simon.marshall@misys.com>.
748         (gdb-stack-position): New variable.
749         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
750         (gdb-frames-mode): Set gdb-stack-position to nil.
751         Add to overlay-arrow-variable-list
752         (gdb-reset): Delete gdb-stack-position from above list.
754 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
756         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
757         read only.
759 2006-08-13  Romain Francoise  <romain@orebokech.com>
761         * cus-theme.el (customize-create-theme)
762         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
764         * filesets.el (filesets-add-buffer): Ditto.
766         * pcvs.el (cvs-change-cvsroot): Ditto.
768 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
770         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
771         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
772         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
773         expressions.
774         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
775         Only search till end of line.
776         Add face to function names in case of no filename.
777         Add face to variable names of watchpoints.
779 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
781         * cus-start.el <indent-tabs-mode>: Move to the `indent'
782         customization group.
784 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
786         * allout.el (allout-prior-bindings, allout-added-bindings):
787         Remove, after long deprecation.
788         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
789         Add customization vars controlling allout-beginning-of-line and
790         allout-end-of-line conveniences.
791         (allout-header-prefix, allout-use-mode-specific-leader)
792         (allout-use-mode-specific-leader, allout-mode-leaders):
793         Revise docstrings.
794         (allout-infer-header-lead): Change to be an alias for
795         allout-infer-header-lead-and-primary-bullet.
796         (allout-infer-header-lead-and-primary-bullet): New version of
797         allout-infer-header-lead which assigns the primary bullet to the
798         same as the header lead, when its being changed.
799         (allout-infer-body-reindent): Apply regexp-quote instead of
800         unconditionally prepending "\\", so that all literal
801         allout-header-prefix and allout-primary-bullet strings are
802         properly handled.
803         (allout-add-resumptions): Add optional qualifier for extending or
804         appending to existing values, rather than replacing them.
805         (allout-view-change-hook): Clarify docstring.
806         (allout-exposure-change-hook): Take explicit arguments, via
807         run-hook-with-args.
808         (allout-structure-added-hook)
809         (allout-structure-deleted-hook)
810         (allout-structure-shifted-hook): New hooks analogous to
811         allout-exposure-change-hook for other kinds of structural outline
812         edits.
813         (allout-encryption-plaintext-sanitization-regexps): New encryption
814         customization variable, by which cooperating modes can provde
815         massage of the plaintext without actually being passed it.
816         (allout-encryption-ciphertext-rejection-regexps)
817         (allout-encryption-ciphertext-rejection-ceiling): New encryption
818         customization variables, by which cooperating modes can prohibit
819         rare but possible ciphertext patterns from fouling their
820         operation, with actually being passed the ciphertext.
821         (allout-mode): Run activation and deactivation hooks after the
822         minor-mode variable has been toggled, to clarify the mode
823         disposition.  The new encryption ciphertext rejection variable is
824         used to ensure that the ciphertext does not contain text that
825         would be recognized as outline structural elements by allout.
826         Substite allout-beginning-of-line and allout-end-of-line for
827         conventionall beginning-of-line and end-of-line bindings.
828         If allout-old-style-prefixes is non-nil, don't nullify it on mode
829         activation!
830         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
831         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
832         (allout-chart-subtree): Implement new mode, charting only the
833         visible items in the subtree, when new 'visible' parameter is non-nil.
834         (allout-end-of-subtree): Properly handle the last item in the buffer.
835         (allout-pre-command-business, allout-command-counter):
836         Increment an advertised counter so that cooperating enhancements can
837         track revisions of items.
838         (allout-open-topic): Run allout-structure-added-hook with suitable
839         arguments.
840         (allout-shift-in): Run allout-structure-shifted-hook with suitable
841         arguments.
842         (allout-shift-out): Fix doubling for negative args and ensure call
843         of allout-structure-shifted-hook by solely using allout-shift-in.
844         (allout-kill-line, allout-kill-topic):
845         Run allout-structure-deleted-hook with suitable arguments.
846         (allout-yank-processing): Run allout-structure-added-hook with
847         proper arguments.
848         (allout-yank): Enclose activity in allout-unprotected.
849         (allout-flag-region): Run allout-exposure-change-hook with
850         suitable arguments, instead of making the callee infer the arguments.
851         (allout-encrypt-string):
852         Support allout-encryption-plaintext-sanitization-regexps,
853         allout-encryption-ciphertext-rejection-regexps, and
854         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
855         en/de cryption mode in symmetric encryption failure message.
856         (allout-obtain-passphrase): Use copy-sequence to get a distinct
857         copy of the passphrase, and don't zero it or we'll corrupt the
858         stashed copy.
859         (allout-create-encryption-passphrase-verifier)
860         (allout-verify-passphrase): Respect the new signature for
861         allout-encrypt-string.
862         (allout-get-configvar-values): Convenience for getting a
863         configuration variable value and handling its absence gracefully.
865 2006-08-11  Romain Francoise  <romain@orebokech.com>
867         * obsolete/zone-mode.el: Delete.
869 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
871         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
873 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
875         * emacs-lisp/bindat.el (bindat-ip-to-string):
876         Use `format-network-address' if possible.
878 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
880         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
882 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
884         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
885         restore unread-command-events here.
886         (edebug-display): Do it here, to detect sit-for interruptions.
888 2006-08-10  Romain Francoise  <romain@orebokech.com>
890         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
891         (dns-mode-soa-auto-increment-serial): New user option.
892         (dns-mode-soa-maybe-increment-serial): New function.
893         (dns-mode): Add the latter to `write-contents-functions'.
895         * obsolete/zone-mode.el: Move to obsolete/ from net/.
896         Delete autoload cookies.
898 2006-08-10  John Wiegley  <johnw@newartisans.com>
900         * eshell/em-glob.el (eshell-glob-chars-list)
901         (eshell-glob-translate-alist): Add support for [^g] in character globs.
903 2006-08-10  Richard Stallman  <rms@gnu.org>
905         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
906         (facemenu-set-face): Doc fix.
907         (facemenu-listed-faces): Doc fix.
909 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
911         * avoid.el (mouse-avoidance-animating-pointer): New var.
912         (mouse-avoidance-nudge-mouse): Use it.
913         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
914         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
915         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
916         Don't activate if currently animating.  All callers changed.
918 2006-08-09  John Wiegley  <johnw@newartisans.com>
920         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
921         variable, which causes timeclock to report elapsed time worked,
922         instead of just work remaining.
924 2006-08-09  Kenichi Handa  <handa@m17n.org>
926         * international/latexenc.el (latexenc-find-file-coding-system):
927         Fix for the case that the 2nd element of arg-list is a cons.
929 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
931         * info.el (Info-fontify-node): Handle preceding `in' for note
932         reference hiding rules.
934 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
936         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
937         mistake a closing " for an opening one.
939 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
941         * term/xterm.el (terminal-init-xterm): Add more key bindings.
943 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
945         * complete.el (PC-do-completion): Filter out completions matching
946         completion-ignored-extensions before checking whether there are
947         multiple completions.
948         Don't use `list' unnecessarily when building completion tables.
950 2006-08-06  Richard Stallman  <rms@gnu.org>
952         * help.el (describe-mode): Make minor mode list more concise.
954 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
956         * bindings.el: Give mode-line-format, mode-line-modes, and
957         mode-line-position `standard-value' properties.
959 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
961         * buff-menu.el (list-buffers-noselect): For Info buffers, use
962         "(file)node" instead of the file name.
964 2006-08-05  Richard Stallman  <rms@gnu.org>
966         * faces.el (escape-glyph): Doc fix.
968 2006-08-04  Kenichi Handa  <handa@m17n.org>
970         * international/mule-diag.el (describe-font): Improve docstring
971         and error message.  Use frame-parameter (not frame-parameters).
973 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
975         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
976         Correctly mark the end-of-docstring char.
978 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
980         * simple.el (line-move-to-column): Constrain move-to-column to
981         current field.
983 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
985         * font-lock.el (font-lock-beg, font-lock-end)
986         (font-lock-extend-region-functions): New vars.
987         (font-lock-extend-region-multiline)
988         (font-lock-extend-region-wholelines): New functions.
989         (font-lock-default-fontify-region): Use them.
990         (font-lock-extend-jit-lock-region-after-change): Only round up
991         if font-lock-default-fontify-region will do it as well.
993         * font-lock.el (font-lock-extend-after-change-region-function):
994         Rename from font-lock-extend-region-function.
995         (font-lock-extend-region): Remove by inlining at call sites.
996         (font-lock-after-change-function): Don't needlessly round up to a whole
997         number of lines.
998         (font-lock-extend-jit-lock-region-after-change): Be more careful about
999         the boundary conditions and the interactions between the various ways
1000         to extend the region.
1002 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1004         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1005         modification status when forcing the second redisplay.
1007 2006-08-03  Kim F. Storm  <storm@cua.dk>
1009         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1011 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1013         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1014         doesn't look like a file name.
1016         * complete.el (PC-expand-many-files): Avoid signalling an error when
1017         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
1019 2006-08-02  Andreas Schwab  <schwab@suse.de>
1021         * bindings.el (mode-line-format): Simplify reference to vc-mode.
1023 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1025         * bindings.el (map): Make mode-line-buffer-identification-keymap
1026         before defining propertized-buffer-identification.
1028 2006-08-01  Richard Stallman  <rms@gnu.org>
1030         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1032 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1034         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1035         default value.
1036         (gdb-find-source-frame): New function.
1037         (menu): Add to menu bar.
1039 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1041         * font-core.el (font-lock-extend-region-function)
1042         (font-lock-extend-region): Move to font-lock.el.
1044         * font-lock.el (font-lock-extend-region-function)
1045         (font-lock-extend-region): Move from font-core.el.  Simplify.
1047         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1048         if needed.
1049         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1050         (jit-lock-after-change-extend-region-functions): New hook.
1051         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1053         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1054         (font-lock-turn-on-thing-lock): Use it.
1056         * longlines.el (longlines-show-region): Make it work on read-only
1057         buffers as well.
1059 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
1061         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1063 2006-07-31  Richard Stallman  <rms@gnu.org>
1065         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1066         (vhdl-speedbar-display-projects): Update old obsolete
1067         speedbar variable names.
1069 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1071         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1072         (gdb-stopped): Use it.
1074         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1076 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
1078         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1079         for load-history elements.
1081 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
1083         * files.el (convert-standard-filename): For Cygwin, replace
1084         characters not allowed in Windows file names.
1085         (make-auto-save-file-name): Add Cygwin to the list of systems
1086         where the auto-save file name needs to be run through
1087         convert-standard-filename.
1089 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1091         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1093 2006-07-28  Richard Stallman  <rms@gnu.org>
1095         * bindings.el (mode-line-frame-identification)
1096         (propertized-buffer-identification): Centralize the code
1097         to initialize the variable.
1099         * progmodes/grep.el (grep-default-command): Catch errors from
1100         wildcard-to-regexp.
1102 2006-07-29  Kim F. Storm  <storm@cua.dk>
1104         * progmodes/grep.el (grep-tag-default): New function.
1105         (grep-default-command, grep-read-regexp): Use it.
1106         (grep-read-files): Use car of grep-files-history or grep-files-aliases
1107         as default if nothing else applies.
1109 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
1111         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1112         Throw error if buffer is not in Dired and Wdired mode, respectively.
1114 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
1116         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1117         self-insert-command keys don't activate buttons.
1118         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1120 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
1122         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1123         faces for enable character.
1125 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1127         * Makefile.in (recompile): Update comment to reflect change
1128         on 2004-04-21.
1130 2006-07-27  Richard Stallman  <rms@gnu.org>
1132         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1133         (customize-package-emacs-version): Change msg when pkg has no entry.
1134         (custom-no-edit): On a button, do like widget-button-press.
1136 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1138         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1139         S-tab and C-S-tab.
1141 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1143         * progmodes/which-func.el (which-function): Fix documentation/
1144         comment typo.
1146 2006-07-26  Richard Stallman  <rms@gnu.org>
1148         * textmodes/ispell.el (ispell-word): If we replace the word,
1149         move point to the end.  Insert before deleting.
1151 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1153         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1154         a timer.
1156 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
1158         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
1159         when at first image.
1160         (tumme-forward-image): Add prefix argument.  Add error when at last
1161         image.
1163 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * tabify.el (tabify-regexp): Use more specific regexps.
1166         (tabify): Avoid modifying the buffer unnecessarily.
1168 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
1170         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1171         (tumme-format-properties-string): Handle empty `buf'.
1172         (tumme-get-comment): Change variable names inside `let'.
1173         Add missing `let' variable that cause font-lock problems.
1174         (tumme-write-comments): Change variable names inside `let'.
1175         Add missing `let' variable that cause font-lock problems.
1176         (tumme-forward-image): Rename from `tumme-forward-char'.
1177         (tumme-backward-image): Rename from `tumme-backward-char'.
1179 2006-07-25  Masatake YAMATO  <jet@gyve.org>
1181         * progmodes/ld-script.el (ld-script-keywords)
1182         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1183         and add comments.
1185 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
1187         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1188         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1189         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1190         for status indicator.
1192 2006-07-24  Richard Stallman  <rms@gnu.org>
1194         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1196         * subr.el (dolist, dotimes): Use interned symbols for locals.
1197         (--dotimes-limit--, --dolist-tail--): New defvars.
1198         (looking-back): Doc fix.
1200         * replace.el (replace-match-string-symbols): Handle dotted lists.
1202 2006-07-24  mathias  <mathias@mattis>
1204         * tumme.el (tumme-write-tags): Add.
1205         (tumme-write-comments): Add.
1206         (tumme-tag-files): Change to use `tumme-write-tags'.
1207         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1208         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1209         (tumme-save-information-from-widgets): Change to use
1210         `tumme-write-comments' and `tumme-write-tags'.
1211         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1212         (tumme-write-tag): Remove.
1213         (tumme-write-comment): Remove.
1214         (tumme-display-previous-thumbnail-original): Remove empty line.
1215         (tumme-widget-list): Add punctuation.
1217 2006-07-24  mathias  <mathias.dahl@gmail.com>
1219         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1221 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1223         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1224         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
1225         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1227 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
1229         * mouse.el (mouse-on-link-p): Doc fix.
1231 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
1233         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1234         Handle "C-h f `".
1236 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1238         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1239         column.
1241 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
1243         * textmodes/table.el: Add move-beginning-of-line and
1244         move-end-of-line to Point Motion Only Group.
1246 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
1248         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1250 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1252         * startup.el (user-mail-address): Initialize from the `EMAIL'
1253         environment variable first.  Document this.
1254         (command-line): Ditto.
1256 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
1258         * help-mode.el (help-function-def, help-variable-def)
1259         (help-face-def): Print a message in the minibuffer.
1261 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1263         * term/xterm.el (terminal-init-xterm): Fix key bindings
1264         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1266 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1268         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1269         where `(nth 1 command)' is a cons cell.  Doc fix.
1271         * textmodes/po.el (po-find-charset): Doc fix.
1273 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
1275         * allout.el (allout-unprotected, allout-e-o-prefix-p)
1276         (allout-beginning-of-current-line, allout-end-of-current-line)
1277         (allout-next-visible-heading, allout-open-topic)
1278         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1279         (allout-flag-current-subtree, allout-show-to-offshoot)
1280         (allout-hide-current-entry, allout-show-current-branches)
1281         (allout-hide-region-body, allout-old-expose-topic)
1282         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1283         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1284         containing `beginning-of-line' and `end-of-line' with
1285         `inhibit-field-text-motion' t.
1287 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1289         * frame.el (focus-follows-mouse): Document that it doesn't have
1290         any effect on MS-Windows.
1292 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1294         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1296 2006-07-20  Jay Belanger  <belanger@truman.edu>
1298         * calc.el (calc-previous-alg-entry):  Remove variable.
1300         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1301         New variables.
1302         (calc-alg-entry): Use `calc-alg-entry-history'.
1303         (calc-do-quick-calc): Use `calc-quick-calc-history'.
1304         Remove reference to `calc-previous-alg-entry'.
1305         (calcAlg-edit, calcAlg-enter): Remove reference to
1306         `calc-previous-alg-entry'.
1307         (calcAlg-previous): Use `previous-history-element' instead of
1308         `calc-previous-alg-entry'.
1309         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1310         Change keybinding for `calcAlg-plus-minus', add keybindings for
1311         `previous-history-element' and `next-history-element'.
1313         * calc-rewr.el (calc-match): Remove reference to
1314         `calc-previous-alg-entry'.
1316         * calc-sel.el (calc-selection-history): New variable.
1317         (calc-enter-selection, calc-sel-mult-both-sides)
1318         (calc-sel-add-both-sides): Use `calc-selection-history'.
1320         * calc-map.el (calc-get-operator-history): New variable.
1321         (calc-get-operator): Use `calc-get-operator-history'.
1323         * calcalg3.el (calc-curve-fit-history): New variable.
1324         (calc-curve-fit): Use `calc-curve-fit-history'.
1326 2006-07-20  Kenichi Handa  <handa@m17n.org>
1328         * international/mule-cmds.el (select-safe-coding-system): Fix the
1329         way of deciding eol-type of the coding system.
1331 2006-07-20  Alan Mackenzie  <acm@muc.de>
1333         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1334         (c-lang-setvar): New macro.
1335         (c-make-init-lang-vars-fun): Use the initialization forms in
1336         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1337         (comment-start, comment-end, comment-start-skip): Change these from
1338         c-lang-defvar's to c-lang-setvar's.
1340         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1341         which calls make-local-variable on the elements of
1342         c-emacs-variable-inits.
1343         (c-init-language-vars-for): Call this new macro.
1345 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1348         Try to rule out false positives due to time stamps.
1349         (compilation-mode-font-lock-keywords): Remove rules made redundant
1350         because of the above change.  Add `segmentation fault' to the known and
1351         highlighted compilation termination messages.
1353 2006-07-19  Kim F. Storm  <storm@cua.dk>
1355         * progmodes/grep.el (grep-find-ignored-directories):
1356         Add .svn and _darcs to list.
1358 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
1360         * dired.el (dired-mode-map): Add key binding `C-te' for
1361         `tumme-dired-edit-comment-and-tags'.
1363         * tumme.el (tumme-display-thumbnail-original-image): Make sure
1364         image display buffer is displayed before call to
1365         `tumme-display-image.
1366         (tumme-dired-display-image): Make sure image display buffer is
1367         displayed before call to `tumme-display-image.
1368         (tumme-mouse-display-image): Make sure image display buffer is
1369         displayed before call to `tumme-display-image.
1370         (tumme-widget-list): Add.
1371         (tumme-dired-edit-comment-and-tags): Add.
1372         (tumme-save-information-from-widgets): Add.
1374 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1376         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1378 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1380         * progmodes/sh-script.el (sh-font-lock-keywords-1):
1381         Revert inadvertently installed patch hunk.
1383         * progmodes/compile.el (compilation-find-file): Handle the
1384         cases where the user selects a non-existent file.
1386 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1388         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1390 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1392         * subr.el (sit-for): Just sleep-for if noninteractive.
1394 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1396         * emacs-lisp/autoload.el (make-autoload): Use new arg.
1398         * custom.el (custom-autoload): Add `noset' argument.
1399         (custom-push-theme): Don't autoload the variable, let callers do it.
1400         (custom-theme-set-variables): Autoload the variable if necessary.
1402         * cus-edit.el (custom-variable-state-set): If the variable was
1403         originally set outside custom, but to the same value as the default,
1404         consider it to be standard.
1406         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1407         file *before* telling Emacs to add the autoloads, in case it fails.
1409         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1410         Use `cond', push', and `dolist'.
1412 2006-07-17  Richard Stallman  <rms@gnu.org>
1414         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1415         Add defvars to silence warnings.
1417 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1419         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1420         Don't highlight "Compiling file" messages as error.
1422         * dired-aux.el (dired-compress-file): Confirm again if gzipped
1423         file already exists.
1425 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
1427         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
1428         entry, don't assign to free var; simply return the extracted filename.
1429         (ff-treat-as-special): Incorporate common preamble from callers.
1430         (ff-other-file-name, ff-find-the-other-file):
1431         Update call to ff-treat-as-special.
1433         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1435 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
1437         * tumme.el (tumme-get-comment): Fix bug.
1439 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1441         * files.el: Remove spurious * in docstrings.
1443 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1445         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1446         grammar.
1447         (allout-beginning-of-current-line): Beware beginning of buffer.
1448         Also, a comment is simplified.
1449         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1450         when appropriate.  (This fix enables use for other than
1451         bullet-hotspot operation.)
1452         (allout-hide-current-subtree): While escalating to sibling-close,
1453         make sure to situate on a topic.
1455 2006-07-14  Kim F. Storm  <storm@cua.dk>
1457         * emulation/cua-base.el (cua-delete-selection)
1458         (cua-toggle-set-mark): New defcustoms.
1459         (cua-rectangle-modifier-key): Add `alt' modifier.
1460         (cua-replace-region): Don't delete if cua-delete-selection is nil.
1461         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1462         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1464         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1466 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1468         * allout.el: Require 'cl during byte-compilation/interactive load,
1469         for the `assert' macro.
1470         (allout-mode-deactivate-hook): New hook, run when allout mode
1471         deactivates.
1472         (allout-developer): New allout customization subgroup.
1473         (allout-run-unit-tests-on-load): New allout-developer
1474         customization variable, when true allout unit tests are run towards
1475         end of file load/eval.
1476         (allout-inhibit-auto-fill): Disable auto-fill activity even during
1477         auto-fill-mode.
1478         (allout-resumptions): Remove, to be replaced by...
1479         (allout-add-resumptions): Register variable settings to be
1480         reinstated by `allout-do-resumptions'.  The settings are made
1481         buffer-local, but the locality/globality of the suspended setting
1482         is restored on resumption.
1483         (allout-do-resumptions): Reinstate all settings suspended using
1484         `allout-add-resumptions'.
1485         (allout-test-resumptions): Unit tests (and intermediate variables)
1486         for resumptions.
1487         (allout-tests-globally-unbound, allout-tests-globally-true)
1488         (allout-tests-locally-true): Intermediate variables for
1489         resumptions unit tests.
1490         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1491         (allout-exposure-category): Replaces 'allout-overlay-category variable.
1492         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1493         instead of retired `allout-resumptions'.  For hook functions, use
1494         `local' parameter so hook settings are created and removed as
1495         buffer-local settings.  Revise (resumptions) setting
1496         auto-fill-function so it is set only if already active.  (The
1497         related fill-function settings are all made in either case, so
1498         that activating auto-fill-mode activity will have the custom
1499         allout-mode behaviors (hanging indent on topics, if configured for it).
1500         Remove all allout-exposure-category overlays on mode deactivation.
1501         (allout-hotspot-key-handler): New function extracted from
1502         `allout-pre-command-business', so the functionality can be used
1503         for other purposes, eg as a binding in an overlay.
1504         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1505         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1506         customization variable.
1507         (allout-run-unit-tests): Run the (currently quite small)
1508         repertoire of unit tests.  Called just before the provide iff user
1509         has customized `allout-run-unit-tests-on-load' non-nil.
1511 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
1513         * emacs-lisp/authors.el (authors-aliases): Update.
1515 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1517         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1518         gdb-source-window.  Add dedicated argument.
1519         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1520         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1521         (gdb-display-threads-buffer, gdb-display-memory-buffer)
1522         (gdb-display-locals-buffer): Use it.
1524         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1525         Set gdb-source-window.
1527 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1530         minor modes, redundant with the custom-autoload line above.
1532 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
1534         * longlines.el (longlines-post-command-function): Handle open-line too.
1536 2006-07-12  Richard Stallman  <rms@gnu.org>
1538         * progmodes/grep.el (grep-last-buffer): Doc fix.
1540         * info.el (Info-try-follow-nearest-node): Doc fix.
1542         * emacs-lisp/edebug.el (edebug-instrument-function):
1543         Err if find-function-noselect gives no position.
1545         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1546         If can't find definition, return nil for position.
1547         (find-function-do-it): Handle new return value
1548         of find-definition-noselect.
1549         (find-definition-noselect, find-variable-noselect): Doc fix.
1550         (find-function-noselect): Doc fix.
1552         * help-mode.el (help-variable-def): Handle find-variable-noselect
1553         returning no position.
1554         (help-function-def): Likewise for find-function-search-for-symbol.
1555         (help-face-def): Likewise.
1557         * help-fns.el (describe-variable): Handle find-variable-noselect
1558         returning no position.
1560         * files.el (locate-file-completion): Avoid duplicates in result.
1562         * cus-edit.el (custom-no-edit): New command.
1563         (custom-mode-map): Remap to custom-no-edit instead of
1564         using suppress-keymap.
1566 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
1568         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1569         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1570         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1572         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1574 2006-07-11  Kim F. Storm  <storm@cua.dk>
1576         * ido.el (ido-copy-current-file-name): Use buffer-name if
1577         buffer-file-name is nil.
1579 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
1581         * simple.el (undo-ask-before-discard): Set to nil.
1583         * vc.el (vc-exec-after): Don't delete process manually.
1584         (vc-print-log): Run log-view-mode in process sentinel inside
1585         inhibit-read-only.  Don't shrink window due to timing issues.
1587         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1588         Avoid using with-output-to-temp-buffer, which clobbers local vars.
1590 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1592         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1593         Fix ambiguity introduced by last change.
1594         (compilation-find-file): Move save-excursion to where it may
1595         make sense.  Fix a left over `find-file'.
1597 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
1599         * textmodes/texinfmt.el (texinfo-format-separate-node):
1600         Insert a string before point, which fits documentation, not after.
1601         (texinfo-multitable-item): In a multitable row, insert any
1602         additional needed @tabs and spaces.
1604 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
1606         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1607         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1608         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1609         instead of shell-command.
1610         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1611         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1612         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1613         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1614         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1615         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1617 2006-07-11  Kim F. Storm  <storm@cua.dk>
1619         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
1620         Remove special case for seconds < 0.  Use (redisplay t) instead.
1622 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
1624         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1625         avoid compilation error.
1627         * subr.el (sit-for): New function.
1629         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1631 2006-07-10  Richard Stallman  <rms@gnu.org>
1633         * ldefs-boot.el (edebug): Update page.
1635 2006-07-10  Kim F. Storm  <storm@cua.dk>
1637         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1638         to FOR-RELEASE and TODO.
1640 2006-07-10  Romain Francoise  <romain@orebokech.com>
1642         * emacs-lisp/authors.el (authors-aliases): Update.
1644 2006-07-10  Alan Mackenzie  <acm@muc.de>
1646         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1647         * cc-mode.el: Changes to eradicate eval-after-load.
1649 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
1651         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1652         on non-char events.
1654 2006-07-09  Romain Francoise  <romain@orebokech.com>
1656         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1657         Don't highlight start/end markers as compilation messages.
1659         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1660         to t.
1662 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1664         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1666 2006-07-08  Richard Stallman  <rms@gnu.org>
1668         * term/x-win.el (x-handle-display): Add doc string.
1670         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1672         * subr.el (def-edebug-spec): Move here.
1673         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1675         * imenu.el (imenu-choose-buffer-index): Doc fix.
1677 2006-07-08  Romain Francoise  <romain@orebokech.com>
1679         * term/x-win.el (x-display-name): Fix typo.
1681 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1683         * hexl.el (hexl-find-file): Doc fix.
1685         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1687 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
1689         * term/x-win.el (x-display-name): Doc fix.
1691 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1693         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1694         long prefixes.
1695         (fill-region-as-paragraph): Don't round up to a whole line.
1696         (fill-comment-paragraph): Don't include the code-before-the-comment
1697         when calling fill-region-as-paragraph.
1699         * international/mule.el (make-char): Remove redundancy.
1701         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1702         property may contain an anonymous function rather than a symbol.
1704         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1706         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1707         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
1709         * dirtrack.el (dirtrack-default-directory-function): Remove.
1710         (dirtrack-directory-function): Use file-name-as-directory.
1711         (dirtrack-windows-directory-function): Simplify.
1712         (dirtrack-forward-slash, dirtrack-backward-slash)
1713         (dirtrack-replace-slash): Remove.
1714         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1715         (dirtrack): Fix wrong parenthesizing; use match-string.
1717         * progmodes/octave-inf.el: Remove spurious * in docstrings.
1718         (inferior-octave-mode): Only change the buffer-local value of
1719         comint-dynamic-complete-functions.
1720         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1721         Move the initialization to the declaration.
1722         (inferior-octave-complete): Remove unused var `filter'.
1724         * shell.el (shell-mode): Only change the buffer-local value of
1725         comint-dynamic-complete-functions.
1727 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1729         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1730         entry is skipped because it has been scheduled.
1731         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1732         changing `:org-archived' and `:org-comment' properties.
1734 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
1736         * server.el (server-select-display): Don't make the temp frame
1737         minibuffer-only, in case it's not a temp frame.
1738         (server-process-filter): Don't delete the temp frame if it's the
1739         only one we have on that display.
1741         * files.el (find-alternate-file): Doc fix.
1743 2006-07-05  Richard Stallman  <rms@gnu.org>
1745         * files.el (abbreviate-file-name): Add save-match-data.
1747 2006-07-03  Richard Stallman  <rms@gnu.org>
1749         * faces.el (read-face-name): Doc fix.
1751 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
1753         * net/goto-addr.el (goto-address): Mark as safe for local evals.
1755 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
1757         * vc.el (vc-diff-internal): Fix prev change.
1759 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1761         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1762         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1764 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1766         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1767         fails if the symbol contains chars like ( or '.
1768         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1769         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1770         `short'.
1772 2006-07-04  Kenichi Handa  <handa@m17n.org>
1774         * international/mule-cmds.el (set-language-info): If LANG-ENV is
1775         the current one, don't call set-language-environment, but call one
1776         of set-language-environment-XXX to make INFO effective now.
1777         (set-language-environment): Call set-language-environment-XXX
1778         functions instead of doing the various setups directly.
1779         (set-language-environment-coding-systems): Delete argument eol-type.
1780         (set-language-environment-input-method)
1781         (set-language-environment-nonascii-translation)
1782         (set-language-environment-charset)
1783         (set-language-environment-fontset)
1784         (set-language-environment-unibyte): New functions.
1786 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1788         * locate.el (locate-update-when-revert): New option.
1789         (locate-update-path): New option (suggested by Michael Albinus).
1790         (locate-prompt-for-command): Whitespace change.
1791         (locate-update): No longer offer to update the locate database by
1792         default.  Implement the two new options.
1794 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
1796         * tooltip.el: Move comment about track-mouse...
1798         * progmodes/gud.el: ...to here.
1800 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
1802         * facemenu.el (facemenu-listed-faces): New var.
1803         (facemenu-unlisted-faces): Variable deleted.
1804         (facemenu-add-new-face): Use facemenu-listed-faces.
1806         * emulation/viper-init.el, calendar/calendar.el:
1807         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1809 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1811         * textmodes/org.el (org-mode): Remove no invalid settings for
1812         calc embedded mode.
1813         (org-mode-p): New defsubst.
1814         (org-save-all-org-buffers): New function.
1815         (org-first-headline-recenter): Enclose outline-regexp in group
1816         delimiters.
1817         (org-set-tags): Keep single space after stars.
1819 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1821         * window.el (set-window-text-height): Only set window-min-height to
1822         1 if that's the requested size.
1824         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1825         (diff-unified->context, diff-context->unified)
1826         (diff-reverse-direction): Make sure the end marker stays at the end.
1827         (diff-mode): Add the keymap table at the end of docstring.
1828         Use lexical-let rather than constructing a closure manually.
1830         * files.el (find-file-noselect-1): Remove unused var assignment.
1831         (hack-local-variables-confirm): Print lists of strings as lists of
1832         strings rather than lists of symbols.
1833         (abbreviate-file-name, hack-local-variables-prop-line):
1834         Use match-string.
1835         (hack-one-local-variable): Move `make-local-variable' nearer its use.
1836         (recover-session-finish): Use line-end-position.
1838 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
1840         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1842 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
1844         * progmodes/make-mode.el (makefile-macroassign-regex):
1845         Accept preceding keyword.
1846         (makefile-gmake-statements): Reorganize, now that makepp has
1847         "override" and also handle forgotten "override define".
1848         (makefile-makepp-statements): Add new "global", "override export"
1849         and "override global".
1851 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
1853         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1854         (ada-compile-mouse-goto-error, ada-deactivate-properties)
1855         (ada-no-auto-case): Fix typos in docstrings.
1857 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1859         * info.el (Info-find-node-2): Search for makeinfo version more
1860         carefully.
1862 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1864         * textmodes/org.el (org-prepare-agenda-buffers):
1865         Use `invisible-OK' argument for `org-end-of-subtree'.
1866         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1867         (org-beginning-of-item): Fix bug in regular expression for white line.
1868         (org-export-as-html): Enforce space after bullet in plain list items.
1869         (org-set-autofill-regexps): Require space after plain list bullet
1870         for paragraph-start.
1871         (org-ts-regexp3): New constant.
1872         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1873         (org-timestamp-up-day, org-timestamp-down-day)
1874         (org-timestamp-change): Work with inactive timestamps.
1875         (org-ts-regexp1): Don't allow brackets in time stamps.
1877 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
1879         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1880         for ignoring links.
1882         * faces.el (read-face-name): Use it.
1884 2006-06-28  Juri Linkov  <juri@jurta.org>
1886         * buff-menu.el (list-buffers-noselect): Compare Info file
1887         with the string "dir" to detect Info directory.
1889         * complete.el (partial-completion-mode): In lambda for
1890         `choose-completion-string-functions' use full function signature
1891         with 4 args, and move point to the end of the minibuffer only if arg
1892         `mini-p' is non-nil.
1894 2006-06-28  John Paul Wallington  <jpw@pobox.com>
1896         * ibuffer.el (ibuffer-mode): Doc fix.
1898 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1900         * textmodes/org.el (org-context): New contexts :item-bullet,
1901         :latex-fragment, :latex-preview.
1902         (org-overlays-at, org-overlay-start, org-overlay-end):
1903         New compatibility functions.
1904         (org-inside-LaTeX-fragment-p): More accurate matching, using the
1905         exact regexp that will be used during export.
1906         (org-latex-regexps): New variable.
1907         (org-cdlatex-mode): Improve advice for `texmathp'.
1908         (turn-on-org-cdlatex): New function.
1910 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1912         * term/mac-win.el (mac-handle-font-selection): Change keys of
1913         mac-atsu-font-table from strings to numbers.
1914         (mac-ts-caret-position): Use also when cursor-type is nil.
1915         (mac-ts-update-active-input-area): Add Mac OS Classic support.
1916         Relax condition for using overlay strings.
1917         Use mac-ts-caret-position face when cursor-type is nil.
1919 2006-06-26  Kim F. Storm  <storm@cua.dk>
1921         * help.el (view-emacs-news): Declare `res' in the right let* form.
1923 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
1925         * net/rcompile.el (remote-compile): Replace ange-ftp based
1926         implementation by Tramp functions.
1927         Suggested by Marc Abramowitz <msabramo@gmail.com>.
1929         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1931 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
1933         * international/fontset.el (setup-default-fontset): Fix a typo in
1934         the "Oriya-Akruti" registry name.
1936 2006-06-23  Lars Hansen  <larsh@soem.dk>
1938         * desktop.el (desktop-full-file-name): New function.
1939         (desktop-kill, desktop-save, desktop-remove, desktop-read)
1940         (desktop-revert): Use it.
1941         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1942         (desktop-after-read-hook): Add option list-buffers.
1943         (desktop-locals-to-save): Add tab-width.
1944         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1945         Fix docstring.
1947 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1949         * textmodes/org.el (org-cdlatex-mode-map)
1950         (org-cdlatex-texmathp-advice-is-done): New variables.
1951         (org-cdlatex-mode): New minor mode.
1952         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1953         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1954         (org-export-with-archived-trees): New option.
1955         (org-open-file): Remove the call to `convert-standard-filename'.
1956         (org-archive-tag, org-agenda-skip-archived-trees)
1957         (org-cycle-open-archived-trees)
1958         (org-sparse-tree-open-archived-trees): New options.
1959         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1960         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1961         New functions.
1962         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1963         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1964         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1965         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1966         Call `org-prepare-agenda-buffers'.
1967         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1968         (org-file-apps, org-file-apps-defaults-gnu)
1969         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1970         Handle remote files by forcing them to be opened in Emacs.
1972 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
1974         * vc.el (vc-diff-knows-L): New variable.
1975         (vc-diff-internal): Use it to handle "diff" programs that don't
1976         understand -L.  This works automatically, no user action is necessary.
1978 2006-06-23  Daniel Brockman  <daniel@brockman.se>
1980         * net/rcirc.el (rcirc-default-user-full-name): Default to
1981         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1982         longer exists).
1983         (rcirc-process-list): Check `buffer-live-p' before attempting to
1984         switch to a buffer.
1986 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
1988         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1989         based on rcirc-coding-system-alist.
1991 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
1993         * cus-edit.el (customize-apropos): A better error message.
1994         (top level) <debug-ignored-errors>: Extend and update the list of
1995         ignored error messages.
1997 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
1999         * complete.el (PC-do-completion): Retain capitalization of user
2000         input, when possible, even if completion-ignore-case is set.
2002 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
2004         * generic-x.el (bat-generic-mode): Support .cmd files.
2006         * dos-w32.el (top level): Use find-file-not-found-functions
2007         instead of the obsolete find-file-not-found-hooks.
2009 2006-06-22  Kim F. Storm  <storm@cua.dk>
2011         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2012         to recognize mode name containing submodes, such as Grep/lw.
2014 2006-06-21  Kim F. Storm  <storm@cua.dk>
2016         * simple.el (line-move-1): Check for move-end-of-line instead of
2017         end-of-line when setting temporary-goal-column.
2019 2006-06-21  Miles Bader  <miles@gnu.org>
2021         * play/cookie1.el (cookie): Work properly when there's only one entry.
2023 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
2025         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2026         (gdb-frame-handler): Generalize frame regexp for templates.
2028 2006-06-20  Glenn Morris  <rgm@gnu.org>
2030         * calendar/appt.el (appt-display-format): Default value must be
2031         one of the customize options.
2033 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
2035         * term/xterm.el (terminal-init-xterm): Update key availability info.
2036         Bind C-return.
2038         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2040 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
2042         * files.el (hack-local-variables): Run `hack-local-variables-hook'
2043         whether or not a local variables list is defined.
2045         * msb.el (msb): Move `sit-for' hack here to handle both
2046         "mouse-down and drag" and "mouse-up and select" situations.
2047         (mouse-select-buffer): Move `sit-for' hack to `msb'.
2049 2006-06-20  Kenichi Handa  <handa@m17n.org>
2051         * international/characters.el (word-combining-categories):
2052         Add entries for 2-byte Han characters.
2054 2006-06-19  Richard Stallman  <rms@gnu.org>
2056         * bindings.el (mode-line-format): Save some mode line space.
2058         * files.el (find-file-noselect): Improve the question wording.
2059         (basic-save-buffer-2): Mask UMASK against 666.
2061         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2062         (mouse-drag-vertical-line): Call it.
2064         * cus-edit.el (customize-option, customize-option-other-window):
2065         Error if SYMBOL is nil.
2067 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
2069         * textmodes/org.el: Require noutline, also on XEmacs.
2070         (org-end-of-subtree): Return point.
2071         (org-dblock-start-re, org-dblock-end-re): New constants.
2072         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2073         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2074         (org-update-all-dblocks, org-find-dblock): New functions.
2075         (org-collect-clock-time-entries): New function.
2076         (org-html-handle-time-stamps): Never export CLOCK timeranges.
2077         (org-fixup-indentation): Modify to deal correctly with lines
2078         starting with TAB.  Only one argument DIFF now.
2079         (org-demote, org-promote): Call `org-fixup-indentation' with just
2080         one argument, DIFF.
2081         (org-mode): Don't mark buffer as modified when aligning tables.
2082         (org-clock-sum): Don't mark buffer modified when adding time sum
2083         properties.
2084         (org-export-as-html): Add support for a link validation function.
2085         (org-archive-all-done): New function.
2086         (org-archive-subtree): New prefix argument.  When set, archive all
2087         done subtrees in this buffer.
2088         (org-remove-clock-overlays)
2089         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2090         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2091         (org-put-clock-overlay): Don't swallow last headline character
2092         when displaying overlay.
2093         (org-store-link): Link to `image-mode' with just the file name.
2095 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
2097         * viper-cmd.el (viper-special-read-and-insert-char):
2098         Use read-key-sequence.
2099         (viper-after-change-undo-hook): Misc enhancements.
2100         (viper-after-change-undo-hook): New hook.
2101         (viper-undo): Use viper-after-change-undo-hook.
2102         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2103         (viper-next-line-at-bol): If point is on a widget or a button, simulate
2104         clicking on that widget/button.
2106         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2108         * ediff-diff (ediff-test-patch-utility): Catch errors.
2109         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2110         (ediff-set-actual-diff-options): New function.
2111         (ediff-reset-diff-options, ediff-toggle-ignore-case):
2112         Use ediff-set-actual-diff-options.
2113         (ediff-extract-diffs): Catch errors.
2114         (ediff-whitespace): Add non-breakable space.
2115         (ediff-same-file-contents): Catch errors.
2117         * ediff-mult.el (ediff-collect-custom-diffs):
2118         Save coding-system-for-read.
2120         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2121         (ediff-vc-internal, ediff-vc-merge-internal):
2122         Use ediff-delete-version-file.
2123         (ediff-delete-version-file): New function.
2125         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2127         * ediff.el (ediff-directories, ediff-directory-revisions)
2128         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2129         (ediff-directories-internal, ediff-merge-directory-revisions)
2130         (ediff-merge-directory-revisions-with-ancestor)
2131         (ediff-directories3): Use read-directory-name.
2133 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
2135         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2136         Remove superfluous part of regexp for brace matching which is handled
2137         by `scan-lists' call.
2139 2006-06-16  Richard Stallman  <rms@gnu.org>
2141         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2143         * files.el (basic-save-buffer-2): For a new precious file,
2144         use the default modes in the return value.
2146         * facemenu.el (facemenu-color-alist): Doc fix.
2148         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2150 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2152         * cus-start.el (all): Add mac-ts-script-language-on-focus.
2154         * term/mac-win.el (mac-text-encoding-ascii): New constant.
2155         (mac-utxt-to-string): Use it.
2156         (mac-ts-update-active-input-area): Use mac-ae-number.
2158 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
2160         * term.el (term-handle-scroll, term-delete-lines)
2161         (term-insert-lines): Fix off by one errors.
2163 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2165         * net/tramp.el (tramp-touch): Use UTC to express time.
2167 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
2169         * mail/sendmail.el (mail-send): Search explicitly for
2170         mail-header-separator when checking for corrupted header lines.
2172 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
2174         * progmodes/gdb-ui.el (gdb-same-frame): New option.
2175         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2176         (gdb-init-1): Initialise them.
2177         (gdb-starting): Reset gdb-printing
2178         (gdb-starting): Save value of gud-overlay-arrow-position.
2179         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2180         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2181         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2182         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2184 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2188 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
2190         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2191         (ldap-search-internal): Keep error messages, and a regexp fix.
2193 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
2195         * files.el (hack-local-variables-confirm):
2196         Display string value using its printed representation.
2198 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
2200         * server.el (server-edit): No-op if no server buffers exist.
2202 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
2204         * textmodes/page-ext.el (pages-directory-for-addresses):
2205         Including `pages-directory-address-mode' in the function results
2206         in the message "Buffer in which pages were found is deleted".
2208 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
2210         * textmodes/org.el (org-agenda-mode-map): Add bindings for
2211         clocking functions.
2213         (org-agenda-clock-in, org-check-running-clock)
2214         (org-clock-out-if-current, org-remove-clock-overlays)
2215         (org-put-clock-overlay): New functions.
2216         (org-clock-marker, org-clock-file-total-minutes)
2217         (org-clock-overlays): New variables.
2218         (org-clock-display, org-clock-sum, org-clock-cancel)
2219         (org-clock-out, org-clock-in): New commands.
2220         (org-export): New function.
2221         (org-emph-re): New constant.
2222         (org-set-emph-re, org-do-emphasis-faces): New functions.
2223         (org-emphasis-regexp-components, org-emphasis-alist): New options.
2224         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2225         (org-export-html-convert-emphasize): Use the configurable emphasis.
2226         (org-cleaned-string-for-export): Make multiline emphasis visible
2227         to the exporter.  New optional argument PARAMETERS.
2228         (org-export-as-html): Specify :emph-multiline parameter to
2229         `org-cleaned-string-for-export'.
2231 2006-06-10  Richard Stallman  <rms@gnu.org>
2233         * help.el (help-for-help-internal): Clean up help text.
2235 2006-06-10  Andreas Schwab  <schwab@suse.de>
2237         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2238         in doc string.
2240         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2242 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
2244         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2245         spaces after the comment start.
2247 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2249         * play/pong.el (pong-init-buffer):
2250         Fill buffer with spaces instead of ^A.
2252         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2253         launched asynchronously, delete its process instead of being cool.
2254         (ispell-async-processp): Check for `delete-process' existence
2255         instead of `kill-process' one for consistency.
2257 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
2259         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2260         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2261         in mode line at startup.
2263 2006-06-08  Kim F. Storm  <storm@cua.dk>
2265         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2266         (ido-init-completion-maps): Bind them to M-SPC and M-v.
2267         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2268         (ido-file-internal): Pass full file name to write-file.
2269         (ido-read-internal): Only pop stack elements automatically if they
2270         actually match an existing directory or file name.
2272 2006-06-07  Kenichi Handa  <handa@m17n.org>
2274         * international/mule.el (find-auto-coding): Don't handle the short
2275         name `char-trans'.
2277         * files.el (hack-local-variables-prop-line)
2278         (hack-local-variables): Cancel the previous change.
2280 2006-06-06  Jesper Harder  <harder@phys.au.dk>
2282         * ediff-diff.el (ediff-test-utility): Protect against file-error.
2284 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
2286         * diff-mode.el (diff-mode): Set buffer-read-only to t when
2287         diff-default-read-only is non-nil.
2288         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2289         (diff-refine-hunk): Set inhibit-read-only to t.
2291         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2292         modifying the *Diff* buffer.
2293         (diff-process-filter): New filter function for diff process that
2294         sets inhibit-read-only to t when modifying the *Diff* buffer.
2296 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
2298         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2299         insertion point and control the number of empty lines.
2300         (org-paste-subtree): Limit the number of empty lines at the end of
2301         the inserted tree.
2302         (org-agenda): Use buffer name of current file for narrowing.
2303         (org-export-as-xml): Command removed.
2304         (org-export-xml-type): Option removed.
2305         (org-mode-map): Call `org-export-as-xoxo' directly.
2306         (org-get-indentation): New optional argument LINE.
2307         (org-fix-indentation, org-remove-tabs): New functions.
2308         (org-export-as-ascii, org-ascii-level-start): Determine and apply
2309         correct indentation for headlines that are converted it items.
2310         (org-skip-comments): Remove table lines that contain narrowing
2311         cookies but no other non-empty fields.
2312         (org-set-tags): Allow groups of mutually exclusive tags.
2313         (org-cmp-time): Sort 24:21 before items without time.
2314         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2315         (org-open-at-point): Require double colon also for numbers.
2317 2006-06-06  Kim F. Storm  <storm@cua.dk>
2319         * ido.el (ido-default-file-method, ido-default-buffer-method):
2320         Make choice values consistent with corresponding command names.
2321         (ido-visit-buffer): Update accordingly.  Default to selected-window.
2323 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
2325         * progmodes/gud.el (gud-running): Fix doc string.
2326         (gud-menu-map): Use :visible instead fo :enable for debugger test.
2327         (gud-tooltip-modes): Add python-mode.
2328         (gud-tooltip-print-command): Add pdb.  Remove perldb.
2330 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
2332         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2333         Quote $(EMACS).
2335 2006-06-05  Richard Stallman  <rms@gnu.org>
2337         * faces.el (defined-colors): Doc fix.
2339 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
2341         * vc.el (vc-process-filter): Inhibit undo info collection around
2342         call to insert.
2343         (vc-setup-buffer): Likewise for call to erase-buffer.
2344         (vc-do-command): Likewise for call to process-file.
2346 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
2348         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2349         for gud-go.
2350         (gud-common-init): Other debuggers may trigger error.
2352 2006-06-05  Kenichi Handa  <handa@m17n.org>
2354         * international/mule.el (find-auto-coding):
2355         Handle enable-character-translation in file header.
2357 2006-06-04  Kim F. Storm  <storm@cua.dk>
2359         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2360         (authors-fixed-entries): Fix spelling.
2361         (authors-canonical-file-name): Don't report error for wildcards.
2363         * help.el (view-emacs-news): Rewrite to support new NEWS,
2364         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
2365         e.g. version 10 matches 1.10, and don't be confused by version 1.1
2366         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
2368 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
2370         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2371         exec constructs like `foo bar`.
2372         (sh-quoted-subshell): New helper function to search for a possibly
2373         nested subshell (like `` or $()) within a "" quoted string.
2374         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2375         (sh-apply-quoted-subshell): Flag quote characters inside a
2376         subshell, which is itself already in a quoted region, as
2377         punctuation, since this is the closest to what they actually are.
2378         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2379         sh-apply-quoted-subshell.
2380         (sh-font-lock-syntactic-face-function): Apply the new face for
2381         text inside `` instead of the old font-lock-string-face.
2383 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2385         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2386         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2387         (mac-bytes-to-text-range, mac-ae-text-range-array)
2388         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2389         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2390         (mac-ts-unicode-for-key-event): New functions.
2391         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2392         (mac-handle-font-selection): Use mac-ae-number.
2393         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2394         New variables.
2395         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2396         (mac-ts-converted-text, mac-ts-selected-converted-text)
2397         (mac-ts-block-fill-text, mac-ts-outline-text)
2398         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2399         (mac-ts-hilite-style-faces): New constant.
2400         (mac-apple-event-map): Bind text input events.
2401         (mac-dispatch-apple-event): Use command-execute instead of
2402         call-interactively.
2403         (global-map): Don't bind mac-apple-event.
2404         (special-event-map): Bind mac-apple-event.
2406 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2408         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2409         file name.
2410         (emacs): Enclose the value of $(EMACS) in quotes.
2412 2006-06-02  Juri Linkov  <juri@jurta.org>
2414         * international/mule.el (sgml-html-meta-auto-coding-function):
2415         Remove the condition `(search-forward "<html" size t)'.
2416         Replace `\"' with `[\"']?' in `re-search-forward'.
2418 2006-06-02  Kenichi Handa  <handa@m17n.org>
2420         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2421         as well as `coding'.
2422         (hack-local-variables): Likewise.
2424         * international/mule.el (enable-character-translation):
2425         Put permanent-local and safe-local-variable properties.
2426         (find-auto-coding): Handle char-trans: tag.
2428 2006-06-02  Juri Linkov  <juri@jurta.org>
2430         * international/mule.el (sgml-html-meta-auto-coding-function):
2431         Limit the search by the end of the HTML header (if any).
2433 2006-06-01  Richard Stallman  <rms@gnu.org>
2435         * subr.el (with-current-buffer): Doc fix.
2437 2006-06-02  Masatake YAMATO  <jet@gyve.org>
2439         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2440         Almost rewrite.  Underlines over all lines of gcov output are too
2441         uncomfortable to read.  Suggested by Dan Nicolaescu.
2443 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2445         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2447         * shell.el (shell-mode): Use shell-mode-map in docstring.
2449         * comint.el (comint-send-input): Do not add help-echo and
2450         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2452 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2454         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2456 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
2458         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2459         (gdb-stopped, gdb-info-stack-custom): If there is no source info
2460         look up the stack and pop up GUD buffer if necessary.
2461         (gdb-frames-select): Remove redundant call to gud-display-frame.
2462         (gdb-info-threads-custom): Keep point at start of buffer.
2463         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2465 2006-05-31  Juri Linkov  <juri@jurta.org>
2467         * replace.el (query-replace-read-from, query-replace-read-to):
2468         Bind `history-add-new-input' to nil.  Call `add-to-history'.
2470 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2472         * textmodes/table.el: Convert all HTML tags to lower case for
2473         XHTML compatibility.
2475 2006-05-31  Masatake YAMATO  <jet@gyve.org>
2477         * progmodes/compile.el:
2478         (compilation-error-regexp-alist-alist::gcov-called-line):
2479         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
2481 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
2483         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2484         Revert inadvertent changes made with last commit.
2486 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2488         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2489         New functions.
2491         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2493 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
2495         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2496         only matches in the right place.
2497         (org-upcoming-deadline): New face.
2498         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2499         (org-export-ascii-underline): Rename constant `org-ascii-underline'
2500         and make it an option.
2501         (org-export-ascii-bullets): New option.
2502         (org-export-as-html): Many changes to emit valid XHTML.
2503         (org-par-open): New variable.
2504         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2505         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2506         (org-timeline): Pass `org-timeline-show-empty-dates' to
2507         `org-get-all-dates'.  Interpret empty dates returned by
2508         `org-get-all-dates'.
2509         (org-get-all-dates): New argument EMPTY.  Add dates without
2510         entries to the list, mark large ranges of empty dates.
2511         (org-point-in-group, org-context): New functions.
2513 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
2515         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2517         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2518         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2519         to C-mouse-3 (for 2 button mice).
2520         (gdb-send): Do the right thing for C-d.
2522         * speedbar.el (speedbar-detach): Delete.
2523         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2524         it breaks things.
2525         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2527 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
2529         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2530         Makeppfile.
2532         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2533         Add makepp diagnostic.
2535 2006-05-29  Richard Stallman  <rms@gnu.org>
2537         * window.el (fit-window-to-buffer): Doc fix.
2539         * help.el (temp-buffer-max-height): Doc fix.
2541         * subr.el (with-current-buffer): Doc fix.
2543 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2545         * term/x-win.el: Bind F10 to menu-bar-start if available.
2547 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
2549         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2550         uses with a simple test.
2551         (term-set-escape-char, term-mode, term-check-kill-echo-list)
2552         (term-send-raw-string, term-send-raw, term-mouse-paste)
2553         (term-char-mode, term-line-mode, term-exec, term-sentinel)
2554         (term-handle-exit, term-read-input-ring)
2555         (term-previous-matching-input-string)
2556         (term-previous-matching-input-string-position)
2557         (term-previous-matching-input-from-input)
2558         (term-replace-by-expanded-history, term-send-input)
2559         (term-skip-prompt, term-bol, term-send-invisible)
2560         (term-kill-input, term-delchar-or-maybe-eof)
2561         (term-backward-matching-input, term-check-source)
2562         (term-proc-query, term-emulate-terminal)
2563         (term-handle-colors-array, term-process-pager, term-pager-line)
2564         (term-pager-bob, term-unwrap-line, term-word)
2565         (term-dynamic-complete-filename)
2566         (term-dynamic-complete-as-filename)
2567         (term-dynamic-simple-complete): Replace one arm ifs with whens or
2568         unlesses.
2570 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2572         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2573         during bootstrapping.
2575         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2576         Basically undo the change of 2006-05-26: use extra arguments instead of
2577         dynamic scoping.
2578         (ewoc-locate): Remove unused var `footer'.
2580 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2582         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2584         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2585         (generate-file-autoloads): Obey it.  Return whether autoloads were
2586         added at point or not.
2587         (update-file-autoloads): Use this new return value.
2588         Remove redundant test for the presence of an autoload cookie.
2590         * emacs-lisp/autoload.el (autoload-find-file): New fun.
2591         This one calls hack-local-variables.
2592         (generate-file-autoloads, update-file-autoloads): Use it.
2594         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2595         (bibtex-sort-entry-class): Add safe-local-variable predicate.
2596         (bibtex-sort-entry-class-alist): Don't set the global value.
2597         (bibtex-init-sort-entry-class-alist): New fun.
2598         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2599         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2600         of bibtex-init-sort-entry-class.
2602 2006-05-28  Richard Stallman  <rms@gnu.org>
2604         * subr.el (load-history-regexp): If FILE is relative, insist
2605         entire last name component must match it.
2606         (load-history-filename-element, load-history-regexp): Doc fixes.
2608 2006-05-29  Kim F. Storm  <storm@cua.dk>
2610         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2611         `pos' and `raw-data' for clarity, as eval forms may access these.
2613 2006-05-28  Kim F. Storm  <storm@cua.dk>
2615         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2617 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2619         * progmodes/make-mode.el (makefile-browser-map)
2620         (makefile-mode-syntax-table): Move initialization inside declaration.
2621         (makefile-fill-paragraph): Use the default comment-filling code.
2623 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
2625         * replace.el (query-replace-defaults): New variable.
2626         (query-replace-read-from): Use `query-replace-defaults' for
2627         default value, instead of history list.
2628         (query-replace-read-to): Update `query-replace-defaults'.
2630 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
2632         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2633         with no X toolkit.
2635 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
2637         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2638         (tumme-show-all-from-dir): Add autoload.
2640 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2642         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2643         (tumme-remove-tag): Fix bug.
2645 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
2647         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2648         FOOTER args.  Update unique caller.
2649         (ewoc-delete): Compute last node once before looping.
2650         (ewoc--node-branch): Merge into unique caller.
2651         (ewoc--node): Don't define constructor make-ewoc--node for this
2652         structure.
2653         (ewoc): Add member `hf-pp' to this structure.
2654         (ewoc--wrap): New func.
2655         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
2656         header/footer pretty-printers.  Save header/footer pretty-printer.
2657         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
2659         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2661 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2663         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2664         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
2665         Tag'.  Change "Compare directories..." to "Change Directories...".
2666         Move tumme commands to Operate, Regexp and Immediate menus.
2667         Change "Add Comment" to "Add Image Comment".  Change "Add Image
2668         Tag" to "Add Image Tags".
2670         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2671         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2672         `tumme-delete-tag'.
2674 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2676         * shell.el (shell-mode): Call shell-dirtrack-mode after
2677         list-buffers-directory is made a local variable, to avoid setting
2678         the default value.
2680 2006-05-26  Kevin Ryde  <user42@zip.com.au>
2682         * info.el (Info-index-next): Use where-is-internal to report
2683         actual binding of Info-index-next, rather than hard-coded `,'.
2685 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
2687         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2688         and "Find Command in Manual" to here.
2690         * buff-menu.el (list-buffers-noselect): For Info buffers, use
2691         Info-current-file as the file name.
2693 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
2695         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
2696         overrides will now be done a different way.
2697         (ses-set-parameter): Reapply this function for undo.
2698         (ses-set-header-row): Reconstruct header row during undo.
2699         (ses-widen): New function.
2700         (ses-goto-data, ses-reconstruct-all): Use new function.
2701         (ses-command-hook): Widen buffer during undo, before unupdating
2702         the cells.
2703         (ses-insert-row, ses-delete-row): Widen buffer during undo.
2704         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2705         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2706         formula hasn't been executed yet.
2708 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2710         * comint.el (comint-kill-whole-line): Rename arg to count.
2711         Fix doc string.
2713 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
2715         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2716         to copy-file.
2718 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2720         * simple.el (toggle-truncate-lines): Make arg optional for
2721         backward compatibility.
2723 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
2725         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2726         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2727         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
2728         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2729         (ewoc--adjust): Use ewoc--current-dll.
2730         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2732 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
2734         * textmodes/org.el (org-next-item, org-previous-item): Emit more
2735         compact error message.
2736         (org-tags-view): Refresh category table in each file.
2737         (org-table-justify-field-maybe): Remove superfluous arguments to
2738         `format'.
2739         (org-export-as-html): Insert "<p>" before postamble.
2740         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2742 2006-05-26  Kenichi Handa  <handa@m17n.org>
2744         * textmodes/po.el (po-find-charset): Pay attention to the case
2745         FILENAME is a cons (NAME . BUFFER).
2746         (po-find-file-coding-system-guts): Likewise.
2748         * arc-mode.el (archive-set-buffer-as-visiting-file):
2749         Call find-operation-coding-system with (FILENAME . BUFFER).
2751         * tar-mode.el (tar-extract): Call find-operation-coding-system
2752         with (FILENAME . BUFFER).
2754         * international/mule.el (decode-coding-inserted-region):
2755         Call find-operation-coding-system with (FILENAME . BUFFER).
2757 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2759         * image-mode.el (image-toggle-display): Use buffer contents to
2760         generate image for a remote file.
2762 2006-05-25  Juri Linkov  <juri@jurta.org>
2764         * replace.el (query-replace-read-from, query-replace-read-to):
2765         Remove 8th arg KEEP-ALL in read-from-minibuffer.
2767 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
2769         * whitespace.el (whitespace-cleanup): Change to cleanup
2770         region if one is active.
2771         * whitespace.el (whitespace-cleanup-internal): New internal method.
2773 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2775         * dired.el (dired-mode-map): Add help-echo strings to tumme
2776         commands.  Bind `tumme-dired-display-image' to C-t i.
2778         * tumme.el (tumme-display-image): Change documentation string slightly.
2779         (tumme-dired-display-image): Add call to `display-buffer'.
2781 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2783         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2784         Signal error if RAW-DATA is a multibyte string.
2786 2006-05-24  Richard Stallman  <rms@gnu.org>
2788         * subr.el (with-local-quit): When handling `quit' signal,
2789         make a chance for quit-flag to cause a quit.
2791         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2792         (ad-disable-advice): Add autoloads.
2794         * subr.el (read-passwd): Copy PROMPT before changing its properties.
2796 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2798         * dired.el (dired-mode-map): Change menu items for tumme as per
2799         suggestions in emacs-devel.
2801 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2803         * dired.el (dired-mode-map): Fix breakage.
2805 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2807         * tumme.el (tumme-display-dired-image): Rename to...
2808         (tumme-dired-display-image): ...this.
2809         (tumme-track-movement): Change default value to t.
2810         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2811         used from `tumme-next-line-and-display' and similar commands.
2813         * dired.el (dired-mode-map): Add Thumbnail submenu under the
2814         Immediate menu.  Add some tumme commands there.
2816 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2818         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2820 2006-05-24  Chong Yidong  <cyd@mit.edu>
2822         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2823         menu entries that open submenus.
2825 2006-05-24  Alan Mackenzie  <acm@muc.de>
2827         * startup.el (command-line): For names of preloaded files, don't
2828         append ".elc" (now done in Fload), and call file-truename on the
2829         lisp directory.
2831         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
2832         match ANY loaded file with the right name, not just those in
2833         load-path.  Put a regexp matching the file name into
2834         after-load-alist, rather than the name itself.
2836         * subr.el: New functions load-history-regexp,
2837         load-history-filename-element, do-after-load-evaluation.
2839         * international/mule.el (load-with-code-conversion): Do the
2840         eval-after-load stuff by calling do-after-load-evaluation.
2842 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2844         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2845         has not been killed.
2847 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2849         * term/mac-win.el: Set idle timer to clean up expired Apple events.
2850         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2851         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2852         Optionally set error message in reply.
2854 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
2856         * textmodes/org.el (org-open-at-point): Use renamed variable
2857         `org-confirm-shell-link-function'.
2858         (org-confirm-shell-link-function): Rename from
2859         `org-confirm-shell-links'.
2860         (org-export-directory): New function.
2861         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2862         (org-export-icalendar): Use `org-export-directory'.
2863         (org-indent-item): Keep cursor position.
2864         (org-link-file-path-type): New option.
2865         (org-export-as-html): Fix bug with plain lists starting in
2866         column 0.
2867         (org-export-as-html): Remove deadline formatting, this happens
2868         now already in `org-html-handle-time-stamps'.
2869         (org-export-html-style): Deadline class removed.
2870         (org-insert-labeled-timestamps-at-point): New option.
2871         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2872         of `hide-sublevels 1', in case the first headline is not level 1.
2873         (org-overview, org-content): New fuction.
2874         (org-cycle-global-status, org-cycle-subtree-status): Make these
2875         variables buffer-local.
2876         (org-global-cycle): New command.
2877         (org-shifttab): Use `org-global-cycle'.
2878         (org-insert-heading, org-insert-item): Go to end of new
2879         headline/item after creating it.
2880         (org-export-visible): Rename from `org-export-copy-visible'.
2881         Now creates a temporary org-file and applies an exporting command
2882         to it.
2883         (org-table-eval-formula): Support for lisp forms.
2884         (org-agenda-todo-ignore-scheduled): New option.
2885         (org-agenda-get-todos): Use new option
2886         `org-agenda-todo-ignore-scheduled'.
2887         (org-export-html-inline-images): New value `maybe'.
2888         (org-export-as-html): Inlining of images dependent on link description.
2889         (org-archive-subtree): Check for end-of-buffer before trying
2890         `kill-line'.
2891         (org-agenda-follow-mode): New option.
2892         (org-export-with-tags, org-export-with-timestamps): New options.
2893         (org-html-handle-time-stamps): New function.
2894         (org-keyword-time-regexp): New variable.
2895         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2896         (org-agenda-todo-list-sublevels): New option.
2897         (org-html-level-start): When TITLE is nil, just close all levels.
2898         (org-parse-key-lines, org-parse-export-options): Remove functions,
2899         replaced by `org-infile-export-plist'.
2900         (org-combine-plists, org-infile-export-plist)
2901         (org-default-export-plist): New functions.
2902         (org-export-html-preamble, org-export-html-postamble)
2903         (org-export-html-auto-preamble, org-export-html-auto-postamble):
2904         New variables.
2905         (org-export-publishing-directory): New option.
2906         (org-export-as-html, org-export-as-ascii): Use the new property
2907         lists for settings.
2908         (org-export-copy-visible, org-export-as-xoxo):
2909         Respect `org-export-publishing-directory'.
2910         (org-link-search, org-store-link, org-file-apps): Support for
2911         links to BibTeX database entries..
2912         (org-get-current-options, org-set-regexps-and-options):
2913         Implement logging as a startup option.
2914         (org-store-link): Make sure context string is never empty
2915         (org-insert-link): Use relative path when possible.
2916         (org-at-item-checklet-p): New function.
2917         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2918         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2919         (org-metaright, org-metaup, org-metadown, org-shiftup)
2920         (org-shiftdown, org-shiftright, org-shiftleft)
2921         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2922         Dispatch using `call-interactively'.
2923         (org-call-with-arg): New defsubst.
2924         (org-tag-alist, org-use-fast-tag-selection): New options.
2925         (org-complete): Use `org-tag-alist'.
2926         (org-fast-tag-insert, org-fast-tag-selection): New functions.
2927         (org-next-item, org-previous-item): New commands.
2928         (org-beginning-of-item, org-end-of-item): Add (interactive) to
2929         make command.
2930         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2932 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
2934         * emacs-lisp/ewoc.el (ewoc-delete): New function.
2935         (ewoc-filter): Use `ewoc-delete'.
2937         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2939 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2941         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2942         Signal more user-friendly error messages.
2944         * complete.el (PC-do-completion): Undo the addition of implicit
2945         wildcards if they did not lead to finding any match.
2946         (read-file-name-internal): Don't add the final > if the completion is
2947         not finished.
2949 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2951         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2952         Quote safe-local-variable predicate.
2954 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2956         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2958 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2960         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2962         * progmodes/make-mode.el (makefile-special-targets-list)
2963         (makefile-macro-table, makefile-target-table): Mark as risky.
2964         (makefile-query-one-target-method): Make this the alias for the
2965         following variable.
2966         (makefile-query-one-target-method-function): Make this the real name.
2968         * textmodes/artist.el (artist-text-renderer): Make this the alias
2969         for the following variable.
2970         (artist-text-renderer-function): Make this the real name.
2972         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2973         the alias for the following variable.
2974         (flyspell-generic-check-word-predicate): Make this the real name.
2976         * textmodes/ispell.el (ispell-format-word): Make this the alias
2977         for the following variable.
2978         (ispell-format-word-function): Make this the real name.
2979         (ispell-message-text-end): Mark as risky.
2981         * skeleton.el (skeleton-transformation, skeleton-filter)
2982         (skeleton-pair-filter): Make these the aliases for the following
2983         variables.
2984         (skeleton-transformation-function, skeleton-filter-function)
2985         (skeleton-pair-filter-function): Make these the real names.
2987         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2988         and skeleton-pair-filter-function.
2990         * textmodes/sgml-mode.el (sgml-transformation): Make this the
2991         alias for the following variable.
2992         (sgml-transformation-function): Make this the real name.
2993         (sgml-tag-alist): Mark as risky.
2995 2006-05-21  Richard Stallman  <rms@gnu.org>
2997         * simple.el (kill-region): Interactively, pass point, then mark.
2999 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
3001         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3003 2006-05-21  Romain Francoise  <romain@orebokech.com>
3005         * dired-x.el (dired-mode-map): Don't bind M-g.
3007 2006-05-20  Richard Stallman  <rms@gnu.org>
3009         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3010         (dired-goto-file): Doc fix.
3012 2006-05-21  Kim F. Storm  <storm@cua.dk>
3014         * emulation/cua-base.el: Mention customizing cua-mode as alternative
3015         way to enable built-in cua-mode if user loads older CUA-mode package.
3017         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3018         if default-filename is specified.
3020 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3022         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3024         * info.el (info-apropos): Make sure current-file and current-node
3025         have non-nil values.  Speed up by using add-to-list instead of
3026         manual consing.
3028 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3030         * progmodes/make-mode.el (makefile-mode): Doc fix.
3032 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3034         * dired-aux.el (dired-do-shell-command): Doc fix.
3036 2006-05-20  Kevin Ryde  <user42@zip.com.au>
3038         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3039         ``(custom-manual :tag "Foo" "(foo)Node")''.
3041 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
3043         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3044         value is an integer.
3046 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3048         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3049         "format".
3050         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3052 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
3054         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3055         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3057 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3059         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3060         regexp for keywords.
3062 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
3064         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3065         replace-regexp-in-string.
3067         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3068         encode, and escape file name on conversion to URL.
3070 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3072         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3073         Don't unescape URL.
3074         (dnd-get-local-file-name): Unescape URL on conversion to file name.
3076         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3077         on conversion to URLs.
3079         * net/browse-url.el (browse-url-file-url): Encode file name on
3080         conversion to URL.
3082         * term/mac-win.el (mac-ae-open-documents): Escape file name on
3083         conversion to URL.
3085 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
3087         * progmodes/cc-styles.el (c-style-alist): Doc fix.
3089 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3091         * term/mac-win.el (mac-bytes-to-digits): Remove function.
3092         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3094 2006-05-19  Glenn Morris  <rgm@gnu.org>
3096         * calendar/diary-lib.el (diary-bahai-date)
3097         (list-bahai-diary-entries, mark-bahai-diary-entries)
3098         (mark-bahai-calendar-date-pattern): Not interactive.
3099         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
3100         (diary-entries-list): Change format of 4th element in each entry.
3101         (diary-list-entries): Use add-to-diary-list.
3102         (diary-goto-entry): Handle the case where the buffer visiting the
3103         diary has been killed.
3104         (fancy-diary-display): Add 'locator to button rather than 'marker.
3105         Only generate temp-face when there are marks to apply.
3106         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3107         (diary-fancy-date-pattern): New variable.
3108         (diary-time-regexp): Doc fix.
3109         (diary-anniversary, diary-time): New faces.
3110         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3111         diary-time-regexp.  Add font-lock-multiline property where needed.
3112         Use new faces diary-anniversary and diary-time.
3113         (diary-fancy-font-lock-fontify-region-function): New function, to
3114         handle multiline font-lock pattern in fancy diary.
3115         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3116         (diary-font-lock-keywords): Tweak time regexp.  Use new face
3117         diary-time.
3119 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
3121         * international/code-pages.el (mik): Table corrected.
3123 2006-05-18  Kim F. Storm  <storm@cua.dk>
3125         * progmodes/grep.el (grep-find): Don't check grep-find-command
3126         before running command (breaks non-interactive usage).
3128 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
3130         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3131         (ewoc--insert-new-node): Don't insert trailing newline.
3132         Instead, adjust successor nodes's start markers.
3133         (ewoc--refresh-node): Delete all text from current node's start
3134         marker to the next one's; adjust successor nodes's start markers.
3135         (ewoc--create): Doc fixes.
3136         (ewoc--refresh): Don't insert newline.
3137         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3138         * pcvs.el (cvs-make-cvs-buffer):
3139         Specify extra newline for ewoc's header and footer.
3140         (cvs-update-header): Update initial header recognition.
3141         Append newline to final header and footer values.
3142         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3144 2006-05-17  Richard Stallman  <rms@gnu.org>
3146         * files.el (file-name-extension): Doc fix.
3148 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3150         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3151         we can explicitly enable/disable rather than toggle.
3152         (shell-mode): Use it.
3153         (shell-cd): Don't try to reproduce what `cd' does.
3155 2006-05-17  Kim F. Storm  <storm@cua.dk>
3157         * ido.el (ido-read-internal): Use only nondirectory part of
3158         default item.
3160 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
3162         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3163         (ewoc-nth): Doc fix.
3165         (ewoc-map, ewoc-invalidate): Compute PP before looping.
3167 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
3169         * international/mule.el (auto-coding-alist): Add .lha to files
3170         read with no-conversion.
3172         * files.el (auto-mode-alist): Add .lha files to archive file
3173         extensions.
3175         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3176         Convert csize to integer when computing offsets within the
3177         compressed archive file.
3179 2006-05-16  Kim F. Storm  <storm@cua.dk>
3181         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3182         with read-from-minibuffer.
3184 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3186         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3187         (byte-compile-warnings): Fix safe-local-variable property.
3189 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
3191         * allout.el (allout-show-bodies, allout-old-style-prefixes)
3192         (allout-stylish-prefixes, allout-numbered-bullet)
3193         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3194         predicates to qualify `safe-local-variable' property, when
3195         available, else use equivalent lambda.
3196         (allout-current-topic-collapsed-p): Do the right thing regarding
3197         trailing blank lines.
3199 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3201         * server.el (server-start): Only create a directory if needed.
3202         (server-edit, server-unload-hook): server-start => server-mode.
3203         (kill-emacs-hook): Cleanup upon exit.
3205 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * hexl.el (hexlify-buffer): Encode process arguments manually.
3209 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
3211         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3212         call to gdb-tooltip-print.
3214 2006-05-15  Romain Francoise  <romain@orebokech.com>
3216         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3217         systems, default to "tar" since those systems probably have GNU tar.
3219 2006-05-14  Lars Hansen  <larsh@soem.dk>
3221         * desktop.el (desktop-missing-file-warning): Fix docstring.
3222         (desktop-restore-file-buffer): Correct question asked on missing file.
3224 2006-05-14  Kim F. Storm  <storm@cua.dk>
3226         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3227         Add CUA move property.
3229 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
3231         * custom.el (custom-push-theme): Load the variable before checking
3232         its `standard-value'.
3234 2006-05-13  Lars Hansen  <larsh@soem.dk>
3236         * desktop.el (desktop-save): Use with-temp-buffer.
3238 2006-05-12  Glenn Morris  <rgm@gnu.org>
3240         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3241         * calendar/calendar.el (calendar-mode-map):
3242         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3243         * calendar/appt.el (appt-check, appt-make-list): Refer to
3244         diary-view-entries, diary-list-entries, diary-show-all-entries
3245         rather than obsolete aliases.
3247 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
3249         * simple.el (line-move-finish): Avoid calling point motion hooks
3250         while processing intangibility.
3252 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
3254         * term/xterm.el (terminal-init-xterm): Fix typo.
3256 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
3258         * allout.el (allout-view-change-hook): Mark as being deprecated,
3259         to be replaced by `allout-exposure-change-hook'.
3260         (allout-exposure-change-hook): New, replacing
3261         `allout-view-change-hook'.
3262         (allout-flag-region): Run new hook `allout-exposure-change-hook',
3263         in addition to `allout-view-change-hook'.
3264         (allout-show-bodies, allout-old-style-prefixes)
3265         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3266         lambda forms to prevent their showing up in variable help
3267         presentations as inscrutable byte-compiled code.
3268         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3269         Use string-or-null-p to qualify safe-local-variable values.
3270         (allout-reindent-bodies): Use memq to qualify matches against
3271         valid safe-local-variable values.  Also, quote the lambda as above.
3272         (allout-use-mode-specific-leader): Add missing candidate-value
3273         symbols, use memq, and quote the lambda.
3274         (allout-overlay-interior-modification-handler): Remove unused
3275         variables `msg' and 'opened'.
3276         (allout-hidden-p): Constrain invisibility consideration to allout's
3277         invisibility spec, disregarding invisibility for other reasons.
3279 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
3281         * files.el (version-control): Correct safe values.
3283 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
3285         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3287         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3288         (ewoc--insert-new-node): New func.
3289         Update callers of deleted funcs to use it, instead.
3291 2006-05-11  Glenn Morris  <rgm@gnu.org>
3293         * calendar/calendar.el (diary-show-all-entries): Do not refer to
3294         obsolete alias `show-all-diary-entries'.
3295         (make-diary-entry): Not interactive.
3296         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3297         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3298         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3299         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3300         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3301         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3303 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3305         * calendar/calendar.el (calendar-french-date-string)
3306         (calendar-mayan-date-string, calendar-chinese-date-string)
3307         (calendar-astro-date-string, calendar-iso-date-string)
3308         (calendar-islamic-date-string, calendar-bahai-date-string)
3309         (calendar-hebrew-date-string, calendar-coptic-date-string)
3310         (calendar-ethiopic-date-string, calendar-persian-date-string):
3311         These functions are not interactive.
3313 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
3315         * files.el: Balance parentheses.
3317 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
3319         * files.el, newcomment.el, outline.el, simple.el,
3320         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3321         progmodes/cc-vars.el, progmodes/compile.el:
3322         Move `safe-local-variable' declarations to the respective files.
3324         * help-fns.el (describe-variable): Don't print safe-var if it is
3325         byte-code.  Improve wording as suggested by Luc Teirlinck.
3327 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3329         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3330         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3331         Use a token for pending-triggers to ensure gdb-var-update
3332         gets called once per user input again for pre-GDB 6.4.
3333         (gdb-var-delete): Match on more complex expressions.
3334         (gdb-var-list-children-handler, gdb-var-create-handler):
3335         Use a token for consistency.
3337 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
3339         * textmodes/org.el (org-read-date, org-goto-calendar)
3340         (org-agenda-goto-calendar):
3341         Bind `view-calendar-holidays-initially' to nil.
3343 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
3345         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3346         Update all callers to do it there, instead.
3348 2006-05-10  Glenn Morris  <rgm@gnu.org>
3350         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3351         prefix arg case, to avoid view-diary-entries-initially error.
3352         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3353         (calendar-date-is-legal-p): Handle dates with no day part.
3355 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3357         * comint.el (comint-insert-input): Just make it when
3358         comint-use-prompt regexp is nil (default) and with the mouse.
3359         (comint-copy-old-input): Reinstate from 2004-06-23.
3360         (comint-mode-map): Bind C-c C-m to it.
3362 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
3364         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3365         Remove spurious move to point-max (new comint behavior fixes).
3367         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3368         compatibility function (Emacs 18/19).
3369         (idlwave-is-continuation-line): Always return point at start of
3370         previous non-blank continuation line.
3371         `keyword-parameters': Fix continued comment font-lock matcher.
3372         (idlwave-font-lock-fontify-region): Written, use as
3373         font-lock-fontify-region-function, to fix continued keyword
3374         fontification issues.
3376 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3378         * term/mac-win.el (mac-font-panel-mode): Doc fix.
3379         (mac-service-selection, mac-service-open-file)
3380         (mac-service-open-selection, mac-service-mail-selection)
3381         (mac-service-mail-to, mac-service-insert-text): Rename from
3382         mac-services-*.  All uses changed.
3383         (mac-apple-event-map): Rename event symbol `services' to `service'.
3385 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
3387         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3388         (ewoc--node-enter-first, ewoc--node-enter-last)
3389         (ewoc--delete-node-internal): Merge funcs into unique callers.
3391 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
3393         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3394         return value of read-from-minibuffer for empty input.
3396 2006-05-09  Miles Bader  <miles@gnu.org>
3398         * comint.el (comint-insert-input): Remove redundant calls to setq
3399         and goto-char.
3401 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
3403         * comint.el (comint-insert-input): Make it work when
3404         comint-use-prompt-regexp is t.
3406 2006-05-10  Miles Bader  <miles@gnu.org>
3408         * subr.el (field-at-pos): New function.
3410         * comint.el (comint-insert-input): Use it.
3412 2006-05-09  Juri Linkov  <juri@jurta.org>
3414         * battery.el (battery-linux-proc-acpi): Also try
3415         `/proc/acpi/thermal_zone/THR2/temperature'.
3417         * files.el <safe-local-variable>: Remove `eval' and `let' binding
3418         for now unused lambda `string-or-null'.
3420         * add-log.el (change-log-default-name): Put `string-or-null-p'
3421         instead of lambda on `safe-local-variable' property.
3423         * diff-mode.el (diff-context->unified): Use `region-beginning' and
3424         `region-end' instead of `mark' and `point'.
3425         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3426         Operate on region in Transient Mark mode when the mark is active.
3427         Use `region-beginning' and `region-end' instead of `mark' and
3428         `point'.
3429         (diff-hunk-text, diff-goto-source): Doc fix.
3431         * startup.el (fancy-splash-screens, normal-splash-screen): Use
3432         face `mode-line-buffer-id' for mode-line buffer face instead of
3433         hard-coded `(:weight bold)'.
3435         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3436         buffer-undo-list to t (undo-ask is reproducible by visiting
3437         nested archives).
3439 2006-05-09  Kim F. Storm  <storm@cua.dk>
3441         * progmodes/grep.el (rgrep): Set default directory of *grep*
3442         buffer if we start M-x rgrep in the *grep* buffer and choose
3443         a different base directory.
3445 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
3447         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3448         completion also when ido is loaded.
3450 2006-05-09  Masatake YAMATO  <jet@gyve.org>
3452         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3453         "warning" and "import".
3454         (cpp-font-lock-keywords): Added "warning".
3456 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
3458         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3460 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3463         pages at a time, if we signal the end, we should indeed reach that end.
3465 2006-05-08  David Reitter  <david.reitter@gmail.com>
3467         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3468         output during execution of the body.
3470 2006-05-08  Kim F. Storm  <storm@cua.dk>
3472         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3474 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
3476         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3477         Use with-current-buffer.
3479 2006-05-07  Kim F. Storm  <storm@cua.dk>
3481         * subr.el (add-to-history): Remove keep-dups arg.
3483         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3484         to nil around call to add-to-history.
3486 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3489         than after a buffer modification.
3491 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
3493         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3494         call to...
3495         (gud-watch): ...here so speedbar is raised for already watched
3496         expressions.
3497         (gdb-speedbar-refresh): Delete function.
3498         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3499         Use speedbar-timer-fn instead of speedbar-refresh (reverting
3500         earlier change).
3501         (gdb-var-evaluate-expression-handler)
3502         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3504         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3505         Update localized contents for all buffers except ignored modes.
3507 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3509         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3510         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3511         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3512         (mac-handle-font-panel-closed, mac-handle-font-selection):
3513         New functions.
3514         (mac-font-panel-mode): New minor mode.
3515         (mac-apple-event-map): Add bindings for toolbar toggle button and
3516         font panel.
3517         (menu-bar-showhide-menu): Add mac-font-panel-mode.
3519 2006-05-07  John Paul Wallington  <jpw@pobox.com>
3521         * ibuffer.el (ibuffer-compressed-file-name-regexp):
3522         Avoid `regexp-opt'; simplify regexp for readability.
3524 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3526         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3527         * files.el (buffer-stale-function):
3528         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3529         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3530         links to the main manual, not to emacs-xtra.
3532 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3534         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3535         MacJapanese if text is ASCII-only.
3537 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
3539         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3540         unless so nil isn't returned.
3541         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3543 2006-05-06  Kim F. Storm  <storm@cua.dk>
3545         * subr.el (add-to-history): New function.
3547         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3548         (ediff-merge-files-with-ancestor):
3549         * env.el (setenv):
3550         * isearch.el (isearch-update-ring):
3551         * server.el (server-visit-files):
3552         * progmodes/grep.el (lgrep, rgrep):
3553         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3554         * progmodes/xscheme.el (xscheme-insert-expression):
3555         Use add-to-history.
3557         * kmacro.el (kmacro-push-ring): Use add-to-history.
3558         (kmacro-ring-length): Remove unused defun.
3559         (kmacro-start-macro): Use kmacro-push-ring.
3561 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
3563         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3564         directly instead of a lambda expression that calls it.
3566 2006-05-06  Kim F. Storm  <storm@cua.dk>
3568         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3569         instead of compute-motion.
3571 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
3573         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3574         change.
3576 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
3578         * startup.el (command-line-1): Refer to "Pure Storage" on
3579         pure-space-overflow.
3581 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
3583         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3584         provided faces once they all have been used up.
3586 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3588         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3589         reference to the Lisp manual to the warning about pure space
3590         overflow.
3592 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3594         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3595         argument to avoid the call to `ispell-internal-change-dictionary'
3596         when not needed.
3597         (ispell-change-dictionary): Use this argument and call
3598         `ispell-internal-change-dictionary' after the possible change
3599         to `ispell-local-dictionary'.
3600         (ispell-internal-change-dictionary): Check for a change in
3601         personal dictionary use too.
3603 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3605         * startup.el (command-line): On MS-Windows, probe "~", not
3606         "~USER", for warning about non-existent home directory
3608         * arc-mode.el (archive-l-e): New optional argument `float' means
3609         generate a float value.
3610         (archive-arc-summarize, archive-lzh-summarize)
3611         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3612         with 3rd argument non-nil when file's size is being computed.
3613         Format the file sizes with %8.0f instead of %8d.
3615 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3617         * cus-start.el (all): Add mac-dnd-known-types.
3619         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3620         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3621         (mac-TIFF-to-string): New functions.
3622         (x-get-selection, x-selection-value)
3623         (mac-select-convert-to-string): Use them.
3624         (mac-text-encoding-mac-japanese-basic-variant): New constant.
3625         (mac-dnd-types-alist): New customization variable.
3626         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3627         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3628         (mac-dnd-handle-drag-n-drop-event): New functions.
3629         (mac-drag-n-drop): Remove function.
3630         (global-map): Bind drag-n-drop and M-drag-n-drop to
3631         mac-dnd-handle-drag-n-drop-event.
3633 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
3635         * progmodes/perl-mode.el (perl-beginning-of-function):
3636         Skip anonymous subs.
3638 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
3640         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3641         regexp-opt at run time.
3643         * term.el (term-handle-ansi-escape): Fix off by one error.
3645 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
3647         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3648         (gdb-init-1, gdb-post-prompt): ...and references to it.
3649         (gdb-frame-handler): Strip directory name from filename if present.
3651         * progmodes/gud.el (gdb-force-update): Delete defvar
3652         (gud-speedbar-buttons): ...and references to it.  Use window-start
3653         to try to keep positon in watch expression.
3655 2006-05-03  Richard Stallman  <rms@gnu.org>
3657         * simple.el (next-history-element, previous-history-element): Doc fix.
3659         * isearch.el (isearch-update-ring): Doc fix.
3661 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
3663         * isearch.el (isearch-update-ring): Take history-delete-duplicates
3664         into consideration.  Replace one arm ifs with whens.
3666 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
3668         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3669         (menu): Fix typo.
3671 2006-05-02  Miles Bader  <miles@gnu.org>
3673         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3675 2006-05-02  Jay Belanger  <belanger@truman.edu>
3677         * calc/calc-embed.el (calc-override-minor-modes-map)
3678         (calc-override-minor-modes): New variables.
3679         (calc-do-embedded): Make sure that Calc keystrokes aren't
3680         overwritten by minor modes.
3682 2006-05-02  Chong Yidong  <cyd@mit.edu>
3684         * msb.el (msb): If EVENT is a down event, read and discard the up event.
3686 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3688         * startup.el (command-line-1): Refer to Lisp manual when
3689         pure-space-overflow occurs.
3691         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3692         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3693         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3694         (version-control): Don't use `t' for safe-local-variable declarations.
3696 2006-05-01  Richard Stallman  <rms@gnu.org>
3698         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3699         M-r, M-R, M-A, M-SPC or M-DEL.
3700         (diff-mode-map): diff-refine-hunk now on C-c C-w
3701         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3703         * help-mode.el (help-mode): view-exit-action calls delete-window
3704         only when it is safe and possible.
3706         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3707         in messages.
3709         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3711         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3712         in the default tool-bar-map.
3714 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
3716         * net/tramp.el (tramp-completion-file-name-handler-alist)
3717         (tramp-run-real-handler, tramp-completion-run-real-handler)
3718         (tramp-completion-handle-file-name-all-completions)
3719         (tramp-completion-handle-file-name-completion): Autoload them.
3720         (tramp-completion-handle-file-exists-p)
3721         (tramp-completion-handle-file-name-directory)
3722         (tramp-completion-handle-file-name-nondirectory)
3723         (tramp-completion-handle-expand-file-name): Remove them.
3724         (tramp-handle-file-name-directory): Return the real directory name.
3725         Returning "/" only doesn't need to be necessary any longer.
3726         (tramp-file-name-handler): Make special attention when in hostname
3727         completion mode.
3728         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3729         (tramp-register-file-name-handlers):
3730         Register `tramp-completion-file-name-handler' only when
3731         `partial-completion-mode' is enabled.
3732         (tramp-completion-handle-file-name-all-completions):
3733         Delete directory part from results.
3734         (tramp-get-completion-methods, tramp-get-completion-user-host):
3735         Discard deleting "/", it doesn't work after the change of
3736         `tramp-handle-file-name-directory' above.
3738 2006-05-01  Kim F. Storm  <storm@cua.dk>
3740         * progmodes/grep.el (grep-expand-template): Use save-match-data
3741         and symbol-value.
3743 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3745         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3746         Use select-frame-set-input-focus instead of raise-frame.
3747         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3749 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
3751         * progmodes/gud.el (gud-def): Add %c case.
3752         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3753         (gud-format-command): Make match case sensitive.  Match on %F.
3755 2006-04-30  Glenn Morris  <rgm@gnu.org>
3757         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3758         (cal-tex-preamble): Use cal-tex-preamble-extra.
3759         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3760         than alias `list-diary-entries'.
3762 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
3764         * help-fns.el (describe-variable): Add info about safe local variables.
3766 2006-04-29  Richard Stallman  <rms@gnu.org>
3768         * bindings.el (mode-line-format): help-echo doc fixes.
3770         * net/tramp.el (tramp-file-name-handler-alist): Delete
3771         expand-file-name and other operations that can cause spurious loading.
3773 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3775         * files.el (safe-local-variable-p): Remove support for the special
3776         value t.
3778         * textmodes/paragraphs.el (sentence-end-without-space):
3779         Fix safety predicate.
3780         (sentence-end-double-space, sentence-end-without-period)
3781         (paragraph-ignore-fill-prefix):
3782         * textmodes/fill.el (colon-double-space):
3783         * abbrev.el (abbrev-mode): Tighten the safety predicate.
3785         * subr.el (booleanp): New fun.
3787         * textmodes/reftex-vars.el (reftex-guess-label-type):
3788         Tighten the safety predicate.
3790 2006-04-28  Kim F. Storm  <storm@cua.dk>
3792         * progmodes/grep.el (defgroup grep): Doc fix.
3793         (grep-auto-highlight): Remove.
3794         (grep-template): New defcustom.
3795         (grep-find-template): Rename from grep-tree-template.
3796         (grep-files-aliases): Rename from grep-tree-files-aliases.
3797         Remove "all" alias, add "l" alias.
3798         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3799         (grep-find-ignored-directories): New defcustom to replace
3800         grep-tree-ignore-CVS-directories, to facilitate ignoring
3801         subdirectories for multiple version control systems.
3802         (grep-mode-map): Add Recursive grep item to GREP menu.
3803         (grep-regexp-history, grep-files-history): New defvars.
3804         (grep-probe): New helper function.
3805         (grep-compute-defaults): Use it to simplify code.
3806         Adapt to name changes.
3807         Use `.' as base in grep-find-template rather than <D>.
3808         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
3809         Call grep-compute-defaults unconditionally.
3810         (grep-expand-keywords): New defconst.
3811         (grep-expand-template): Rename from grep-expand-command-macros.
3812         Simplify via grep-expand-keywords.  Look at case-fold-search instead
3813         of grep-tree-ignore-case to add -i option.
3814         Bind case-fold-search to nil while matching keywords.
3815         (grep-tree-last-regexp, grep-tree-last-files): Remove.
3816         (grep-read-regexp, grep-read-files): New helper functions.
3817         (rgrep): Rename from grep-tree.  Rework to use proper histories.
3818         Adapt to changes in defcustoms and functions above.
3819         (lgrep): New command, as grep, but using same interactive UI as rgrep.
3821 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
3823         * net/tramp.el (tramp-completion-file-name-handler):
3824         Disable Tramp's functionality while loading Tramp itself.
3825         (tramp-register-file-name-handlers): That's a defsubst now.
3826         Code from `tramp-repair-jka-compr' moved here.  Apply it via
3827         `after-init-hook'.
3828         (tramp-repair-jka-compr): Remove.
3830 2006-04-27  Jay Belanger  <belanger@truman.edu>
3832         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3833         read expression when `math-read-big-expr' doesn't work.
3835 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
3837         * startup.el (command-line-1): Display warning when
3838         pure-space-overflow is non-nil.
3840 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3842         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3843         risky.
3845 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3847         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3848         Return the URL or nil if none can be generated.
3850 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
3852         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3853         byte compiler warnings.
3854         (gud-basic-call, gud-find-expr): Let user select an expression
3855         for printing.  Print expression as well as value in GUD buffer.
3857 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
3859         * allout.el: Remove local autoload declaration for
3860         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3861         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3862         (allout-plain-bullets-string, allout-distinctive-bullets-string)
3863         (allout-use-mode-specific-leader, allout-old-style-prefixes)
3864         (allout-stylish-prefixes, allout-numbered-bullet)
3865         (allout-file-xref-bullet, allout-presentation-padding)
3866         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3867         safe-local-variable with suitable value spec, and add autoload
3868         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
3869         (move-beginning-of-line, move-end-of-line): Repair so these compat
3870         functions now actually resituate the point, when appropriate.
3872 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3874         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3876         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3877         (add-log-iso8601-time-string): Fix call to format-time-string.
3879 2006-04-26  Kim F. Storm  <storm@cua.dk>
3881         * subr.el (posn-string, posn-image, posn-object): Doc fix.
3883 2006-04-26  Masatake YAMATO  <jet@gyve.org>
3885         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3886         Add support for "//" style comments.  Remove `b' flag
3887         from ?* in `asm-mode-syntax-table'.
3889 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3891         * follow.el: Use (featurep 'xemacs) everywhere.
3892         (follow-mode): Use define-minor-mode.
3893         (follow-mode-map): Move initialization into the declaration.
3894         Use command remapping.
3895         (follow-emacs-version-xemacs-p): Remove.
3896         (follow-submit-feedback): Remove.
3898         * allout.el (allout-layout, allout-passphrase-verifier-string)
3899         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3901         * textmodes/reftex-vars.el (reftex-vref-is-default)
3902         (reftex-fref-is-default, reftex-guess-label-type):
3903         Tighten up a bit the safety predicate.
3905         * textmodes/paragraphs.el (sentence-end-double-space)
3906         (sentence-end-without-period, sentence-end-without-space)
3907         (page-delimiter, paragraph-ignore-fill-prefix):
3908         Tighten up a bit the safety predicate.
3910         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3912         * progmodes/python.el (python-continuation-line-p)
3913         (python-beginning-of-statement): syntax-ppss may return
3914         a negative depth.
3915         (python-mode): Don't forcefully enable font-lock.
3917         * time-stamp.el (time-stamp-start, time-stamp-end)
3918         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3920         * add-log.el: Remove spurious * in docstrings.
3921         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3922         (add-change-log-entry): Use it here, since it's not specific
3923         to iso8601.
3924         (add-log-iso8601-time-string): Don't use it here any more.
3925         (change-log-indent-text, change-log-indent): Rename from add-log-*.
3927         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3929 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
3931         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3932         (rcirc-toggle-low-priority): Doc fix.
3933         (rcirc-handler-NOTICE): Remove beginning of line anchor in
3934         ChanServ regexp.
3935         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3936         #emacs.
3937         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3938         (rcirc-decode-coding-system): Use utf-8 as the default.
3939         (rcirc-multiline-minor-mode): Set the fill-column.
3940         (rcirc-format-response-string): Display bright and dim nicks.
3941         (rcirc-browse-url): Update interactive spec to fill ARG.
3942         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3943         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3945 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
3947         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3948         case for @Article, etc.
3950 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
3952         * net/tramp.el (tramp-register-file-name-handlers): New defun.
3953         Added with autoload cookie.
3954         (tramp-unload-file-name-handlers): Rename from
3955         `tramp-unload-file-name-handler-alist'.
3957 2006-04-23  Romain Francoise  <romain@orebokech.com>
3959         * comint.el (comint-match-partial-filename): Doc fix.
3961 2006-04-21  Glenn Morris  <rgm@gnu.org>
3963         * calendar/cal-menu.el (calendar-mode-map): Refer to
3964         `diary-view-entries' rather than alias `view-diary-entries'.
3965         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3967 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3969         * progmodes/antlr-mode.el (antlr-default):
3970         * cus-edit.el (custom-documentation):
3971         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3972         in defface.
3974 2006-04-21  Kim F. Storm  <storm@cua.dk>
3976         * image.el (image-type): New defun split out of create-image.
3977         (create-image): Use it.
3979 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
3981         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3982         (org-open-at-point): Remove the "...done" message to keep output
3983         in the echo area visible.
3984         (org-export-as-xoxo): Fix call to `indent-region'.
3986 2006-04-21  Kevin Ryde  <user42@zip.com.au>
3988         * international/mule.el (keyboard-coding-system): defcustom
3989         info-link fixes: "Specify Coding" has been split, keyboard now in
3990         "Terminal Coding", and "Single-Byte Character Support" is now
3991         "Unibyte Mode".
3993 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
3995         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3996         Use font-lock-warning-face for any errors e.g. no stack.
3997         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3999 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
4001         * progmodes/sh-script.el (sh-shell): Mark as safe.
4003         * newcomment.el (comment-start, comment-start-skip)
4004         (comment-end-skip, comment-end): Mark as safe.
4006 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
4008         * textmodes/org.el (org-deadline-announce): Face removed.
4009         (org-level-faces, org-n-levels): Convert to constant.
4010         (org-compatible-face): New function.
4011         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4012         (org-level-5, org-level-6, org-level-7, org-level-8)
4013         (org-special-keyword, org-warning, org-headline-done, org-link)
4014         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4015         (org-scheduled-today, org-scheduled-previously, org-time-grid):
4016         Face definition revised for better color tty support.
4017         (org-bold-re, org-italic-re, org-underline-re): New constants.
4018         (org-set-font-lock-defaults): Use the new constants.
4019         (org-agenda-highlight-todo): New function.
4020         (org-agenda-todo): Fix bug with point at end of line.
4021         (org-agenda-change-all-lines, org-finalize-agenda-entries):
4022         Fontify TODO keywords.
4023         (org-insert-link): Preserve relative path in ../ links.
4024         (org-export-as-html): Convert links pointing to .org files into
4025         links that will work beteen the exported HTML files.
4026         (org-todo-list): Fix bug when arg=0.
4027         (org-insert-heading): More fine-tuning.
4029 2006-04-19  Romain Francoise  <romain@orebokech.com>
4031         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4032         from `rmail-mime-charset-pattern'.
4034 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4036         * progmodes/python.el (python-mode): Fix typo.
4038 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
4040         * comint.el (comint-previous-input): Don't clobber input line
4041         when moving off either end of the input history ring.
4042         (comint-delete-input): New function, used by
4043         `comint-previous-input' and others.
4044         (comint-previous-matching-input):
4045         Use `coming-delete-input'.  Save the partial input if leaving the
4046         edit line.  Goto point-max before deleting input to avoid
4047         partial input fragments hanging around.
4048         (comint-restore-input): New function, used by `comint-previous-input'.
4050 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
4052         * imenu.el (imenu--index-alist): Balance parentheses.
4054 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4056         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4058 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
4060         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4061         file is nil.
4063 2006-04-18  Richard Stallman  <rms@gnu.org>
4065         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4067         * imenu.el (imenu-create-index-function, imenu--index-alist)
4068         (imenu--last-menubar-index-alist, imenu--make-index-alist)
4069         (imenu-default-create-index-function, imenu--generic-function):
4070         Doc fixes.
4072         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4074         * help-mode.el (help-mode): Set view-exit-action to delete window.
4076         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
4077         now works by passing nil as arg.
4079         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4081         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4082         (read-abbrev-file): Provide default when reading filename.
4084         * files.el (enable-local-variables): Allow :all as value.
4085         (hack-local-variables): Implement that value.
4086         (safe-local-variable-values, safe-local-eval-forms)
4087         (enable-local-variables): Mark as risky.
4088         (find-file-visit-truename, kept-old-versions): Mark safe.
4090         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4091         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4092         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4094 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4096         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4097         Use forward-line so as to get to BOL even in the presence of fields.
4098         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4099         in return.
4100         (inferior-tcl): Tell tclsh to work in interactive mode.
4102         * complete.el (partial-completion-mode):
4103         Use 'choose-completion-string-functions to make sure that
4104         choose-completion fills the minibuffer properly.
4106         * complete.el (PC-old-read-file-name-internal): Remove.
4107         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
4108         of read-file-name-internal.
4109         (partial-completion-mode): Enable/disable this advice.
4111 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
4113         * net/tramp.el (tramp-completion-file-name-handler): Revert change
4114         of 2006-04-17.
4116 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
4118         * textmodes/org.el (org-insert-heading): Insert heading before
4119         current if at beginning of line.
4120         (org-todo, org-date): New faces.
4121         (org-table-align): Make sure tooltip window contains full text.
4122         (org-no-properties): New defsubst.
4123         (org-set-font-lock-defaults): Use new faces.
4125 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
4127         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4128         for root variables.
4130         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4131         (gdb-frame-address): Re-use to identify frame for watch expression.
4132         (gdb-var-list, gdb-var-create-handler): Add frame address for root
4133         variables.
4134         (gdb-init-1, gdb-source, gdb-post-prompt)
4135         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4136         (gdb-frame-handler): Get gdb-frame-address.
4138 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
4140         Sync with Tramp 2.0.53.
4142         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4143         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4144         (tramp-completion-file-name-handler): Add autoload cookie for
4145         adding to `file-name-handler-alist'.
4147         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4148         the prompt.  If it returns earlier (when detecting an error
4149         message), the rest of the output will merge accidently with the
4150         output of the next command.  Reported by M Jared Finder
4151         <jared@hpalace.com>.
4153         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4154         for `process-file', in order to let it work for older Emacsen too.
4156 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
4158         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4159         (tex-font-lock-keywords-3): Use it.
4161 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4163         * newcomment.el (comment-add): New function.
4164         (comment-region-default, comment-dwim): Use it.
4166 2006-04-15  Michael Olson  <mwolson@gnu.org>
4168         * emacs-lisp/tq.el: Improve comments.
4169         (tq-queue-head-question): New accessor function.
4170         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4171         Update for modified queue structure.
4172         (tq-queue-add): Accept `question' argument.
4173         (tq-queue-pop): If a question is pending, send it.
4174         (tq-enqueue): Accept new optional argument `delay-question'.
4175         If this is non-nil, and at least one other question is pending a
4176         response, queue the question rather than sending it immediately.
4178 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4180         * calendar/appt.el (appt-add): Check whether an appointment is
4181         already present in appt-time-msg-list.  Simplify code.
4183 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4185         * progmodes/cc-langs.el (c-mode-menu):
4186         Don't presume c-subword-mode is bound.
4188 2006-04-13  Bill Wohler  <wohler@newt.com>
4190         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4191         (customize-package-emacs-version): Use cdr instead of cadr now
4192         that alists use dotted pairs.
4194         * custom.el (defcustom): Fix docstring for :package-version.
4196 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
4198         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4199         (tramp-handle-shell-command): Display output buffer only when
4200         `tramp-display-shell-command-buffer' is true.
4201         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4203 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4205         * textmodes/org.el (org-set-autofill-regexps): Set only the local
4206         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4208 2006-04-13  Romain Francoise  <romain@orebokech.com>
4210         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4211         leaving temporary .cvsignore buffers behind.
4213 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4215         * textmodes/org.el (org-set-regexps-and-options)
4216         (org-get-current-options): Better names for the startup folding
4217         options.
4219 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
4221         * vc.el (vc-annotate): Arrange for point to end up at the same
4222         line number as in the original, but only when using a new buffer.
4224 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
4226         * files.el (hack-one-local-variable-eval-safep):
4227         Recognize `edebug-form-spec' for `put', but only if it passes
4228         `edebug-basic-spec'.  Generalize `put' handling.
4230         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4231         vetting file-local form specs.
4233         * allout.el (allout-layout): Autoload its `safe-local-variable'
4234         property.
4236 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4238         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4239         (org-agenda-mouse-1-follows-link)
4240         (org-mouse-1-follows-link): New options.
4241         (org-format-agenda-item): Fix bug if TAGS is nil.
4242         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4244 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
4246         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4247         GDB 6.1+ gives full filename for "info sources" so use
4248         file-name-nondirectory.
4250 2006-04-12  Romain Francoise  <romain@orebokech.com>
4252         * subr.el (read-passwd): Bind `message-log-max' to nil.
4254 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4256         * progmodes/perl-mode.el (perl-indent-new-calculate):
4257         Recompute parse-start after jumping backward by a whole sexp.
4259 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4261         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4262         window configuration.
4263         (vc-annotate-display-select): Select the buffer so that current-buffer
4264         (and selected-window) is the output buffer at the end of vc-annotate.
4266 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
4268         * vc.el (vc-annotate-color-map): Add custom TTY color map for
4269         8-color terminals, to use all of the colors in a sensible order.
4270         256-color terminals work well with the standard map.
4271         (vc-annotate-lines): Only strip the first color character if it
4272         is "#", to allow for terminal-style named colors.
4273         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4274         the correct buffer is scrolled.
4276 2006-04-11  Richard Stallman  <rms@gnu.org>
4278         * emacs-lisp/bytecomp.el (byte-compile-file):
4279         Bind enable-local-variables to :safe, and make normal-mode obey it.
4281         * files.el (enable-local-variables): Allow value :safe.
4282         (normal-mode): Doc fix.
4283         (hack-local-variables): Implement enable-local-variables = :safe.
4284         (hack-local-variables-confirm): Don't prevent quitting.
4286 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4288         * loadhist.el (unload-feature): A bit of sanity check of
4289         load-history entries.  Cancel timer-vars before unbinding them.
4291         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4292         quote special chars, and make the trick work on the hex part of the
4293         buffer as well.
4294         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4295         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4297         * startup.el (normal-splash-screen): Fix last change so we don't wait
4298         2 minutes if we don't show the splash screen.
4300 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
4302         * textmodes/org.el (org-export-plain-list-max-depth)
4303         (org-table-spaces-around-separators)
4304         (org-radio-targets, org-activate-camels)
4305         (org-table-spaces-around-invisible-separators): Options removed.
4306         (org-time-stamp-rounding-minutes, org-remember-templates)
4307         (org-ellipsis, org-activate-links, org-descriptive-links):
4308         New options.
4309         (org-remember-apply-template, org-current-time)
4310         (org-finish-edit-table-field)
4311         (org-link-unescape, org-link-escape)
4312         (org-string-width, org-table-clean-line, org-html-do-expand)
4313         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4314         (org-read-agenda-file-list): New functions.
4315         (org-table-edit-field)
4316         (org-table-create-or-convert-from-region): New commands
4317         (org-table-toggle-vline-visibility): Command removed.
4318         (org-table-convert-region): Made a command.
4319         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4320         Replace with the normal org- functions.
4321         (org-self-insert-command): Don't trigger realign unnecessarily
4322         when blanking a field that is not full.
4323         (org-mode): `Set buffer-invisibility-spec' for links.
4324         (org-activate-links2): Hide link part and only show descriptive
4325         part of the link.
4326         (org-insert-link): Modify for new linking system.
4327         (org-store-link): Store description separately, for use by
4328         `org-insert-link'.
4329         (org-table-align): Use `org-string-width'.
4330         (defgroup): Completely new group structure for custom variables.
4331         (org-agenda-files): Option: Single file name allowed.  Function:
4332         Optional argument unrestrited means ignore any restricitons.
4333         (org-install-agenda-files-menu): Find a buffer in Org-mode before
4334         trying to modify the menu.  Use generalized access to
4335         `org-agenda-files.'
4336         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4337         (org-agenda-file-to-front, org-remove-file, org-diary)
4338         (org-tags-view, org-export-icalendar-all-agenda-files)
4339         (org-export-icalendar-combine-agenda-files): Use generalized
4340         access to `org-agenda-files'.
4341         (org-remember-handler): Correctly preserve heading if present.
4342         (org-table-insert-row, org-table-insert-hline): Deal with
4343         invisible characters.
4345 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
4347         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4348         (vc-annotate-color-map): New 18 element constant
4349         value/saturation, rotating hue colormap, from red->blue.
4350         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4351         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4352         (vc-annotate): To avoid killing the required local variables,
4353         set them before the end of `with-output-to-temp-buffer', and
4354         after first switching to annotate-mode.
4355         (vc-annotate-warp-version): Add buffer argument in goto-line to
4356         ensure annotation, not source, is scrolled.
4358 2006-04-10  Bill Wohler  <wohler@newt.com>
4360         * custom.el (defcustom, custom-handle-keyword):
4361         Add :package-version keyword.
4362         (custom-add-package-version): New function.  Sets value of new
4363         property 'custom-package-version from :package-version keyword.
4364         (defcustom): Create Common Keywords section in docstring.
4365         (defface, defgroup): Replace definitions of a select few keywords
4366         with a reference to the Common Keywords in defcustom.
4367         (defcustom, defface, defgroup): Replace reference to Customization
4368         chapter in manual with hyperlink.
4370         * cus-edit.el (customize-package-emacs-version-alist):
4371         New variable.
4372         (customize-changed-options): Add check for custom-package-version.
4373         (customize-package-emacs-version): New function to look up Emacs
4374         version corresponding to the given package version.
4376         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4377         defun name, in similar fashion to find-variable-regexp.
4379 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
4381         * international/mule-cmds.el (set-locale-environment): Fix last
4382         change for when the locale's preferences don't specify any encoding.
4384 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4386         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4387         so the defined var/fun doesn't need to be quoted.
4389 2006-04-10  Richard Stallman  <rms@gnu.org>
4391         * finder.el (finder-mode-map): Add n and p bindings.
4393 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
4395         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4396         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4397         (gdb-setup-windows): Put something in source window if we can't find
4398         the source file.
4399         (gdb-frame-handler): Make it work again with just assembly.
4400         (gdb-data-list-register-values-handler): Make it work when there is
4401         no stack.
4403 2006-04-09  Richard Stallman  <rms@gnu.org>
4405         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4406         specs while looking for charset.
4408         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4410         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4411         Make them faces.
4412         (lm-font-lock-keywords): Update appropriately.
4414 2006-04-10  Kim F. Storm  <storm@cua.dk>
4416         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4417         it can also replace buffer-substring-no-properties.
4419         * emulation/cua-base.el (cua-delete-region, cua-paste)
4420         (cua-repeat-replace-region): Use filter-buffer-substring.
4422         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4423         (cua-cut-region-to-global-mark): Likewise.
4425         * emulation/cua-rect.el (cua--extract-rectangle)
4426         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4428 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4430         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4431         entry-type.  Add field delimiters to numerical fields if they are
4432         not present.
4434 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4436         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4437         string-const to return value.
4438         (bibtex-remove-delimiters): Use it.
4440 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4442         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4443         cl-byte-compile-compiler-macro unless it exists.
4445 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4447         * files.el (hack-local-variables-confirm) <offer-save>:
4448         Clarify message text.  Suggested by Ralf Angeli.
4450 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
4452         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4453         (delete-extract-rectangle-line): Use `filter-buffer-substring'
4454         instead of `buffer-substring' and `delete-region'.  (Most of the
4455         code actually copied from `kill-region'.)
4457 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
4459         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4460         (rcirc-default-port): Rename from rcirc-port.
4461         (rcirc-default-nick): Rename from rcirc-nick.
4462         (rcirc-default-user-name): Rename from rcirc-user-name.
4463         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4464         (rcirc-low-priority-flag): New variable.
4465         (rcirc-decode-coding-system): New defcustom.
4466         (rcirc-encode-coding-system): New defcustom.
4467         (rcirc-coding-system-alist): New defcustom.
4468         (rcirc-multiline-major-mode): New defcustom.
4469         (rcirc-nick): New internal variable.
4470         (rcirc-process): Remove variable.
4471         (rcirc-server-buffer): New variable.
4472         (rcirc): Update to use rcirc-default-* variables above.
4473         (rcirc-connect): Do not add window-configuration-hook-here.
4474         (rcirc-server): New internal variable.
4475         (rcirc-connect): Do not send keepalive pings if
4476         rcirc-keepalive-seconds is nil.
4477         (with-rcirc-server-buffer): New macro.
4478         (rcirc-send-string): Encode with rcirc-encode-coding-system.
4479         (rcirc-server-name): Rename from rcirc-server.
4480         (rcirc-buffer-process): New function.
4481         (rcirc-buffer-nick): New function.
4482         (rcirc-buffer-target): Remove function.
4483         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4484         New commands.
4485         (rcirc-mode-map): Change binding of C-c C-l to
4486         rcirc-toggle-low-priority.
4487         (rcirc-mode): Initialize coding system based on
4488         rcirc-coding-system-alist.  New change-major-mode-hook to part the
4489         channel on a mode change.  Make kill-buffer-hook buffer-local.
4490         (rcirc-change-major-mode-hook): New function.
4491         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4492         (rcirc-last-post-time): New variable.
4493         (rcirc-process-message): Store the last time user posted a message
4494         to this target.
4495         (rcirc-multiline-minor-mode): New mode.
4496         (rcirc-multiline-minor-mode-map): New mode map.
4497         (rcirc-edit-multiline): Put multiline-edit buffer in
4498         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4499         (rcirc-print): Ignore any line starting with an ignored nick.
4500         (rcirc-print): Decode using rcirc-decode-coding-system.
4501         (rcirc-track-minor-mode): Update global-mode-string when disabling
4502         this mode.
4503         (minor-mode-alist): Add LowPri indicator.
4504         (rcirc-toggle-low-priority): New function.
4505         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4506         next lowpriority buffer with activity.
4507         (rcirc-record-activity): Sort buffers in rcirc-activity by the
4508         last time the user posted a message in to the target.
4509         (rcirc-update-activity-string): New formatting for low priority
4510         buffers.
4511         (rcirc-split-activity): New function.
4512         (rcirc-handler-PART, rcirc-handler-KICK)
4513         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4514         (rcirc-nick-away-alist): New variable.
4515         (rcirc-handler-301): New handler.  Away messages are printed once
4516         per change.
4518 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4520         * info.el (Info-follow-nearest-node): Doc fix.
4522         * international/mule-cmds.el (set-locale-environment): Make sure
4523         the coding-system preferred by the locale's language has the same
4524         EOL conversion type as the original buffer-file-coding-system.
4525         (locale-language-names): Add a few MS Windows language codes.
4527 2006-04-07  Richard Stallman  <rms@gnu.org>
4529         * simple.el (eval-expression): Doc fix.
4531         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4532         (eval-defun): Doc fixes.
4534 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
4536         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4538 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
4540         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4541         GDB list command without argument for greater generality.
4543 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4545         * subr.el (string-or-null-p): New function.
4547         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4549         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4551         * files.el: Update comment about safe-local-variable declarations.
4553 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
4555         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4556         See idlwave.org.
4558         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4559         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
4561         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4562         See idlwave.org.
4564         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4565         version 6.0 (minimal changes).  See idlwave.org.
4567         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4568         6.0 (minimal changes).  See idlwave.org.
4570         * progmodes/idlw-rinfo.el: File obsoleted and removed.
4572 2006-04-06  Romain Francoise  <romain@orebokech.com>
4574         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4575         symmetric encryption features and a new asynchronous interface to
4576         GnuPG.  This new version is version 1.4, plus whitespace changes.
4578 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4580         * files.el: Move some `safe-local-variable' declarations to the
4581         respective files.
4583         * textmodes/ispell.el (ispell-check-comments)
4584         (ispell-local-dictionary): Mark as safe.
4586         * abbrev.el (abbrev-mode): Mark as safe.
4588         * add-log.el (change-log-default-name): Mark as safe.
4590         * textmodes/reftex-vars.el (reftex-vref-is-default)
4591         (reftex-fref-is-default, reftex-level-indent)
4592         (reftex-guess-label-type): Mark as safe.
4594         * textmodes/fill.el (colon-double-space): Mark as safe.
4596         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4597         (sentence-end-double-space, sentence-end-without-period)
4598         (sentence-end-without-space, sentence-end, sentence-end-base)
4599         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4601 2006-04-06  Kim F. Storm  <storm@cua.dk>
4603         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4604         the :set-after list.
4605         (ido-downcase-unc-hosts): New user option.  Default on.
4606         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4607         when it is set, as regexps are now applied on the fly.
4608         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4609         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4610         on the fly, but only when ido-process-ignore-lists is set.
4611         Do case insensitive filtering if ido-downcase-unc-hosts is set.
4612         Only downcase names if ido-downcase-unc-hosts is set.
4614 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
4616         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4618         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4620 2006-04-05  Kim F. Storm  <storm@cua.dk>
4622         * ido.el (ido-mode): Set after ido-unc-hosts and
4623         ido-ignore-unc-host-regexps.
4624         (ido-save-history): Save ido-unc-hosts-cache.
4625         (ido-load-history): Load ido-unc-hosts-cache.
4626         (ido-reread-directory): Refresh unc hosts cache in // dir.
4628         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4629         to nil while displaying slash screen.
4631 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4633         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4634         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4636 2006-04-05  Kenichi Handa  <handa@m17n.org>
4638         * international/characters.el: Setup cases of Latin, Greek, and
4639         Cyrillic characters in CJK charsets.
4641 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4643         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4644         default-enable-multibyte-characters.  This reverts the change from
4645         revision 6.17 which is no longer necessary because the passphrase
4646         is sent separately now.  GnuPG messages are unreadable under
4647         multibyte locales with default-enable-multibyte-characters set to nil.
4649 2006-04-04  Andreas Schwab  <schwab@suse.de>
4651         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4652         and `byte-compile-warnings' as `safe-local-variable'.
4654 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
4656         * man.el (Man-mode-map): Restore the \r binding.
4657         (Man-abstract-xref-man-page): If Man-target-string is a function,
4658         call it.
4659         (Man-highlight-references): Use Man-default-man-entry to get the
4660         target.  Deal with xrefs too.
4661         (Man-highlight-references0): Don't call the target function.
4663         * woman.el (WoMan-xref-man-page): Strip the section number, woman
4664         cannot deal with it.
4666 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4668         * pgg-gpg.el: Clean up process buffers every time gpg processes
4669         complete.
4671 2006-04-04  Kenichi Handa  <handa@m17n.org>
4673         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4674         here.
4675         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4676         Temporarily bind inhibit-field-text-motion to t.
4678 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4680         * startup.el (normal-splash-screen): Only set mode-line-format in the
4681         splash buffer, so as not to interfere when debugging the code.
4682         Ignore errors when switching buffer.
4684 2006-04-03  Romain Francoise  <romain@orebokech.com>
4686         * dired.el (dired-dnd-protocol-alist): Fix typo.
4688 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4690         * savehist.el (savehist): Add :version.
4691         (savehist-ignored-variables): New variable.
4692         (savehist-minibuffer-hook): Don't save variables listed in
4693         `savehist-ignored-variables'.
4695         * dired.el (dired-dnd-protocol-alist): Mention that change does
4696         only apply to new buffers in doc string.
4698 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
4700         * recentf.el (recentf-open-files-item): Include newline in button
4701         field, so opening a file will work, when the point is at the end
4702         of the file name.  Allow, for example, to [i]search a file by
4703         extension and just push RET to open it.
4705 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4707         * pgg-gpg.el (pgg-gpg-process-filter)
4708         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4710         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4711         lines, temporary fix.
4713 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4715         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4717 2006-04-02  Richard Stallman  <rms@gnu.org>
4719         * progmodes/compile.el (compilation-message-face): Make it defcustom.
4721 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4723         * ibuf-macs.el (define-ibuffer-column): Add a new key:
4724         header-mouse-map.
4726         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4727         (ibuffer-mode-header-map): New keymaps.
4728         (ibuffer-update-title-and-summary): Enable mouse face highlighting
4729         and keybindings for column headers.
4730         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4731         property.
4733 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4735         * speedbar.el (speedbar-after-create-hook): Doc fix.
4737 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
4739         * shell.el (shell-directory-tracker)
4740         (shell-dynamic-complete-command): Doc fixes.
4742 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
4744         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4745         terminals.
4747 2006-04-01  Kim F. Storm  <storm@cua.dk>
4749         * ido.el (ido-unc-hosts-cache): New defvar.
4750         (ido-unc-hosts): If value of defcustom is a function, call it to
4751         get list of UNC hosts.  Add function-item choices to specify
4752         ido-unc-hosts-net-view or user function.
4753         (ido-ignore-unc-host-regexps): New defcustom.
4754         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4755         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4756         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4758 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4761         wwidth.
4763 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
4765         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4766         (ido-max-work-file-list, ido-switch-buffer)
4767         (ido-read-file-name-as-directory-commands):
4768         Fix typos in docstrings.
4770 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4772         * term/mac-win.el (mac-system-coding-system): Define and use after
4773         Mac-specific coding systems are ready.
4775 2006-03-27  Romain Francoise  <romain@orebokech.com>
4777         * net/rcirc.el (rcirc-connect): Add autoload cookie.
4779         * ldefs-boot.el: Update.
4781 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4783         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4784         passphrases when it is not needed.
4785         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4786         passphrase stuff from gpg, should only be necessary when you use
4787         gpg with a smartcard.
4789 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
4791         * comint.el (comint-dynamic-list-completions): Allow user to
4792         select *Completions* buffer.
4794 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
4796         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4798 2006-03-26  Andreas Schwab  <schwab@suse.de>
4800         * progmodes/gud.el (gdb): Only complain about multiple debugging
4801         when the gdb process is still running.
4803 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
4805         * mail/rmail.el (tool-bar-map): Defvar it.
4806         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4807         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4809 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4811         * help.el (print-help-return-message): Suggest to use
4812         display-buffer instead of switch-to-buffer-other-window to restore
4813         the previous window without selecting it.
4815 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4817         * frame.el (select-frame-by-name): Call x-focus-frame also when
4818         window-system is mac.
4820         * term/mac-win.el: Adjust Courier font specifications in
4821         x-fixed-font-alist.
4822         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4823         when directly encoding to UTF-16 in native byte order, no BOM.
4825 2006-03-25  Kim F. Storm  <storm@cua.dk>
4827         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4828         (cua--init-keymaps): Use it instead of fixed C-return.
4829         (cua-mode): Set after it.
4831         * emulation/cua-rect.el (cua--init-rectangles):
4832         Use cua-rectangle-mark-key instead of fixed C-return.
4834 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
4836         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4837         "run" in .gdbinit.
4838         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4840 2006-03-24  Romain Francoise  <romain@orebokech.com>
4842         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4843         `display-buffer-other-frame'.
4845 2006-03-24  Kim F. Storm  <storm@cua.dk>
4847         * apropos.el (apropos-synonyms): Add selection => region.
4849 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4851         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4852         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4853         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4854         (gdb-data-list-register-values-regexp)
4855         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4856         Future proof against new fields being added to MI output.
4857         (gdb-send): Don't treat backslashes for program input as
4858         continuations.
4859         (gdb-assembler-handler): Don't use window-start for this handler.
4860         (gdb-frame-handler): Don't change to hollow arrow if overlay
4861         arrow doesn't move to new frame.
4863 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4865         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4866         prevent compiler warnings.
4867         (gdb-stopped): Check for gud-last-last-frame (case: signal).
4868         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4869         (gdb-assembler-custom): Use hollow-right-triangle for assembler
4870         buffer too.
4872 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
4874         * pgg-gpg.el (pgg-gpg-update-agent): Check for
4875         make-network-process, so we can use the same code in Gnus v5-10
4876         too and have this file fully synchronized with that release.
4878 2006-03-23  Romain Francoise  <romain@orebokech.com>
4880         * ibuf-ext.el (ibuffer-read-filter-group-name):
4881         Use `ibuffer-generate-filter-groups' to make completion list match
4882         the filter groups that are really displayed in the Ibuffer buffer.
4883         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4885 2006-03-23  Kenichi Handa  <handa@m17n.org>
4887         * international/mule-cmds.el (sort-coding-systems): Describe that
4888         the argument is modified in docstring.
4890 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4892         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4893         (pgg-gpg-update-agent): New function.
4894         (pgg-gpg-use-agent-p): New function.
4895         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4896         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4897         (pgg-gpg-sign-region): Use it.
4899 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
4901         * cus-edit.el (custom-face-set): Call custom-push-theme before
4902         face-spec set so that `changed' theme is correctly saved.
4903         (custom-face-reset-standard): Reset to recalculated face rather
4904         than defface spec.
4906         * custom.el (custom-push-theme): Only save `changed' theme if the
4907         current face does not match the defface specs.
4909 2006-03-21  Simon Josefsson  <jas@extundo.com>
4911         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4912         <wilde@sha-bang.de>.
4913         (pgg-gpg-use-agent): New variable.
4914         (pgg-gpg-process-region): Use it.
4915         (pgg-gpg-encrypt-region): Likewise.
4916         (pgg-gpg-encrypt-symmetric-region): Likewise.
4917         (pgg-gpg-decrypt-region): Likewise.
4918         (pgg-gpg-sign-region): Likewise.
4919         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4921 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
4923         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4924         bracket links.
4926 2006-03-21  Kim F. Storm  <storm@cua.dk>
4928         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4929         fringe-indicator-alist instead of modifying global value.
4930         (gdb-frame-handler): Likewise.
4932 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4934         * diff-mode.el (diff-function): Make it inherit from diff-header
4935         instead of diff-context.
4937         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4938         bitmap.
4939         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4940         change names in macro above for consistency.
4941         (gdb-frame-handler): Use hollow-right-triangle for all selected
4942         frames which except the innermost (where execution has stopped).
4943         (gdb-reset): Reset buffer-local values of overlay-arrow.
4945 2006-03-20  Richard Stallman  <rms@gnu.org>
4947         * simple.el (set-mark-command): Doc fix.
4949         * files.el (display-buffer-other-frame): New command.
4950         (ctl-x-4-map): Bind C-x 5 C-o to it.
4952 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4955         rather than just defer-time, in case defer-time has been changed but
4956         the timer isn't running yet.
4957         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4959 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4961         * help-mode.el (help-follow-symbol): New function.
4962         Essentially identical to the old `help-follow', but do not let
4963         `push-button' do the work when on an xref.
4964         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4966 2006-03-19  Richard Stallman  <rms@gnu.org>
4968         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4969         preceded by the word `program'.
4970         (help-follow-mouse, help-follow): Throw error if not on xref.
4971         Delete no longer used args.
4973 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
4975         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4976         annotation ensure gud-overlay-arrow-position is redisplayed.
4978 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4980         * textmodes/bibtex.el (bibtex-include-OPTkey)
4981         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4982         (bibtex-autokey-name-case-convert)
4983         (bibtex-autokey-titleword-case-convert): Make these the aliases
4984         for the following two variables.
4985         (bibtex-autokey-name-case-convert-function)
4986         (bibtex-autokey-titleword-case-convert-function): Make these the
4987         real names.
4988         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4989         bibtex-font-lock-crossref sublists.
4990         (bibtex-mode): Revert 2005-12-30 change (which made
4991         completion-ignore-case buffer-local).
4992         (bibtex-url): Simplify.
4994 2006-03-19  Kim F. Storm  <storm@cua.dk>
4996         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4997         cursor property value to 2 (to align with C level change).
4999 2006-03-19  Bill Wohler  <wohler@newt.com>
5001         * image.el (image-load-path-for-library): Shorten first line in
5002         docstring.
5004 2006-03-18  Richard Stallman  <rms@gnu.org>
5006         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5008 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
5010         * isearch.el (isearch-other-meta-char): Handle user bindings for
5011         shifted control characters.
5013 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
5015         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5016         part that matches email addresses, file names, etc.
5018 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
5020         * term/w32-win.el (mouse-set-font):
5021         Mention w32-list-proportional-fonts in the doc string.
5023 2006-03-18  Kim F. Storm  <storm@cua.dk>
5025         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5026         (ido-unc-hosts): New user option to explicitly define list of know
5027         UNC-style hosts for completion.
5028         (ido-cache-unc-host-shares-time): New user option.
5029         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5030         New helper functions for UNC file-name support.
5031         (ido-may-cache-directory): Check for UNC host.  Simplify.
5032         (ido-wash-history): Clean out old UNC hosts.
5033         (ido-nonreadable-directory-p): UNC hosts are always readable.
5034         (ido-directory-too-big-p): UNC hosts are never too big.
5035         (ido-set-current-directory): Handle UNC root path.
5036         (ido-file-name-all-completions): Complete UNC host names from
5037         ido-unc-hosts list.  Cache UNC host shares.
5038         (ido-make-file-list-1): Don't filter UNC root.
5039         (ido-exhibit): Check for // in root directory, and switch to UNC
5040         mode by setting ido-current-directory to //.
5042 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
5044         * cus-edit.el (customize-changed-options): Mention explicit
5045         version number as default in prompt.
5047 2006-03-17  Bill Wohler  <wohler@newt.com>
5049         * image.el (image-load-path-for-library): Minor docstring fix.
5051 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
5053         * textmodes/org.el (org-read-date): Include subgroup 5 into
5054         replacement text.
5055         (org-popup-calendar-for-date-prompt): Fix customization type.
5057 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
5059         * progmodes/gdb-ui.el (gud-watch): Provide completion.
5060         (gdb-continuation): New variable.
5061         (gdb-send): Deal with continuation lines.
5063         * progmodes/gud.el (gud-gdb-complete-command)
5064         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5065         expressions.
5066         (gud-tooltip-mode): Use buffer-local value.
5068 2006-03-16  Kim F. Storm  <storm@cua.dk>
5070         * ido.el (ido-edit-input): Use selected match, if any.
5072 2006-03-16  Bill Wohler  <wohler@newt.com>
5074         * image.el (image-load-path-for-library): Prefer user's images in
5075         image-load-path.
5077 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
5079         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5080         when checking for attempt to drag leftmost or rightmost scrollbar.
5082 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
5084         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5085         (gdb-force-mode-line-update): New function.
5086         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5087         (gdb-exited): Use them.
5088         (gdb-signal): New function.
5089         (gdb-annotation-rules): Provide a rule for it.
5091 2006-03-16  Kenichi Handa  <handa@m17n.org>
5093         * international/mule.el (auto-coding-regexp-alist): Add entries
5094         for Unicode BOM.
5096         * sort.el (sort-build-lists): Temporarily bind
5097         inhibit-field-text-motion to t.
5099 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
5101         * locate.el (locate-command, locate-make-command-line)
5102         (locate-fcodes-file, locate-update-command)
5103         (locate-prompt-for-command, locate, locate-with-filter)
5104         (locate-get-file-positions): Doc fixes.
5105         (locate-buffer-name, locate-header-face): Remove leading `*' in
5106         defcustom.
5107         (locate-filter-output): Use `keep-lines' instead of its alias
5108         `delete-non-matching-lines'.
5109         (locate-get-filename, locate-get-dirname): Add introductory comment.
5110         (locate-find-directory-other-window): Give appropriate error
5111         message if used outside main listing.
5113 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5115         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5116         the new extend-region feature.
5117         (font-lock-after-change-function): Update correspondingly.
5118         * jit-lock.el (jit-lock-after-change): Update correspondingly.
5119         * progmodes/grep.el (font-lock-lines-before): Don't disable.
5121 2006-03-15  Bill Wohler  <wohler@newt.com>
5123         * image.el (image-load-path-for-library): Fix example by not
5124         recommending that one binds image-load-path.  Just defvar it to
5125         placate compiler and only use it if previously defined.
5127 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
5129         * textmodes/org.el (org-insert-centered): Use `string-width' to
5130         make underlining work for wide characters.
5131         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5132         TAB to `org-cycle', to make sure that no binding in
5133         `outline-mode-map' can supercede it.
5135 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
5137         * allout.el: Increment version to 2.2.1 in file commentary.
5139         (allout-version): Increment to 2.2.1.
5141         (allout-default-layout): New customization variable, used when the
5142         file lacks a specific allout-layout.  Uses allout-layout-type for
5143         recursively nested definition.
5145         (allout-layout-type): Widget defining allout layouts, necessary for
5146         self-recursive definition.
5148         (allout-mode): Incorporate allout-default-layout as fallback for
5149         allout-layout.
5151         (allout-layout): Mark as 'safe-local-variable', and refer mention
5152         fallback to `allout-default-layout' in absence of a specified value.
5153         (allout-passphrase-verifier-string)
5154         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5156         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5158         (allout-get-encryption-passphrase-verifier): Use correct name of
5159         passphrase verifier in docstring.
5161 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
5163         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5164         elements.
5165         (gdb-find-watch-expression): Make it work for arrays too.
5166         Follow change to gdb-var-list.
5167         (gud-watch): Allow the user to enter variable name with a prexix
5168         arg.  Create keybindings.
5169         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5170         (gdb-var-list-children-handler, gdb-var-update-handler)
5171         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5172         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5173         Follow change to gdb-var-list.
5174         (gdb-starting): Don't show the overlay arrows when program is running.
5176         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5177         gdb-var-list.
5179 2006-03-14  Bill Wohler  <wohler@newt.com>
5181         * image.el (image-load-path-for-library): Pass value of path
5182         rather than symbol.  Always return list of directories.
5183         Guarantee that image directory comes first.
5185 2006-03-14  Alan Mackenzie  <acm@muc.de>
5187         * font-core.el (font-lock-extend-region\(-function\)?.):
5188         New function/variable.
5190         * font-lock.el (font-lock-after-change-function):
5191         Call font-lock-extend-region.  Obey font-lock-lines-before.
5192         (font-lock-default-fontify-region): Remove reference to
5193         font-lock-lines-before.
5195         * jit-lock.el (jit-lock-after-change):
5196         Call font-lock-extend-region.  Obey font-lock-lines-before.
5198 2006-03-14  David Ponce  <david@dponce.com>
5200         * tree-widget.el (tree-widget-themes-load-path)
5201         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5203 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
5205         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5206         (rcirc-print): Mark the start of text at the end of the prompt.
5207         (rcirc-track-minor-mode): Add autoload cookie.
5208         (rcirc-update-activity-string): Add space to front of mode-line
5209         indicator.
5211 2006-03-13  Miles Bader  <miles@gnu.org>
5213         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5214         (rcirc-abbrev-nick): Remove function.
5215         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5217 2006-03-13  David Ponce  <david@dponce.com>
5219         * tree-widget.el: Handle themes across all occurrences of the main
5220         themes sub-directory found in tree-widget-themes-load-path.
5221         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5222         (tree-widget--locate-sub-directory): Return all occurrences.
5223         (tree-widget-themes-path): New function.
5224         Replace tree-widget-themes-directory, and return a list of directories.
5225         (tree-widget-set-parent-theme)
5226         (tree-widget-lookup-image): Use it.
5228 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
5230         * textmodes/org.el (org-link-search): Avoid self-matching of
5231         links, allow target text to be distributed over several lines.
5232         (org-search-not-link): New function.
5233         (org-set-regexps-and-options, org-get-current-options):
5234         New startup options.
5235         (org-export-as-html): Take odd-level setting from local variable.
5236         (org-fontify-emphasized-text): New option.
5237         (org-set-font-lock-defaults): Include emphasized text.
5238         (org-follow-mhe-link): Allow folder-only links, fix folder name.
5239         (org-font-lock): Customize group renamed from `org-faces'.
5241 2006-03-13  John Paul Wallington  <jpw@pobox.com>
5243         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5244         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
5246 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
5248         * cus-start.el (all): Delete :version keyword for members of the
5249         fringe group, since the entire group is new in 22.1.
5251 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
5253         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5254         map if value is hexadecimal (an address).
5255         (gud-watch): Only search roots for existing watch expressions.
5256         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5257         prevent caching problems with speedbar-update-directory-contents.
5259 2006-03-12  Juri Linkov  <juri@jurta.org>
5261         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5262         before comparing with `low' and `warn'.
5264         * info.el (Info-dir-remove-duplicates): Move point to the
5265         beginning of the current line after deleting the entries from
5266         redundant heading.  Use marker for `limit' and compare it with
5267         point before calling `re-search-forward'.
5269 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5271         * simple.el (yank): Fix typo in docstring.
5273 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
5275         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5276         messages, where "D" is the 6th character.
5278 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5280         * simple.el (yank): Fix last change.
5282 2006-03-11  David Ponce  <david@dponce.com>
5284         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5285         merging elements from the standard ispell-dictionary-alist.
5286         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5287         alist, and return the new alist.
5289 2006-03-11  Richard Stallman  <rms@gnu.org>
5291         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5293         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5294         the way it is implemented is too unclean.
5296         * simple.el (kill-region, yank): Doc fix.
5298         * battery.el (battery-echo-area-format): Doc fix.
5299         (battery-mode-line-format): Likewise.
5300         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5301         (battery-linux-proc-acpi): Ignore batteries that say "charged".
5303 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5305         * progmodes/octave-mod.el (octave-indent-for-comment):
5306         Behave according to do string.
5308 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
5310         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5311         Be visible only if major mode is Mail Mode.
5313         * textmodes/flyspell.el (flyspell-external-point-words)
5314         (flyspell-process-localwords): Fix last changes.
5316 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5318         * calendar/holidays.el (list-holidays): Doc fix.
5320         * international/mule.el (auto-coding-alist): Add .odt
5321         (OpenOffice's open document) files.
5323         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5324         document) files.  Mention in the doc string the need to sync with
5325         auto-coding-alist.
5327 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
5329         * files.el (hack-local-variables-confirm): Don't prompt for ! if
5330         enable-local-variables is set to always query, or there is no
5331         savable variable.
5333 2006-03-10  Bill Wohler  <wohler@newt.com>
5335         * image.el (image-load-path-for-library): Merge at least three
5336         functions from Gnus and MH-E into this one function that can now
5337         be shared.
5339 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
5341         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5342         gdb-remove-mouse-face and remove help-echo too.
5343         (gdb-enqueue-input): Correct conditional clause.
5345 2006-03-10  Glenn Morris  <rgm@gnu.org>
5347         * calendar/calendar.el (calendar-holidays): Doc fix.
5348         * calendar/holidays.el (list-holidays): Doc fix.
5350 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
5352         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5353         it gets called in gdb-prompt anyway.
5354         (gdb-use-separate-io-buffer): Only restore window arrangement for
5355         gdb-many-windows.
5356         (gdb-enqueue-input): Make it harder to send GDB input when program
5357         is running.
5358         (gdb-buffer-list): New variable.
5359         (gdb-remove-mouse-face): New function.
5360         (gdb-starting): Use it when GDB input won't get sent.
5362 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
5364         * help.el (view-lossage): Remove trailing whitespace before
5365         inserting "\n".
5367 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
5369         * files.el (hack-local-variables-confirm):
5370         Set coding-system-for-read to nil before writing to .emacs.
5372         * arc-mode.el (archive-extract): Check if an existing buffer name
5373         comes from a different archive.
5375         * help.el (describe-key-briefly): If KEY is a down event, read and
5376         discard the up event.
5378 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
5380         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5381         be edited and use font-lock-warning-face for any changes.
5383         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5384         (gdb-edit-value): Use it to report any errors.
5386 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
5388         * help.el (describe-key): Remove leftover test code.
5390 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
5392         * textmodes/org.el: Move defvars out of eval-when-compile.
5393         Use buffer-file-name variable.
5394         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5395         arg `file'.
5396         (org-level-faces): Remove startup dependency.
5397         (org-cycle, org-map-tree, org-scan-tags)
5398         (org-remember-handler): Don't call `outline-level' directly.
5399         (org-mhe-search-all-folders): New option.
5400         (org-mhe-get-message-folder-from-index)
5401         (org-mhe-get-message-folder): Fix indexing search.
5402         (org-format-agenda-item): Handle nil TAGS argument.
5403         (org-cleaned-string-for-export, org-activate-target-links)
5404         (org-make-target-link-regexp): Deal with empty radio target list.
5405         (org-tag): New face.
5406         (org-get-level-face): New function.
5407         (org-set-font-lock-defaults): Simplify setup for headlines.
5408         (org-complete): Pass common substring to `display-completion-list'.
5410 2006-03-06  David Ponce  <david@dponce.com>
5412         * tree-widget.el: Update Commentary header.
5413         (tree-widget-theme-name): Ignore parent themes.
5414         (tree-widget-set-parent-theme): New function.
5415         (tree-widget-set-theme): Use it.
5416         (tree-widget-set-image-properties): Move definition.  Does nothing
5417         if image properties have already been set.
5418         (tree-widget-image-properties): Move definition.  Receive an image
5419         name.  Set the :pointer property.
5420         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
5421         Don't set the :pointer image property.
5422         (tree-widget-convert-widget): New function.  Handle :dynargs
5423         compatibility here.
5424         (tree-widget): Use it to :convert-widget.  Add the :expander-p
5425         predicate to control when the :expander function is entered.
5426         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5427         (tree-widget-value-create): Handle :expander-p.  widget-apply
5428         :expander.
5429         (tree-widget-expander-p): New function.  Default value of the
5430         :expander-p property.
5432 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
5434         * help.el (describe-key): Properly handle the return value of
5435         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
5436         remaps.  Handle string and vector `follow-link' values.
5438 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5440         * complete.el (PC-expand-many-files): Try be more careful when parsing
5441         the shell's output.
5443 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5445         * outline.el (hide-sublevels): Provide better interactive default.
5447 2006-03-06  Kenichi Handa  <handa@m17n.org>
5449         * international/fontset.el (create-fontset-from-fontset-spec):
5450         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5452 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
5454         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5455         backslashes instead of one in regexp.
5456         (gud-tooltip-dereference): Add missing optional argument.
5458 2006-03-04  John Paul Wallington  <jpw@pobox.com>
5460         * wdired.el (toplevel): Require `cl' at compile-time.
5462 2006-03-04  Andreas Schwab  <schwab@suse.de>
5464         * server.el (server-process-filter): Handle errors during
5465         evaluation of the argument.
5467 2006-03-03  John Paul Wallington  <jpw@pobox.com>
5469         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5470         escape parentheses at beginning of line.
5471         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5472         (t-mouse-mode): Remove period from end of error message.
5474 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
5476         * textmodes/flyspell.el (flyspell-process-localwords):
5477         Be case-sensitive.
5479 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
5481         * cus-edit.el (custom-quote): Remove function, since it has been
5482         moved to custom.el.
5484         * font-lock.el (lisp-font-lock-keywords-2)
5485         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5486         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5487         they have no special meaning.
5489         * midnight.el (clean-buffer-list): Handle case where base-buffer of
5490         indirect buffer gets killed before indirect buffer.  Use dolist.
5492 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5494         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5495         value instead of a literal constant (1) on more pauses.
5497 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5499         * textmodes/flyspell.el (flyspell-external-point-words):
5500         Be case-sensitive.
5502 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
5504         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5505         with "www".
5507 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5509         * allout.el: Restablish intermediate missing comment header to
5510         preserve outline structure.
5511         (allout-beginning-of-current-entry): Skip invisible text.
5512         (allout-open-topic): Fix opening a topic at end-of-buffer.
5513         (allout-minor-mode): Move nearer to allout-mode function.
5515 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
5517         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5519 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
5521         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5522         is nil.
5524         * progmodes/gud.el (gud-speedbar-menu-items):
5525         Use buffer-local-value and add missing :visible keyword.
5527         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5529 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
5531         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5532         must be `follow-link'.
5534         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5536         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5537         formatting: No nested anchors.
5538         (org-all-targets): Fix bug with XEmacs compatibility.
5539         (org-read-date): Add (require 'parse-time).
5540         (org-set-tags): Fix bug with extra inserted space.
5541         (org-export-html-style): Define a style class for targets.
5542         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5543         (org-hide-leading-stars): New option.
5544         (org-hide): New face.
5545         (org-set-font-lock-defaults): Allow to hide leading stars.
5546         (org-get-legal-level, org-tr-level): New functions.
5547         (org-odd-levels-only): New option.
5548         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5549         (org-demote, org-promote): Deal with double-star levels.
5550         (org-convert-to-odd-levels): New command.
5552 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
5554         * speedbar.el (speedbar-update-localized-contents): Try to
5555         preserve window-start.
5556         (speedbar-update-directory-contents): Try to preserve window-start
5557         and window-point.
5558         (speedbar-update-special-contents): Don't move back to start of window.
5560         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5561         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
5562         speedbar-timer-fn.
5563         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5564         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5565         instead of gdb-speedbar-timer-fn.
5567 2006-02-28  Jay Belanger  <belanger@truman.edu>
5569         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5570         (math-compose-expr): Use latex option when calling
5571         `math-compose-tex-matrix' for latex mode.
5573 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
5575         * speedbar.el: Re-instate comments about developing for speedbar
5576         [this is what info and gdb-ui use even if better methods exist now].
5578         * t-mouse.el: New file.
5579         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
5580         (t-mouse-lispy-buffer-posn-from-coords): Remove.
5581         (t-mouse-make-event-element): Use posn-at-x-y instead.
5582         (t-mouse-make-event): Deal with Fedora Core 3.
5583         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5584         (t-mouse-mouse-position-function): New function.  Use it instead
5585         of advising mouse-position.
5586         (t-mouse-mode): New minor mode.
5587         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
5589 2006-02-27  Glenn Morris  <rgm@gnu.org>
5591         * calendar/calendar.el (calendar-holidays): Doc fix.
5593 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
5595         * progmodes/gdb-ui.el (gdb-source-window): New variable.
5596         Re-introduce the concept of a source window.
5597         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5598         consistency with get-buffer-create.
5599         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5600         (gdb-data-list-register-values-handler)
5601         (gdb-stack-list-locals-handler): Try to preserve window-start as
5602         well as window-point.
5603         (gdb-display-source-buffer): New function (old concept).
5604         (gdb-goto-breakpoint): Use it.
5606         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5607         for gdb-ui/gdb-mi (old concept).
5609 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
5611         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5612         binding.
5614         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5616         * textmodes/reftex-sel.el (reftex-select-label-map)
5617         (reftex-select-bib-map): Add `follow-mouse' binding.
5619 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
5621         * jka-cmpr-hook.el (jka-compr-compression-info-list)
5622         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5623         Give :set functions to provide automatic updating.
5624         Update docstring.  Give compiler defvars early in the file
5625         and move the defcustoms to a later spot where all called functions
5626         are defined.
5627         (jka-compr-file-name-handler-entry): Doc fix.
5628         (jka-compr-compression-info-list--internal)
5629         (jka-compr-mode-alist-additions--internal)
5630         (jka-compr-load-suffixes--internal): New variables.
5631         (jka-compr-install): Set the three above variables.
5632         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5633         (jka-compr-update, jka-compr-set): New functions.
5634         (auto-compression-mode): Doc fix.
5636         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5637         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5638         Use jka-compr-compression-info-list--internal,
5639         jka-compr-mode-alist-additions--internal and
5640         jka-compr-load-suffixes--internal.
5642         * files.el (load-library):
5643         * loadhist.el (file-loadhist-lookup):
5644         * startup.el (command-line):
5645         * subr.el (locate-library):
5646         * emacs-lisp/autoload.el (update-directory-autoloads):
5647         * emacs-lisp/find-func.el (find-library-suffixes):
5648         Use `get-load-suffixes' instead of `load-suffixes'.
5650         * subr.el (locate-library):
5651         * emacs-lisp/find-func.el (find-library-name):
5652         Use `load-file-rep-suffixes' instead of '("").
5654 2006-02-26  Kim F. Storm  <storm@cua.dk>
5656         * ido.el (ido-save-history, ido-load-history): Simplify.
5657         Don't use find-file-noselect to avoid interference from other modes.
5659 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
5661         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5662         to use the default shell if filename is not available.
5663         Reported by Giorgos Keramidas.
5665 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
5667         * progmodes/etags.el (tags-completion-table): Do completion from
5668         all the tables in the current list, as documented in the manual.
5670 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5672         * CC Mode Update to 5.31.3.
5674 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5676         * progmodes/cc-mode.el (c-postprocess-file-styles):
5677         Bind inhibit-read-only to t, around the call to
5678         c-remove-any-local-eval-or-mode-variables, so that it works on a
5679         RO file.
5681 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5683         * progmodes/cc-awk.el: Correct a typo.
5685 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5687         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5688         c-hungry-delete-backwards, at the request of RMS.  Leave the old
5689         name as an alias.
5691 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5693         * progmodes/cc-mode.el: Correct a typo.
5695 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5697         * progmodes/cc-defs.el: Update the version number to 5.31.3.
5699 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5701         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5702         brace-else-brace (error due to mbeg, mend being undefined).
5704 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5706         * progmodes/cc-mode.el: File Local variables: Solve the problem
5707         where both `mode' and c-file-offsets are specified: `mode' will
5708         overwrite c-f-o's settings:
5709         (c-remove-any-local-eval-or-mode-variables): New function.
5710         (c-postprocess-file-styles): Call the above new function, within
5711         c-tentative-buffer-change, to splat `mode' and `eval' before the
5712         second hack-local-variables.
5714 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5716         * progmodes/cc-mode.el:
5717         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5718         (c-after-change): Protect the match data with save-match-data.
5719         It was getting corrupted by c-after-change-check-<>-operators.
5721         * cc-defs.el: [Supersedes patch V1.38]:
5722         (top level): Check for a buggy font-lock-compile-keywords ONLY in
5723         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
5725         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5726         with save-match-data.  It was being corrupted when Font Lock was
5727         not enabled.
5729 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5731         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5732         Mode and Subword Mode.
5734         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5735         real labels ("case 1:" or "foo:") from non-labels ("public:").
5736         (c-forward-objc-directive): Replace c-forward-token-2 with crude
5737         coding; c-f-t-2 doesn't move over a token at EOB.
5739         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5741         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5742         (c-update-modeline): Concatenate the minor mode indicators
5743         directly onto mode-name, removing c-submode-indicators.
5744         Sometimes, c-s-i got separated from the mode name on the mode line.
5746         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5747         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5749 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5751         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5752         error message when there's an evaluation error to show whether
5753         it's loaded from source or not.
5754         (c-filter-ops): Make it available at runtime too to work when
5755         `c-make-init-lang-vars-fun' needs to evaluate from source.
5757 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
5759         * help.el (help): Revert last part of 2006-02-23 change (deletion
5760         of the `provide' call).
5762 2006-02-23  Juri Linkov  <juri@jurta.org>
5764         * compare-w.el (compare-windows-highlight): Add new value
5765         `persistent' and change :type from `boolean' to `choice'.
5766         (compare-windows-overlays1, compare-windows-overlays2):
5767         New internal variables.
5768         (compare-windows-highlight): If compare-windows-highlight is
5769         `persistent', add current overlays to compare-windows-overlays[12]
5770         instead of adding compare-windows-dehighlight to pre-command-hook.
5771         (compare-windows-dehighlight): Delete all overlays from
5772         compare-windows-overlays[12].
5774         * info.el (Info-search): Don't bind search-spaces-regexp to
5775         Info-search-whitespace-regexp in non-regexp isearch mode.
5777 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5779         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5781 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
5783         * textmodes/org.el (org-xemacs-p)
5784         (org-export-html-show-new-buffer, org-table-may-need-update)
5785         (org-insert-item, org-mhe-get-message-real-folder)
5786         (org-mhe-get-message-folder-from-index)
5787         (org-mhe-get-message-folder, org-mhe-get-message-num)
5788         (org-mhe-get-header, org-make-org-heading-search-string)
5789         (org-make-org-heading-camel, org-table-sort-lines)
5790         (org-format-org-table-html, org-format-table-table-html):
5791         Fix typos in docstrings.
5793 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
5795         * textmodes/org.el (org-cleaned-string-for-export)
5796         (org-solidify-link-text): New function.
5797         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5798         XEmacs, just to silence the compiler.
5799         (org-export-as-ascii, org-export-as-html-and-open):
5800         Use `org-cleaned-string-for-export' and create internal links.
5801         (org-follow-mhe-link): Require mh-e, use folder.
5803 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5805         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5807         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5808         gdb-debug-log-length.
5809         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
5810         it a real ring but...
5811         (gud-gdba-marker-filter): ...make it work like mark-ring.
5812         (gdb-enable-debug): Rename from gdb-enable-debug-log.
5813         (gdb-mouse-jump): New function.  Add bindings.
5815 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5817         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5818         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5819         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5820         (gdb-debug-log-length): Customize it's length.
5821         (gud-watch, gdb-var-create-handler): Display function::var format
5822         but don't use to create variable object.
5823         (gdb-var-create-handler): Use message-box in place of message.
5824         (gdb-stopped): Call gdb-exited if signalled.
5826 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
5828         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5830         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5832         * textmodes/reftex.el (reftex-locate-file): Search all extensions
5833         if `reftex-try-all-extensions' is set.
5835         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5836         fail silently when there is no valid argument at point.
5837         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5838         `fail-silently' argument.  From a patch by David Reiter.
5840         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5841         New commands.
5842         (org-mark-ring): New variable.
5843         (org-mark-ring-length): New option.
5844         (org-open-at-point, org-goto, org-open-file): Push old position
5845         onto the mark ring.
5846         (org-add-hook): New function.
5847         (org-export-table-remove-special-lines): New option.
5848         (org-skip-comments, org-format-org-table-html): Respect new
5849         option `org-export-table-remove-special-lines'.
5850         (org-open-file): Allow special command configuration for
5851         directory link.
5852         (org-file-apps): Fix bugs in customize type, added setting
5853         for directories.
5854         (org-activate-tags, org-format-agenda-item, org-complete)
5855         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5856         (org-get-tags, org-get-buffer-tags, org-open-at-point)
5857         (org-link-search, org-make-org-heading-search-string)
5858         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5859         (org-radio-targets, org-file-link-context-use-camel-case)
5860         (org-activate-camels): New options.
5861         (org-update-radio-target-regexp, org-all-targets)
5862         (org-make-target-link-regexp, org-activate-target-links):
5863         New functions.
5864         (org-make-org-heading-search-string): New function.
5865         (org-store-link, org-insert-link): Use new option
5866         `org-file-link-context-use-camel-case'.
5867         (org-activate-camels): Use new option `org-activate-camels'.
5868         (org-link-regexp): Add mhe prefix.
5869         (org-open-at-point, org-store-link): Support for mhe links.
5870         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5871         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5872         (org-mhe-get-header, org-follow-mhe-link): New functions.
5873         (org-remove-angle-brackets, org-add-angle-brackets):
5874         New functions.
5875         (org-bracket-link-regexp): New constant.
5876         (org-read-date): Fix bug that was rejecting all typed dates.
5877         (org-link-search): Make hierarchy above visible after a match.
5878         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5879         (org-store-link): Fix bug with link creation when cursor is in
5880         an empty line.
5881         (org-open-at-point): Fix bug with matching a link.
5882         Fixed buggy argument sequence in call to `org-view-tags'.
5883         (org-compile-prefix-format): Set `org-prefix-has-tag'.
5884         (org-prefix-has-tag): New variable.
5885         (org-format-agenda-item): Remove tags from headline
5886         if appropriate.
5887         (org-agenda-remove-tags-when-in-prefix): New option.
5889 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
5891         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5892         Fix the regular expressions.
5894 2006-02-21  Richard M. Stallman  <rms@gnu.org>
5896         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5897         if there's no other specific basis.
5899         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5900         as variables at all.
5901         (unsafep-variable): Rename arg; doc fix.
5903         * abbrevlist.el (list-one-abbrev-table): Add autoload.
5905         * calendar/appt.el (diary-selective-display): Add defvar.
5907         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5909         * isearch.el (search-whitespace-regexp): Fix custom type.
5911         * help.el (describe-key-briefly): Compute interactive args
5912         in same was as before previous change.
5914         * files.el (enable-local-variables): Doc fix.
5916 2006-02-21  Kim F. Storm  <storm@cua.dk>
5918         * fringe.el: Cleanup as file is now pre-loaded.
5919         (fringe-bitmaps): Initialize unconditionally.
5920         (fringe-mode, set-fringe-style): Remove autoload cookies.
5922 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5924         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5925         `horizontal-bar'.
5926         (fringe-cursor-alist): Use `horizontal-bar'.
5928 2006-02-20  Kim F. Storm  <storm@cua.dk>
5930         * fringe.el (fringe-bitmaps): Update to new bitmap names.
5931         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5933         * loadup.el: Load "fringe" on window systems.
5935 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5937         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5938         out of scope components.
5940         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5941         default.
5943 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
5945         * custom.el (customize-mark-to-save, customize-mark-as-set):
5946         Load the symbol first.
5948 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5950         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5951         strech spec so it doesn't display as "^J" on the header line
5952         when `Buffer-menu-use-header-line' is t.
5954 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5956         * speedbar.el (speedbar-make-button): Keep text properties
5957         of string arguments if desired.
5959         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5960         expessions.
5962         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5963         of speedbar.
5965 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
5967         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5968         to value of `read-file-name-completion-ignore-case'.
5970 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
5972         * custom.el (customize-mark-as-set): Push to `user' theme.
5974         * cus-edit.el (custom-save-variables): Allow unthemed values.
5975         (customize-set-variable): Push setting to `user' theme.
5977 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5979         * progmodes/gud.el: Don't require font-lock as it's now
5980         automatically loaded.
5981         (gud-speedbar-buttons): Replace gdb-var-changed with
5982         gdb-force-update.
5984         * progmodes/gdb-ui.el (gdb-force-update): Rename from
5985         gdb-var-changed.
5986         (gdb-post-prompt): Use it.
5987         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5988         (gdb-var-update-handler, gdb-var-delete)
5989         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5990         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5991         gdb-force-update in gdb-post-prompt.
5992         (gdb-reset): Clear watch expressions from speedbar when quitting.
5994 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5996         * viper-cmd.el (viper-insert-state-post-command-sentinel)
5997         (viper-change-state-to-vi, viper-change-state-to-emacs):
5998         Make aware of cursor coloring in the Emacs state.
5999         (viper-special-read-and-insert-char): Use read-char-exclusive.
6000         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6002         * viper-init.el (viper-emacs-state-cursor-color): New variable.
6004         * viper-util.el (viper-save-cursor-color)
6005         (viper-get-saved-cursor-color-in-replace-mode)
6006         (viper-get-saved-cursor-color-in-insert-mode)
6007         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6008         state.
6009         (viper-get-saved-cursor-color-in-emacs-mode): New function.
6011         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6012         (ediff-ignore-case-option3, ediff-actual-diff-options)
6013         (ediff-actual-diff3-options): New variables to control case sensitivity.
6014         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6015         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6016         (ediff-toggle-ignore-case): New function.
6017         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6019         * ediff-help.el (ediff-long-help-message-narrow2)
6020         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6021         (ediff-long-help-message-word-mode): Add ignore-case command.
6022         (ediff-help-for-quick-help): Add ignore-case command.
6024         * ediff-merg.el: Move provide to the end.
6026         * ediff-ptch.el: Move provide to the end.
6028         * ediff-wind.el: Move provide to the end.
6030         * ediff-mult.el: Move provide to the end.
6031         (ediff-set-meta-overlay): Enable follow-link.
6033         * ediff.el: Move provide to the end.
6034         Break recursive load cycle in eval-when-compile.
6035         (ediff-patch-buffer): Better heuristics.
6037         * ediff-util.el: Move provide to the end.
6038         Break recursive load cycle in eval-when-compile.
6039         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
6040         defuns.
6041         (ediff-submit-report): Pass the values of ediff-diff3-program,
6042         ediff-diff3-options.
6044 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
6046         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6047         the opening bracket of the following bracketing pairs: {}, [], (), <>,
6048         `' (for example, in the docstring of `windmove-default-keybindings').
6050 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6052         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6053         shadow face.  Don't provide binding to edit variable when it is
6054         out of scope.
6056         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6057         (gdb-var-update-handler): Detect out of scope variables with pre
6058         GDB 6.4 too.
6059         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6060         Reset status of variable objects to nil in update handlers.
6061         (gdb-var-update-handler-1): Detect when a variable object comes
6062         in scope.  setcar on var changes gdb-var-list directly.
6064 2006-02-17  Juri Linkov  <juri@jurta.org>
6066         * ffap.el (ffap) <defface>: Add explicit face declaration.
6067         (ffap-highlight): Use face `ffap' directly instead of checking
6068         for its existence.
6070         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6071         `visible-ok' of `other-buffer' to find the right original buffer.
6073         * info.el (Info-search): Skip `Local Variables' node.
6075 2006-02-17  Juri Linkov  <juri@jurta.org>
6077         * info.el (Info-find-file): Check for symbols `apropos', `history',
6078         `toc' in the input filename, and return these symbols as is.
6079         (Info-find-node-2): Set Info-current-file to symbols `apropos',
6080         `history', `toc' instead of strings.
6081         (Info-set-mode-line): For non-string Info-current-file use the
6082         symbol's name inside **.
6083         (Info-isearch-push-state): Add quote before Info-current-file and
6084         Info-current-node.
6085         (Info-isearch-pop-state): Use `equal' instead of `string='.
6086         (Info-extract-pointer, Info-following-node-name): Use
6087         `match-string-no-properties' instead of `match-string'.
6088         (Info-up): Check `old-file' for `stringp'.
6089         (Info-history): Use `equal' instead of `string-equal'.
6090         Check `file' for `stringp'.
6091         (Info-history): Use symbol `history' instead of string as first arg
6092         of `Info-find-node'.
6093         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
6094         `toc' instead of string.
6095         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6096         instead of `buffer-substring', and `match-string-no-properties'
6097         instead of `match-string'.
6098         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6099         instead of strings.
6100         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6101         Use symbol `apropos' instead of string.
6102         (Info-copy-current-node-name): Check `Info-current-file' for
6103         `stringp' and construct a command with `Info-find-node' from it.
6104         (Info-fontify-node): Use `match-string-no-properties' instead of
6105         `match-string' and check file names for `stringp'.
6106         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6107         `history', `toc' instead of strings.
6109 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
6111         * files.el: Rearrange functions and variables in the file local
6112         variables section.
6114 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
6116         * files.el: Add truncate-lines, ispell-check-comments and
6117         ispell-local-dictionary as safe local variables.
6119 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
6121         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6122         out of scope variables.
6123         (gud-speedbar-buttons): Use unless.
6125         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6126         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6127         (gdb-show-changed-values): Also use for out of scope variables.
6128         (gdb-var-update-handler-1): Note if variable goes out of scope.
6130 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
6132         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6133         default to global variable values for unsupplied args.
6134         (rcirc-get-buffer-create): Fix bug with setting the target.
6135         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6136         test for rcirc-always-use-server-buffer-flag here.
6137         (rcirc-response-formats): Add %N, which is a facified nick.  %n
6138         uses the default face.  Change the ACTION format string.  If the
6139         "nick" is the server, don't print anything for that field.
6140         Comment fixes.
6141         (rcirc-target-buffer): Don't test
6142         rcirc-always-use-server-buffer-flag here.
6143         (rcirc-print): Squeeze extra spaces out of the text before message.
6144         (rcirc-put-nick-channel): Strip potential "@" char from nick
6145         before adding them to nick table.
6146         (rcirc-url-regexp): Improve to match address like "foo.com".
6148 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
6150         * allout.el (allout-hidden-p): Move this defsubst before
6151         allout-overlay-interior-modification-handler, where it is first
6152         used.
6154 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
6156         * allout.el: Use allout invisible-text overlays instead of
6157         selective display for concealed text.  Also, lots of general
6158         cleanup, and improved compatibility code.
6160         (allout-version) Incremented, corrected, revised, and refined
6161         module commentary.
6163         (provide 'allout): Moved to the bottom, added a require of overlay.
6165         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6166         `except-current'.
6167         (allout-write-file-hook-handler): Minimize delay.
6168         (count-trailing-whitespace-region): New function so
6169         auto-encryption of current topic can resituate cursor exactly.
6170         PGP/GPG encryption trims trailing whitespace from lines, which
6171         must be accounted for across encryption then decryption.
6173         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6174         just plain "\C-c", to avoid intruding on user's keybinding space.
6176         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6177         parameter, so user request to provide a new password is done.
6179         (allout-outside-normal-auto-fill-function, allout-auto-fill):
6180         Refined mechanism for auto-filling behavior while in allout mode.
6182         (allout-mode): Explicitly specify the mode map in the docstring.
6183         Clarify provision for various write-file hook var names.
6184         Adjusted for invisible-text overlays instead of selective-display.
6186         (allout-depth): Really return 0 if not within any topic.  This
6187         rectifies `allout-beginning-of-level' and sequence numbering
6188         errors that occur when cutting and pasting numbered topics.
6189         Changed from a in-line subst to a regular function, as well.
6191         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6193         (allout-end-of-subtree, allout-end-of-subtree)
6194         (allout-end-of-entry, allout-end-of-current-heading)
6195         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6196         (allout-show-children, allout-show-to-offshoot)
6197         (allout-hide-current-entry, allout-show-current-entry): Rectified
6198         handling of trailing blank lines between items.
6200         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6201         (allout-current-depth, allout-unprotected, allout-hidden-p)
6202         (allout-on-current-heading-p, allout-listify-exposed)
6203         (allout-chart-subtree, allout-goto-prefix)
6204         (allout-back-to-current-heading, allout-get-body-text)
6205         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6206         (allout-hide-region-body, allout-toggle-subtree-encryption)
6207         (allout-encrypt-string, allout-encrypted-key-info)
6208         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6209         (allout-file-vars-section-data): Adjusted for use with
6210         invisible-text overlays instead of selective-display.
6212         (allout-kill-line, allout-kill-topic, allout-yank-processing):
6213         Reworked for use with invisible text overlays.
6215         (allout-current-topic-collapsed-p): New function.
6217         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6218         to know when to close the containing topic.
6220         (allout-pre-command-business, allout-post-command-business):
6221         Simplify undo-batching and dynamic isearch exposure.
6223         (allout-set-overlay-category): New for invisible-text overlays.
6224         Sets properties of allout-overlay-category, used by
6225         allout-flag-region to set invisible-text overlay properties.
6226         (allout-get-invisibility-overlay): Get the first qualifying
6227         invisibility overlay, so we can find the extent of it.
6228         (allout-back-to-visible-text): Get to just before the beginnining
6229         of the current invisibility overlay, if any.
6231         (allout-overlay-insert-in-front-handler)
6232         (allout-overlay-interior-modification-handler)
6233         (allout-before-change-handler, allout-isearch-end-handler): New
6234         functions to handle extraordinary actions affecting concealed
6235         text.
6237         (allout-flag-region): Use overlays instead of selective-display
6238         for invisible text - by inheritence from the properties of
6239         allout-overlay-category in mainline Emacs, and applied
6240         property-by-property in XEmacs, some recent versions of which
6241         don't inherit the properties from the category.  Provisions to
6242         respond to concealed-text edits simplified drastically.
6244         (allout-isearch-rectification, allout-isearch-was-font-lock)
6245         (allout-isearch-expose, allout-enwrap-isearch)
6246         (allout-isearch-abort, allout-pre-was-isearching)
6247         (allout-isearch-prior-pos, allout-isearch-did-quit)
6248         (allout-isearch-dynamic-expose)
6249         (allout-hide-current-entry-completely): Functions deleted.
6251         (allout-undo-aggregation): Explicit undo aggregation no longer
6252         necessary due to transition away from selective-display.
6254         (set-allout-regexp, allout-up-current-level)
6255         (allout-next-visible-heading, allout-forward-current-level)
6256         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6257         (allout-kill-line, allout-yank-processing, allout-show-children)
6258         (allout-expose-topic, allout-old-expose-topic)
6259         (allout-listify-exposed, allout-insert-latex-header)
6260         (allout-toggle-subtree-encryption, allout-encrypt-string)
6261         (remove-from-invisibility-spec, allout-hide-current-subtree):
6262         Ditched unused variables.
6264 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
6266         * textmodes/ispell.el (ispell-change-dictionary): Call
6267         ispell-buffer-local-dict instead of
6268         ispell-accept-buffer-local-defs.
6269         (ispell-local-dictionary-alist): Accept as valid any coding-system
6270         supported by Emacs.
6271         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6272         changed to iso-8859-3.
6274 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
6276         * speedbar.el (speedbar-frame-width): Make an inline function
6277         instead of a macro.  Use frame-width.
6278         (speedbar-try-completion, speedbar-update-contents)
6279         (speedbar-timer-fn): Use consp.
6280         (speedbar-update-localized-contents): Try to preserve point.
6282         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6283         (menu): Re-order menu items.
6284         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6285         field.
6286         (gdb-var-update-handler-1): Use it for GDB 6.4+.
6287         (gdb-post-prompt): Speed things by not forcing update.
6289 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
6291         * wid-edit.el (widget-button-click): For mouse-1, cancel button
6292         press and perform default action if we get a mouse movement event.
6294 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6296         * calendar/icalendar.el (icalendar--get-event-property)
6297         (icalendar--get-event-property-attributes): Fix typos in
6298         docstrings.
6300         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6301         docstring.
6303 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
6305         * bs.el (bs-mode): Use `buffer-disable-undo'.
6306         (bs--get-file-name): Simplify.
6307         (bs-show-in-buffer): Mark the buffer as not modified.
6309 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6311         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6312         widget-button-click.
6314         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6315         (custom-mode): Update docstring.
6317         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6318         binding.
6320         * files.el (hack-local-variables-confirm): Allow scrolling if the
6321         file variable list is too long.  Kill temp buffer after use.
6323 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
6325         * progmodes/gud.el (gdb): Improve doc string.
6326         (gdb-script-font-lock-keywords): Expand allowed character set.
6328         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6329         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6330         (gdb-separate-io-interrupt, gdb-separate-io-quit)
6331         (gdb-separate-io-stop, gdb-separate-io-eof):
6332         Rename from gdb-inferior-* to gdb-separate-*.
6333         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6335 2006-02-14  Jay Belanger  <belanger@truman.edu>
6337         * calc/calc-arith.el (math-check-known-scalarp): Make sure
6338         expression is a symbol before checking that it is bound.
6340         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6341         test to see if equation can be solved.
6343 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6345         * wid-edit.el (widget-button-click): Use :pressed-face property
6346         for overlay face, if it exists.
6348         * cus-edit.el (custom-manual, custom-add-see-also)
6349         (custom-add-parent-links, custom-group-link): Add :pressed-face
6350         property to links.
6352         * files.el (hack-local-variables): Remove ignored variables before
6353         checking if any variables need setting.
6355 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6357         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6359 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6361         * help.el (where-is): Fix message for remapped commands.
6363         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6364         Fix typos in docstrings.
6366 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6368         * files.el (safe-local-variable-values): New option.
6369         (hack-local-variables-prop-line): Return a list of variable-value
6370         pairs if MODE-ONLY is non-nil.
6371         (hack-local-variables): Construct list of variable-value pairs,
6372         and apply or reject them in one go.  Ask for confirmation if
6373         variables are not known safe.
6374         (hack-local-variables-confirm): Complete rewrite.  Support
6375         `safe-local-variable-values'.
6376         (enable-local-variables): Update docstring to reflect new
6377         behavior.
6378         (ignored-local-variables): Ignore ignored-local-variables and
6379         safe-local-variable-values.
6380         (safe-local-variable-p): New function.
6381         (risky-local-variable-p): `safe-local-variable' property check
6382         moved to safe-local-variable-p.
6383         (hack-one-local-variable): Checks moved to hack-local-variables.
6385         (byte-compile-dynamic, c-basic-offset, c-file-style)
6386         (c-indent-level, comment-column, fill-column, fill-prefix)
6387         (indent-tabs-mode, kept-new-versions, no-byte-compile)
6388         (no-update-autoloads, outline-regexp, page-delimiter)
6389         (paragraph-start, paragraph-separate, sentence-end)
6390         (sentence-end-double-space tab-width, version-control):
6391         Add `safe-local-variable' property.
6393         * find-lisp.el: Delete nonexistent `autocompile' file variable.
6395         * icomplete.el, play/landmark.el: Change nonexistent
6396         `outline-layout' file variable to `allout-layout'.
6398 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
6400         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6401         (gdb-get-changed-registers): Test value of gud-minor-mode relative
6402         to gud-comint-buffer.
6403         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6404         gdb-ui.el for gdb-mi.el.
6405         (gdb-post-prompt, gdb-get-changed-registers): Move test for
6406         registers buffer to gdb-get-changed-registers.
6407         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
6408         deletion of catchpoints (throw and catch).
6409         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6410         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6411         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6412         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6413         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6415 2006-02-13  Jay Belanger  <belanger@truman.edu>
6417         * calc/calc-arith.el (math-check-known-matrixp): Make sure
6418         expression is a symbol before checking that it is bound.
6420 2006-02-13  Richard M. Stallman  <rms@gnu.org>
6422         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6423         for the minibuffer too, but not if resize-mini-windows will interfere.
6425         * help.el (describe-key-briefly, describe-key): Do all arg-reading
6426         inside `interactive' spec.
6427         (describe-key-briefly-internal, describe-key-internal):
6428         Functions merged back into their callers.
6430 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
6432         * info.el (info-xref-visited): Inherit from info-xref too.
6433         (Info-set-mode-line): Replace occurrences of `%' by `%%'
6434         when propertizing Info-current-file and Info-current-node.
6436 2006-02-13  Juri Linkov  <juri@jurta.org>
6438         * tumme.el (tumme-thumbnail-storage): Fix docstring.
6439         (tumme-thumb-name): Fix per-directory format.
6441 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
6443         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6445 2006-02-12  Miles Bader  <miles@gnu.org>
6447         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6449 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
6451         * tumme.el: Remove history section.  If someone needs the it, it
6452         can always be found in CVS.
6454 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6456         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
6457         about the Thumbnail Managing Standard option.
6459 2006-02-12  Richard M. Stallman  <rms@gnu.org>
6461         * subr.el (substitute-key-definition): Doc fix.
6463         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6465         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6467         * info.el (Info-mode): Doc fix.
6469         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6471 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
6473         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6474         because on Solaris a POSIX compatible "id" is needed.  Reported by
6475         Magnus Henoch <mange@freemail.hu>.
6477 2006-02-12  Juri Linkov  <juri@jurta.org>
6479         * tumme.el: Remove todo item about Thumbnail Managing Standard.
6480         (tumme) <defgroup>: Change :group to `multimedia'.
6481         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6482         Managing Standard.
6483         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6484         Fix dostring.
6485         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6486         and %y.  Fix docstring.
6487         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6488         (tumme-cmd-create-standard-thumbnail-command): New user options.
6489         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6490         is `standard'.  Fix docstring.
6491         (tumme-thumb-width, tumme-thumb-height): New user options.
6492         (tumme-external-viewer): Try to find various viewers.
6493         (tumme-get-thumbnail-image): Use `create-image' instead of
6494         constructing the `image' structure.
6495         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6496         `standard'.
6497         (tumme-thumb-name): Add file name generation for standard storage.
6498         Simplify code for other storages.
6499         (tumme-thumb-name): Use width %w and height %h instead of size %s.
6500         Add modification time %m and thumbnail-nq8 %q.
6501         Use `tumme-cmd-create-standard-thumbnail-command' if
6502         tumme-thumbnail-storage is `standard'.
6503         (tumme-dired-insert-marked-thumbs): New autoload command.
6504         (tumme-dired-after-readin-hook): New function.
6505         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6506         `tumme-thumb-size'.
6507         (tumme-display-image): Replace size-x %x and size-y %y with
6508         width %w and height %h.
6510         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6511         `tumme-dired-insert-marked-thumbs'.
6513 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6515         * tumme.el (tumme-write-tag): Fix small bug (file name did not
6516         include path).
6517         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6518         matching tag.
6520 2006-02-12  Miles Bader  <miles@gnu.org>
6522         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6523         New variables.
6524         (rcirc-abbrev-nick): New function.
6525         (rcirc-format-response-string): Rewrite to use the formats in
6526         `rcirc-response-formats' and expand escape sequences therein.
6527         A text-property `rcirc-text' is added over the actual response
6528         text to make easy to find inside the returned string.
6529         (rcirc-print): When filling, just look for the `rcirc-text'
6530         text-property to find the appropriate fill prefix, instead of
6531         using hardwired patterns.
6533 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
6535         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
6536         Managing Standard.
6538 2006-02-11  Kim F. Storm  <storm@cua.dk>
6540         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6541         Don't use insert-buffer; do insert-buffer-substring directly.
6542         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
6544 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
6546         * files.el (revert-buffer, recover-file): Replace buffer-read-only
6547         with inhibit-read-only.  Suggested by Stefan Monnier.
6548         (revert-buffer): Let insert-file-contents discard
6549         buffer-undo-list.  Simplify code.
6550         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6552 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
6554         * menu-bar.el (menu-bar-select-yank): Add a doc string.
6556         * help.el (describe-key-briefly): Now a wrapper for
6557         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
6558         to t.  Populate yank-menu if empty.
6559         (describe-key-briefly-internal): Renamed from describe-key-briefly.
6560         (describe-key): Now a wrapper for describe-key-internal.  Bind
6561         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
6562         (describe-key-internal): Renamed from describe-key.
6564 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
6566         * progmodes/glasses.el (glasses-separator): Doc fix.
6567         (glasses-original-separator): New defcustom.
6568         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6570 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
6572         * mwheel.el (mouse-wheel-up-event): Doc fix.
6574 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
6576         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6577         (tumme-dir): New function.  Copied from thumbs.el.
6579 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
6581         * desktop.el (desktop-outvar): Fix typo.
6582         (desktop-save-buffer-p): Doc fix.
6584         * subr.el (substitute-key-definition): Fix typo.
6586 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6588         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6589         when window-system is mac.
6591         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6593 2006-02-10  Kim F. Storm  <storm@cua.dk>
6595         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6596         indirect-function instead of using condition-case.
6598 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
6600         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6601         less `colloquial'...
6603 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
6605         * tumme.el: Add a couple of todo items.
6607 2006-02-09  Lars Hansen  <larsh@soem.dk>
6609         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6610         (highlight-changes-mode): Don't change desktop-locals-to-save.
6612 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
6614         * image-mode.el (image-toggle-display): Clear image cache if using
6615         filename.
6617 2006-02-09  Masatake YAMATO  <jet@gyve.org>
6619         * dired-x.el (dired-guess-shell-alist-default): Add .man as
6620         a `dired-man' target.
6622         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6623         boundary of symbols.
6625 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
6627         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6629 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
6631         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6632         `mapcar'; return nil.
6634 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
6636         * mouse.el (mouse-drag-track): Don't change window if we rebind to
6637         some other event.
6639 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
6641         * net/rcirc.el (rcirc-startup-channels-alist):
6642         Add irc.freenode.net and #emacs as defaults.
6643         (rcirc-ignore-all-activity-flag): Remove variable.
6644         (rcirc-authinfo): New variable.
6645         (rcirc-authinfo-filename): Remove variable.
6646         (rcirc-always-use-server-buffer-flag): New flag.
6647         (rcirc): M-x rcirc will automatically connect without prompting.
6648         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
6649         connection in lisp.
6650         (rcirc-process-server-response-1): Remove everything but the nick
6651         portion of the sender so it doesn't need to be done everywhere
6652         else.  Update related code.
6653         (global-map): Remove global keybindings.
6654         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6655         (rcirc-send-input): Split into several functions.
6656         (rcirc-process-input-line, rcirc-process-message)
6657         (rcirc-process-command): New functions.
6658         (rcirc-target-buffer): New function to determine where to route
6659         messages.
6660         (rcirc-user-nick): Save match data.
6661         (rcirc-toggle-ignore-buffer-activity)
6662         (rcirc-update-activity-string): Remove global ignore functionality,
6663         which can be done now by toggling rcirc-track-minor-mode.
6664         (rcirc-track-minor-mode-map): New keymap.
6665         (rcirc-track-minor-mode): New minor-mode.
6666         (ignore): Make the ignore output nicer.  Always print it when
6667         adding or removing nicks.
6668         (rcirc-url-regexp): Improve.
6669         (rcirc-mangle-text): Remove properties before using text in the
6670         modeline.
6671         (rcirc-authenticate): Authentication data comes from
6672         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6673         (rcirc-server-prefix): Inherit from rcirc-server.
6675 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
6677         * Makefile.in (compile): Append "|| true" to the end of the `find'
6678         command, like compile-always does.
6680 2006-02-08  Sam Steingold  <sds@gnu.org>
6682         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6683         output from a dead connection.
6685 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6687         * dired.el (dired-mode-map): Add more bindings for tumme.
6689 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6691         * wdired.el (wdired-mode-map): Use remap.
6692         (wdired-get-filename): Massage.
6693         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6694         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6695         `keymap' property rather than `local-map'.
6697 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6699         * tumme.el (tumme-get-thumbnail-image): New utility function.
6700         Suggested by from Chong Yidong.
6701         (tumme-dired-with-window-configuration): Rename from
6702         `tumme-dired'.  Add code to save window configuration.
6703         (tumme-restore-window-configuration): New command to restore the
6704         window configuration that `tumme-dired-with-window-configuration'
6705         saves before it changes the window configuration.
6706         (tumme-show-all-from-dir): New command to display thumbnails for
6707         all files in a directory entered by the user, like M-x thumbs.
6708         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6709         have been created.
6710         (tumme-display-thumbnail-original-image): Call `display-buffer'.
6711         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6712         Remove obsolete test function.
6714 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
6716         * vc.el (small-temporary-file-directory): Remove defvar; there's
6717         a defcustom for it in files.el.
6719         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6720         Fix typo in message.
6721         (tumme-gallery-generate): Fix typo in `error' message.
6722         (tumme-display-window-height-correction)
6723         (tumme-display-window-width-correction, tumme-line-up-dynamic)
6724         (tumme-line-up-interactive): Dox fixes.
6725         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6726         (tumme-restore-window-configuration, tumme-format-properties-string)
6727         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6728         Fix typos in docstrings.
6730 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
6732         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6734 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
6736         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6737         User should use hook if desired.
6739         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6740         buffer if necessary.
6741         (gdb-delete-frame-or-window): New function.
6742         (gdb-breakpoints-mode-map): Bind "q" to it.
6744 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6746         * textmodes/nroff-mode.el: Clean up name space.
6747         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6748         (nroff-mode): Obey the global setting of nroff-electric-mode.
6749         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6751         * calendar/calendar.el (calendar-increment-month): Typo in last change.
6753 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
6755         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6757 2006-02-06  Lars Hansen  <larsh@soem.dk>
6759         * generic-x.el (etc-fstab-generic-mode): Add file system types
6760         cifs and usbdevfs.  Allow special chars in file names.
6762 2006-02-05  Jay Belanger  <belanger@truman.edu>
6764         Update copyright notices of the files in lisp/calc.
6766 2006-02-05  Romain Francoise  <romain@orebokech.com>
6768         Update copyright notices of all files in the lisp/play directory.
6770 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
6772         * ldefs-boot.el: Regenerate.
6774         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6776 2006-02-05  Kim F. Storm  <storm@cua.dk>
6778         * files.el (magic-mode-regexp-match-limit): New defvar.
6779         (set-auto-mode): Use it to limit magic-mode-alist matching.
6781 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
6783         * simple.el (display-message-or-buffer): Compare the number of
6784         characters to the frame width when determining whether a 1-line
6785         message string will fit in the echo area.  Count screen lines
6786         instead of buffer lines when determining whether a multi-line
6787         message will fit in the echo area/minibuffer window.
6789 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
6791         * info.el (Info-index, Info-mode): Improve the description of the
6792         `i' command.
6794         * ldefs-boot.el: Regenerate.
6796 2006-02-03  Werner Lemberg  <wl@gnu.org>
6798         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6799         greedy to find the closing bracket in \*[...] and similar
6800         expressions.  This is a first rough fix -- many additional
6801         refinements are necessary to make nroff mode really usable with groff.
6803 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
6805         * international/mule-cmds.el (set-locale-environment):
6806         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6807         libX11.
6809 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
6811         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6812         archive are created in archive-tmpdir.
6814 2006-02-02  John Paul Wallington  <jpw@pobox.com>
6816         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6817         (ibuffer-fontification-alist): Use it.
6818         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6819         to "* z" and the Ibuffer Mark menu.
6821         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6823 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6825         * textmodes/table.el (*table--cell-describe-mode)
6826         (*table--cell-describe-bindings): Undo last change since
6827         print-help-return-message is not obsoleted by anything at all.
6829 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6831         * emulation/cua-base.el (cua-mode): Doc fix.
6833 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
6835         * dframe.el (dframe-handle-make-frame-visible)
6836         (dframe-handle-iconify-frame, dframe-get-focus)
6837         (dframe-select-attached-frame, dframe-power-click)
6838         (dframe-frame-mode): Fix typos in docstrings.
6840         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6841         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6842         Fix typos in docstrings.
6844         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6845         (hi-lock-face-buffer, hi-lock-font-lock-hook)
6846         (hi-lock-archaic-interface-message-used)
6847         (hi-lock-file-patterns-range): Fix typos in docstrings.
6849         * savehist.el (savehist-loaded, savehist-load, savehist-install)
6850         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6852         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6853         Fix typo in docstring.
6855         * net/newsticker.el (newsticker--decode-iso8601-date)
6856         (newsticker--set-customvar, newsticker--buffer-insert-item)
6857         (newsticker--do-run-auto-mark-filter)
6858         (newsticker--parse-generic-feed): Doc fixes.
6859         (newsticker--retrieval-timer-list, newsticker-url-list)
6860         (newsticker-hide-immortal-items-in-echo-area)
6861         (newsticker-hide-obsolete-items-in-echo-area)
6862         (newsticker-new-item-face, newsticker--enclosure)
6863         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6864         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6865         (newsticker--parse-generic-feed, newsticker--cache-contains)
6866         (newsticker--stat-num-items, newsticker-download-enclosures):
6867         Fix typos in docstrings.
6869         * net/rcirc.el (rcirc-debug): Doc fix.
6870         (rcirc-fill-column, rcirc-receive-message-hooks)
6871         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6872         (rcirc-mode, rcirc-generate-new-buffer-name)
6873         (rcirc-startup-channels, rcirc-ignore-update-automatic)
6874         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6875         Fix typos in docstrings.
6876         (rcirc-print): "?\ " -> "?\s".
6877         (rcirc-cmd-join): Improve argument/docstring consistency.
6879 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
6881         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6882         before narrow-to-region.
6884 2006-02-01  Richard M. Stallman  <rms@gnu.org>
6886         * simple.el (move-beginning-of-line): Scan properly for invis change.
6888         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6890 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
6892         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6893         change bit only when id-format is 'integer.  Reported by Matt
6894         Hodges <M.P.Hodges@rl.ac.uk>.
6896 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
6898         * hilit-chg.el (highlight-changes-initial-state)
6899         (highlight-changes-global-initial-state): Doc fixes.
6900         (highlight-changes-global-modes, global-highlight-changes):
6901         Fix typos in docstrings.
6903 2006-02-01  Kim F. Storm  <storm@cua.dk>
6905         * emulation/cua-base.el (cua-mode): Mention that CUA enables
6906         transient-mark-mode in doc string.
6908 2006-01-31  Richard M. Stallman  <rms@gnu.org>
6910         * replace.el (multi-occur): Doc fix.
6911         (multi-occur-in-matching-buffers): Rename from
6912         multi-occur-by-filename-regexp.  Prefix arg says match
6913         buffer names instead of file names.
6915 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
6917         * bs.el: Allow non-default values of `bs-header-lines-length'.
6918         (bs--running-in-xemacs): Remove (not needed anymore).
6919         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6920         instead of `shrink-window', thus avoiding having to compute the
6921         height of the window.
6922         (bs--up): Wrap around even when there's no header.
6923         (bs--down): Use `forward-line' instead of `next-line'.
6925 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
6927         * image-mode.el (image-toggle-display): Use file name if possible,
6928         instead of unnecessarily allocating a (possibly huge) lisp string.
6930 2006-01-30  John Paul Wallington  <jpw@pobox.com>
6932         * subr.el (toplevel): Define `cl-assertion-failed' condition here
6933         because the `assert' macro signals it at runtime.
6935         * emacs-lisp/cl.el (toplevel): Remove definition of
6936         `cl-assertion-failed' condition.
6938 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
6940         * thumbs.el (thumbs-marked-list): Make buffer-local and
6941         permanent-local.
6942         (thumbs-insert-thumb): Make help-echo non-sticky.
6943         (thumbs-file-alist): Use eolp as check for (non)-image.
6945 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
6947         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6948         (ediff-before-session-group-setup-hooks)
6949         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6950         Fix typos in docstrings.
6952         * window.el (bw-dir, bw-eqdir, balance-windows)
6953         (split-window-keep-point): Fix typos in docstrings.
6955         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6956         (org-quote-string, org-calendar-to-agenda-key)
6957         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6958         (org-show-following-heading, org-tags-column)
6959         (org-use-tag-inheritance, org, org-allow-space-in-links)
6960         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6961         (org-enable-table-editor, org-calc-default-modes)
6962         (org-table-allow-automatic-line-recalculation)
6963         (org-export-html-style, org-export-with-fixed-width)
6964         (org-export-with-sub-superscripts, org-special-keyword)
6965         (org-formula, org-time-grid, org-table-may-need-update)
6966         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6967         (org-goto-quit, org-get-indentation, org-end-of-item)
6968         (org-move-item-down, org-move-item-up)
6969         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6970         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6971         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6972         (org-agenda-log-mode, org-agenda-toggle-diary)
6973         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6974         (org-agenda-file-to-end, org-agenda-no-heading-message)
6975         (org-agenda-get-closed, org-format-agenda-item)
6976         (org-cmp-priority, org-cmp-category, org-cmp-time)
6977         (org-agenda-change-all-lines, org-agenda-diary-entry)
6978         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6979         (org-link-search, org-camel-to-words, org-open-file)
6980         (org-remember-handler, org-table-convert-region)
6981         (org-table-move-row-down, org-table-move-row-up)
6982         (org-table-copy-region, org-table-wrap-region)
6983         (org-table-toggle-vline-visibility)
6984         (org-table-get-vertical-vector, org-table-modify-formulas)
6985         (org-table-get-specials, org-recalc-commands)
6986         (org-table-rotate-recalc-marks, org-table-eval-formula)
6987         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6988         (org-level-color-stars-only, org-insert-heading):
6989         Fix typos in docstrings.
6990         (last-arg): Add defvar.
6992         * makefile.w32-in (WINS): Add erc.
6993         (MH_E_SRC): Update (copied from lisp/Makefile.in).
6995 2006-01-29  Bill Wohler  <wohler@newt.com>
6997         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6998         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6999         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
7000         (mh-autoloads): Don't use comments on otherwise empty lines.
7002 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
7004         * emulation/viper.el (viper-major-mode-modifier-list): Add
7005         insert-state and vi-state entries for erc-mode.
7006         (viper-go-away, viper-set-hooks): Add and remove
7007         viper-comint-mode-hook from erc-mode-hook as appropriate.
7009         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7011 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
7013         * bs.el (bs--format-aux): Implement `middle' alignment as
7014         described in the docstring for `bs-attributes-list'.
7015         (bs--get-name): Simplify.  Don't pad the buffer name.
7017 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
7019         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7020         English aspell dictionary is installed, use the first entry of
7021         ispell-dictionary-alist-1.
7023 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
7025         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7026         Doc fix.
7028 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
7030         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7031         for `process-file', in order to let it work for older Emacsen too.
7033 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7035         * international/latexenc.el: Add a suitable `coding:' tag.
7036         (latexenc-find-file-coding-system): Undo last change.
7038 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7040         * international/latexenc.el (latexenc-find-file-coding-system):
7041         Make sure latexenc-main-file is a regular file and is readable.
7043 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
7045         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7046         Pass FILE to vc-user-login-name.
7048         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7050 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
7052         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7053         there are no more images to display.
7054         (thumbs-mark, thumbs-unmark): Revert change so that they move to
7055         the next image.
7057 2006-01-26  Richard M. Stallman  <rms@gnu.org>
7059         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7061         * wid-edit.el (advertised-widget-backward): New alias.
7062         (widget-keymap): Use advertised-widget-backward for S-TAB.
7064         * tumme.el: Correct the keywords.
7065         (tumme-dir-max-size): Use defvar.
7066         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7068         * simple.el (move-beginning-of-line): Take account of fields.
7069         (clone-indirect-buffer-other-window): Take args like
7070         clone-indirect-buffer, and work like it.
7072         * help-fns.el (describe-function): Don't pass `nil' as default.
7074         * files.el (risky-local-variable-p): Follow var aliases.
7076         * subr.el (lazy-completion-table): Doc fix.
7078         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7079         global binding of `line'.
7081 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
7083         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7084         Tramp.
7086         * vc.el (vc-default-dired-state-info): Pass FILE to
7087         vc-user-login-name.
7088         (vc-default-update-changelog): Don't use vc-user-login-name, we
7089         don't need it here.
7091         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7092         no longer necessary.
7094 2006-01-25  Kenichi Handa  <handa@m17n.org>
7096         * international/mule.el (decode-char): Avoid the overhead of
7097         calling utf-lookup-subst-table-for-decode if
7098         utf-translate-cjk-mode is nil.
7099         (encode-char): Avoid the overhead of calling
7100         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7101         nil.
7103 2006-01-22  Kenichi Handa  <handa@m17n.org>
7105         * international/mule.el (make-subsidiary-coding-system): Reset
7106         `coding-system-define-form' property of subsidiaries to nil.
7107         Avoid duplicated entry in coding-system-alist.
7108         (make-coding-system): Avoid duplicated entry in
7109         coding-system-alist.
7110         (define-coding-system-alias): Likewise.
7112 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
7114         * completion.el: Minor fixes in introductory comment.
7115         (completion-def-wrapper): Fix alist.
7117 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
7119         * thumbs.el (thumbs-new-image-size): New function.
7120         (thumbs-increment-image-size-element)
7121         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7122         (thumbs-decrement-image-size): Delete.
7123         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
7124         temp files and use to resize.
7125         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7126         Use increment argument to enlarge/shrink.  Preserve point.
7127         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7128         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7129         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7130         (thumbs-mark, thumbs-unmark): Preserve point.
7131         (thumbs-modify-image): Keep old temp files and use to modify.
7132         Cleanup old temp files at load time.  Preserve point.
7133         (thumbs-view-image-mode-map): Use new command names.
7135 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * log-view.el (log-view-minor-wrap): First rev is the one at point.
7139         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7140         the nastiest part of the cyclic dependency.
7141         (cal-menu-update): Use dotimes and calendar-increment-month.
7143         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7144         (calendar-week-start-day): Add an :initializer.
7145         (calendar-mode-map): Use suppress-keymap, and command remapping.
7146         (describe-calendar-mode): Setup xref-stack info for the back button.
7147         (calendar-star-date): Insert before delete.
7148         (calendar-set-mode-line): Add file-modified info if applicable.
7149         (calendar-increment-month): New function.
7151 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
7153         * font-lock.el (lisp-font-lock-keywords-2):
7154         Recognize "& keywords" only at word boundaries.
7156 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
7158         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
7159         and permanent-local.
7160         (thumbs-max-image-number): New variable.
7161         (thumbs-do-thumbs-insertion): Use them.
7162         (thumbs-per-line): Change default to 4.
7163         (thumbs-marked-list): Rename from thumbs-markedL.
7164         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7165         (thumbs-rename-images): Use -list instead of L for internal variables.
7166         (thumbs-call-convert): Use call-process instead of shell-command.
7167         (thumbs-insert-thumb): Add filename as help-echo to each image.
7168         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7169         Give dir to thumbs-show-thumbs-list.
7170         (thumbs-show-thumbs-list): Set default-directory to that of images.
7171         (thumbs-dired-show): Rename from thumbs-dired-show-all.
7172         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7173         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7174         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7176 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7178         * ses.el (ses-read-cell): Provide a default value.
7180 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
7182         * term/w32-win.el (image-library-alist): Add additional names for
7183         GIF library.
7185 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7187         * international/latexenc.el (latexenc-find-file-coding-system):
7188         Add file-regular-p check.
7190 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7192         * simple.el (clone-buffer): Don't show the new buffer in the same
7193         window.
7195 2006-01-23  Juri Linkov  <juri@jurta.org>
7197         * faces.el (link, link-visited): New faces based on default values
7198         of `info-xref' and `info-xref-visited'.
7200         * info.el (info-xref): Inherit from `link'.
7201         (info-xref-visited): Inherit from `link-visited'.
7203         * cus-edit.el (custom-buffer-create-internal): Use widget type
7204         `custom-manual' instead of `info-link' and don't set properties
7205         `button-face' and `mouse-face' explicitly.
7206         (custom-browse-group-tag, custom-browse-variable-tag)
7207         (custom-browse-face-tag): Inherit from widget class
7208         `custom-group-link' instead of `push-button'.
7209         (custom-button-unraised): Inherit from `underline' face.
7210         (custom-link): Inherit from `link' face.  Fix doc and group.
7211         (custom-add-parent-links, custom-group-value-create): Don't set
7212         properties `button-face' and `mouse-face' explicitly for
7213         `custom-group-link' widget.
7214         (custom-group-link): Add properties `button-face' and `mouse-face'
7215         to widget definition.
7216         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
7217         editable-field's :keymap property.
7218         (custom-mode): Fix docstring: substitute keybindings for
7219         `widget-forward' and `widget-backward' from `widget-keymap',
7220         `widget-complete' from `custom-field-keymap', replace old
7221         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
7223         * desktop.el (desktop-load-file): Check for `fboundp' before
7224         calling `symbol-function'.
7226         * simple.el (clone-buffer, clone-indirect-buffer)
7227         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7228         `read-string'.  Fix prompts.
7230         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7232 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
7234         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7236 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
7238         * startup.el (inhibit-splash-screen, initial-scratch-message):
7239         Doc fixes.
7241 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7243         Sync with Tramp 2.0.52.
7245         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7246         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
7247         `tramp-unload-tramp' for checklist.
7249         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7250         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
7251         (tramp-unload-file-name-handler-alist)
7252         (tramp-unload-tramp): New defuns.
7253         (tramp-advice-PC-expand-many-files): New defadvice.
7254         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7255         removed.
7256         (tramp-handle-expand-file-name): Remove double slash.
7257         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7258         It doesn't matter, because it will be converted later on.
7259         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
7260         implementation was just heuristic.
7261         (tramp-post-connection): Set uid and gid properties.
7262         (tramp-convert-file-attributes): Set file's gid change bit.
7263         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7264         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7265         in case of su(do)? methods.  The home directory of the local user
7266         will be taken else.
7267         (tramp-open-connection-telnet)
7268         (tramp-open-connection-rsh, tramp-open-connection-su)
7269         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
7270         local shell prompt could hurt.  Reported by Romain Francoise
7271         <romain@orebokech.com>.
7272         (tramp-let-maybe): Add `edebug-form-spec' property.
7273         (tramp-handle-expand-file-name): Bind `default-directory' locally
7274         to "/" in order to avoid problems with UNC shares or Cygwin
7275         mounts.
7276         (tramp-md5-function): Fix typo in error message.
7278         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7280         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7281         for byte-compiler pacification.
7283 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
7285         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7286         ID-FORMAT `string'.  This allows us to get rid of
7287         `vc-user-login-name UID'.
7289         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7291 2006-01-22  John Paul Wallington  <jpw@pobox.com>
7293         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7295 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
7297         * emacs-lisp/find-func.el (find-definition-noselect)
7298         (find-variable-noselect): Search variables in C source code too.
7299         (find-function-C-source, find-function-noselect, find-function)
7300         (find-function-other-frame, find-variable-noselect, find-variable)
7301         (find-variable-other-frame, find-variable-at-point):
7302         Fix docstrings.
7304 2006-01-21  Francesco Potorti`  <pot@gnu.org>
7306         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7308 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
7310         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7311         Default to disabling the "Save affix" question.
7313 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
7315         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7316         the first arg to run-python.
7318 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7320         * startup.el (command-line-1): Handle --no-desktop if desktop.el
7321         is not loaded.
7323 2006-01-20  Jay Belanger  <belanger@truman.edu>
7325         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7326         limit is 0.
7328         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7329         the correct variable.
7331 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
7333         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7334         link.  Fixed buggy argument sequence in call to `org-view-tags'.
7335         (org-compile-prefix-format): Set `org-prefix-has-tag'.
7336         (org-prefix-has-tag): New variable.
7337         (org-format-agenda-item): Remove tags from headline if
7338         appropriate.
7339         (org-agenda-remove-tags-when-in-prefix): New option.
7340         (org-get-tags-at): New function.
7342 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
7344         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
7345         (thumbs-find-image): Move image name and number from buffer name
7346         to mode name.  Set thumbs-buffer.  Preserve point so that large
7347         images remain visible.
7348         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7349         order.
7350         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
7351         mode name.
7352         (thumbs-next-image, thumbs-previous-image): Make them work.
7354 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
7356         * cus-edit.el (custom-buffer-create-internal): State in the text above
7357         the whole buffer buttons that they do not operate on hidden items.
7358         (custom-face-menu): Use `custom-face-save' instead of
7359         `custom-face-save-command'.
7360         (custom-face-save-command): Make it an alias for `custom-face-save'
7361         and declare it obsolete.
7362         (custom-face-save): Doc fix.
7364         * dired.el (dired-no-confirm): Add quote.
7365         (dired-subdir-alist-pre-R): Add quote in
7366         `make-variable-buffer-local' form and remove unbalanced parenthesis.
7368 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7370         * textmodes/table.el (table-mode-indicator): Typo in last change.
7372 2006-01-19  Richard M. Stallman  <rms@gnu.org>
7374         * outline.el (hide-leaves): Don't call outline-end-of-heading.
7375         Fixes bug reported in Nov 2005.
7377         * isearch.el (isearch-forward): Doc fix.
7379         * dired.el (dired-move-to-filename-regexp): Define as alias.
7380         (dired-no-confirm): Use defcustom.
7381         (dired-subdir-alist-pre-R): Put defvar at top level.
7383         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7385         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7386         Mark as risky.
7388         * simple.el (set-mark-command): Doc fix.
7389         (clone-indirect-buffer-other-window):
7390         Read arg like clone-indirect-buffer.
7391         (move-beginning-of-line): Skip invisible newlines.
7393 2006-01-19  Masatake YAMATO  <jet@gyve.org>
7395         * progmodes/cpp.el (cpp-edit-load): Make the order of
7396         listed conditions in a base C code buffer and its associate
7397         CPP Edit buffer the same.
7399 2006-01-19  Kenichi Handa  <handa@m17n.org>
7401         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7402         (rmail-mime-feature): Likewise.
7403         (rmail-require-mime-maybe): Use display-warning to show a warning
7404         message.
7406         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7407         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7409 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7411         * array.el: Move defvars out of eval-when-compile.
7412         (array-make-template): Replace undeclared global var with a local one.
7413         (array-mode): Inline initialization functions.
7414         (array-init-local-variables, array-init-max-row)
7415         (array-init-max-column, array-init-columns-per-line)
7416         (array-init-field-width, array-init-rows-numbered)
7417         (array-init-line-length, array-init-lines-per-row): Remove.
7419         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
7420         (doc-mode-map): Define explicitly.
7421         (doctor-txtype): Use mapc.
7423         * textmodes/table.el: Move defvars out of eval-when-compile.
7424         Remove harmful code meant to avoid byte-compiler warnings.
7425         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
7426         specification that checks table-fixed-width-mode directly.
7427         (table-recognize-region, table-recognize-cell):
7428         Use restore-buffer-modified-p.
7429         (table-fixed-width-mode): Remove code that refreshes
7430         table-fixed-mode-indicator.
7431         (*table--cell-describe-bindings, *table--cell-describe-mode):
7432         Avoid obsolete name print-help-return-message.
7433         (table--test-cell-list): Don't use replace-regexp from elisp.
7434         (table--point-entered-cell-function, table--point-left-cell-function):
7435         Don't set table-fixed-mode-indicator, use force-mode-line-update.
7437         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
7438         that was after the end of file.  Use buffer-file-name variable.
7439         (org-timestamp-change): Use with-current-buffer.
7440         (org-todo-list): Don't unnecessarily define a new buffer-local var.
7441         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7442         `file'.
7444         * progmodes/fortran.el: Move defvars out of eval-when-compile.
7445         (fortran-break-line): Remove unused var `opoint'.
7446         (fortran-abbrev-start): Obey help-event-list.
7448 2006-01-18  Jesper Harder  <harder@phys.au.dk>
7450         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7452 2006-01-18  Masatake YAMATO  <jet@gyve.org>
7454         * progmodes/make-mode.el (makefile-imake-mode): New mode
7455         derived from makefile-mode.
7456         (makefile-imake-mode-syntax-table): New syntax table
7457         derived from makefile-mode-syntax-table.
7458         (makefile-mode): Write about makefile-imake-mode in doc string.
7459         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7460         (makefile-imake-font-lock-keywords): New font lock keywords.
7462         * files.el (auto-mode-alist): Add Imakefile.
7464 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
7466         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7467         loading the file rather than when turning on flyspell-mode.
7469 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7471         * cus-edit.el (customize-rogue): Minor doc fix.
7473 2006-01-17  Juri Linkov  <juri@jurta.org>
7475         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7476         instead of the file at the mark as default if the file at the mark
7477         is the same as the file at point or if dired-dwim-target-directory
7478         is not the same as the current directory and the mark is not active.
7480         * log-view.el (log-view-minor-wrap): Use the same logic to get
7481         revisions as `log-view-diff'.
7483         * info.el (Info-revert-find-node): Check for Info-current-file
7484         before preserving new-history.
7486         * man.el (Man-heading-regexp): Add `/'.
7488         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7489         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7491 2006-01-16  Juri Linkov  <juri@jurta.org>
7493         * faces.el (mode-line-faces): New defgroup.
7494         (mode-line-highlight): Move definition after new defgroup.
7495         (mode-line, mode-line-inactive, mode-line-highlight):
7496         Replace :group `modeline' with `mode-line-faces'.
7497         (mode-line-buffer-id): New face.
7498         (modeline-buffer-id): New face alias.
7499         (vertical-border): Remove :group `modeline'.
7501         * bindings.el (propertized-buffer-identification): Use face
7502         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7503         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7504         (mode-line-buffer-identification-keymap): For mouse-1 replace
7505         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7506         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7507         mouse-3.
7509         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7510         Buffer-menu-buffer.  Doc fix.
7511         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7512         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7513         `Buffer-menu-buffer'.
7515         * info.el (Info-mode-line-node-keymap): New defvar.
7516         (Info-set-mode-line): Use `stringp' to check Info-current-file.
7517         Propertize Info-current-node with `mode-line-buffer-id' and
7518         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7520         * time.el (display-time-mail-face): Replace :group `faces' with
7521         `mode-line-faces'.
7523 2006-01-16  Kenichi Handa  <handa@m17n.org>
7525         * international/code-pages.el: Add autoload cookies for cp125[0345678].
7527         * language/european.el (cp1252): New alias for windows-1252.
7529         * international/mule.el (autoload-coding-system): Prepare for EOL
7530         variants.
7532 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
7534         * term.el (term-raw-map): Add mapping for insert.
7535         (term-send-insert): New.
7536         (term-mode): Make variables local here instead of doing it in
7537         `term-emulate-terminal'.
7538         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7539         Scroll reverse needs to take into account the scroll region.
7540         Saving and restoring the cursor should save the color attributes too.
7541         (term-reset-terminal): Reset the scroll region.
7542         (term-handle-ansi-escape): Cursor up and down should take into
7543         account the scroll region.
7544         (term-set-scroll-region): Rename from `term-scroll-region'.
7545         Move to 0,0 after setting the region.
7546         (term-handle-scroll): Handle scroll up.
7547         (term-down): Fix off by one error.
7548         (term-delete-lines): Do not delete outside the scroll region.
7549         (term-insert-lines): Take into account the scroll region.
7551 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7553         * textmodes/ispell.el (ispell-internal-change-dictionary)
7554         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7555         (start, end): Move declaration outside of eval-when-compile.
7557         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7558         (flyspell-mode-on): Use it.
7560         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7561         ispell-kill-ispell-hook.
7563 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
7565         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7566         (Custom-reset-saved): Do not ask for confirmation in single option
7567         buffers.
7569 2006-01-13  Richard M. Stallman  <rms@gnu.org>
7571         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7573 2006-01-13  Romain Francoise  <romain@orebokech.com>
7575         * add-log.el (add-change-log-entry, change-log-merge):
7576         Conditionally use `hard-newline'.
7578 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
7580         * wid-edit.el (widget-field-end): If the overlay is no longer
7581         associated with a buffer, behave as if the overlay didn't exist.
7583         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7584         Make sure the links use the `custom-link' face.
7586 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7588         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7589         (ld-script-mode): Don't set indent-line-function since we don't
7590         have one.
7592 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7594         * textmodes/org.el (org-open-file): Use mailcap for selecting an
7595         application.
7596         (org-file-apps-defaults-gnu): Use mailcap as the default for
7597         selecting an application on a UNIX system.
7598         (org-agenda-show-tags): New command.
7599         (org-table-insert-hline): Keep cursor in current table line.
7600         (org-table-convert): Offset effect of modifying
7601         `org-table-insert-hline'.
7602         (org-format-agenda-item): New optional argument TAG.
7603         (org-compile-prefix-format): Handle %T format for the tag.
7604         (org-expand-wide-chars): New function.
7605         (org-table-insert-row, org-table-insert-hline):
7606         Use `org-expand-wide-chars'.
7607         (org-open-file): Fix bug in program launch.
7608         (org-get-time-of-day): Fix bug with times before 1am.
7609         (org-agenda-menu): Add tags commands.
7611 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
7613         * textmodes/ispell.el (ispell-init-process): Include the used
7614         dictionary in ispell process start message.
7615         (ispell-internal-change-dictionary): When flyspell-mode is active
7616         and dictionary is changed, make sure ispell process is restarted
7617         and flyspell word cache cleared out for the current buffer.
7618         (ispell-change-dictionary): Make sure flyspell word cache is
7619         cleared out in all buffers with active flyspell mode when
7620         dictionary is globally changed.
7621         Call ispell-internal-change-dictionary after dictionary change.
7623 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7625         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7627         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7628         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7629         years.  Fix small differences wrt Makefile.in.
7630         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7631         Makefile.in does.
7633 2006-01-12  Bill Wohler  <wohler@newt.com>
7635         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7636         mh-search.el.
7638 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7640         * progmodes/ld-script.el: Update copyright year.
7642 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
7644         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7645         Don't add widget if setting undefined.
7647 2006-01-12  John Paul Wallington  <jpw@pobox.com>
7649         * help-fns.el (describe-variable): Remove newlines from void
7650         variable output.
7652 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
7654         * wdired.el (wdired-mode-map): Add help echo for
7655         wdired-abort-changes.
7657         * man.el (Man-file-name-regexp): Adjust for a list of files.
7659 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7661         * progmodes/ld-script.el (auto-mode-alist): Support
7662         suffix conventions used in netbsd and eCos.
7664 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7666         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7667         (custom-variable-menu, custom-face-menu, custom-group-menu)
7668         (Custom-mode-menu): Change names of menu items.  (As discussed on
7669         emacs-devel.)
7670         (custom-face-menu): Add "Undo Edits" item.
7672         * startup.el (init-file-user): defcustom -> defvar.
7674         * tooltip.el (tooltip-mode): Doc fix.
7676 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7678         * reveal.el (reveal-post-command): window-buffer signals an error on
7679         dead windows rather than returning nil.
7680         (reveal-open-new-overlays): An overlay might die while we open others.
7682 2006-01-11  Bill Wohler  <wohler@newt.com>
7684         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7685         phrasing in docstring.
7687         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7688         can give some systems gas.  Add new file mh-buffers.el.
7690 2006-01-06  Masatake YAMATO  <jet@gyve.org>
7692         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7693         C preprocessor forward ported from GNU Emacs 21.2.
7695         * progmodes/asm-mode.el (asm-font-lock-keywords):
7696         Use `cpp-font-lock-keywords'.
7698         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7700         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7701         of $ for "\\.ld[s]?".
7703 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7705         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7706         (tcl-indent-line): Return `noindent' if inside a string.
7708         * progmodes/flymake.el (flymake-split-string): Remove more than one
7709         empty string at beg/end of the result.
7710         (flymake-find-buildfile, flymake-find-possible-master-files):
7711         Use expand-file-name.
7712         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7713         since expand-file-name does it for us.  Use directory-file-name.
7714         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7715         (flymake-ler-get-type, flymake-ler-get-text)
7716         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
7717         (flymake-current-line-no): Remove spurious interactive spec.
7718         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7719         (flymake-check-include): Remove arg inc-path merged into inc-name.
7720         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7721         Arg regexp-list replaced by a simple regexp.
7722         (flymake-master-make-header-init, flymake-master-tex-init):
7723         Correspondingly replace regexp-list with a regexp.  Fix regexp.
7725 2006-01-10  Simon Josefsson  <jas@extundo.com>
7727         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7728         describing AUTH PLAIN fix.
7730 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
7732         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7733         (report-emacs-bug): Don't record initial prompt text.
7734         Instead, add text properties to prompting text.
7735         (report-emacs-bug-hook): Delete prompting text.
7737 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7739         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7740         `dirs'.  Adjust callers.
7742 2006-01-09  John Paul Wallington  <jpw@gnu.org>
7744         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7746 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7748         * reveal.el (reveal-open-new-overlays): New extracted fun.
7749         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
7750         using them.  Simplify the code.
7751         (reveal-post-command): Use them.  Fix up obsolete windows in
7752         reveal-open-spots.
7754         * progmodes/flymake.el: Use `require' rather than autoload for
7755         XEmacs's overlays.
7756         (flymake-get-common-file-prefix, flymake-build-relative-filename):
7757         Delete.  Use file-relative-name instead.
7758         (flymake-get-syntax-check-program-args, flymake-perl-init):
7759         Simplify the resulting code.
7761         * log-view.el (log-view-file-re, log-view-message-re): Add support
7762         for DaRCS output.
7764 2006-01-09  Alex Schroeder  <alex@gnu.org>
7766         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7767         identifiers sometimes added in square brackets at the beginning of
7768         subject lines.
7770 2006-01-07  Richard M. Stallman  <rms@gnu.org>
7772         * cus-edit.el (Custom-set, Custom-save): Doc fix.
7773         (Custom-reset-current, Custom-reset-saved): Change question text.
7774         (Custom-reset-standard): Likewise.
7775         (custom-variable-reset-saved): Doc fix.
7777 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
7779         * startup.el (init-file-user): Doc fix.
7781 2006-01-07  Alex Schroeder  <alex@gnu.org>
7783         * mail/rmail.el (rmail-current-subject): New function.
7784         (rmail-current-subject-regexp): New function.
7785         (rmail-next-same-subject): Use it.
7787         * mail/rmailsum.el (rmail-summary-by-topic):
7788         Use rmail-current-subject and rmail-current-subject-regexp.
7789         (rmail-summary-next-same-subject): Ditto.
7791         * net/rcirc.el (rcirc-send-input): No longer check whether the
7792         process is open, since not all commands need an open process.
7793         (rcirc-send-string): Check whether the process is open before
7794         sending anything.
7795         (rcirc-ignore-list): New option.
7796         (rcirc-ignore-list-automatic): New variable.
7797         (rcirc-print): Take rcirc-ignore-list into account.
7798         (rcirc-cmd-ignore): New command.
7799         (rcirc-ignore-update-automatic): New function.
7800         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7801         list if ignored nicks.
7802         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7804 2006-01-06  David Reitter  <david.reitter@gmail.com>
7806         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7807         reflect the address to which the report will be sent.
7809 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7811         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7812         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7814 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
7816         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7818         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7819         the doc string: "functoin" => "function".
7820         * ldefs-boot.el: Likewise.
7822         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7823         message text: "Duplicat" => "Duplicate".
7825 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7827         * files.el (basic-save-buffer-2): If backing-up failed, reset
7828         buffer-backed-up to nil.
7830 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
7832         * progmodes/gud.el (gdb-script-skip-to-head)
7833         (gdb-script-calculate-indentation): Indent for breakpoint command
7834         lists also.
7836 2006-01-05  Bill Wohler  <wohler@newt.com>
7838         * Makefile.in (compile-always): Add mh-autoloads dependency.
7839         (bootstrap): Remove mh-autoloads dependency, as compile dependency
7840         provides it.
7841         (updates): Remove mh-autoloads dependency, since it probably has
7842         already run recently (via recompile).
7844 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7846         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7847         argument `force' to disable the flyspell-last-buffer optimization.
7848         (flyspell-mode-on): Use it.
7850         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7851         flymake-simple-cleanup.
7852         (flymake-allowed-file-name-masks): Use this new default.
7853         All the functions are now called in the right buffer rather than
7854         passing the buffer as argument.
7855         (flymake-process-sentinel): Switch to buffer before calling cleanup.
7856         (flymake-parse-err-lines): Remove redundant buffer arg.
7857         (flymake-get-program-dir): Comment out unused function.
7858         (flymake-start-syntax-check, flymake-start-syntax-check-process):
7859         Remove redundant buffer argument.
7860         (flymake-get-real-file-name, flymake-simple-java-cleanup)
7861         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7863 2006-01-05  Richard M. Stallman  <rms@gnu.org>
7865         * info.el (Info-find-node): Don't record previous node if have none.
7866         (info): Go to directory only if history is empty.
7868         * simple.el (mark): Doc fix.
7870 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7872         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7873         already of desired type.
7874         (mac-ae-list): Coerce parameter to "list" type.
7875         (mac-dispatch-apple-event): Replace cadr part of event with a
7876         dummy position so that event-start returns it.
7878 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7880         * textmodes/org.el (org-end-of-subtree): New function.
7881         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7882         Use `org-end-of-subtree'.
7883         (org-agenda, org-agenda-convert-date): Protect calls to
7884         `fit-window-to-buffer'.
7885         (org-tags-view): Force matching of sublevels when doing a
7886         todo-only search.  Define the correct redo command, including the
7887         arguments.
7888         (org-agenda-redo): Display message.
7889         (org-check-for-org-mode): New function.
7890         (org-agenda-type): New variable.
7891         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7892         Set `org-agenda-type'.
7893         (org-agenda-check-type): New function.
7894         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7895         (org-agenda-week-view, org-agenda-day-view)
7896         (org-agenda-next-date-line, org-agenda-previous-date-line)
7897         (org-agenda-log-mode, org-agenda-toggle-diary)
7898         (org-agenda-toggle-time-grid, org-agenda-date-later)
7899         (org-agenda-date-prompt, org-agenda-diary-entry)
7900         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7901         (org-agenda-convert-date, org-agenda-menu):
7902         Use `org-agenda-check-type'.
7903         (org-make-overlay, org-delete-overlay)
7904         (org-detatch-overlay, org-move-overlay, org-overlay-put):
7905         New compatibility functions.
7906         (org-calendar-select-mouse): New command.
7908 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
7910         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7911         (Custom-reset-standard): Fix y-or-n-p messages.
7912         (custom-link): New face for links.
7913         (custom-buffer-create-internal, custom-manual): Use it.
7914         (custom-face-save): Push to theme-face before setting face spec.
7916         * wid-edit.el (widget-default-mouse-face-get): New function.
7917         (widget-specify-button): Handle mouse-face like button-face.
7919         * custom.el (load-theme): Clear old theme settings if reloading.
7921 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7923         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7924         "Erase Customization" button back to same position it occupies in
7925         the individual State menus.
7927 2006-01-04  Kim F. Storm  <storm@cua.dk>
7929         * wid-edit.el (key-sequence): Rework widget to read key binding
7930         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
7931         (widget-key-sequence-default-value): Default value for empty sequence.
7932         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
7933         (widget-key-sequence-read-event): New command for C-q.
7934         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7935         (widget-key-sequence-value-to-external): New functions.
7937 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7939         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7940         Use expand-file-name.
7941         (flymake-delete-temp-directory): Use expand-file-name,
7942         file-name-directory, and directory-file-name.
7943         (flymake-strrchr): Delete.
7944         (flymake-start-syntax-check): Don't pass the redundant buffer argument
7945         to the init-f function.
7946         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7947         (flymake-init-find-buildfile-dir)
7948         (flymake-init-create-temp-source-and-master-buffer-copy)
7949         (flymake-simple-make-init-impl, flymake-simple-make-init)
7950         (flymake-master-make-init, flymake-master-make-header-init)
7951         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7952         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7953         (flymake-xml-init): Remove corresponding redundant buffer argument.
7954         (flymake-allowed-file-name-masks): Remove last elems that are equal to
7955         the default anyway.  Clean up regexps.
7957         * progmodes/flymake.el (flymake-temp-source-file-name)
7958         (flymake-master-file-name, flymake-temp-master-file-name)
7959         (flymake-base-dir): New buffer-local vars.
7960         (flymake-buffer-data, flymake-get-buffer-value)
7961         (flymake-set-buffer-value): Replace those hash-tables by the new
7962         buffer-local vars.  Update callers.
7964         * progmodes/flymake.el (flymake-check-start-time)
7965         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7966         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7967         Move definition, so we can remove redundant earlier declaration.
7968         (flymake-replace-regexp-in-string, flymake-split-string)
7969         (flymake-get-temp-dir): Use defalias.
7970         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
7971         (flymake-xemacs-window-edges): Remove unused function.
7972         (flymake-get-point-pixel-pos): Move.
7973         (flymake-pid-to-names, flymake-reg-names)
7974         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7975         Replace by a simple list flymake-processes and by process-buffer.
7976         Update callers.  Other than simplify the code, it uses buffers rather
7977         than buffer-names so it doesn't get confused by uniquify.
7978         (flymake-buffer-data): The global value should just be nil.
7980         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7981         Optimize the body of a defalias like any other code.
7983         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7984         Make sure we've setup font-lock's vars.  It may influence which
7985         function we then call.
7986         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7987         here since it's too late anyway.
7989 2006-01-03  Romain Francoise  <romain@orebokech.com>
7991         * startup.el (fancy-splash-tail, normal-splash-screen):
7992         Update copyright year.
7994 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
7996         * mouse.el (mouse-drag-track): Rename, from
7997         `mouse-drag-region-1'.  Includes optional argument required to
7998         enable post-drag event processing (e.g. delete region keys).
7999         Can be used without this argument to track a mouse region and operate
8000         on it as soon as the drag completes.
8001         (mouse-drag-region): Use `mouse-drag-track'.
8003 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
8005         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8006         Move to `custom-buffer' group.
8008         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8009         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8010         (custom-theme-insert-face-marker, custom-theme-variable-menu)
8011         (custom-theme-face-menu): New variables.
8012         (custom-theme-add-variable, custom-theme-variable-action)
8013         (custom-variable-reset-theme, custom-theme-delete-variable)
8014         (custom-face-reset-theme, custom-theme-face-action)
8015         (custom-theme-delete-face, custom-theme-merge-theme)
8016         (custom-theme-add-face, custom-theme-visit-theme): New functions.
8018 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
8020         * custom.el: Move Custom Themes commentary to start of theme code.
8021         (custom-known-themes): Rename `standard' theme to `changed'.
8022         (custom-push-theme): Caller no longer specifies what theme to use
8023         when doing `reset'---the setting is simply removed from the theme.
8024         Delete MODE from `theme-value' and `theme-settings' properties.
8025         (custom-declare-theme): Ignore &rest args since we don't use them.
8027         (custom-loaded-themes): Delete variable.
8028         (custom-theme-load-themes, custom-theme-loaded-p)
8029         (custom-theme-value): Delete functions.
8031         (custom-declare-theme): Signal error on invalid theme names.
8032         (provide-theme): custom-loaded-themes was deleted.
8033         (load-theme): Load the file unconditionally.
8034         (enable-theme): Call `load-theme' if theme is undefined.
8035         (custom-enabled-themes): Only update value for successful loads.
8036         (disable-theme): Complete from enabled themes when interactive.
8037         (custom-variable-theme-value): Calculate theme value directly.
8039         (custom-theme-reset-variables, custom-reset-variables): Mark as
8040         XEmacs compatibility functions.  We don't actually use these.
8042         * cus-edit.el (custom-variable-state-set):
8043         Use custom-variable-theme-value instead of custom-theme-value.
8044         (custom-face-state-set): Rename `standard' theme to `changed'.
8045         (custom-save-variables, custom-save-faces): Delete unneeded
8046         references to custom-reset-variables.
8047         (custom-save-resets): Delete function.
8048         (custom-save-variables, custom-save-faces): MODE argument deleted.
8049         (custom-save-variables, custom-save-faces): Ignore theme values.
8051         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8052         compatibility function.
8054 2006-01-01  Richard M. Stallman  <rms@gnu.org>
8056         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8057         (Custom-reset-current, Custom-reset-saved): Likewise.
8058         (Custom-reset-standard): Show message if aborted.
8059         (custom-mode): Doc fix, describing those commands.
8061         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8062         put on event-kind property.
8064 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
8066         * custom.el (provide-theme): Ban `user' theme name.
8067         (custom-enabling-themes): New variable.
8068         (enable-theme): Don't enable user if custom-enabling-themes is t.
8069         (custom-enabled-themes): Make it a defcustom.
8070         (custom-theme-recalc-face): No-op if face is undefined.
8072         * cus-edit.el (custom-button-mouse): New variable.
8073         (custom-button-mouse): New face.
8074         (custom-raised-buttons, custom-mode): Use it.
8076         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8078 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8080         * progmodes/gud.el (gud-display-line): Support hl-line in the
8081         source buffer.
8083 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
8085         * mouse.el (mouse-drag-window-above): Verify that the found window
8086         overlaps with the given window in the horizontal dimension.
8088 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8090         * Makefile.in (cvs-update): New target.
8092         * makefile.w32-in (cvs-update): Ditto.
8094 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
8096         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8097         (custom-new-theme-mode-map): New variable.
8099 2005-12-30  Richard M. Stallman  <rms@gnu.org>
8101         * custom.el (custom-load-themes): Function deleted.
8103         * cus-edit.el (custom-save-loaded-themes): Function deleted.
8104         (custom-save-variables): Don't delete or add custom-load-themes call.
8106 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8108         * cus-start.el: Add `visible-cursor'.
8110         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8111         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8112         (flymake-process-filter): Switch to buffer before calling it instead.
8113         (flymake-post-syntax-check, flymake-highlight-err-lines)
8114         (flymake-delete-own-overlays, flymake-parse-err-lines)
8115         (flymake-start-syntax-check, flymake-start-syntax-check-process)
8116         (flymake-count-lines, flymake-parse-residual):
8117         Remove constant buffer argument.
8118         (flymake-start-syntax-check-for-current-buffer): Remove.
8119         Update callers to use flymake-start-syntax-check instead.
8120         (flymake-display-err-menu-for-current-line):
8121         Remove unused var `mouse-pos'.
8122         (flymake-restore-formatting): Comment out unused function.
8123         (flymake-report-status, flymake-report-fatal-status): Remove buffer
8124         argument, use current-buffer instead.  Update callers.
8126 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8128         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8129         buffer-local because choose-completion-delete-max-match requires
8130         that we set completion-ignore-case (i.e., binding via let is not
8131         sufficient).
8132         (bibtex-complete): Always set completion-ignore-case and
8133         choose-completion-string-functions.  The latter is needed because
8134         choose-completion-string-functions keeps its value if we quit the
8135         *Completions* buffer without requesting a completion.
8137 2005-12-30  Andreas Schwab  <schwab@suse.de>
8139         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8141 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
8143         * jit-lock.el (jit-lock-chunk-size): Doc fix.
8145 2005-12-30  Juri Linkov  <juri@jurta.org>
8147         * locate.el (locate-fcodes-file, locate-header-face)
8148         * progmodes/delphi.el (delphi-other-face)
8149         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8151         * paren.el (show-paren-match, show-paren-mismatch): Use existing
8152         group `paren-showing-faces'.
8154         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8155         (goto-address): Fix docstring.
8157         * net/webjump.el (webjump-sample-sites): Update URLs.
8159         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8161         * subr.el (cancel-change-group): Add listp around pending-undo-list.
8163 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8165         * font-lock.el (font-lock-compile-keywords): Signal an error when
8166         font-lock-set-defaults hasn't been called.
8168 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8170         * subr.el (noreturn, 1value): Doc fixes.
8172 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8174         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8175         that assoc-string returns nil.
8177 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8179         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8180         (bibtex-entry-type-str, bibtex-empty-field-re)
8181         (bibtex-search-backward-string, bibtex-preamble-prefix)
8182         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8183         (bibtex-any-valid-entry-type): New variable.
8184         (bibtex-parse-field-name): Simplify.
8185         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8186         (bibtex-preamble-prefix): Include left delimiter.
8187         (bibtex-search-forward-field, bibtex-search-backward-field):
8188         Allow unbounded search past entry boundaries (required by bibtex-pop).
8189         (bibtex-text-in-field-bounds): Use push.
8190         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8191         (bibtex-parse-preamble, bibtex-valid-entry)
8192         (bibtex-beginning-first-field): New functions.
8193         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
8194         (bibtex-map-entries): Fix docstring.
8195         (bibtex-flash-head): New arg prompt.  Simplify.
8196         (bibtex-enclosing-field): Include code of bibtex-inside-field.
8197         (bibtex-insert-kill): Simplify.  Always insert text past the
8198         current field or entry.
8199         (bibtex-format-entry): Use bibtex-parse-field.
8200         (bibtex-pop): Use bibtex-beginning-of-entry and
8201         bibtex-end-of-entry to initiate the search.  Insert empty field if
8202         we found ourselves.
8203         (bibtex-print-help-message): New args field and comma.
8204         Handle entry keys.
8205         (bibtex-make-field): Use bibtex-beginning-of-entry.
8206         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
8207         invalid entry.
8208         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8209         Handle preambles.  Simplify code for thorough test.
8210         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8211         New arg comma.  Handle entry heads.
8212         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8213         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8214         New arg comma.
8215         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8216         (bibtex-fill-field): Simplify.
8217         (bibtex-fill-entry): Use bibtex-beginning-first-field and
8218         bibtex-parse-field.
8219         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8220         (bibtex-complete): Use bibtex-parse-preamble.
8222 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
8224         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8225         Display name of expression instead of convenience variable.
8226         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8228         * progmodes/gud.el (gud-tooltip-dereference): Rename from
8229         toggle-gud-tooltip-dereference.
8230         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8231         (gud-tooltip-tips): ...here when dereferencing.
8233 2005-12-28  Bill Wohler  <wohler@newt.com>
8235         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8237 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8239         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8240         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
8241         (vc-annotate-display-autoscale): Adjust call.
8242         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
8243         Fix interactive spec.
8244         (vc-annotate-time-span): Remove.
8245         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8246         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8247         (vc-annotate-display-select): Use new name.
8249         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8250         (vc-annotate-mode-menu): Remove left-over redundant declaration.
8251         Correct the construction of span entries.  Simplify.
8252         (vc-annotate-display-select): Fix the nil case.
8253         (vc-annotate): Remove obsolete (and now broken) code.
8254         (vc-annotate-extract-revision-at-line): Remove obsolete code.
8255         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
8257 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
8259         * subr.el (lazy-completion-table): Correct typo in docstring.
8261         * startup.el (command-line): Use `custom-reevaluate-setting' for
8262         `send-mail-function'.
8264         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8266 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
8268         * mail/smtpmail.el (smtpmail-try-auth-methods):
8269         Send credentials together with "AUTH PLAIN" command.
8271 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8273         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8274         mouse-2, go back to previously selected window, so it's selected
8275         when mouse-2 command runs.
8277 2005-12-27  Juri Linkov  <juri@jurta.org>
8279         * descr-text.el (describe-text-sexp): Use square brackets for
8280         button [Show] to distinguish it from the property value `show'.
8281         (describe-property-list): Use `insert-text-button' with
8282         `help-face' type instead of putting face in quotes, because button
8283         is not created automatically for a list of faces.
8284         (describe-text-properties-1): Put button-type value in quotes to
8285         distinguish from plain text "button".
8286         (describe-char): Display code point values in hex.  Don't use
8287         `symbol-name' for `current-input-method' because it is a string.
8288         Use `insert-text-button' with `help-face' type instead of putting
8289         hardcoded face in quotes, because button is not created automatically.
8291 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8293         * progmodes/glasses.el (glasses-face): More specific custom type.
8295         * files.el (set-visited-file-name): Doc fix.
8297         * textmodes/flyspell.el (flyspell-external-point-words):
8298         Use local var buffer-scan-pos to advance scan for next misspelling.
8299         Advance it only after we find the misspelling.
8301 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
8303         * textmodes/flyspell.el (flyspell-external-point-words):
8304         New criteria for finding the misspelling in the buffer.
8306 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
8308         * help-mode.el (help-insert-string): Set help-xref-stack-item
8309         rather than call help-setup-xref.
8311         * descr-text.el (describe-char): Revert previous changes for
8312         optional buffer argument.
8314 2005-12-27  Juri Linkov  <juri@jurta.org>
8316         * help-mode.el (help-insert-string): New function.  Save buffer
8317         contents in cases where it is impossible to recompute the old contents.
8319         * descr-text.el (describe-char): Set help-xref-stack-item
8320         explicitly after buffer has been generated.
8322 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8324         * cus-start.el (all): Add x-gtk-show-hidden-files.
8326 2005-12-26  Richard M. Stallman  <rms@gnu.org>
8328         * replace.el (perform-replace): Calculate match-again
8329         before skipping read-only matches.
8331         * paren.el (paren-showing-faces): New group.
8332         (show-paren-match, show-paren-mismatch): Move to that group.
8334         * button.el (button): Put into group `basic-faces'.
8336         * progmodes/make-mode.el: Remove faces from group `faces'.
8338         * apropos.el (apropos, apropos-value): Doc fix.
8339         (apropos-documentation): Doc fix.
8341 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8343         * subr.el (lazy-completion-table): Remove argument `args'.
8345         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8346         Don't use the `args' argument of lazy-completion-table.
8348 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
8350         * descr-text.el (describe-char): Add optional argument for buffer.
8351         Set buffer appropriately.  Call help-setup-xref.
8352         Suggested by Stefan Monnier.
8354 2005-12-26  Juri Linkov  <juri@jurta.org>
8356         * descr-text.el: Require `help-fns' at runtime.  Don't require
8357         `button' for byte compilation.
8358         (describe-text-widget): Add `help-echo' for first button.
8359         Use `help-info' for second.
8360         (describe-property-list): Use `help-argument-name' instead of `italic'.
8361         (describe-text-category): Add prompt to interactive spec.
8362         Call `help-setup-xref'.
8363         (describe-char): Use `help-character-set'.  Add `help-echo' for
8364         code point.  Use `help-input-method'.  Remove superfluous insert.
8366 2005-12-25  Richard M. Stallman  <rms@gnu.org>
8368         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8369         at point, in case of narrowing.
8371         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8373         * locate.el (locate-header-face): Allow nil in type.
8375         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8377 2005-12-25  Romain Francoise  <romain@orebokech.com>
8379         * battery.el (battery-linux-proc-acpi): Also try
8380         `/proc/acpi/thermal_zone/THM0/temperature'.
8382 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
8384         * custom.el (custom-push-theme): Fix docstring.
8386         * cus-edit.el (custom-variable-set, custom-variable-save)
8387         (custom-variable-save): Custom-quote widget values.
8388         (customize-save-variable): Fix custom-push-theme call.
8390 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
8392         * w32-fns.el (w32-batch-update-autoloads): New function.
8394         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8395         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8396         from the command line.
8398 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
8400         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
8401         reset means to remove setting from theme entirely.  Don't keep
8402         expanding theme-settings list; delete old entries if necessary.
8404         * cus-edit.el (custom-buffer-create-internal): Move "Erase
8405         customization" button one line up.
8406         (custom-themed): New face.
8407         (custom-magic-alist): New value, THEMED, for theme settings.
8408         (custom-variable-state-set, custom-face-state-set):
8409         Check theme-value instead of saved-value.
8410         (custom-variable-reset-standard, custom-face-reset-standard):
8411         Remove theme setting entirely.  Recalculate new values.
8412         (custom-variable-set, custom-variable-set)
8413         (custom-variable-reset-saved, custom-variable-reset-backup)
8414         (custom-face-set, custom-face-reset-saved): Update `user' theme.
8415         (custom-variable-save): Fix typos.
8417 2005-12-23  Juri Linkov  <juri@jurta.org>
8419         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8420         Add autoload cookies.
8421         (edebug-outside-d-c-i-n-s-w): New variable.
8422         (edebug-display, edebug-outside-excursion): Use it to save the
8423         original value of default-cursor-in-non-selected-windows.
8424         Set default-cursor-in-non-selected-windows to t while Edebug
8425         is active.
8426         (edebug-mode, edebug-eval-mode): Doc fix.
8428         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8429         with `buffer-substring-no-properties' to remove common substring
8430         highlighting.
8432         * info.el (info-other-window, info): Rename function argument
8433         `file' to `file-or-node'.
8434         (Info-complete-menu-item): Use local variable `complete-nodes' to
8435         keep the global value of `Info-complete-nodes' unchanged for
8436         subsequent completions.
8437         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8439         * simple.el (get-next-valid-buffer, last-buffer)
8440         (next-error-buffer-p, next-error-find-buffer)
8441         (minibuffer-history-sexp-flag): Doc fix.
8443         * savehist.el (savehist-mode-hook): Add `:group'.
8445         * log-view.el: Call autoload for vc-find-version.
8446         (log-view-current-file): Adjust subgroup numbers.
8447         (log-view-current-tag): Add `length'.
8449 2005-12-23  Richard M. Stallman  <rms@gnu.org>
8451         * vc.el (vc-annotate-car-last-cons): Defn moved up.
8453 2005-12-23  Juri Linkov  <juri@jurta.org>
8455         * hi-lock.el (hi-lock-archaic-interface-message-used)
8456         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8457         (hi-lock-mode): Display "Hi" in the mode line only when
8458         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8459         (hi-lock-write-interactive-patterns):
8460         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8461         (hi-lock-set-pattern, hi-lock-set-file-patterns)
8462         (hi-lock-font-lock-hook): Set 3rd arg `how' of
8463         font-lock-add-keywords to t.
8465 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
8467         * hi-lock.el (hi-lock-highlight-range): New variable.
8468         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8469         only if font-lock-fontified is non-nil.  Remove overlays.
8470         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8471         font-lock-fontified is non-nil, otherwise use overlays (instead of
8472         text properties).
8473         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8474         New variables.
8475         (hi-lock-string-serialize) New function.
8477 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8479         * menu-bar.el (menu-find-file-existing): New function.
8480         (menu-bar-file-menu): Use menu-find-file-existing for Open.
8482         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8484 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8486         * vc.el: Remove unnecessary leading * in docstrings.
8487         (vc-annotate-mode-map): Move initialization into declaration.
8488         (vc-static-header-alist): Nitpick on the regexp.
8489         (vc-default-init-version): New fun.
8490         (vc-register): Use it.
8491         (vc-insert-headers): Use dolist.
8492         (vc-annotate-get-backend): Remove unused function.
8493         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
8494         (vc-annotate-mode): Remove corresponding call.
8495         (vc-annotate-car-last-cons): Simplify.
8496         (vc-annotate-buffers): Remove var.
8497         (vc-annotate-backend): Make it buffer-local.
8498         (vc-annotate): Move the interaction to the interactive spec.
8499         Add a `buf' argument.
8500         (vc-annotate-warp-version): Use this new `buf' argument to avoid
8501         killing&creating a vc-annotate buffer, which is very disruptive when
8502         the buffers are shown in dedicated frames.
8504 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
8506         * descr-text.el: Add FSF as maintainer.
8507         (describe-text-mode, describe-text-mode-map)
8508         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
8509         help-mode.
8510         (describe-text-widget, describe-text-sexp)
8511         (describe-property-list, describe-text-category)
8512         (describe-text-properties, describe-text-properties-1)
8513         (describe-char): Use help buttons instead of widgets.
8514         (describe-char-unicodedata-file): Make URL link in doc string.
8516 2005-12-22  Richard M. Stallman  <rms@gnu.org>
8518         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8519         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8520         Don't include buttons that write a file when there's no file.
8521         (custom-variable-menu, custom-face-menu, custom-group-menu):
8522         Don't include commands that write a file when there's no file.
8523         (customize-browse): Reword the top-of-buffer help intro.
8524         (custom-buffer-create-internal): Fix previous change.
8525         (customize-changed-options-previous-release): Prev release is 21.1.
8526         (customize-changed-options): Doc fix.
8527         (customize-changed): New alias.
8528         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8529         Say "standard values".
8530         (Custom-reset-standard): Doc fix.
8531         (custom-face-reset-standard): Doc fix.
8533 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8535         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8536         even if font-lock-mode is non-nil since it may be t without having
8537         turned on font-lock-mode-internal.
8538         (font-lock-choose-keywords): Minor optimization.
8539         (font-lock-add-keywords, font-lock-remove-keywords)
8540         (font-lock-set-defaults): Don't call make-local-variable on a variable
8541         that we know to already be local.
8543 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8545         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8546         messages if in the minibuffer.
8548 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8550         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8551         (tex-mode-flyspell-verify, flyspell-get-word)
8552         (flyspell-external-point-words): Don't use point-min/max uselessly.
8554         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8555         by Kevin Rodgers.  Instead, just hide the completions buffer if we
8556         don't need to show it.
8558 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
8560         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8562 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8565         delete-windows-on with an inexistent buffer.
8567 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
8569         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8570         Delete defcustom variable :tag names.
8572 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8574         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8575         (log-view-font-lock-keywords): Ajust subgroup numbers.
8576         (log-view-current-tag): Don't hard code the number of subgroups.
8578 2005-12-20  Juri Linkov  <juri@jurta.org>
8580         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8581         (tooltip-x-offset, tooltip-y-offset): Doc fix.
8583         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8584         (menu-bar-non-minibuffer-window-p): Instead of checking
8585         display-multi-frame-p, use selected-frame when menu-updating-frame
8586         is nil.
8588 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
8590         * align.el (align-rules-list): Use [ \t] instead of \s-
8591         for column separators in text mode.
8593 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
8595         * help-mode.el (help-customize-variable, help-customize-face):
8596         Don't pop help-xref-stack as help-follow no longer pushes
8597         anything on to it.
8599 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
8601         * textmodes/org.el (org-agenda-custom-commands): New option.
8602         (org-agenda): Offer custom commands on splash screen.
8603         (org-make-tags-matcher): Parser for Boolean logic added.
8604         (org-agenda-set-tags): New command.
8605         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8606         (org-set-tags): Efficiency improvements.
8607         (org-auto-align-tags): New option.
8608         (org-todo, org-demote, org-promote): Realign tags.
8609         (org-tags-completion-function): Use also "&" and "|" as separators.
8610         (org-org-menu): Agenda commands simplified.
8612 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
8614         * cus-edit.el (customize-apropos, customize-apropos-options):
8615         Docstring changes.
8617         * font-lock.el (font-lock): Add tags to the links in the defgroup.
8619 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
8621         * longlines.el (longlines-mode): Wrap while widened.
8622         (longlines-decode-region, longlines-encode-region): Compute max
8623         just once.
8625 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8627         * cus-edit.el (mac): New group.
8629         * cus-start.el (all): Add user options in macterm.c.  Add test for
8630         Mac-related built-ins.  Fix test for GTK-related built-ins.
8632         * term/mac-win.el (mac-handle-language-change)
8633         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8634         (mac-services-open-selection, mac-services-mail-selection)
8635         (mac-services-mail-to, mac-services-insert-text)
8636         (mac-dispatch-apple-event): Add docstrings.
8637         (x-get-selection, mac-select-convert-to-string): Select coding
8638         system from `utf-16be' and `utf-16le' using `byteorder'.
8640 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8642         * subr.el (lazy-completion-table): Don't be fooled if the var holds
8643         a "list" (lambda ...) rather than a real completion list.
8645         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8646         lexical-let when encountering ((lambda (...) ...) ...).
8648 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8650         * progmodes/sh-script.el (sh-mode):
8651         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8652         * textmodes/picture.el (picture-mode): Update docstrings.
8654 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
8656         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8657         commands enclosed in $(ARGQUOTE)s should not be split between two
8658         lines, as that will break with GNU Make >3.80, when sh.exe is used
8659         and arg quoting is with '..'.
8660         (autoloads): Don't break the quoted --eval expression between
8661         several lines.
8663 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8665         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8666         Capture error from printing circular structures.
8668 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
8670         * wid-edit.el (widget-checkbox-action): Clear undo info.
8672 2005-12-16  Bill Wohler  <wohler@newt.com>
8674         * menu-bar.el (kill-this-buffer): Set a good example by using menu
8675         bar, not menubar in comment.
8677 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8679         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8680         After-change-functions should not clobber the match data.
8682 2005-12-16  Juri Linkov  <juri@jurta.org>
8684         * simple.el (choose-completion): Use `buffer-substring-no-properties'
8685         instead of `buffer-substring'.
8686         (completion-common-substring): Doc fix.
8687         (completion-setup-function): Use minibuffer-completion-contents
8688         instead of minibuffer-contents.  Don't set common-string-length
8689         initially.  Remove special handling of partial-completion-mode.
8690         Move computation of completion-base-size into one cond.
8691         Call completion-base-size-function in mainbuf.  In computation of
8692         completion-base-size for file name completion don't move point to
8693         the end of the minibuffer.  Move computation of common-string-length
8694         into one cond.  Start putting faces only when common-string-length>=0.
8695         Add condition to put completions-common-part when
8696         common-string-length>0.
8698         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8699         place point at the first different character in the minibuffer
8700         even if this position is at the beginning of the minibuffer.
8702         * info.el (Info-read-node-name-1): In completion-base-size-function's
8703         lambda return 1 if common-substring or minibuffer-completion-contents
8704         starts with (, and 0 otherwise.
8706         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8707         Use `crm-current-element' for second arg of `display-completion-list'.
8709 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
8711         * files.el (set-auto-mode): Look for an interpreter specified on
8712         the first line also if search for mode specification succeeded,
8713         but the mode is not known.
8715 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
8717         * textmodes/org.el (org-tags-match-list-sublevels): New option.
8718         (org-open-at-point): Implement tag searches as links.
8719         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8720         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8721         (org-tags-sparse-tree, org-tags-view, org-set-tags)
8722         (org-agenda-dispatch): New commands.
8723         (org-use-tag-inheritance, org-tags-column): New options.
8724         (org-tab-follows-link, org-return-follows-link): New options.
8725         (org-tags): New customize group.
8726         (org-start-icalendar-file): Get local time zone.
8727         (org-tags-completion-function): New function.
8728         (org-set-font-lock-defaults): Make sure links will also be
8729         highlighted inside headlines.
8731 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
8733         * term.el (term-emulate-terminal):
8734         Let term-handle-ansi-terminal-messages override what Bash says about
8735         its current directory.
8737 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8739         * bindings.el (last-buffer): Move to simple.el.
8740         * simple.el (last-buffer): Move here.
8741         (get-next-valid-buffer): New function.
8742         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8743         (prev-buffer): Ditto.  Rename to `previous-buffer'.
8745         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8746         * bindings.el (global-map): Ditto.
8748 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
8750         * cus-edit.el: Introductory comment change.
8751         (custom-magic-alist): Change message string for the `rogue' state.
8753 2005-12-15  Richard M. Stallman  <rms@gnu.org>
8755         * tooltip.el: Delete defcustom variable :tag names.
8757         * complete.el (partial-completion-mode): Doc fix.
8759         * textmodes/flyspell.el (flyspell-external-point-words):
8760         Use save-excursion to ensure we don't move backward in the
8761         search loop, not even one character.
8762         (flyspell-delete-all-overlays): Use remove-overlays directly.
8764         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8765         (ispell-start-process): Set that variable.
8766         Clear ispell-buffer-local-name.
8767         (ispell-internal-change-dictionary):
8768         Set ispell-current-dictionary after killing process.
8769         (ispell-buffer-local-dict):
8770         Don't set spell-personal-dictionary after killing process.
8771         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8772         (ispell-tex-skip-alists, ispell-html-skip-alists)
8773         (ispell-skip-region-alist): Mark as risky.
8775         * net/newsticker.el (newsticker--retrieval-timer-list)
8776         (newsticker--display-timer, newsticker-running-p)
8777         (newsticker-ticker-running-p): Definitions moved up.
8779 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
8781         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8783 2005-12-15  David Ponce  <david@dponce.com>
8785         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8786         (recentf-edit-list, recentf-open-files): Signal an error when
8787         there is no recent file.
8789 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8791         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8792         read-only except for texinfo-format-region evaluation.
8794 2005-12-14  Richard M. Stallman  <rms@gnu.org>
8796         * vc.el (vc-default-previous-version, vc-default-next-version)
8797         (vc-do-command): Doc fixes.
8799 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8801         * textmodes/bibtex.el (bibtex-expand-strings)
8802         (bibtex-autokey-expand-string, bibtex-name-part)
8803         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8804         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8805         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8806         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8807         (bibtex-entry-postfix, bibtex-known-entry-type-re)
8808         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8809         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8810         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8811         (bibtex-beginning-of-last-entry): Remove.
8812         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
8813         message if comma is missing but buffer is read-only.
8814         (bibtex-parse-field-text): Handle whitespaces at the end of field
8815         text.  Return 3-element list with beginning and end of field text
8816         and end of field.
8817         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8818         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
8819         (bibtex-search-forward-field, bibtex-search-backward-field):
8820         Search always delimited by limits of entry.  Use more efficient
8821         search algorithms.
8822         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8823         bibtex-end-of-name-in-field.
8824         (bibtex-text-in-field-bounds): Handle BibTeX strings when
8825         extracting the content of a field.
8826         (bibtex-text-in-field): Use search limits.
8827         (bibtex-parse-string-prefix): Handle empty string keys based on
8828         bibtex-string-empty-key.
8829         (bibtex-parse-string): Fix docstring.
8830         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8831         (bibtex-preamble-prefix, bibtex-strings): New functions.
8832         (bibtex-skip-to-valid-entry): Include preceding whitespace in
8833         BibTeX entries (consistent with other BibTeX functions).
8834         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8835         (bibtex-search-entry): Fix docstring.  Simplify.
8836         (bibtex-flash-head, bibtex-complete-string-cleanup)
8837         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8838         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8839         (bibtex-parse-entry): New optional arg content.
8840         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8841         Use bibtex-text-in-field-bounds.
8842         (bibtex-print-help-message): Handle BibTeX strings and preambles.
8843         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8844         bibtex-parse-string-postfix.
8845         (bibtex-find-text-internal): New function.
8846         (bibtex-remove-delimiters): Use it.
8847         (bibtex-find-text): Use it.  New optional arg help.
8848         (bibtex-complete): Handle BibTeX string and preamble entries.
8849         (bibtex-Preamble): Fix order of closing delimiters.
8851 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8853         * vc.el (vc-default-revert): New fun.
8855         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8857 2005-12-14  Romain Francoise  <romain@orebokech.com>
8859         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8860         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8861         (font-lock-remove-keywords): Likewise.
8863 2005-12-14  Juri Linkov  <juri@jurta.org>
8865         * log-view.el (log-view-diff): Doc fix.
8867         * isearch.el (isearch-query-replace): Use (mark) instead of
8868         isearch-opoint if mark is active in transient-mark-mode.
8870 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
8872         * isearch.el (isearch-query-replace): Check for isearch-other-end.
8874 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
8876         * progmodes/cpp.el (cpp-face): New widget.
8877         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8879 2005-12-14  Juri Linkov  <juri@jurta.org>
8881         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8882         around `erase-buffer' and `insert'.
8884         * descr-text.el (describe-text-properties): Replace buffer name
8885         "*Help-2*" with "*Help*<2>".
8886         (describe-char): Add functions print-help-return-message,
8887         toggle-read-only.  Use help-setup-xref with nil to not store
8888         describe-char in help-xref-stack.  Use help-make-xrefs to
8889         make [back] button.
8891         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8893         * wdired.el (wdired-old-point): New internal variable.
8894         (wdired-change-to-wdired-mode): Set it buffer-locally.
8895         (wdired-abort-changes): Restore point after aborting changes.
8897 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8899         * vc.el (vc-do-command): Add a new value t for okstatus.
8901         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8902         frame in case of errors.
8904 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8906         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8907         so it comes after "On the Left" in the menu.
8909 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
8911         * cus-edit.el (customize-apropos, customize-apropos-options)
8912         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8914 2005-12-12  Bill Wohler  <wohler@newt.com>
8916         * vc-svn.el (vc-svn-registered): Fix problem of visiting
8917         non-writable Subversion-controlled files by saving window
8918         configuration before calling vc-do-command.  vc-do-command calls
8919         pop-to-buffer on error which is unexpected during registration.
8921 2005-12-12  Jay Belanger  <belanger@truman.edu>
8923         * calc/README: Update the summary of changes.
8925 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8927         * descr-text.el (describe-char): Rework last fix to solve the problem
8928         is the same way it's solved for everything else in that function
8929         (i.e. by extracting the info before setting up the *Help* buffer).
8931 2005-12-12  Kim F. Storm  <storm@cua.dk>
8933         * subr.el (version-regexp-alist): Allow space as separator before
8934         non-numeric part, e.g. "1.0 alpha".
8935         (version-to-list): Interpret .X.Y version as 0.X.Y version.
8937 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
8939         * textmodes/org.el (org-agenda, org-timeline, org-todo):
8940         Implement Logging and the keep-modes setting.
8941         (org-get-category): Make sure a string is returned.
8942         (org-log-done): New function.
8943         (org-log-done, org-closed-string): New options.
8945 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8947         * tooltip.el (tooltip-y-offset): Change default to 20.
8949 2005-12-12  Richard M. Stallman  <rms@gnu.org>
8951         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8953         * frame.el (display-hourglass): Doc fix.
8955         * help.el (help-for-help-internal): Simplify entry for `a'.
8957         * info.el (Info-on-current-buffer): Doc fix.
8958         (info-insert-file-contents): Don't test (featurep 'jka-compr).
8960         * startup.el (inhibit-splash-screen): Make this the real name.
8961         (inhibit-startup-message): Make this the alias.
8962         (command-line): Find only simple.el, and use its directory
8963         to fill in other preloaded files' names.
8964         (command-line): Deactivate the mark if deactivate-mark is set.
8966         * international/mule.el (load-with-code-conversion):
8967         Bind deactivate-mark.
8969         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8971 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
8973         * cus-edit.el (customize-apropos): Avoid listing an option more
8974         than once under different aliases.  No longer list user options
8975         that are not defined with defcustom (unless a prefix arg is given).
8976         Doc fix.
8977         (customize-apropos-options): Doc fix.
8979 2005-12-11  Juri Linkov  <juri@jurta.org>
8981         * frame.el (set-background-color, set-foreground-color)
8982         (set-cursor-color, set-mouse-color, set-border-color):
8983         Add explicit prompts to read colors by `facemenu-read-color'.
8984         (show-trailing-whitespace, blink-cursor-delay)
8985         (blink-cursor-interval, display-hourglass, hourglass-delay):
8986         Remove tags.
8987         (display-hourglass, hourglass-delay): Doc fix.
8988         (cursor-in-non-selected-windows): Capitalize words in tag.
8990         * faces.el (frame-background-mode): Replace `choice-item' keywords
8991         with `const' to not make [default] button.  Change default value tag
8992         from `default' to `automatic'.  Doc fix.
8993         (trailing-whitespace) <defface>: Change group `whitespace' to
8994         `whitespace-faces'.
8996 2005-12-11  Richard M. Stallman  <rms@gnu.org>
8998         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9000 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9002         * term/mac-win.el: Create keymap for mac-apple-event-map.
9004 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
9006         * tooltip.el (tooltip-mode): Move to start of file so that it
9007         appears at top of customize buffer.
9009         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9010         Add the gud groupname.
9011         (gud-tooltip-mode): Add the tooltip groupname.
9012         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
9013         avoid conflict with tooltip-use-echo-area.
9015 2005-12-10  Romain Francoise  <romain@orebokech.com>
9017         * help.el (help-for-help-internal): Add `r' in doc string.
9019 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9021         * align.el (align-regexp, align-highlight-rule):
9022         Use region-beginning and region-end instead of point and mark, so that
9023         repetition (with `repeat-complex-command') recomputes the region
9024         bounds.
9026 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9028         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9029         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9030         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9031         (balance-windows): Rewrite using the above new functions.
9033 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
9035         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9036         react if global-hi-lock-mode seems intended.
9037         (global-hi-lock-mode) Renamed from hi-lock-mode.
9038         (hi-lock-archaic-interface-message-used)
9039         (hi-lock-archaic-interface-deduce): New variables.
9040         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9041         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9042         (hi-lock-find-patterns, hi-lock-font-lock-hook):
9043         Replace hi-lock-buffer-mode with hi-lock-mode.
9045 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
9047         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9048         completion list, even after a partial completion has been
9049         inserted in the current buffer.  If there are more than 1
9050         completion, redisplay the *Completions* buffer; if the
9051         completion is unique, delete the *Completions* window.
9053 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
9055         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9056         strings and long subject lines that were broken into multiple
9057         lines at arbitrary places.  Handle subjects that have "Re: " in
9058         the middle.
9060 2005-12-10  John W. Eaton  <jwe@octave.org>
9062         * emacs/octave-mod.el (octave-electric-space): Don't indent
9063         comments or strings if octave-auto-indent is nil.
9065 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9067         * term/mac-win.el: Require url when compiling.
9068         Call mac-process-deferred-apple-events after loading init files.
9069         (mac-apple-event-map): New defvar.  Define event handlers in it.
9070         (core-event, internet-event): New Apple event class symbols.
9071         (open-application, reopen-application, open-documents)
9072         (print-documents, open-contents, quit-application)
9073         (application-died, show-preferences, autosave-now, get-url):
9074         New Apple event ID symbols.
9075         (about): New HICommand ID symbol.
9076         (mac-event-spec, mac-event-ae): New macros.
9077         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9078         (mac-ae-selection-range, mac-ae-text-for-search)
9079         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9080         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
9081         and Services menu events are now defined in mac-apple-event-map.
9082         (mac-drag-n-drop): Remove selection range handling.
9084 2005-12-10  Kenichi Handa  <handa@m17n.org>
9086         * simple.el (zap-to-char):
9087         * isearch.el (isearch-process-search-char): Translate CHAR by
9088         translation-table-for-input.
9090 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
9092         * foldout.el (foldout-exit-fold): Properly hide subtree.
9094 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9096         * files.el (save-buffer):
9097         * international/ucs-tables.el (ucs-set-table-for-input):
9098         * mail/mail-extr.el (mail-extract-address-components):
9099         * mail/sendmail.el (mail-mode): Reformat doc string.
9101 2005-12-09  Juri Linkov  <juri@jurta.org>
9103         * isearch.el (isearch-highlight): Change main overlay priority
9104         from 1 to 1001.  Simplify.
9105         (isearch-lazy-highlight-update): Change lazy overlay priority
9106         from 0 to 1000.
9108         * replace.el (replace-highlight): Change overlay priority from
9109         1 to 1001.
9111         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9112         Change overlay priority from 1 to 1001.  Reuse existing overlay.
9114         * compare-w.el (compare-windows-highlight): Change overlay
9115         priority from 1 to 1000.
9117         * menu-bar.el (menu-bar-edit-menu): Add listp around
9118         pending-undo-list to disable menu item "undo" when pending
9119         undo list is empty.
9121         * locate.el (locate): Disable undo in *Locate* buffer.
9123 2005-12-09  Kim F. Storm  <storm@cua.dk>
9125         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9127 2005-12-09  David Ponce  <david@dponce.com>
9129         * recentf.el: Improvement of the menu code.
9130         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
9131         instead of menu hook.
9132         (recentf-show-menu, recentf-hide-menu): New functions.
9133         (recentf-menu-customization-changed, recentf-mode): Use them.
9134         (recentf-menu-action, recentf-max-menu-items)
9135         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9136         (recentf-arrange-by-rule-others)
9137         (recentf-arrange-by-rules-min-items)
9138         (recentf-arrange-by-rule-subfilter) : Don't use
9139         `recentf-menu-customization-changed'.
9140         (recentf-arrange-rules): Likewise.  Accept functions to compute
9141         sub-menu titles.
9142         (recentf-menu-filter): Likewise.  Doc fix.
9143         (recentf-menu-value-shortcut): Doc fix.
9144         (recentf-dump-variable): Quote atom value.
9145         (recentf-make-menu-items): Update to use it as a menu filter.
9146         (recentf-match-rule): New function.
9147         (recentf-arrange-by-rule): Use it.
9148         (recentf-indirect-mode-rule): New function.
9149         (recentf-build-mode-rules): Use it.
9150         (recentf-dir-rule): New function.
9151         (recentf-arrange-by-dir): Use it.
9152         (recentf-filter-changer-current): Rename from
9153         `recentf-filter-changer-state'.  All references updated.
9154         (recentf-filter-changer-alist): Update filter names.
9155         (recentf-filter-changer-select): New function.
9156         (recentf-filter-changer): Use it.  Make a sub-menu from filters
9157         available in `recentf-filter-changer-alist'.
9158         (recentf-data-cache, recentf-clear-data)
9159         (recentf-update-menu): Remove.  All references updated.
9160         (recentf-match-rule-p, recentf-build-dir-rules)
9161         (recentf-filter-changer-goto-next)
9162         (recentf-filter-changer-get-current)
9163         (recentf-filter-changer-get-next): Remove.
9165 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
9167         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9168         buffer "Reset" button to "Reset to Current" for consistency with
9169         the State buttons.
9171 2005-12-08  John Paul Wallington  <jpw@pobox.com>
9173         * ibuf-ext.el (define-ibuffer-filter filename):
9174         If `dired-directory' is a list then really use its car.
9176 2005-12-08  Kim F. Storm  <storm@cua.dk>
9178         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9179         Fix indention of text on right side of replaced rectangle.
9181 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
9183         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9184         No need to check gud-comint-buffer is bound.
9185         (gdb): Prevent multiple debugging when first session uses gdba.
9187 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9189         CC Mode update to 5.31.
9191         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9192         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
9193         We might do this function properly in the future).
9195         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9196         New macros c-sentence-end and c-default-value-sentence end, to cope
9197         with Emacs 22's new function `sentence-end'.
9199 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9201         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9202         compat issue using `c-put-overlay' and `c-delete-overlay'.
9204         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9205         New compat macros to handle overlays/extents.
9207 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9209         * progmodes/cc-fix.el: Add definitions of the macros push and pop
9210         (for GNU Emacs 20.4)
9212         * progmodes/cc-defs.el:
9213         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9215         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9216         highlighting mechanism so it will work in XEmacs too.
9218         * progmodes/cc-defs.el: Insert c-int-to-char.
9220         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9221         call to the new macro c-int-to-char.  This solves XEmacs's
9222         regarding characters as different from integers.
9224 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9226         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9227         New internal helper.
9229         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9230         construct to make the indirect face lookup work in XEmacs.
9232         (c-cpp-matchers): Append the negation char face to the existing
9233         fontification, so that the cpp face doesn't disappear.
9234         Use `c-make-syntactic-matcher' to avoid negation chars in comments
9235         and strings.
9237         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9238         to map to `font-lock-negation-char-face' in emacsen where it exists.
9240 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9242         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9244         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9245         Rename "c-subword-move-mode" as "c-subword-mode".
9247         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9248         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
9250 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9252         * progmodes/cc-mode.el: Added autoload directive for
9253         `c-subword-move-mode' for use in older emacsen.
9255 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9257         * progmodes/cc-mode.el:
9258         (i) Insert a binding for C-c C-backspace into
9259         c-bind-special-erase-keys which works in TTYs.
9260         (ii) Make sure that when file styles are used, any explicitly
9261         given style variables take priority over those in the style.
9262         Do this by calling `hack-local-variables' a second time.
9264         * progmodes/cc-vars.el: Add language specific customization
9265         widgets for AWK to c-doc-comment-style, c-require-final-newline
9266         and c-default-style.  Add a defcustom for awk-mode-hook.
9267         Give c-syntactic-element and c-syntactic-context doc-strings by
9268         directly setting their `variable-documentation' propery.
9269         This allows Emacs 22.1 to read these with C-h v.
9271         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9273 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9275         * progmodes/cc-fonts.el, cc-vars.el
9276         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9277         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9278         Masatake YAMATO.
9280         (c-doc-comment-style): Made GtkDoc default in C mode.
9282         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9283         and C-c C-<delete>.
9285         (c-bind-special-erase-keys): New function for use on
9286         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9288         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9289         <delete> key behavior in XEmacs according to `delete-forward-p'.
9290         C.f. `c-electric-delete'.
9292 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9294         * progmodes/cc-mode.el: Give c-hungry-backspace and
9295         c-hungry-delete-forward permanent key bindings.
9297         * progmodes/cc-cmds.el (c-electric-semi&comma):
9298         Bind c-syntactic-context for calls to "criteria functions", for
9299         consistency with other calls to user functions.
9301         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9302         `current-prefix-arg', since this might be the prefix arg to a
9303         command which calls c-indent-command as a function.  Change the
9304         interactive spec from "p" to "P".
9306         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9307         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9308         was difficult to understand.
9310 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9312         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9313         first char of an identifier.
9315         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9316         +" syntax in C++.
9318 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9320         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9321         auto-fill doesn't split a c-comment's last word from a hanging
9322         "*/" when a space is typed between them after fill-column.
9324         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9326         * progmodes/cc-styles.el (c-set-style)
9327         (c-setup-paragraph-variables): Abort the command if we're not in a
9328         CC Mode buffer.
9330         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9331         with blank comment-prefix, and a blank line as the comment's
9332         second line.
9334 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9336         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9337         Incorporate the patterns added in the Emacs development branch
9338         for the new Emacs 22 face `font-lock-negation-char-face'.
9340         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9341         of "red" since it stands out better in xterms and DOS terminals.
9343         * progmodes/cc-engine.el (c-literal-faces):
9344         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9346 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9348         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9349         forcibly enable c-electric-flag.
9351         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9352         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9353         after the comment-prefix of a C-style comment will close that comment.
9355 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9357         * progmodes/cc-fonts.el (c-basic-matchers-before)
9358         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9359         in Pike.
9361         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9362         digraphs.
9364         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9365         (c-cpp-message-directives, c-cpp-include-directives)
9366         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9367         (c-cpp-expr-directives): Introduce new language constants to
9368         control cpp syntax in a cleaner way.
9370         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9372         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9374         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9375         (c-multiline-string-start-char): New language constants and
9376         variables to specify how newlines in string literals work.
9378         (c-font-lock-invalid-string): Use them.
9380         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9381         unbalanced close brace is entered.  Optimization by avoiding going
9382         back over arbitrarily large blocks.  Removed hints that this
9383         function only would be relevant/useful in AWK.
9385         (c-electric-brace): Indent syntactically after the cleanups since
9386         lineup functions might do it differently then.
9388         * progmodes/cc-engine.el, cc-langs.el
9389         (c-opt-op-identifier-prefix): New language constant and variable.
9391         (c-just-after-func-arglist-p, c-after-special-operator-id)
9392         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9394         * progmodes/cc-align.el, cc-engine.el
9395         (c-after-special-operator-id): New helper to handle C++ operator
9396         identifiers.
9398         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9399         (c-guess-basic-syntax): Handle C++ operator identifiers in
9400         declarations.
9402         * progmodes/cc-langs.el (c-assignment-operators): Add the
9403         trigraph version of ^= too.
9405         * progmodes/cc-langs.el (c-assignment-operators): Add the
9406         trigraph version of |= in C++.
9408         * progmodes/cc-fonts.el (c-font-lock-declarators):
9409         Handle `c-decl-hangon-kwds' after the identifier name.
9411         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9412         whether an arglist is "nonempty", ignore a comment after the open
9413         paren if it isn't followed by a non-comment token on the same line.
9415         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9416         Enable heuristics below the point to cope with classes inside special
9417         brace lists in Pike.
9419 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9421         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9423 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9425         * progmodes/cc-guess.el (cc-guess-install): New function to
9426         install an already guessed style in another buffer.
9428         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9429         sets `inhibit-read-only' - `c-save-buffer-state' should be used
9430         anyway if the change always is undone.
9432 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9434         Implement togglable electricity:
9436         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9437         saying when it should be used.
9439         * progmodes/cc-engine.el: Add the new buffer-local variable,
9440         c-electric-flag.
9442         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9443         c-toggle-auto-newline.
9445         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9446         c-toggle-auto-newline.  Remove the binding for
9447         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
9448         c-toggle-electric-state.
9450         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9452         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9453         c-\(forward\|backward\)-subword.
9454         (c-update-modeline): Add the new modeline flag `l' for
9455         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
9456         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9457         Make the old name an alias of the new name.
9458         (c-toggle-electric-state): New function.
9459         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9460         Adapt these functions to do electric things only when
9461         c-electric-flag is non-nil.
9462         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9463         new functions from c-electric-brace.
9464         (c-point-syntax): Add a check for "virtual semicolons" in AWK
9465         mode, so that the tentative extra newline doesn't change the
9466         syntax of the following brace.
9467         (c-electric-brace): Restructure by extracting the above functions.
9468         Tidy up the coding somewhat.
9469         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9470         restructure a bit.
9472 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9474         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9475         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
9477         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9478         (c-submode-indicators): Change name from `c-auto-hungry-string'
9479         since it's now used to track another submode.
9481         (c-update-modeline): Convert to function and extended to check
9482         `c-subword-move-mode'.
9484         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9485         Convert to compat aliases for `c-forward-subword' and
9486         `c-backward-subword'.
9488         * progmodes/cc-subword.el: New functions and minor mode to handle
9489         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9491         (c-forward-subword, c-backward-subword, c-mark-subword)
9492         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9493         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9494         Functions corresponding to the standard word handling functions.
9496         (c-subword-move-mode): Minor mode that replaces all the standard
9497         word handling functions with their subword equivalences.
9499 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9501         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9502         entry for one-liner-defun.
9504         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9505         name in its def-edebug-spec.
9507         * progmodes/cc-cmds.el (c-electric-brace): Make the
9508         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
9509         compacts space before a comment, if this will make things fit on
9510         one line.
9512         Introduce an "awk" style, mainly for auto-newline and clean-ups.
9514         * progmodes/cc-align.el: New function c-snug-1line-defun-close
9516         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9517         clean-up one-liner-defun.
9519         * progmodes/cc-styles.el: Add the new "awk" style.
9521         * progmodes/cc-vars.el: Add description of one-liner-defun to
9522         c-cleanup-list's doc-string.  New user options,
9523         c-max-one-liner-length.  In c-default-style, set the default style
9524         for AWK to "awk".
9526 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9528         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9529         macros inside labels.
9531         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9532         `c-at-statement-start-p' and `c-at-expression-start-p'.
9534         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9535         error if the mark isn't set.
9537         * progmodes/cc-engine.el (c-guess-continued-construct)
9538         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9539         accurately detect functions inside functions.
9541         * progmodes/cc-engine.el (c-at-expression-start-p): New function
9542         like `c-at-statement-start-p' that additionally recognizes commas
9543         and expression parentheses as delimiters.
9545         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9546         to avoid heuristics that doesn't work for unclosed blocks.
9547         (c-at-statement-start-p): New function.
9549         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9550         Objective-C directives, e.g. directives spanning lines should work
9551         reasonably well now.
9553         (c-put-c-type-property, c-clear-c-type-property): New helpers.
9555         (c-forward-objc-directive): New function to move over any ObjC
9556         directive.
9558         (c-just-after-func-arglist-p, c-guess-basic-syntax)
9559         (c-basic-matchers-before): Use it.
9561         (c-font-lock-objc-iip-decl): Remove.
9563         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9564         in the template arglist recognition.
9566         * progmodes/cc-styles.el (c-style-alist): Fix several
9567         inconsistencies in the Whitesmith style.
9569         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9570         New lineup function to get lines after Whitesmith style blocks
9571         correctly indented.
9573         (c-lineup-whitesmith-in-block): Back out the compensation for
9574         opening parens since it's done using `add' lists in the style
9575         definition instead.  Don't use the anchor position since it varies
9576         too much between the syntactic symbols. :P
9578         * progmodes/cc-vars.el (c-valid-offset): Update.
9580         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9581         lists where the offsets are combined according to several
9582         different methods: `first', `min', `max', and `add'.
9583         Report offset evaluation errors with `c-benign-error' so that some kind
9584         of reindentation still is done.
9586         * progmodes/cc-engine.el (c-guess-basic-syntax):
9587         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9588         `arglist-close'.
9590         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9591         situations for `arglist-cont-nonempty' and `arglist-close'.
9593         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9595         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9596         cc-bytecomp-boundp' in a number of places.
9598         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9599         macro related issue.
9601 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9603         * progmodes/cc-awk.el: Change the terminology of regexps: A char
9604         list is now [asdf], a char class [:alpha:].
9605         Include code for char classes.
9606         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
9607         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9609         Remove (nearly all of) the cruft associated with AWK Mode's former
9610         concept of "virtual semicolons":
9612         Adapt c-beginning-of-statement, c-end-of-statement (together with
9613         subfunctions) to use the new notion of "virtual semicolon" in
9614         place of the old awkward special handling for AWK.  There remains
9615         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9616         * progmodes/cc-cmds.el:
9617         (c-ascertain-adjacent-literal): In the backwards direction, now
9618         recognises AWK regexp delimiters as string delimiters.
9619         (c-after-statement-terminator-p): Adapt for virtual semicolons;
9620         check more rigorously for "end of macro".
9621         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9622         virtual semicolons;
9623         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9624         out the code for forward movement into ...
9625         (c-end-of-statement): Now contains the code for forward movement,
9626         adapted for virtual semicolons.
9628         * progmodes/cc-engine.el:
9629         (c-ws*-string-limit-regexp): New regexp.
9630         (c-forward-single-comment, c-backward-single-comment): Comment out
9631         the (now redundant) "special" AWK stuff.
9633         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9634         c-string-par-start, c-string-par-separate to be more like Text
9635         Mode than Fundamental Mode.
9637 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9639         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9640         to the fontified region so that fontification doesn't occur
9641         outside it (could happen e.g. when fontifying a line with an
9642         unfinished declaration).
9644 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9646         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9647         start of the file.  ^L now separate sections of the file.
9648         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
9649         (c-awk-one-line-possibly-open-string-re)
9650         (c-awk-regexp-one-line-possibly-open-char-class-re)
9651         (c-awk-one-line-possibly-open-regexp-re)
9652         (c-awk-one-line-non-syn-ws*-re): New defonsts.
9653         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9655         Amend the concept of "virtual semicolons" (in the indentation
9656         engine) for languages like AWK, such that they are now
9657         conceptually attached to end of the last token of a statement, not
9658         the end of the line.  (In AWK Mode, however, the pertinent text
9659         property is still physically set on the EOL.)  Remove the specific
9660         tests for awk-mode, thus facilitating the introduction of other
9661         language modes where EOLs can end statements.
9662         (Note: The funtionality in cc-cmds.el, specifically
9663         c-beginning/end-of-statement has yet to be amended.)
9665         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9666         New macros.
9668         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9669         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
9670         c-vsemi-status-unknown-p-fn (in a new page).
9672         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9673         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9674         numerous awkward forms like
9675         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9676         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
9677         variable before-ws-ip, the place just after char-before-ip appears.
9679         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9680         a comment.
9682 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9684         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9685         `c-tentative-buffer-changes'.
9687         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9688         convert to macro to choose between Emacs and XEmacs at compile time.
9690         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9692         (c-tentative-buffer-changes): New macro to handle temporary buffer
9693         changes in a convenient way.
9695         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9696         for `c-tentative-buffer-changes'.
9698         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9699         the checks for paren sexps between the point and the keyword, to
9700         avoid some false alarms.
9702         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9703         Fixed a situation where an error could be thrown for unbalanced
9704         parens.  Changed to make use of c-keyword-member' to avoid some
9705         repeated regexp matches.
9707         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9708         These language variable are no longer necessary.
9710         (c-block-stmt-kwds): New language constant used by
9711         c-looking-at-inexpr-block'.
9713         (c-guess-basic-syntax): Remove an optional check that looked at
9714         the existence of the now removed language variables.
9716         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9717         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9718         object instantiation expressions as declarations in some contexts.
9719         This bug only affected languages where the declarator can't be
9720         enclosed in parentheses.
9722         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9723         insert newlines before and after substatement braces.
9725         * progmodes/cc-engine.el: Improved the heuristics for recognizing
9726         function declaration headers and the handling of C++ style member
9727         init lists.
9729         (c-just-after-func-arglist-p): Rewritten to use
9730         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
9732         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9734         (c-guess-basic-syntax): Adapt case 5B for the new
9735         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
9736         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9737         covers all cases now).
9739         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9741 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9743         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9744         c-string-par-start/separate c-sentence-end-with-esc-eol,
9745         initialised in c-setup-paragraph-variables, used in string
9746         scanning subroutines of c-beginning-of-statement.
9748         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9749         which precedes the newly inserted `{'.
9751 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9753         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9754         function for declaration level blocks.  It should now cope with
9755         templates better and also be a lot more comprehensible.
9757         (c-looking-at-decl-block): The new function.
9759         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
9760         for compatibility.
9762         (c-add-class-syntax, c-guess-continued-construct)
9763         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9765         (c-decl-block-key): Change to tell apart ambiguous and
9766         unambiguous keywords.  Pike specials are now handled directly in
9767         the code instead.
9769         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9770         New language constants and variables to make the backward skip in
9771         `c-looking-at-decl-block' as tight as possible.
9773         (c-nonsymbol-token-char-list): New language constant.
9775         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9776         find balanced template arglists backwards.
9778         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9779         making char classes for `c-syntactic-skip-backward'.
9781         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9782         16D - can't be a class-close at that point.
9784         * progmodes/cc-engine.el (c-guess-basic-syntax)
9785         (c-add-class-syntax): Don't narrow out the enclosing declaration
9786         level.  This makes everything a lot easier, and it was actually
9787         only four small places that needed it to work.  Some places that
9788         previously did `widen' are removed now, which has the effect that
9789         `c-guess-basic-syntax' never will look at things outside the
9790         current narrowment now.  The anchor position for `topmost-intro'
9791         is affected by this, but it was so bogus it was basically useless
9792         before, and now it's equally bogus but in a slightly different way.
9794         (c-narrow-out-enclosing-class): Gone.
9796         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9797         the narrowed region.
9799         (c-least-enclosing-brace): Remove silly optional argument.
9801         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9802         the point could be left directly after an open paren when finding
9803         the beginning of the first decl in the block.
9805         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9806         Specify which submatch to use.
9808         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9810         (c-decl-start-re): No longer any need for special treatment of
9811         ObjC due to the above.
9813         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9814         presumably follows C in that regard.
9816         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9817         New language constants to specify operator tokens inside
9818         identifiers in a more high level way.
9820         (c-opt-identifier-prefix-key): New internal language constant.
9822         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9823         (c-identifier-start, c-identifier-key): Now completely calculated
9824         from other constants.
9826         (c-identifier-last-sym-match): Decommission since it's no longer used.
9828         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
9830         * progmodes/cc-engine.el (c-forward-name): Remove the
9831         optimization when c-identifier-key is equal to c-symbol-key since
9832         it doesn't work in byte compiled files.  Don't record empty
9833         regions as identifiers.
9835         * progmodes/cc-langs.el (c-filter-ops): New helper function to
9836         simplify access to `c-operators' and its likes.
9838         (c-operator-list, c-all-op-syntax-tokens)
9839         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9840         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9841         (c-primary-expr-regexp, c-cast-parens): Use it.
9843         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9844         an explicit language in functions.
9846         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9847         variant of adornment.
9849         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9850         variable.
9852         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9853         the Pike value.
9855         * progmodes/cc-engine.el (c-on-identifier)
9856         (c-simple-skip-symbol-backward): Small fix for handling "-"
9857         correctly in `skip-chars-backward'.  Affected the operator lfun
9858         syntax in Pike.
9860         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9861         diagnostic message about precompiled language vars not being used.
9863         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9864         "__attribute__" is followed by a parenthesis.
9866         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9867         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9868         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9870         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9871         Internal cleanups to properly detect the declared identifiers in
9872         various declarations.
9874         (c-decl-start-kwds): New language constant to recognize
9875         declarations that can start anywhere.  Used for class declarations
9876         in Pike.
9878         (c-specifier-key, c-not-decl-init-keywords)
9879         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9880         (c-find-decl-spots): Implement `c-decl-start-kwds'.
9882         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9883         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9884         handling of the compiler specific extension keywords into a new
9885         language constant `c-decl-hangon-kwds' that defines keyword
9886         clauses to be ignored in declarations.
9888         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9889         past unrecognized tokens when handling `c-colon-type-list-kwds'.
9890         Necessary to stop at the declared identifier in e.g. IDL valuetype
9891         declarations.
9893         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9894         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9895         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9896         (c-forward-decl-or-cast-1): Recognize the declared identifier in
9897         class and enum declarations as such and not as part of the type.
9899         (c-forward-decl-or-cast-1, c-forward-label): Relax the
9900         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9902         (c-forward-decl-or-cast-1): Don't disregard sure signs of
9903         declarations when there's some syntax error later on.
9905         (c-complex-decl-matchers): Did away with a reference to
9906         `c-specifier-key'.
9908         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9909         value - this variable is always dynamically bound.
9911         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9912         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9913         * cc-cmds.el, cc-defs.el: Change the policy for marking up
9914         functions that might do hidden buffer changes: All such internal
9915         functions are now marked instead of those that don't.
9917         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9918         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9919         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9920         (c-literal-type): Allow these functions to make hidden buffer changes,
9921         so that they are free to use text property caching later on.
9923         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9924         (c-electric-brace, c-electric-slash, c-electric-star)
9925         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9926         (c-electric-paren, c-electric-continued-statement, c-indent-command)
9927         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9928         (c-context-line-break): Add `c-save-buffer-state' calls to comply
9929         with the changed semantics of the functions above.
9931         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9932         when macros occur in obscure places.  Optimized the sexp movement
9933         a bit.
9935 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9937         Enhancements for c-beginning-of-statement to work in AWK Mode:
9939         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9940         (completed statement) with `}' (statement completed by closing
9941         brace or semicolon) and `$' (statement completed by EOL).
9943         (c-awk-virtual-semicolon-ends-prev-line-p)
9944         (c-awk-virtual-semicolon-ends-line-p)
9945         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9946         (c-awk-at-statement-end-p): New functions.
9948         * progmodes/cc-cmds.el: Simplify the structure of functions
9949         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
9950         two functions and c-beginning-of-statement to handle AWK Mode.
9952         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9953         c-backward-single-comment for AWK mode.  Attempt to clarify their
9954         doc-strings.
9956         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9958 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9960         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9961         label handling.  Labels are now recognized in a uniform and more
9962         robust way, regardless of context.  Text properties are put on all
9963         labels to recognize the following declarations better.
9964         Multiword labels are handled both in indentation and fontification for
9965         the benefit of language extensions like Qt.  For consistency, keywords
9966         in labels are now fontified with the label face instead.
9967         That also applies to "case" and "default".
9969         (c-beginning-of-statement-1): Fix some bugs in the label
9970         handling.  Disregard `c-nonlabel-token-key' in labels that begin
9971         with `c-label-kwds'.
9973         (c-find-decl-spots): Support that the callback adds more
9974         `c-decl-end' spots to find.
9976         (c-forward-decl-or-cast-1): Don't treat a list of plain
9977         identifiers followed by a colon as a declaration.
9979         (c-forward-label): New function to recognize labels.
9981         (c-guess-basic-syntax): Replace uses of `c-label-key' with
9982         `c-forward-label'.  Moved the label recognition cases (14 and 15)
9983         earlier since they aren't so context sensitive now.  Handle labels
9984         on the top level gracefully.  Moved access label recognition to
9985         the generic label case (CASE 15) - removed CASE 5E.
9987         (c-font-lock-declarations): Add recognition of labels in the
9988         same round since we need to handle labels in parallell with other
9989         declarations to recognize both accurately.  It should also improve
9990         speed.
9992         (c-simple-decl-matchers, c-basic-matchers-after):
9993         Move `c-font-lock-labels' so that it only is used on decoration level 2
9994         since `c-font-lock-declarations' handles it otherwise.
9996         (c-complex-decl-matchers): Remove the simplistic recognition of
9997         access labels.
9999         (c-decl-prefix-re): Remove the kludges that was necessary to cope
10000         with labels earlier.
10002         (c-decl-start-re): New language variable to make
10003         `c-font-lock-declarations' stop for the special protection labels
10004         in Objective-C that start with `@'.
10006         (c-label-key): Remove since it's no longer used.
10008         (c-recognize-colon-labels, c-label-prefix-re): New language
10009         constants to support recognition of generic colon-terminated labels.
10011         (c-type-decl-end-used): `c-decl-end' is now used whenever there
10012         are colon terminated labels.
10014         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10015         first argument starts with a special brace list.
10017         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10018         (c-font-lock-declarations): Break out the declaration and cast
10019         recognition from `c-font-lock-declarations' to a new function, so
10020         that it can be used in the indentation engine.
10022         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10023         up to the start of the literal.  Fixed bug with the point on the
10024         wrong side of the search limit that could happen when the start
10025         position is inside a literal.
10027         * progmodes/cc-engine.el (c-parse-state)
10028         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10029         so that it's kept a little bit back to increase the hit rate.
10031         (c-parse-state): Change the macro handling and fixed some
10032         glitches.  Macro context is checked more often than necessary now,
10033         but otoh less garbage conses are generated.
10035         * progmodes/cc-engine.el (c-parse-state)
10036         (c-invalidate-state-cache): Cache the last position where
10037         `c-state-cache' applies.  This can speed up refontification quite
10038         a bit in blocks where there are many non-brace parens before the point.
10040         (c-state-cache-end): New variable for this.
10042         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10043         cache variable.
10045         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10046         get close initial continue positions when the start position is
10047         inside a literal or macro.  Do not call the callback for spots
10048         before the start position (which can happen e.g. for `c-decl-end'
10049         spots inside comments).  Optimize better in special cases when the
10050         region is a single line inside a literal or macro (typically when
10051         the current line is refontified).
10053         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10054         to `c-add-stmt-syntax' - there's no need to explicitly whack off
10055         entries from the paren state.
10057         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10058         special case for "else if" clauses.
10060         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10061         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10063         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10064         New language variable to recognize the gcc extension with statement
10065         blocks inside expressions.
10067         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10068         it somewhat more comprehensible.  The argument AT-BLOCK-START is
10069         no longer used and hence removed.
10071         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10072         to `c-add-stmt-syntax'.
10074         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10075         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10076         This fixes bogus label recognition.
10078         * progmodes/cc-engine.el (c-add-type, c-check-type)
10079         (c-forward-name, c-forward-type): Improve storage of template
10080         types in `c-found-types' so that they can be recognized better.
10082         (c-syntactic-content): Add option to skip past nested parens.
10084         * progmodes/cc-engine.el (c-forward-name):
10085         Set `c-last-identifier-range' all the time.  It's less work that way.
10086         Handle that there might not be an identifier to store in
10087         `c-last-identifier-range'.
10089         (c-forward-type): Handle that `c-last-identifier-range' might be
10090         nil from `c-forward-name'.
10092         * progmodes/cc-defs.el (c-safe-scan-lists)
10093         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10095         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10096         to work even if the form fails.
10098         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10099         down in a large file in one go.
10101         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10103         * progmodes/cc-align.el (c-lineup-assignments): New lineup
10104         function which is like `c-lineup-math' but returns nil instead of
10105         `c-basic-offset' when it doesn't match.
10107         (c-lineup-math): Change to use `c-lineup-assignments'.
10109 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10111         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10112         c-beginning-of-statement.  New subfunctions
10113         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10115 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10117         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10118         hardcoded char classes whereever possible.  Changed a couple of
10119         places to use skip by syntax instead of skip by char class.
10121         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10122         Fix a bug in the regexp that caused extreme backtracking.
10124         * progmodes/cc-langs.el (c-block-comment-starter)
10125         (c-block-comment-ender): New language constants to specify in a
10126         single place how block comments look.
10128         (c-comment-start-regexp, c-block-comment-start-regexp)
10129         (comment-start, comment-end, comment-start-skip)
10130         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10131         (c-syntactic-ws, c-nonempty-syntactic-ws)
10132         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10133         `c-line-comment-starter', `c-block-comment-starter' and
10134         `c-block-comment-ender'.
10136         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10137         New language constants to break up things a bit.
10139         (c-simple-ws): New language constant for simple whitespace.
10141         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10143         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10144         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10145         newlines.  Allow and ignore nil elements in the list.
10147 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10149         * progmodes/cc-cmds.el: Comment out a (n almost certainly
10150         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10152         * progmodes/cc-cmds.el: Tidy up the comments in
10153         c-beginning-of-statement and subfunctions.
10155         * progmodes/cc-awk.el: Replace calls to put-text-property to the
10156         more flexible c-put-char-property and c-clear-char-properties.
10157         Add the author's email address.
10159         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10161         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10162         closing "*/" of a block comment.
10164         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10165         subfunctions) so that it works at BOB and EOB.
10167         * progmodes/cc-cmds.el, cc-vars.el: More updating of
10168         c-beginning-of-statement, including new variable
10169         c-block-comment-start-regexp.
10171 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10173         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10174         symbols from `*-font-lock-extra-types' so that there's no need to
10175         use `regexp-opt' on those lists.
10177         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10178         `c-type-modifier-kwds' is empty.
10180         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10181         there are several strings on the same line.
10183         * progmodes/cc-engine.el (c-literal-limits): Remove the
10184         compatibility function for older emacsen.  `c-literal-limits-fast'
10185         has now taken the place of this function.
10187         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10188         with older emacsen: We now require `pps-extended-state'.
10190 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10192         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10193         which obviates the need to hack sentence-end.  This now handles
10194         escaped newlines in strings correctly.  Correct minor bugs in
10195         c-move-over-sentence and in c-beginning-of-statement.
10197         * progmodes/cc-cmds.el (c-beginning-of-statement (and
10198         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10199         that movement over macros and code are rigorously separated from
10200         eachother.  Correct a few incidental bugs.
10202         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10203         Improve its doc-string.  Improve the handling of certain specific cases.
10205 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10207         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10208         (c-guess-basic-syntax): Change the way class-level labels are
10209         recognized; they can now contain essentially any symbols.
10211         (c-opt-extra-label-key): New language variable to cope with the
10212         special protection label syntax in Objective-C.
10214         (c-opt-access-key): Remove; this is now handled better by
10215         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10217         (c-complex-decl-matchers): Update to handle that
10218         `c-opt-access-key' no longer exists.
10220         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10221         improved label recognition in `c-beginning-of-statement-1'.
10223         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10224         Recognize bitfields better.
10226         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10227         Remove some cruft and fixed a bug that could cause it to go to a
10228         position further down.
10230         * progmodes/cc-langs.el, cc-engine.el
10231         (c-beginning-of-statement-1): Improve detection of labels in
10232         declaration contexts.
10234         (c-beginning-of-decl-1): Use it.
10236         (c-nonlabel-token-key): New language constant and variable needed
10237         by `c-beginning-of-statement-1'.
10239         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10240         manifested itself due to the correction in `c-forward-sexp'.
10242         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10243         Make these behave as documented when used at the buffer limits.
10245         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10246         (c-type-decl-end-used): Made this a language variable.
10248         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10249         correctly when `combine-after-change-calls' is used together with
10250         temporary narrowings.
10252         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10253         Report labels correctly when the start point is immediately after the
10254         colon.
10256         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10257         Remove since it isn't used anymore.
10259         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10260         bracket arglists such as template parens in C++.
10262         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10263         in the last check-in.  Some optimization.
10265         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10266         where it could stop at the same level in a preceding sexp when
10267         PAREN-LEVEL is set.
10269         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10270         text property lookup only when it's needed.
10272         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10273         Change the policy for paren marked angle brackets to be more
10274         persistent; once marked they remain marked even when they're found
10275         to be unbalanced in the searched region.  This should keep the
10276         paren syntax around even when individual lines are refontified in
10277         multiline template arglists.
10279         (c-parse-and-markup-<>-arglists): New dynamically bound variable
10280         to control markup so that incorrect angle bracket arglists aren't
10281         marked in contexts where the correct value for
10282         `c-disallow-comma-in-<>-arglists' isn't known.
10284         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10285         argument has become `c-parse-and-markup-<>-arglists'.
10287         (c-remove-<>-arglist-properties): Remove - no longer used.
10289         (c-after-change-check-<>-operators): New function used on
10290         `after-change-functions' to avoid that "<" and ">" characters that
10291         are part of longer operators have paren syntax.
10293         (c-<>-multichar-token-regexp): New language variable used by
10294         `c-after-change-check-<>-operators'.
10296         (c-after-change): Call `c-after-change-check-<>-operators'.
10298         (c-font-lock-<>-arglists): Use the context properties set by
10299         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10300         correctly to avoid doing invalid markup.
10302         (c-font-lock-declarations): Remove code that undoes the invalid
10303         markup done by `c-font-lock-<>-arglists'.
10305         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10306         after `c-font-lock-declarations'.
10308         * progmodes/cc-engine.el (c-syntactic-skip-backward):
10309         Add paren-level feature.
10311         (c-guess-basic-syntax): Improve the anchor position for
10312         `template-args-cont' in nested template arglists.  There's still
10313         much to be desired in this area, though.
10315 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10317         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10318         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10320 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10322         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10323         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10325         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10326         it doesn't work no longer are supported.
10328         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10329         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10330         requires support for the syntax-table' text property, which rules
10331         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
10332         cruft associated with those versions.
10334         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10335         for the `syntax-table' text property, which rules out Emacs 19 and
10336         XEmacs < 21.4.  Removed various compatibility cruft associated
10337         with those versions.
10339         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10340         support for the `syntax-table' text property.
10342         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10343         variable and use an extra quoted face name instead.  All the
10344         emacsen flavors handle that correctly.
10346         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10347         (c-font-lock-declarators, c-font-lock-declarations)
10348         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10349         property to mark the items in in declarator lists to handle
10350         refontification inside multiline declarations better.
10352         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10353         construct like "a * b = c;" as a declaration.
10355 2005-12-08  Kim F. Storm  <storm@cua.dk>
10357         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10358         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
10359         select either meta, hyper, or super modifier for rectangle commands.
10360         (cua--rectangle-modifier-key): New defvar.
10361         (cua--M/H-key): Use it.  Remove special case for `space'.
10362         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10363         on X, to meta otherwise.  Always bind C-return to toggle
10364         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
10366         * emulation/cua-rect.el (cua-help-for-rectangle):
10367         Use cua--rectangle-modifier-key.  Handle super modifier too.
10368         (cua--init-rectangles): Always bind C-return to toggle rectangle.
10369         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10371         * ido.el: Move Acknowledgements and History after Commentary.
10372         Minor changes to Commentary.
10374         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10375         keymap if cua--prefix-override-timer is `shift'.
10376         (cua--shift-control-prefix): New function; emulate "type prefix
10377         key twice" functionality to handle shifted prefix key override.
10378         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10379         New commands.
10380         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10382 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
10384         * textmodes/org.el (org-insert-heading): Try to do items before
10385         headings.
10386         (org-agenda-mode): Quote `org-agenda-mode-hook'.
10387         (org-insert-item): New function.
10388         (org-renumber-ordered-list): Don't skip to higher level lists.
10390 2005-12-08  Juri Linkov  <juri@jurta.org>
10392         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10394         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10396         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10398         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10399         the constructed function name fun-1.
10401         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10402         because such links don't lead to parent documentation.
10404 2005-12-08  Kenichi Handa  <handa@m17n.org>
10406         * descr-text.el (describe-char): Use *Help-2* buffer if the
10407         current buffer is *Help*.  Call describe-text-properties while
10408         setting the original buffer.
10410 2005-12-07  Bill Wohler  <wohler@newt.com>
10412         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
10413         and causes problems with non-MH users (such as Gnus users).
10415 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
10417         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10418         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10419         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10420         command "info sources".  Move calls to GDB command "list".
10421         (gdb-find-file-hook): Just use gdb-source-file-list.
10422         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10423         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10424         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10425         (gdb-data-list-register-values-handler): Use correct trigger name.
10427 2005-12-07  Kim F. Storm  <storm@cua.dk>
10429         * ido.el (ido-completion-map): Rename from ido-mode-map.
10430         (ido-common-completion-map, ido-file-completion-map)
10431         (ido-file-dir-completion-map, ido-buffer-completion-map):
10432         Rename from ido-mode-....-map.
10433         (ido-init-completion-maps): Rename from ido-init-mode-maps.
10434         (ido-setup-completion-map): Rename from ido-define-mode-map.
10435         (ido-read-internal): Bind minibuffer-local-filename-completion-map
10436         to ido-completion-map.
10438 2005-12-07  Kenichi Handa  <handa@m17n.org>
10440         * international/mule-cmds.el
10441         (set-display-table-and-terminal-coding-system): If the coding
10442         system specified in `unibyte-display' property is different from
10443         the arg coding-system, don't setup standard-display-table.
10445 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10447         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10448         that comments end at \n, regardless of selective-display.
10450 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
10452         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10453         (gdb-version): New variables.
10454         (gdb-source-file-list, gdb-register-names)
10455         (gdb-changed-registers): New variables for use with GDB 6.4+.
10456         (gdb-ann3): Replace with...
10457         (gdb-init-1, gdb-init-2): ...two new functions.
10458         (gdba, gdb-prompt): Call gdb-init-1.
10459         (gdb-get-version): New function.  Call gdb-init-2 from here.
10460         (gud-watch): Make it work with mouse events too.
10461         (gdb-post-prompt): Don't add to queue until GDB version is known.
10462         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10463         (gdb-locals-mode): Use gdb-version.
10464         (gdb-memory-format-map, gdb-memory-unit-map)
10465         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10466         (gdb-locals-font-lock-keywords-1)
10467         (gdb-locals-font-lock-keywords-2): New variables.
10468         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10469         (gdb-set-gud-minor-mode-existing-buffers-1)
10470         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10471         (gdb-var-update-1, gdb-var-update-handler-1)
10472         (gdb-data-list-register-values-handler)
10473         (gdb-data-list-register-values-custom)
10474         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10475         (gdb-stack-list-locals-handler, gdb-get-register-names):
10476         New functions for use with GDB 6.4+.
10477         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10478         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10479         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10480         (gdb-stack-list-locals-regexp)
10481         (gdb-data-list-register-names-regexp): New regexps for use with
10482         GDB 6.4+.
10484 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10486         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10488 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
10490         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10491         prompts work for AUTH PLAIN.  Also reported by Steve Allan
10492         <seallan@verizon.net>.
10494 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10496         * frame.el (set-frame-parameter): Add doc string.
10498 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
10500         * textmodes/org.el (org-occur-highlights): New variable.
10501         (org-highlight-new-match, org-remove-occur-highlights): New functions.
10502         (org-highlight-sparse-tree-matches): New option.
10503         (org-do-occur): New function.
10504         (org-get-heading): Make it work also at beginning of line.
10505         (org-category-table): New variable.
10506         (org-get-category-table, org-get-category)
10507         (org-camel-to-words, org-link-search): New functions.
10508         (org-select-this-todo-keyword): New variable.
10509         (org-todo-list): New command.
10510         (org-shiftright, org-shiftleft): New commands.
10511         (org-agenda-todo): Add prefix argument.
10512         (org-show-hierarchy-above): New option.
10513         (org-show-todo-tree): Numerical prefix creates tree for specific
10514         TODO keyword.
10515         (org-outline-level): New function, to assign a level to plain
10516         lists items.
10517         (org-cycle-include-plain-lists): New option.
10518         (org-mode): Use `org-outline-level' as value of `outline-level'.
10519         (org-cycle): Temporarily switch `outline-regexp' if
10520         `org-cycle-include-plain-lists' is non-nil.
10521         (org-start-icalendar-file): Fix format bug.
10522         (org-agenda-get-day-entries): Create category table.
10523         (org-agenda-get-todos, org-agenda-get-timestamps)
10524         (org-agenda-get-deadlines, org-agenda-get-scheduled)
10525         (org-agenda-get-blocks): Use `org-get-category'.
10526         (org-context-in-file-links): Rename from
10527         `org-line-numbers-in-file-links'.
10529 2005-12-06  Romain Francoise  <romain@orebokech.com>
10531         * window.el (balance-windows): Delete extraneous third arg in call
10532         to `enlarge-window'.
10534 2005-12-06  Kenichi Handa  <handa@m17n.org>
10536         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10538 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
10540         * progmodes/gdb-ui.el (gdb-var-create-handler)
10541         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10542         (gdb-var-list-children-handler, gdb-var-update-handler):
10543         Current buffer is already gdb-partial-output-buffer, don't
10544         make it current again.
10546 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
10548         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10549         (list-buffers-noselect): Use it.
10551 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10553         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10554         (mail-yank-ignored-headers): Use regexp-opt.
10555         (mail-mode-map): Move initialization into declaration.
10556         (mail-sent-via): Remove unused shadowed var `to-line'.
10557         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10558         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10559         (mail-do-fcc): Use dolist and push.
10560         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10561         (mail-yank-ignored-headers): Don't autoload.
10563 2005-12-05  Kenichi Handa  <handa@m17n.org>
10565         * international/mule-cmds.el (set-language-info-internal): New fun.
10566         (set-language-info): Call set-language-info-internal to update
10567         language-info-alist.  If LANG-ENV is the current one, call
10568         set-language-environment to make INFO effective now.
10569         (set-language-info-alist): Likewise.
10570         (locale-language-names): With locale "en", use English
10571         lang. env. but set the default codings to iso-8859-1.
10573 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
10575         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10576         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10577         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10578         for plain strings.
10579         (gdb-frames-mode): Remove redundant call to font-lock-mode.
10580         (gdb-all-registers): Rename from toggle-gdb-all-registers.
10581         Create registers buffer if necessary.  Echo new state in minibuffer.
10582         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10584 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
10586         * info.el (Info-fontify-node): Match external links using
10587         non-directory part of filename.
10589 2005-12-04  Juri Linkov  <juri@jurta.org>
10591         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10592         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
10593         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10594         because there is no customization option for it.
10596         * font-lock.el (lisp-font-lock-keywords-1):
10597         Add define-global-minor-mode.
10599         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10601         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10602         properties on the constructed variable names.
10604         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10605         Put `definition-name' properties on the constructed function names
10606         next-sym and prev-sym.
10608         * emacs-lisp/find-func.el (find-function-regexp):
10609         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
10610         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
10611         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10612         and easy-menu-define.
10614         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10615         easy-mmode-define-global-mode and define-global-minor-mode.
10616         (lisp-imenu-generic-expression): Add define-global-minor-mode.
10618         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10619         instead of easy-mmode-define-global-mode.
10621         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10622         Use define-minor-mode instead of easy-mmode-define-minor-mode.
10624         * cus-edit.el (customize-group, customize-group-other-window):
10625         Filter out autoloaded options from the group completion list by
10626         using heuristics that autoloaded groups don't have `custom-autoload'
10627         property on their symbols (they have only `custom-loads').
10629         * simple.el (completion-setup-function): Put completions-common-part
10630         face on complete completion string too (i.e. completion string
10631         without completions-first-difference face).
10633         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10635 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
10637         * view.el (view-mode): Doc fix.
10639         * disp-table.el (standard-display-european): Add to the warning
10640         message a reference to the doc string.
10642         * play/yow.el (apropos-zippy): Call print-help-return-message,
10643         similar to other Help and Apropos commands.
10645         * help.el (print-help-return-message): If pop-up-frames is
10646         non-nil, set up help-return-method to delete the help window and,
10647         possibly, its frame as well, and don't display message about
10648         scrolling the help window.  Doc fix.
10649         (help-return-method): Doc fix.
10651 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
10653         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10654         whereby names of length one or names starting with a
10655         symbol-constituent character would not be returned.
10657 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10659         * subr.el (atomic-change-group): Add edebug and indentation spec.
10661 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10663         * completion.el (save-completions-file-name): Fix typo in last change.
10665 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10667         * info.el: Move back/forward history to the beginning of the tool bar.
10669 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
10671         * allout.el (eval-when-compile): Remove unnecessary load of cl.
10672         Add fset of allout-real-isearch-abort during compile to fix
10673         byte-compilation warnings.
10674         (allout-mode-p): Move definition of this macro above all uses, or
10675         byte compilation in barren emacs (eg, during emacs build) will
10676         lack the definition.
10677         (allout-mode): Move this variable above any uses, or byte
10678         compilation will fail.
10679         (allout-resolve-xref): Remove use of personal file-reference function.
10680         (allout-toggle-current-subtree-encryption): Do the current (ie,
10681         visible containing) topic, rather than nearest around point.  Doc fix.
10682         (allout-toggle-subtree-encryption): New function, workhorse that
10683         works on nearest topic containing point.
10684         (allout-encrypt-string): Signal requirement for newer version of pgg.
10685         (allout-resumptions): Doc fix.
10687 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
10689         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10691 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
10693         * textmodes/flyspell.el (flyspell-external-point-words):
10694         Consider a misspelling as found in the string search if: (a) misspelling
10695         and found string lengths match, or (b) misspelling is found as
10696         element in a boundary-chars separated longer string, or (c)
10697         ispell-program-name is really ispell and misspelling is found as
10698         part of a TeX string.  After successful match move beginning of
10699         search region to end of match.  Warn about not found misspellings
10700         once the process is done.
10701         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10703 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
10705         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10706         tool bar (removed inadvertently).
10708 2005-12-02  Juri Linkov  <juri@jurta.org>
10710         * log-view.el (log-view-diff): Clarify doc string.
10712 2005-12-01  Bill Wohler  <wohler@newt.com>
10714         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10715         triggers lm-verify errors.
10717 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10719         * simple.el (transient-mark-mode, line-number-mode)
10720         (column-number-mode, size-indication-mode): Remove `:require nil'.
10722 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
10724         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10725         in the margin also.
10726         (gdb-breakpoints-mode-map): Use D instead of d for
10727         gdb-delete-breakpoint.
10728         (gdb-get-frame-number): Require a number to match on.
10729         (gdb-threads-mode-map): Add follow-link binding.
10731 2005-11-30  Jason Rumney  <jasonr@gnu.org>
10733         * isearch.el (isearch-mode-map): Avoid exiting search on
10734         language-change event.
10736 2005-11-30  Romain Francoise  <romain@orebokech.com>
10738         * speedbar.el (speedbar-default-position): New defcustom.
10739         (speedbar-frame-reposition-smartly): Use it.
10741         * dframe.el (dframe-reposition-frame-emacs): Fix position
10742         computation for `left' location.
10743         Update copyright year.
10745 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10747         * help.el (help-map): Move initialization into declaration.
10749         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10751         * help-fns.el (help-argument-name): Don't autoload.
10752         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10753         to be re-loaded when customizing the `help' group.
10755 2005-11-30  John Paul Wallington  <jpw@gnu.org>
10757         * help-fns.el (describe-function-1): Fill arglist output.
10759 2005-11-30  Kim F. Storm  <storm@cua.dk>
10761         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10762         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10763         after revert-buffer (or anything else which kills all local variables).
10765         * apropos.el (apropos-parse-pattern): Doc fix.
10766         Set apropos-regexp directly, rather than expecting callers to do so.
10767         (apropos-command, apropos, apropos-value, apropos-documentation):
10768         Simplify calls to apropos-parse-pattern.
10770 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10772         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10773         (hi-lock-face-phrase-buffer): Use hi-yellow face.
10774         (hi-lock-write-interactive-patterns): Use comment-region.
10776         * longlines.el (longlines-mode): Add mail-setup-hook.
10778         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10780         * simple.el (sendmail-user-agent-compose, next-line):
10781         Conditionally use hard-newline.
10783 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10785         * international/latexenc.el (latex-inputenc-coding-alist):
10786         Reword doc string.
10788 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10790         * help.el (describe-key-briefly, describe-key): Recognize default
10791         bindings.
10793 2005-11-29  Romain Francoise  <romain@orebokech.com>
10795         * view.el (view-inhibit-help-message): New defcustom.
10796         (view-mode-enter): Use it.
10798 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
10800         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10801         Preserve user position.
10803 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
10805         * font-lock.el: Throw error if facemenu is not loaded to prevent
10806         accidental change of loading order in loadup.el.  (Suggested by RMS.)
10808         * loadup.el: Add comment explaining why facemenu must be loaded
10809         before font-lock.
10811 2005-11-28  Jay Belanger  <belanger@truman.edu>
10813         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10814         (calc-dispatch-map): Add more keys for `calc-same-interface'.
10816         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10818         * calc/calc-embed.el (calc-do-embedded): Update help message.
10820         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10822 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10824         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10826         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10827         called-interactively-p.
10828         (elp-profilable-p): Rename from elp-not-profilable-p.
10829         Invert result and take into account macros and autoloaded functions.
10830         (elp-instrument-function): Update call.
10831         (elp-instrument-package): Update call.  Add completion.
10832         (elp-pack-number): Use match-string.
10833         (elp-results-jump-to-definition-by-mouse): Merge into
10834         elp-results-jump-to-definition and then remove.
10835         (elp-output-insert-symname): Make help echo text single-line.
10837         * replace.el (query-replace-map): Move initialization into declaration.
10838         (occur-engine): Use with-current-buffer.
10839         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10840         (occur-mode-mouse-goto): Replace with an alias.
10842 2005-11-28  Juri Linkov  <juri@jurta.org>
10844         * simple.el (quoted-insert): Let-bind input-method-function to nil.
10846         * term/w32-win.el: Bind [S-tab] to [backtab].
10848         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10849         `Info-find-file' to t.
10851         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10852         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10853         and same-window-regexps.
10854         (occur-next-error): Don't move point for arg 0.
10856 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
10858         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10860 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10862         * log-edit.el (log-edit-changelog-use-first): New var.
10863         (log-edit-changelog-ours-p): Use it.
10864         (log-edit-insert-changelog): Set it with new arg `use-first'.
10865         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10866         (log-edit-hook): Add them to the list of suggested options.
10868         * textmodes/flyspell.el (flyspell-last-buffer): New var.
10869         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10870         redundant work.
10871         (flyspell-mode-on): Use add-hook for after-change-functions.
10872         (flyspell-mode-off): Use remove-hook for after-change-functions.
10873         (flyspell-changes): Make it buffer-local.
10874         (flyspell-after-change-function): Make it non-interactive.  Use push.
10875         (flyspell-post-command-hook): Check input-pending-p while processing
10876         the potentially long list of buffer changes.
10878 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10880         * buff-menu.el (list-buffers-noselect): Display the selected
10881         frame's buffer list, not the global one.
10883 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10885         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10886         that (list last-input-event) works as in interactive spec.
10888 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10890         * loadup.el ("facemenu"): Load facemenu before font-lock, because
10891         `facemenu-keymap' needs to be defined when font-lock is loaded.
10892         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10894 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10896         * completion.el: Remove useless leading * in defcustom docstrings.
10897         (save-completions-file-name): Use ~/.emacs.d if available.
10898         (completion-standard-syntax-table): Rename from
10899         cmpl-standard-syntax-table and fold initialization into declaration,
10900         thus removing cmpl-make-standard-completion-syntax-table.
10901         (completion-lisp-syntax-table, completion-c-syntax-table)
10902         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10903         (cmpl-saved-syntax, cmpl-saved-point): Remove.
10904         (symbol-under-point, symbol-before-point)
10905         (symbol-under-or-before-point, symbol-before-point-for-complete)
10906         (add-completions-from-c-buffer): Use with-syntax-table.
10907         (make-completion): Don't return a list of completion entries.
10908         Update callers.
10909         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10910         (completion-initialize): Rename from initialize-completions.
10911         (completion-find-file-hook): Rename from cmpl-find-file-hook.
10912         (kill-emacs-save-completions): Collect stats here.
10913         (save-completions-to-file, load-completions-from-file):
10914         Use with-current-buffer.
10915         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
10916         into a function.  Move all calls to toplevel.
10917         (completion-lisp-mode-hook): New fun.
10918         (completion-c-mode-hook, completion-setup-fortran-mode):
10919         Set the syntax-table here.  Use local-set-key.
10920         (completion-saved-bindings): New var.
10921         (dynamic-completion-mode): Make it into a proper minor mode.
10922         (load-completions-from-file): Remove unused var `num-uses'.
10924         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10925         constructor if it is explicitly overridden.
10927         * complete.el (PC-completion-as-file-name-predicate):
10928         Use minibuffer-completing-file-name.
10929         (partial-completion-mode): Use find-file-not-found-functions.
10930         (PC-lisp-complete-symbol): Use with-syntax-table.
10931         (PC-look-for-include-file): Remove dead setq.
10932         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10933         (PC-complete): Use with-current-buffer.
10935         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10936         escape single quotes.
10938 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10940         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10941         of `if' whose condition always returned nil.  Doc fix.
10943         * buff-menu.el (Buffer-menu-revert-function): Make the selected
10944         window's buffer the current buffer around the call to
10945         `list-buffers-noselect'.  This is necessary to mark that buffer
10946         with a `.' in the Buffer Menu when called from Lisp, for instance
10947         by Auto Revert Mode.
10949 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10951         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10952         attaching to it.
10953         (gdb-pre-prompt): Make sure gdb-error is reset.
10955         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10956         with a child process, detect it.
10957         (gud-speedbar-buttons): Match regexp more carefully.
10959 2005-11-27  Richard M. Stallman  <rms@gnu.org>
10961         * mouse.el (mouse-drag-move-window-bottom):
10962         Use adjust-window-trailing-edge.
10964 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10966         * simple.el (blink-matching-open): Ignore
10967         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10968         (blink-matching-paren-on-screen): Update docstring.
10970         * paren.el (show-paren-mode): No longer change
10971         `blink-matching-paren-on-screen'.
10973 2005-11-27  John Paul Wallington  <jpw@pobox.com>
10975         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10976         (gdb-threads-select, gdb-edit-register-value):
10977         Use `posn-set-point' instead of `mouse-set-point' because the
10978         latter is not fbound when configured without X.
10980 2005-11-27  Kim F. Storm  <storm@cua.dk>
10982         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10983         existing face when partially highlighting a TAB in a rectangle.
10985 2005-11-26  Kim F. Storm  <storm@cua.dk>
10987         * ido.el (ido-mode-map): Doc fix.
10988         (ido-mode-common-map, ido-mode-file-map)
10989         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10990         (ido-define-mode-map): Rewrite.  Select one of the new maps as
10991         parent for ido-mode-map instead of building from scratch.
10992         (ido-init-mode-maps): New defun to initialize new maps.
10993         (ido-mode): Call it.
10994         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10995         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10997 2005-11-26  John Paul Wallington  <jpw@pobox.com>
10999         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11000         `mouse-set-point' because the latter is not fbound when configured
11001         without X.
11003 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
11005         * files.el (file-relative-name): Doc fix.
11007 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11009         * progmodes/octave-inf.el (inferior-octave-startup): Force a
11010         non-empty string for secondary prompt PS2.
11012 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11014         * progmodes/compile.el (compilation-setup): Fix last change.
11016 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
11018         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11019         (gdb-mouse-toggle-breakpoint-margin)
11020         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11021         Add gdb-server-prefix to keep out of command history.
11022         (gdb-edit-register-value): New function.
11023         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11024         (gdb-info-registers-custom): Use above map.
11026 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11028         * custom.el (enable-theme): Signal error if argument is not a
11029         theme.  Don't recalculate a face if it's not loaded yet.
11031         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11032         the `user' theme is in effect.
11034         * info.el (Info-on-current-buffer): Record actual filename in
11035         Info-current-file, instead of t, or a fake filename if a non-file
11036         buffer.  Make autoload.
11037         (Info-find-node, Info-revert-find-node): No need to check for
11038         Info-current-file nil.
11039         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11040         Info-current-file is now never `t'.
11041         (Info-fontify-node): Many simplifications due to Info-current-file
11042         always being valid.  Use Info-find-file to find node filename.
11044 2005-11-25  David Kastrup  <dak@gnu.org>
11046         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11047         new character, then delete" in order to preserve markers.
11049 2005-11-25  David Ponce  <david@dponce.com>
11051         * recentf.el (recentf-arrange-by-rule): Handle a special
11052         `auto-mode-alist'-like "strip suffix" rule.
11053         (recentf-build-mode-rules): Handle second level auto-mode entries.
11055 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11057         * viper-keym.el (viper-ESC-key): Use different values in terminal and
11058         window modes.
11060         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11061         jde-javadoc-checker-report-mode.
11063         * ediff-wind (ediff-make-wide-display): Slight simplification.
11065         * ediff.el (ediff-date): Change the date of last update.
11067 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
11069         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11070         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
11071         (hi-lock-mode): New global minor mode.
11072         (turn-on-hi-lock-if-enabled): New function.
11073         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11074         Change arguments to regexp and face instead of a font-lock pattern.
11075         Directly set face property, instead of refontifying.
11076         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11077         (hi-lock-find-patterns): Use line-number-at-pos.
11079         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
11080         arguments for hi-lock-set-pattern.
11081         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11082         Call font-lock-fontify-buffer.
11083         (hi-lock-find-file-hook, hi-lock-current-line)
11084         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11086         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11087         turned off.
11089         * progmodes/compile.el (compilation-setup): Don't fiddle with
11090         font-lock-defaults.
11092 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
11094         * progmodes/gdb-ui.el (gdb-var-create-handler)
11095         (gdb-var-list-children-handler): Find values for all variable
11096         objects.  gud-speedbar-buttons decides whether to display them.
11098 2005-11-24  Romain Francoise  <romain@orebokech.com>
11100         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11101         buffer name with a space.
11103 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
11105         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11106         `org-export-local-list-max-depth'.  Change default value to 3.
11107         (org-auto-renumber-ordered-lists)
11108         (org-plain-list-ordered-item-terminator): New options.
11109         (org-at-item-p, org-beginning-of-item, org-end-of-item)
11110         (org-get-indentation, org-get-string-indentation)
11111         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11112         New functions.
11113         (org-move-item-down, org-move-item-up): New commands.
11114         (org-export-as-html): New classes for CSS support.  Bug fix in
11115         regular expression detecting fixed-width regions.  Respect
11116         `org-local-list-ordered-item-terminator'.
11117         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11118         also a list item.
11119         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11120         New item moving functions.
11122 2005-11-24  Juri Linkov  <juri@jurta.org>
11124         * isearch.el (isearch-repeat): With empty search ring set
11125         `isearch-error' to the error string instead of signaling error
11126         with the function `error'.
11128 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11130         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11132 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
11134         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11135         and variable.
11136         (gdb-var-create-handler, gdb-var-list-children-handler):
11137         Don't match on "char **...".
11138         (gdb-var-update-handler): Find values for all variable objects.
11139         (gdb-info-frames-custom): Identify frames by leading "#".
11141         * progmodes/gud.el (gud-speedbar-menu-items): Add
11142         gdb-speedbar-auto-raise as radio button.
11143         (gud-speedbar-buttons): Raise speedbar if requested.
11144         Don't match on "char **...".
11145         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11146         Make it editable.
11148 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
11150         * info.el (Info-fontify-node): Handle the case where
11151         Info-current-file is t.
11153 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11155         * simple.el (blink-matching-open): Fix off-by-one in last change.
11157 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11159         * term/mac-win.el: Don't change default directory.
11161 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
11163         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11164         buffers correctly.  (It used to throw an error in such buffers.)
11165         Make it ask for confirmation in group buffers and other Custom
11166         buffers containing more than one customization item.
11168 2005-11-22  John Paul Wallington  <jpw@gnu.org>
11170         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11171         property on mail and url overlays.
11172         (goto-address-at-point): Use `posn-set-point' instead of
11173         `mouse-set-point' because the latter is not fbound when configured
11174         without X.
11176 2005-11-22  Lars Hansen  <larsh@soem.dk>
11178         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11179         (ls-lisp-classify, ls-lisp-format): Delete call to
11180         ls-lisp-parse-symlink.
11181         (ls-lisp-handle-switches): Handle symlinks to directories as
11182         directories when ls-lisp-dirs-first in non-nil.
11184 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11186         * startup.el (command-line): Make sure that loaddefs.el is handled
11187         correctly in load-history.
11189 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
11191         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11192         (gdb-struct-string, gdb-array-string): New constants.
11193         (gdb-info-locals-handler): Use them.
11194         (gdb-reset): Reset gdb-var-list to nil.
11196 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11198         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11199         in patterns.
11201 2005-11-21  Juri Linkov  <juri@jurta.org>
11203         * custom.el (defcustom): Update link types in docstring.
11205 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
11207         * custom.el (defgroup): Add doc-string-elt info.
11209         * widget.el (define-widget): Don't use declare for the doc-string-elt.
11211 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11213         * newcomment.el (comment-enter-backward): Fix last fix.
11215         * simple.el (blink-matching-open):
11216         * paren.el (show-paren-function): Allow new paren-class info.
11218 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
11220         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
11221         handled automagically.
11223 2005-11-20  Andreas Schwab  <schwab@suse.de>
11225         * descr-text.el (describe-char): When copying overlays put them
11226         over the full char description instead of just the first character
11227         of it.
11229 2005-11-20  Juri Linkov  <juri@jurta.org>
11231         * simple.el (what-cursor-position):
11232         * descr-text.el (describe-char): Use Lisp-readable syntax
11233         for octal and hex.  Reorder decimal, octal and hex values.
11234         Remove excess whitespace in the output.  Use `=' in `column='
11235         like in `point=' and `Hscroll='.
11237         * international/mule-cmds.el (encoded-string-description):
11238         Use Lisp-readable syntax for hex.
11240 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11242         * newcomment.el (comment-enter-backward): Handle the case where the
11243         comment is closed by EOB.
11245 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11247         * longlines.el (longlines-before-revert-hook)
11248         (longlines-after-revert-hook): New functions.
11249         (longlines-mode): Turn off longlines temporarily when reverting.
11250         Add a message-setup-hook.
11251         (longlines-decode-buffer): New function.
11252         (longlines-wrap-line): Preserve marker positions.
11254 2005-11-19  Andreas Schwab  <schwab@suse.de>
11256         * emacs-lisp/shadow.el: Handle compressed files.
11258 2005-11-19  Romain Francoise  <romain@orebokech.com>
11260         * net/browse-url.el (browse-url-default-browser): Signal an error
11261         if no usable browser can be found, rather than try to load w3.
11263 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
11265         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11266         replacing existing properties.
11267         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11268         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11269         tty specs.
11270         (rcirc-server-prefix, rcirc-server): New faces.
11271         (rcirc-url-regexp): Generate with rx macro.
11272         (rcirc-last-server-message-time): New variable.
11273         (rcirc-filter): Record time of last message.
11274         (rcirc-keepalive): Kill processes that did not send a message
11275         since the last ping.
11276         (rcirc-mode): Give rcirc-topic a local binding here.
11278 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
11280         * subr.el (read-passwd): Fontify the prompt as we do with other
11281         prompts.
11283 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
11285         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11286         binding buffer-read-only to nil.
11288 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11290         * complete.el (partial-completion-mode):
11291         Mention completion-auto-help in the doc string.
11293         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
11294         more Lisp-ish way.
11296 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11298         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11299         digits, not 8, to avoid misalignment for files larger than 100MB.
11301 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11303         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11304         Mention "keyboard shortcuts" in the help text.
11306 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11308         * startup.el (fancy-splash-default-action): Discard only
11309         mouse-down and succeeding mouse-up events in the splash screen
11310         window so that drag-n-drop event can be processed.
11312 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
11314         * longlines.el (longlines-mode): Add hacks for mail-mode and
11315         message-mode.
11317 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
11319         * textmodes/org.el (org-table-sort-lines): New command.
11320         (org-tbl-menu): Add entry for `org-table-sort-lines'.
11321         (org-add-file): Command removed, use `org-agenda-file-to-front'
11322         instead.
11323         (org-export-icalendar): Use `org-icalendar-combined-name'.
11324         (org-cycle-agenda-files, org-agenda-file-to-end)
11325         (org-agenda-file-to-front): New commands.
11326         (org-table-tab-jumps-over-hlines, org-export-html-style):
11327         New options.
11328         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11329         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11330         New functions.
11331         (org-fill-paragraph): Call `org-table-align' in tables.
11332         (org-mode): Call `org-set-autofill-regexps'.
11333         (org-export-as-html): Support for local handformatted lists.
11334         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
11335         (org-export-local-list-max-depth): New option.
11336         (org-html-expand): Use `org-html-protect'.
11338 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
11340         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11341         to "p".
11342         (gdb): Move definition of gud-pp to...
11344         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
11345         speedbar.
11346         (gdb-find-watch-expression): New function.
11348 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11350         * faces.el (face-attribute, set-face-attribute): Mention existence
11351         of `:ignore-defface' setting in docstring.
11353 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11355         * simple.el (completion-setup-function): Fix last change.
11357 2005-11-17  John Paul Wallington  <jpw@pobox.com>
11359         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11360         Use `posn-set-point' instead of `mouse-set-point' because the
11361         latter is not fbound when configured without X.
11363         * comint.el (comint-insert-input): Likewise.
11365 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11367         * simple.el (hard-newline): New variable.
11368         (sendmail-user-agent-compose, next-line): Use it.
11370         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11371         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11372         (mail-mail-reply-to, mail-mail-followup-to)
11373         (mail-position-on-field, mail-signature, mail-yank-original)
11374         (mail-attach-file): Likewise.
11376         * mail/mailheader.el (mail-header-format)
11377         (mail-header-format-function): Likewise.
11379         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11381 2005-11-17  Juri Linkov  <juri@jurta.org>
11383         * font-lock.el (font-lock-faces): Rename this defgroup from
11384         `font-lock-highlighting-faces'.
11385         (font-lock-comment-face, font-lock-comment-delimiter-face)
11386         (font-lock-string-face, font-lock-doc-face)
11387         (font-lock-keyword-face, font-lock-builtin-face)
11388         (font-lock-function-name-face, font-lock-variable-name-face)
11389         (font-lock-type-face, font-lock-constant-face)
11390         (font-lock-warning-face, font-lock-negation-char-face)
11391         (font-lock-preprocessor-face)
11392         (font-lock-regexp-grouping-backslash)
11393         (font-lock-regexp-grouping-construct): Rename :group from
11394         `font-lock-highlighting-faces' to `font-lock-faces'.
11396         * cus-edit.el (lisp, c, tex):
11397         * progmodes/ada-mode.el (ada):
11398         * progmodes/asm-mode.el (asm):
11399         * progmodes/cperl-mode.el (cperl-faces):
11400         * progmodes/cpp.el (cpp):
11401         * progmodes/dcl-mode.el (dcl):
11402         * progmodes/f90.el (f90):
11403         * progmodes/fortran.el (fortran):
11404         * progmodes/icon.el (icon):
11405         * progmodes/idlwave.el (idlwave-misc):
11406         * progmodes/m4-mode.el (m4):
11407         * progmodes/make-mode.el (makefile):
11408         * progmodes/meta-mode.el (meta-font):
11409         * progmodes/modula2.el (modula2):
11410         * progmodes/octave-mod.el (octave):
11411         * progmodes/pascal.el (pascal):
11412         * progmodes/perl-mode.el (perl):
11413         * progmodes/prolog.el (prolog):
11414         * progmodes/ps-mode.el (PostScript-edit):
11415         * progmodes/scheme.el (scheme):
11416         * progmodes/sh-script.el (sh-script):
11417         * progmodes/simula.el (simula):
11418         * progmodes/tcl.el (tcl):
11419         * textmodes/nroff-mode.el (nroff):
11420         * textmodes/reftex-vars.el (reftex-fontification-configurations):
11421         * textmodes/sgml-mode.el (sgml):
11422         * textmodes/texinfo.el (texinfo):
11423         Add :link (custom-group-link font-lock-faces) to defgroup.
11425         * hi-lock.el (hi-lock): Rename this defgroup from
11426         `hi-lock-interactive-text-highlighting'.  Change parent group from
11427         `faces' to `font-lock'.  Add link to the manual.
11428         (hi-lock-mode, hi-lock-file-patterns-range)
11429         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11430         `hi-lock-interactive-text-highlighting' to `hi-lock'.
11431         (hi-lock-faces): Add :group `faces'.
11433         * cus-edit.el (custom-variable-prompt): Clarify the code.
11435         * faces.el (face-read-string): Set the default value arg of
11436         completing-read.
11438 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
11440         * rfn-eshadow.el (file-name-shadow-properties)
11441         (file-name-shadow-tty-properties, file-name-shadow-mode):
11442         Remove autoloads, because the file is now preloaded.
11444 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11446         * printing.el (easy-menu-intern): Don't define.
11447         (pr-get-symbol): Use easy-menu-intern only if defined.
11449         * simple.el (blink-matching-open): Simplify a bit.
11450         (completion-setup-function): Fix the case of partial-completion-mode
11451         when the minibuffer's contents start with "-".
11452         Obey completion-base-size-function even when
11453         minibuffer-completing-file-name is non-nil.
11455 2005-11-16  Richard M. Stallman  <rms@gnu.org>
11457         * net/eudcb-ph.el (eudc-ph-open-session):
11458         Use set-process-query-on-exit-flag.
11460         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11462         * international/ucs-tables.el (ucs-set-table-for-input):
11463         Use make-local-variable, not make-variable-buffer-local.
11465         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11466         Improve warning message text.
11468         * savehist.el (savehist-save-hook): Add :group.
11470         * menu-bar.el (menu-bar-help-menu):
11471         Rename Find Extra Packages to External Packages.
11473         * cus-edit.el (Custom-reset-standard): Verify that
11474         :custom-standard-value prop exists before calling it.
11476         * apropos.el (apropos-calc-scores): Use apropos-pattern.
11478 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
11480         * wid-edit.el (color): Enclose %t in %{...%}.
11482         * cus-edit.el (face): Enclose %t in %{...%}.
11484 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
11486         * savehist.el (savehist-mode-hook): Re-add the var.
11487         (savehist-mode): Use it.
11489 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11491         * textmodes/flyspell.el: Fix commenting convention.
11492         Remove unnecessary leading * in custom docstrings.
11493         (flyspell-emacs): Remove unused var.
11494         (flyspell-delete-region-overlays): Use remove-overlays.
11495         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11496         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11497         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11498         (flyspell-debug-signal-word-checked): Use with-current-buffer.
11499         (make-flyspell-overlay): Don't locally reuse a global name.
11500         (flyspell-highlight-incorrect-region)
11501         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11502         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11503         (flyspell-notify-misspell): Remove unused args `start' and `end'.
11504         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
11505         Wrap calls to accept-process-output inside with-local-quit since it's
11506         often called from a post-command-hook.
11507         (flyspell-correct-word, flyspell-auto-correct-word):
11508         Use ispell-send-string.
11509         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
11511         * calendar/diary-lib.el (diary-list-entries): Also hide the
11512         terminating newline.
11514 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
11516         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11517         window-system, to allow fonts on tty.
11519 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
11521         * progmodes/gud.el (gud-speedbar-item-info): New function.
11522         (gud-install-speedbar-variables): Use it to display data type
11523         of watch expression as a tooltip in speedbar.
11525 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
11527         * font-core.el (global-font-lock-mode): Add :version keyword,
11528         because default was changed.
11530         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11532         * startup.el (command-line): Use `custom-reevaluate-setting' for
11533         `file-name-shadow-mode'.
11535         * loadup.el: Preload rfn-eshadow.
11537         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11538         Add :version keyword.
11539         (file-name-shadow-properties, file-name-shadow-tty-properties)
11540         (file-name-shadow): Add :version keyword.
11542         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11543         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11544         in the custom-group property of the symbol frames and the fringe
11545         group got no link to its parent group frames.
11546         Doc fix.
11548 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11550         * progmodes/gud.el (gud-stop-subjob): New function.
11551         (gud-menu-map, gud-tool-bar-map): Use it.
11553 2005-11-16  Kim F. Storm  <storm@cua.dk>
11555         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11556         than kill it.
11557         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
11558         to a more useful/logical place.
11560 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11562         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11563         go buttons complementary.
11565 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11567         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11568         (rfn-eshadow-sifn-equal): New function.
11569         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11571 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11573         * viper-utils.el (viper-non-word-characters-reformed-vi):
11574         Quote `-' in string.
11576         * viper.el (viper-emacs-state-mode-list): Ensure that
11577         rcirc-mode buffers come up in Emacs state.
11579         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11580         operation.
11582 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11584         * term.el (term-termcap-format): Fix typos.
11585         (term-down): Fix the negative argument case.
11587 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11589         * progmodes/gdb-ui.el: Remove face-alias left over from change on
11590         2005-08-15.
11591         (gdb-ann3): New command gud-go.
11592         (menu): Accomodate gdb-mi.el.
11593         (gdb-assembler-custom): Make buffer of selected window current
11594         so that set-window-point works.
11596         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11597         buttons and include new ones.
11599 2005-11-16  Kim F. Storm  <storm@cua.dk>
11601         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11602         (gud-menu-map): Use it.
11604 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11606         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11607         that works correctly for Custom and that does not override a user
11608         who disables it.
11610         * help-mode.el (help-make-xrefs, help-xref-on-pp)
11611         (help-xref-interned, help-follow): Make hyperlinks for variables
11612         that are unbound, but have a non-nil variable-documentation property.
11614         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11615         mode hook.  (It conflicted with defcustoms for some mode hooks.)
11616         Use the `variable-documentation' property to give the mode hook a
11617         docstring and expand that docstring.
11619 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
11621         * savehist.el (savehist-mode): Don't bother with
11622         `custom-set-minor-mode'.
11623         (savehist-coding-system): Check XEmacs version.
11624         (history-length): Declare also at run time.
11625         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
11626         Don't set the customize state.
11627         (savehist-minibuffer-hook): Special case for when
11628         minibuffer-history-variable is equal to t.
11630 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11632         * files.el (write-file): Refresh VC status.
11634         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11635         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11636         than fundamental-mode to see if the mode was set.
11638 2005-11-14  Romain Francoise  <romain@orebokech.com>
11640         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11641         dummy function in `eval-when-compile' to avoid compiler warning.
11642         Require `man' at compile time.
11644 2005-11-14  Jay Belanger  <belanger@truman.edu>
11646         * calc-alg.el (calcFunc-write-out-power): Rename it to
11647         calcFunc-powerexpand.
11648         (math-write-out-power): Rename it to math-powerexpand; have it
11649         handle negative exponents.
11650         (calc-writeoutpower): Rename it to calc-powerexpand.
11652         * calc-ext.el: Change calcFunc-writeoutpower and
11653         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11654         autoloads.
11655         Add calcFunc-ldiv to autoloads.
11657         * calc-arith.el (calcFunc-ldiv): New function.
11659         * calc.el (calc-left-divide): New function.
11661 2005-11-14  Juri Linkov  <juri@jurta.org>
11663         * cus-edit.el (custom-variable-prompt): Set the default value arg
11664         of completing-read.
11666         * cus-dep.el (custom-make-dependencies): Reverse the list of
11667         found dependencies.
11669 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11671         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11672         Highlighting" entry, it is on by default now.
11673         (menu-bar-options-save): Do not save global-font-lock-mode.
11675 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11677         * textmodes/flyspell.el (flyspell-large-region):
11678         Call flyspell-accept-buffer-local-defs.
11680 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
11682         * textmodes/flyspell.el (flyspell-notify-misspell):
11683         Fix misspelling of "Misspelling".
11684         (flyspell-process-localwords): New function.
11685         (flyspell-large-region): Call flyspell-process-localwords and
11686         flyspell-delete-region-overlays.
11687         (flyspell-delete-region-overlays): New function.
11688         (flyspell-delete-all-overlays): Call that.
11690 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11692         * help.el (help-for-help-internal): Improve doc of C-h a.
11693         (describe-key): Improve prompt; doc fix.
11695 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11697         * vc-svn.el (vc-svn-registered): Catch all errors.
11699         * cus-dep.el (custom-make-dependencies): Typo.
11701 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
11703         * net/tramp-util.el (top): Fix compilation warning.
11705 2005-11-13  Kim F. Storm  <storm@cua.dk>
11707         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
11709 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11711         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11712         (gud-speedbar-buttons): Match on "const char *" too.
11714         * progmodes/gdb-ui.el (gdb-var-create-handler)
11715         (gdb-var-list-children-handler): Match on "const char *" too.
11716         (gdb-var-evaluate-expression-handler): Match on empty string.
11717         (gdb-var-update-handler): Only call
11718         gdb-var-evaluate-expression-handler when required.
11720 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11722         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11723         selected window.  This still doesn't work for speedbar.
11724         (gud-speedbar-buttons): Handle string expressions properly.
11726         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11727         (gdb-var-create-handler): Handle string expressions properly.
11728         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11729         Handle string expressions properly.  Move "type" field into regexp.
11731 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11733         * bookmark.el (bookmark-maybe-message): New function to reduce
11734         code duplication: invokes `message' iff baud-rate is high enough.
11735         (bookmark-write-file): Use above instead of an inline conditional.
11736         (bookmark-load): Same.
11738 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11740         * bookmark.el (bookmark-write-file): Don't visit the destination
11741         file, just write the data to it using write-region.  This is
11742         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11743         change to avoid visiting the file in the first place.
11745 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
11747         * hi-lock.el (hi-lock-mode): Set the default value of
11748         font-lock-defaults.
11750 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
11752         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11753         arg to `file-attributes'.
11754         (find-lisp-format): The UID and GID can now be strings.
11756 2005-11-12  Kim F. Storm  <storm@cua.dk>
11758         * help.el (help-map): Bind C-h d to apropos-documentation.
11760         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11761         when point is at end-of-buffer.
11763         * apropos.el (apropos-match-face): Doc fix.
11764         (apropos-sort-by-scores): Add new choice `verbose'.
11765         (apropos-documentation-sort-by-scores): New defcustom.
11766         (apropos-pattern): Now contains the pattern entered by the user.
11767         (apropos-pattern-quoted): New defvar.
11768         (apropos-regexp): New defvar, containing the regexp corresponding
11769         to apropos-pattern.
11770         (apropos-all-words-regexp): Rename from apropos-all-regexp.
11771         (apropos-read-pattern): New defun.  Use it to read pattern arg in
11772         interactive calls; returns list of words for a word list, and
11773         string for a regexp.
11774         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
11775         parses a list of words or regexp as returned by apropos-read-pattern.
11776         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11777         (apropos-score-doc): Return a very high score if the string
11778         entered by the user matches literally.
11779         (apropos-variable): Doc fix.  Use apropos-read-pattern.
11780         (apropos-command): Doc fix.  Use apropos-read-pattern and
11781         apropos-parse-pattern.  Call apropos-print with nosubst=t.
11782         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
11783         apropos-parse-pattern.
11784         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
11785         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
11786         apropos-documentation-sort-by-scores.  Call apropos-print with
11787         nosubst=t.
11788         (apropos-documentation-internal): Pass doc string through
11789         substitute-key-definition before adding text properties.
11790         Highlight substring matching literal user input if possible.
11791         (apropos-documentation-check-doc-file): Remove locals beg and end.
11792         Fix calculation of score (as added twice).  Pass doc string through
11793         substitute-key-definition before adding text properties.
11794         (apropos-documentation-check-elc-file): Pass doc string through
11795         substitute-key-definition before adding text properties.
11796         Highlight substring matching literal user input if possible.
11797         (apropos-print): Add new arg NOSUBST; if set, command and variable
11798         doc strings have already been passed through substitute-key-definition.
11799         Add code to handle apropos-accumulator items without score element
11800         for backwards compatibility (e.g. with woman package).
11801         Only show scores if apropos-sort-by-scores is `verbose'.
11803 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11805         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11806         Add jka-compr-load-suffixes to load-suffixes.
11808         * jka-compr.el: Require jka-cmpr-hook.
11809         (jka-compr-info-compress-message, jka-compr-info-compress-program)
11810         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11811         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11812         (jka-compr-info-can-append, jka-compr-info-strip-extension)
11813         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11814         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
11815         (jka-compr-uninstall): Remove entries from
11816         jka-compr-added-to-file-coding-system-alist after they are used.
11817         (jka-compr-error): Remove unused var `curbuf'.
11818         (jka-compr-file-local-copy): Remove unused var `notfound'.
11820 2005-11-10  Romain Francoise  <romain@orebokech.com>
11822         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11824 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
11826         * progmodes/gud.el (gud-menu-map): Move parentheses.
11827         (gdb): New command gud-pv.
11829 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11831         * tar-mode.el: Remove spurious or unnecessary leading stars
11832         in docstrings.
11833         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11834         (tar-parse-octal-integer-safe): Use mapc.
11835         (tar-header-block-summarize): Remove unused var `ck'.
11836         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11837         cleared before.  Obey default-enable-multibyte-characters.
11838         Use mapconcat.  Simplify setting of tar-header-offset.
11839         (tar-mode-map): Move initialization inside delcaration.
11840         (tar-flag-deleted): Use `abs'.
11841         (tar-expunge-internal): Remove unused var `line'.
11842         (tar-expunge-internal): Don't hardcode point-min==1.
11843         (tar-expunge): Widen while doing set-buffer-multibyte.
11844         (tar-rename-entry): Use file-name-coding-system.
11845         (tar-alter-one-field): Don't hardcode point-min==1.
11846         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11847         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
11849 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11851         * add-log.el (add-log-current-defun): Handle class::method
11852         notation of c++.  Fix incorrect comment.
11854 2005-11-10  Alan Mackenzie  <acm@muc.de>
11856         * help-fns.el (describe-variable): Make C-h v work when a variable
11857         has variable documentation yet is unbound.
11859 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11861         * man.el (Man-highlight-references): Set an empty
11862         string to `Man-arguments' if it is nil.
11863         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11865 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11867         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11868         commenting conventions.
11870         * cus-dep.el (custom-make-dependencies): Simplify.
11871         Better follow the commenting conventions.
11873 2005-11-09  Richard M. Stallman  <rms@gnu.org>
11875         * apropos.el (apropos-pattern): Rename from apropos-regexp.
11876         (apropos-orig-pattern): Rename from apropos-orig-regexp.
11877         All uses changed.
11878         (apropos-rewrite-regexp): Doc fix.
11879         (apropos-variable, apropos-command, apropos, apropos-value):
11880         Change prompt; carry through the argument renaming.
11882 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
11884         * find-lisp.el: Require dired.
11885         (find-lisp-find-dired-internal): Do not call
11886         `abbreviate-file-name' on DIR.
11888 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
11890         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11892 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
11894         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11895         when using the speedbar.
11896         (gdb): New command gud-pp.
11897         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11899 2005-11-09  Juri Linkov  <juri@jurta.org>
11901         * replace.el (occur-excluded-properties): New defcustom.
11902         (occur-1, occur-engine, occur-accumulate-lines): Use it.
11904 2005-11-08  Jay Belanger  <belanger@truman.edu>
11906         * calc/calc-units.el (math-convert-units): Replace any composite
11907         unit by its definition.
11909 2005-11-08  Lars Hansen  <larsh@soem.dk>
11911         * emacs-lisp/autoload.el (update-directory-autoloads):
11912         Add obsolete function alias.
11914 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11916         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11917         comment-indent-function.
11918         (lisp-comment-indent): Replace by an alias for comment-indent-default.
11920         * reveal.el (reveal-post-command): Rework the handling of
11921         reveal-open-spots, so as to be more reliable.  There were several
11922         tricky corner cases where an open spot might be lost, or where
11923         a closed spot might end up on the list of open spots.
11924         Only reveal text that's ellipsised.
11926 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
11928         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11930 2005-11-07  John Paul Wallington  <jpw@gnu.org>
11932         * ibuffer.el (ibuffer): Search iconified frames too when
11933         getting Ibuffer buffer's window.
11935 2005-11-06  Richard M. Stallman  <rms@gnu.org>
11937         * progmodes/compile.el (compilation-internal-error-properties):
11938         save-excursion around the computation of MARKER.
11940 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
11942         * textmodes/flyspell.el (flyspell-external-point-words):
11943         flyspell-get-word returns a list, not just a string.
11945 2005-11-06  John Paul Wallington  <jpw@pobox.com>
11947         * ibuffer.el (ibuffer): Search all visible frames when getting
11948         Ibuffer buffer's window.
11950 2005-11-07  Masatake YAMATO  <jet@gyve.org>
11952         * man.el (Man-reference-regexp): Accept spaces between
11953         `Man-name-regexp' and `Man-section-regexp'.
11954         (Man-apropos-regexp): New variable.
11955         (Man-abstract-xref-man-page): Use value for `Man-target-string'
11956         if available.
11957         (Man-highlight-references, Man-highlight-references0):
11958         Handle the case when `Man-arguments' includes "-k".
11959         (Man-highlight-references0): Rename the argument `TARGET-POS' to
11960         `TARGET'. `TARGET' can be a number, function or nil.
11962 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
11964         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11965         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11966         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11967         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11968         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11969         (gdb-send-item): Use buffer-local-value and simplify.
11971 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
11973         * startup.el (command-line): Use `custom-reevaluate-setting' for
11974         `global-font-lock-mode'.
11976         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11977         by default, except in batch mode or when the -D option is given.
11979         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11980         specified keyword args on to `define-minor-mode'.  Update docstring.
11982 2005-11-05  Romain Francoise  <romain@orebokech.com>
11984         * replace.el (occur-engine): Add marker at end of line, too.
11986 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11988         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11989         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11990         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11991         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11992         argument to all these routines, so the passphrase can be managed
11993         externally and passed in to the system.
11994         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11995         pgg-add-passphrase-to-cache function.
11997         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11998         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11999         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12000         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12001         argument to all these routines, so the passphrase can be managed
12002         externally and passed in to the system.
12003         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12004         function.
12006 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12008         * font-lock.el: Don't deal with font-lock-face-attributes here,
12009         move the code ...
12011         * startup.el (command-line): ... here.  Use face-spec-set instead
12012         of custom-declare-face.
12014         * faces.el (face-spec-set): Reset the face if spec is not nil.
12016 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12018         * newcomment.el (comment-region-internal): Box more tightly in the
12019         common case where there's no TAB in the boxed text.
12021 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12023         * info.el (info-tool-bar-map): Use images prev-node, next-node and
12024         up-node.
12026 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
12028         * newsticker.el: Commentary updated.  Code formatting changed.
12029         (newsticker-version): Change to "1.9".
12030         (newsticker, newsticker-feed): Doc fix.
12031         (newsticker-url-list): Doc fix.  Add option "Weekly".
12032         (newsticker-retrieval-interval): Add option "Weekly".
12033         (newsticker-headline-processing): Doc fix.
12034         (newsticker-auto-mark-filter): Remove.
12035         (newsticker-auto-mark-filter-list): New.
12036         (newsticker-layout, newsticker-sort-method): Doc fix.
12037         (newsticker-hide-old-items-in-newsticker-buffer)
12038         (newsticker-heading-format, newsticker-item-format)
12039         (newsticker-desc-format): Doc fix.
12040         (newsticker-show-all-rss-elements): Remove.
12041         (newsticker-show-all-news-elements): New.
12042         (newsticker-faces, newsticker-ticker): Doc fix.
12043         (remove-from-invisibility-spec): Code formatting.
12044         (newsticker--process-ids): New.
12045         (newsticker-mode): Doc fix.
12046         (newsticker-mode): Change mode-line-format.
12047         (newsticker-start): Remove debug output.
12048         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
12049         (newsticker-w3m-show-inline-images): Code formatting.
12050         (newsticker-next-item): Call `force-mode-line-update'.
12051         (newsticker-previous-item): Call `force-mode-line-update'.
12052         (newsticker-next-feed): Call `force-mode-line-update'.
12053         (newsticker-previous-feed): Call `force-mode-line-update'.
12054         (newsticker-mark-all-items-at-point-as-read): Code formatting.
12055         (newsticker-show-old-items): Do not show descs.
12056         (newsticker-hide-entry): Hide too much.
12057         (newsticker-hide-entry, newsticker-show-entry)
12058         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12059         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12060         (newsticker-toggle-auto-narrow-to-item): Code formatting.
12061         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12062         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12063         (newsticker-get-news): Call `force-mode-line-update'.
12064         Collect process ids.
12065         (newsticker--sentinel): Change coding system handling.
12066         Move image retrieval to new functions newsticker--get-logo-url-*.
12067         Move feed parsing to new functions newsticker--parse-*.
12068         Update list of process ids.
12069         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12070         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12071         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12072         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12073         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12074         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12075         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12076         (newsticker--decode-coding-string): Remove.
12077         (newsticker--decode-numeric-entities): Check input.  Format code.
12078         (newsticker--remove-whitespace): Check input.
12079         (newsticker--do-forget-preformatted): Doc fix.
12080         (newsticker--decode-rfc822-date): Allow for missing time.
12081         (newsticker--update-process-ids): New.
12082         (newsticker--image-sentinel): Change comment.
12083         (newsticker--image-read): Change error message.
12084         (newsticker--imenu-goto): Doc fix.  Show headline title.
12085         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12086         (newsticker--buffer-do-insert-text): Clean whitespace in
12087         html-rendered headline title.  Code formatting.
12088         Call `newsticker--buffer-print-extra-elements'.
12089         (newsticker--buffer-print-extra-element): Remove.
12090         (newsticker--buffer-print-extra-elements): New.
12091         (newsticker--buffer-do-print-extra-element): New.
12092         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
12093         large sizes.
12094         (newsticker--run-auto-mark-filter)
12095         (newsticker--do-run-auto-mark-filter):
12096         Use `newsticker-auto-mark-filter-list'.
12098 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
12100         * net/rcirc.el: Use split-string OMIT-NULLS argument.
12101         (rcirc-print): Force redisplay before running hooks.  Do long
12102         buffer truncation after making new text read-only.  Deal with nil
12103         text when decoding strings.  If TARGET is nil, use either the
12104         currently selected buffer, if it is an rcirc buffer and of the
12105         same process or the process buffer.
12106         (rcirc-mode): Remove header-line.  Recompute short buffer names.
12107         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12108         (rcirc-short-buffer-name): Add variable.
12109         (rcirc-kill-buffer-hook): Recompute short buffer names.
12110         Remove nick from private channel.
12111         (rcirc-send-input): Send command text to current-buffer.
12112         Don't clear overlay arrow here.
12113         (rcirc-short-buffer-name): Return a short buffer name.
12114         (rcirc-update-short-buffer-names, rcirc-abbreviate)
12115         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12116         buffer-name abbreviations.
12117         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12118         Do not touch nick-table when killing a parted channel.
12119         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12120         Clear arrow from current buffer if it is now hidden.
12121         (rcirc-current-buffer): Add variable.
12122         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12123         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12124         Remove -face from names.
12125         (rcirc-update-activity-string): Print "DND" when globally ignoring
12126         activity.
12127         (rcirc-ignore-buffer-activity-flag): Rename from
12128         rcirc-ignore-channel-activity.
12129         (rcirc-ignore-all-activity-flag): Doc fix.
12130         (rcirc-channels): Remove variable.
12131         (rcirc-kill-buffer-hook):
12132         (rcirc-get-buffer-create): Add nick to private channel.
12133         (rcirc-multiline-edit-submit): Remove tabs.
12134         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12135         folded.
12136         (rcirc-remove-nick-channel): Bug fix.
12137         (rcirc-toggle-ignore-buffer-activity): Rename from
12138         rcirc-toggle-ignore-channel-activity.
12139         (rcirc-record-activity): Add buffers to the front of the list.
12140         (rcirc-update-activity): Remove killed buffers from list.
12141         (rcirc-process-server-response-1): Remove last argument if it is
12142         null before calling handler.
12143         (rcirc): Add "rcirc" defcustom prefix.
12144         (rcirc-prompt): Simplify default prompt.
12145         Use custom-initialize-default.
12146         (rcirc-private-chats): Remove variable.
12147         (rcirc-prompt): Change initialization.
12148         (rcirc-version): Remove function.
12149         (rcirc-id-string): Add constant.
12150         (rcirc-last-buffer): Remove variable.
12151         (rcirc-buffer-alist): Add variable.
12152         (rcirc-connect): Update variable setup.
12153         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12154         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12155         default.
12156         (rcirc-handler-generic): Trigger activity.
12157         (rcirc-send-message): Create the buffor of the target.
12158         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12159         (rcirc-get-buffer): Just return nil if there is no matching buffer.
12160         (rcirc-multiline-edit-cancel): Remove function.
12161         (rcirc-set-last-buffer): Remove function.
12162         (rcirc-get-any-buffer): Add function.
12163         (rcirc-join-channels): Don't print /join text.
12164         (rcirc-toggle-ignore-channel-activity): Add and update echo area
12165         messages.
12166         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12167         (rcirc-handler-NOTICE): Recognize CTCP responses.
12168         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12169         constructing TOPIC string for buffers we are not JOINed.
12170         (rcirc-handler-CTCP-response): Add handler.
12171         (rcirc-multiline-edit-submit): Restore the window-configuration
12172         before adjusting point.
12173         (rcirc): Add customization group.
12174         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12175         (rcirc-user-full-name, rcirc-startup-channels-alist)
12176         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12177         (rcirc-ignore-all-activity-flag, rcirc-time-format)
12178         (rcirc-input-ring-size, rcirc-read-only-flag)
12179         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12180         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12181         Change defvar to defcustom.
12182         (rcirc-update-prompt): Add optional ALL arg, which will update
12183         prompts in all rcirc buffers.  Regexp quote replacement text.
12184         (rcirc-fill-column): Accept frame-width as a value.
12185         (rcirc-set-changed): Add function.
12186         (rcirc-next-active-buffer): Write more meaningful messages.
12187         (rcirc-faces): Add customization group.
12188         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12189         (rcirc-nick-in-message-face, rcirc-prompt-face)
12190         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12191         (with-rcirc-process-buffer): Move before first usage.
12192         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12193         (rcirc-debug-flag): Rename from `rcirc-log-p'.
12194         (rcirc-debug): Rename from `rcirc-log'.
12195         (rcirc-format-response-string): Do not print `-' chars for a
12196         NOTICE with no sender.  Simplify output of server responses.
12198 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12200         (rcirc-browse-url-map, rcirc-browse-url-at-point)
12201         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12202         Make urls mouse and RET clickable.
12204 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12206         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12208 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
12210         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12211         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12212         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12213         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12214         argument to all these routines, so the passphrase can be managed
12215         externally and passed in to the system.
12216         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12217         pgg-add-passphrase-to-cache function.
12219         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12220         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12221         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12222         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12223         argument to all these routines, so the passphrase can be managed
12224         externally and passed in to the system.
12225         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12226         function.
12228 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
12230         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12231         from goto-address-url-regexp.
12233 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
12235         * textmodes/org.el (org-read-date, org-goto-calendar)
12236         (org-recenter-calendar, org-agenda-goto-calendar):
12237         Temporarily clear `calendar-move-hook'.
12239 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
12241         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12242         merging.
12244         * ediff-util.el (ediff-previous-difference): Don't skip regions that
12245         have merge clashes.
12247 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12249         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12250         Undo previous change.
12252         * startup.el (command-line): Use `custom-reevaluate-setting' for
12253         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
12254         tty-register-default-colors on Mac.
12256 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12258         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12259         (gdb-buffer-type): Make it automatically buffer local...
12260         (gdb-get-create-buffer): ...and set it accordingly.
12261         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12262         actually work.
12264 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
12266         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12267         not red.
12269 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12271         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12272         case GUD buffer is not visible.
12273         (gdb-goto-breakpoint): Try to force display in source buffer.
12274         (gdb-frame-gdb-buffer): Copy other similar functions.
12275         (gdb-restore-windows): Don't display source if not asked for.
12276         (gdb-assembler-buffer-name): Don't capitalise.
12278 2005-11-03  Richard M. Stallman  <rms@gnu.org>
12280         * wid-edit.el (key-sequence): New widget type.
12282         * simple.el (set-mark-command-repeat-pop): New variable.
12283         (set-mark-command): Only interpret plan C-@ after a pop as a pop
12284         if set-mark-command-repeat-pop is true.
12286         * info.el (Info-fontify-node): Don't display extra "see" if there
12287         already is one here.
12289         * mouse.el: Fix special handling of DEL after dragging a region:
12290         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12291         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
12293         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12295         * textmodes/ispell.el (ispell-command-loop): Change `i' description
12296         not to assume it pertains to an affix.
12298         * textmodes/flyspell.el (flyspell-post-command-hook):
12299         Bind deactivate-mark to prevent deactivation.
12301 2005-11-03  Lars Hansen  <larsh@soem.dk>
12303         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12304         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12305         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12307 2005-11-03  Romain Francoise  <romain@orebokech.com>
12309         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
12310         Update copyright years.
12312 2005-11-03  Sam Steingold  <sds@gnu.org>
12314         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12315         Use system-type instead of window-system because window-system is not
12316         correctly defined during loadup.
12318 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
12320         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12321         (xml-parse-tag): Join strings separated by a comment properly.
12323 2005-11-02  Andreas Schwab  <schwab@suse.de>
12325         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12327 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12329         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12330         (byte-optimize-pure-func): Quote the eval'd value.
12332         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12333         Rename from perl-font-lock-syntactic-face-function.
12334         Change the calling convention so it can be used as a font-lock MATCHER.
12335         Do the parse-partial-sexp loop outselves.
12336         (perl-font-lock-syntactic-keywords): Use it.
12337         (perl-mode): Don't set font-lock-syntactic-face-function any more.
12339 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
12341         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12342         disassembly buffer too.
12343         (gdb-exited): Remove overlay arrows when execution has finished.
12344         (gdb-info-frames-custom, gdb-info-threads-custom)
12345         (gdb-info-registers-custom): Don't add inappropriate text
12346         properties if inferior is not active.
12348 2005-11-02  Glenn Morris  <rgm@gnu.org>
12350         * progmodes/fortran.el (fortran-blink-match):
12351         Use `blink-matching-delay'.
12353 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
12355         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12357 2005-11-02  Lars Hansen  <larsh@soem.dk>
12359         * net/tramp.el (tramp-action-out-of-band): Handle scp message
12360         "Permission denied".
12362 2005-11-01  Richard M. Stallman  <rms@gnu.org>
12364         * textmodes/flyspell.el (flyspell-external-point-words):
12365         Pass nil to flyspell-get-word.
12367 2005-11-02  Kim F. Storm  <storm@cua.dk>
12369         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12370         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12372 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12374         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12375         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12376         (calendar-mouse-print-dates): Add optional `event' argument.
12377         Update interactive-spec.
12378         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12379         Use `calendar-event-to-date' instead of `event'.
12381 2005-11-02  Masatake YAMATO  <jet@gyve.org>
12383         * progmodes/ld-script.el (ld-script-builtins):
12384         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12385         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12386         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12388 2005-11-01  Romain Francoise  <romain@orebokech.com>
12390         * vc-sccs.el: Update copyright year.
12391         * ezimage.el: Likewise.
12393 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
12395         * info.el (Info-fontify-node): Use `string-width' for fontifying
12396         underlined titles.
12398 2005-11-01  Juri Linkov  <juri@jurta.org>
12400         * info.el (Info-fontify-node): Downcase node header keywords Node,
12401         Prev, Next, Up before comparison.
12402         (Info-history): Insert absolute directory name, and put invisible
12403         property on it.
12405 2005-11-01  Juri Linkov  <juri@jurta.org>
12407         * info.el (Info-file-supports-index-cookies): New variable.
12408         (Info-find-node-2): Check makeinfo version for index cookie support.
12409         (Info-index-nodes): Search for nodes with index cookies only when
12410         Info-file-supports-index-cookies is t.  Otherwise, search nodes
12411         with "Index" in the node name.
12412         (Info-index-node): Search index cookie in the current node only when
12413         Info-file-supports-index-cookies is t.  Otherwise, check the word
12414         "Index" in the node name.
12415         (Info-find-emacs-command-nodes): Remove code that searches nodes
12416         with "Index" node name in the top menu.
12418 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12420         * progmodes/scheme.el (scheme-mode-variables): Use the default
12421         comment-indent-function.
12423         * faces.el (face-attribute): Handle the case where a face inherits from
12424         a non-existent face.
12426         * simple.el (eval-expression-print-format): Use lisp-readable syntax
12427         for octal and hexa output, and merge the char into the paren.
12428         (kill-new): Use push.
12429         (copy-to-buffer): Use with-current-buffer.
12430         (completion-setup-function): Move code in loop to remove redundancy.
12431         (minibuffer-local-must-match-map): Don't add bindings that duplicate
12432         those inherited from minibuffer-local-completion-map.
12434         * savehist.el (savehist-mode) <defcustom>:
12435         Use custom-set-minor-mode if available.
12436         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12437         and emit a message if applicable.
12439 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
12441         * savehist.el: Sync up to version 19.
12442         (savehist-mode): New minor mode.
12443         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12444         (savehist-length): Remove (use history-length instead).
12445         (savehist-file-modes): Rename from savehist-modes.
12446         (savehist-save-hook, savehist-loaded): New vars.
12447         (savehist-load): Use savehist-mode.  Try to smooth up transition from
12448         old format to new format.
12449         (savehist-install): Allow savehist-autosave-interval to be nil.
12450         (savehist-save): Run the new hook.  Be more careful to only trim the
12451         history variables.
12452         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
12453         (savehist-printable): Print into a buffer rather than char-by-char.
12455 2005-11-01  John Wiegley  <johnw@newartisans.com>
12457         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12458         toggle-ignore keybinding (C-a).  The author said it had been
12459         disabled much earlier due to a possible incompatibility, but after
12460         many months of usage I have encountered no problems (and it is a
12461         rather useful option, especially for switching to " *temp*").
12463         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12464         support for OS/X's AddressBook, by calling out to the open source
12465         program "contacts" (installable through Fink).
12467         * net/eudc.el (eudc-expand-inline): If the
12468         `eudc-multiple-match-handling-method' is set to `all', delete the
12469         query string before inserting the query result.
12471         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12472         flag, to prevent Eshell from using the system ls when
12473         `eshell-ls-insert-directory' is in used.
12474         (eshell-ls-insert-directory): Disable font-lock in directory
12475         buffer so that Eshell's own fontification is seen.  This broke
12476         recently due to changes in font-lock, so this goes back to version
12477         21 behavior.
12479 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
12481         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12482         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12483         (gdb-many-windows): Doc fix.
12485 2005-10-31  Romain Francoise  <romain@orebokech.com>
12487         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12489 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
12491         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12492         that global-font-lock-mode can be enabled by default.
12494         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12495         (font-lock-add-keywords, font-lock-remove-keywords)
12496         (font-lock-fontify-buffer): Remove autoload cookies.
12498         * jit-lock.el (jit-lock-register): Likewise.
12500         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12502 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
12504         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12505         intact if there is no gud-comint-buffer.
12507 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
12509         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12510         old prompt comint-prompt-read-only is t and GDB commands are
12511         issued from tool bar etc.
12513 2005-10-31  Masatake YAMATO  <jet@gyve.org>
12515         * vc.el (vc-directory-exclusion-list): Add "{arch}".
12517 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12519         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12520         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12522 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
12524         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12525         starting at beginning of line.  Fontification is messed up when
12526         `open-paren-in-column-0-is-defun-start' set to t.
12527         Reported by John Paul Wallington <jpw@pobox.com>.
12529 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
12531         * comint.el (comint-send-input): Call `comint-update-fence' when
12532         `comint-process-echoes' and `comint-prompt-read-only' are both
12533         non-nil, to avoid leftover read-only newline.
12535 2005-10-30  Richard M. Stallman  <rms@gnu.org>
12537         * textmodes/flyspell.el (flyspell-external-point-words):
12538         Detect when WORD can't be checked properly because
12539         flyspell-get-word finds just part of it, and move on.
12541         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12542         boundarychar for Polish.
12543         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12544         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12546 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
12548         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12549         (gdb-registers-font-lock-keywords): Delete.
12550         (gdb-registers-mode): Don't fontify.
12551         (gdb-info-registers-custom): Use text properties instead as, in
12552         future, changed register values will use font-lock-warning-face.
12553         (gdb-local-font-lock-keywords): Rename to...
12554         (gdb-locals-font-lock-keywords): ...for consistency.
12556 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
12558         * vc.el (vc-switch-backend): Better error message if the buffer is
12559         not visiting a file under version control.
12561         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12563 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
12565         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12566         ~/.emacs.d/.emacs.
12568 2005-10-29  Richard M. Stallman  <rms@gnu.org>
12570         * replace.el (occur-mode-mouse-goto): Always go to other window.
12571         (occur-mode-goto-occurrence): Always switch in same window.
12573         * simple.el (undo): Display message at end, not at start.
12575         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12576         New arg REUSE-CELL.
12577         (cancel-timer-internal): New function.
12578         (timer-event-handler): Use cancel-timer-internal,
12579         and pass the cell it returns to timer-activate...
12581         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12582         (jit-lock-deferred-fontify, jit-lock-context-fontify)
12583         (jit-lock-after-change): Test memory-full.
12585 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12587         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12588         part of the decoded armor to find the key-identifier.
12589         (pgg-gpg-lookup-key-owner): New function to return the
12590         human-readable identifier of a key owner.
12591         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12592         key itself.
12593         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12594         the key value) if we have a key and can match it against a secret
12595         key.  Also, added a note pointing out fact that the prompt only
12596         indicates the first matching key.
12598         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12599         pgg-decrypt-region.
12600         (pgg-pending-timers): A new hash for tracking the passphrase cache
12601         timers, so that new ones supercede old ones.
12602         (pgg-add-passphrase-to-cache): Rename from
12603         `pgg-add-passphrase-cache' to reduce confusion (all callers
12604         changed).  Modified to cancel old timers when new ones are added.
12605         (pgg-remove-passphrase-from-cache): Rename from
12606         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12607         changed).  Modified to cancel old timers when their keys are
12608         removed from the cache.
12609         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12610         XEmacs, an indirection to delete-itimer.
12611         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12612         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12613         users can only check cache without risk of prompting.  Correct bug in
12614         notruncate behavior.
12615         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12616         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12617         Add informative docstrings.
12618         (pgg-decrypt): Convey provided passphrase in subordinate call to
12619         pgg-decrypt-region.
12621         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12622         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12623         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12624         `passphrase' argument, so the passphrase can be managed externally
12625         and then passed in to the system.
12627         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12628         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12629         so the passphrase cache can be used reliably with identifiers
12630         besides a pgp packet's key id.
12632         * pgg-gpg.el (pgg-pgp-encrypt-region)
12633         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12634         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12635         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12636         argument to all these routines, so the passphrase can be managed
12637         externally and passed in to the system.
12639         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12640         `notruncate' argument, so the passphrase cache can be used
12641         reliably with identifiers besides a pgp packet's key id.
12643 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12645         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12646         symmetric encryption.
12647         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12648         encrypted session key.
12649         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12650         message ask for the passphrase in a proper way.
12652         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12653         New user commands for symmetric encryption.
12655 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
12657         * textmodes/conf-mode.el (conf-assignment-sign)
12658         (conf-assignment-regexp): Fix docstrings.
12659         (conf-mode-initialize): New function.
12660         (conf-mode): Remove optional args.  Use delay-mode-hooks to
12661         recognize recursive calls.
12662         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12663         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12664         (conf-xdefaults-mode): Use define-derived-mode and
12665         conf-mode-initialize.
12667 2005-10-29  Romain Francoise  <romain@orebokech.com>
12669         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12671 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12673         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12674         part of the decoded armor to find the key-identifier.
12675         (pgg-gpg-lookup-key-owner): New function to return the
12676         human-readable identifier of a key owner.
12677         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12678         key itself.
12679         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12680         the key value) if we have a key and can match it against a secret
12681         key.  Also, added a note pointing out fact that the prompt only
12682         indicates the first matching key.
12684         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12685         pgg-decrypt-region.
12686         (pgg-pending-timers): A new hash for tracking the passphrase cache
12687         timers, so that new ones supercede old ones.
12688         (pgg-add-passphrase-to-cache): Rename from
12689         `pgg-add-passphrase-cache' to reduce confusion (all callers
12690         changed).  Modified to cancel old timers when new ones are added.
12691         (pgg-remove-passphrase-from-cache): Rename from
12692         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12693         changed).  Modified to cancel old timers when their keys are
12694         removed from the cache.
12695         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12696         XEmacs, an indirection to delete-itimer.
12697         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12698         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12699         users can only check cache without risk of prompting.  Correct bug in
12700         notruncate behavior.
12701         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12702         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12703         Add informative docstrings.
12704         (pgg-decrypt): Convey provided passphrase in subordinate call to
12705         pgg-decrypt-region.
12707 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12709         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12710         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12711         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12712         `passphrase' argument, so the passphrase can be managed externally
12713         and then passed in to the system.
12715         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12716         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12717         so the passphrase cache can be used reliably with identifiers
12718         besides a pgp packet's key id.
12720         * pgg-gpg.el (pgg-pgp-encrypt-region)
12721         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12722         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12723         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12724         argument to all these routines, so the passphrase can be managed
12725         externally and passed in to the system.
12727         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12728         `notruncate' argument, so the passphrase cache can be used
12729         reliably with identifiers besides a pgp packet's key id.
12731 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12733         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12734         symmetric encryption.
12735         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12736         encrypted session key.
12737         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12738         message ask for the passphrase in a proper way.
12740         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12741         New user commands for symmetric encryption.
12743 2005-10-28  Bill Wohler  <wohler@newt.com>
12745         * help-mode.el (help-url): New button type.  Calls browse-url.
12746         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12747         Similar to Info nodes: URL `url'.
12748         (help-make-xrefs): Create help-url buttons for
12749         help-xref-url-regexp matches.
12751 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
12753         * tool-bar.el (tool-bar-add-item-from-menu)
12754         (tool-bar-local-item-from-menu): Fix doc strings.
12756 2005-10-28  Romain Francoise  <romain@orebokech.com>
12758         * ldefs-boot.el: Update.
12760         * subr.el (locate-library): Move from help-fns.el.
12761         * help-fns.el (locate-library): Move to subr.el.
12763 2005-10-28  Richard M. Stallman  <rms@gnu.org>
12765         * net/tramp.el (tramp-completion-mode): defvar moved up.
12767         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12769         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12771         * files.el (find-file-noselect): Use %d to format large file size.
12773         * bindings.el (mode-line-format): Add %e.
12775         * loadup.el ("facemenu"): Load unconditionally.
12776         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12777         ("x-dnd"): Load, when appropriate.
12779         * startup.el (command-line): Call before-init-hook earlier.
12780         Warn about some bad characters in -u user name.
12782         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12783         (flyspell-external-point-words): Error if misspelled word is not found.
12784         Set flyspell-large-region-beg at end of word.
12786 2005-10-28  Andreas Schwab  <schwab@suse.de>
12788         * view.el (View-revert-buffer-scroll-page-forward):
12789         Use view-page-size-default.
12791 2005-10-28  Juri Linkov  <juri@jurta.org>
12793         * international/quail.el (quail-get-current-str): Translate last
12794         raw character for deterministic input methods.
12796 2005-10-27  Jay Belanger  <belanger@truman.edu>
12798         * calc/calc-ext.el: Add functions to autoloads.
12799         (math-identity-matrix-p, math-ident-row-p): New functions.
12801         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12802         multiplication by an identity matrix; don't turn multiplication by
12803         an inverse matrix into division.
12804         (math-div-symbol-fancy): Replace division by matrices with
12805         multiplication by inverse.
12807         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12809         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12810         (calc-writeoutpower): New functions.
12812 2005-10-27  Romain Francoise  <romain@orebokech.com>
12814         * replace.el (occur-engine): Include colon in mouse-face highlight.
12816         * dired-x.el: Change Maintainer field.
12818 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
12820         * longlines.el (longlines-mode): Bind after-change-functions to
12821         nil during initial decoding and final encoding.
12823 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12825         * term.el (term-emulate-terminal, term-handle-colors-array)
12826         (term-handle-ansi-escape): Specify the terminfo capabilities
12827         implemented.
12829 2005-10-26  Richard M. Stallman  <rms@gnu.org>
12831         * info.el (Info-fontify-node): Fix detection of sentence-break
12832         before *Note.
12834 2005-10-26  Romain Francoise  <romain@orebokech.com>
12836         * smerge-mode.el: Add `tools' to file keywords.
12838 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
12840         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12841         when the fringe is not available.
12843         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12844         (def-gdb-auto-update-trigger): Simplify construction.
12845         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12846         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12847         defined explicitly.
12848         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12849         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12850         defined explicitly.
12851         (gdb-info-locals-custom): Remove as it's a no-op.
12853 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
12855         * longlines.el (longlines-mode): Remove narrowing before
12856         performing the initial decoding or final encoding.
12858 2005-10-25  Romain Francoise  <romain@orebokech.com>
12860         * emacs-lisp/find-func.el (find-library-name): Also strip
12861         extension if library name ends in .el, to take advantage of
12862         `find-library-suffixes'.
12864 2005-10-25  Richard M. Stallman  <rms@gnu.org>
12866         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12868 2005-10-25  Juri Linkov  <juri@jurta.org>
12870         * textmodes/texinfo.el (texinfo-mode): Change charset of one
12871         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12873 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12875         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12876         (blackbox-redefine-key): Add argument `map'.
12878         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12879         regions when moving the jit-lock-context-unfontify-pos boundary.
12881 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12883         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12885 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12887         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12889 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
12891         * play/blackbox.el (blackbox-redefine-key): New function.
12892         (blackbox-mode-map): Use it to remap existing bindings for cursor
12893         motion instead of binding literal keys.
12895 2005-10-25  Glenn Morris  <rgm@gnu.org>
12897         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12898         diary does not end in a newline.  Do not assume a blank line at
12899         the start of the diary file.
12901 2005-10-25  Kenichi Handa  <handa@m17n.org>
12903         * international/quail.el (quail-translate-key): If the input
12904         method is deterministic and failed to handle the last key, restart
12905         the key handling loop from an appropriate key.
12907 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
12909         * vc.el (vc-dired-mode): Extend comment for binding of
12910         `directory-listing-before-filename-regexp'.
12912 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12914         * textmodes/texinfo.el (texinfo-mode):
12915         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12916         not to unnecessarily expose emacs-mule's internal char codes.
12918 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
12920         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12921         Display hand pointer and help-echo on disabled icon too.
12922         (gdb-mouse-until): New function.
12923         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12925 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
12927         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12928         with 2005-10-23 change to doctor.el.
12930         * finder.el (finder-mode-map): Add follow-link binding.
12932 2005-10-25  Kim F. Storm  <storm@cua.dk>
12934         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12935         to gdb-mouse-toggle-breakpoint-fringe.
12936         (gdb-mouse-toggle-breakpoint-margin): Rename from
12937         gdb-mouse-toggle-breakpoint.  Fix doc.
12938         (gdb-mouse-toggle-breakpoint-fringe): New defun.
12939         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
12940         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12941         string properties also for fringe breakpoint bitmaps.
12943 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
12945         * textmodes/org.el (org-start-icalendar-file): Fix format form.
12947 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12949         * simple.el (completion-common-substring):
12950         Use `completion-common-substring' prior to `completion-base-size'.
12952 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
12954         * savehist.el: Require CL while compiling.
12955         (savehist-history-variables): Remove.
12956         (savehist-save-minibuffer-history, savehist-additional-variables)
12957         (savehist-minibuffer-history-variables): New vars.
12958         (savehist-save): Use them.
12959         (savehist-uninstall, savehist-minibuffer-hook): New funs.
12960         (savehist-install): New fun, extracted from savehist-load.
12961         (savehist-load): Use them.
12963 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12965         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12966         a dummy doc-string-elt property.
12967         (defalias, defvaralias, define-category): Add a docstring property.
12969         * image.el (defimage):
12970         * widget.el (define-widget):
12971         * custom.el (defface, defcustom): Add `doc-string' declaration.
12973         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12974         (defadvice): Add `doc-string' declaration.
12976         * emacs-lisp/byte-run.el (macro-declaration-function):
12977         Handle `doc-string' declarations.
12978         (define-obsolete-function-alias, define-obsolete-variable-alias):
12979         Add `doc-string' declaration.
12981 2005-10-24  Kenichi Handa  <handa@m17n.org>
12983         * international/utf-7.el (utf-7): Add autoload cookie.
12985         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12987 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12989         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12990         list of directories passed to batch-update-autoloads.  Add "." to
12991         the list of the echoed directories.
12993         * pgg-def.el:
12994         * pgg-gpg.el:
12995         * pgg-parse.el:
12996         * pgg-pgp.el:
12997         * pgg-pgp5.el:
12998         * pgg.el: Moved here from the gnus subdirectory.
13000 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
13002         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13003         in case comint-prompt-read-only is set to t.
13005         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13006         in case comint-prompt-read-only is set to t.
13008 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
13010         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13011         Now a string.
13012         (icalendar-import-format): Handle CLASS, STATUS, URL.
13013         Rename `subject' to `summary'.
13014         (icalendar-import-format-summary): Rename from
13015         `icalendar-import-format-subject'.
13016         (icalendar-import-format-url, icalendar-import-format-status)
13017         (icalendar-import-format-class): New variables.
13018         (icalendar--rris): Take variable argument list.
13019         (icalendar--datestring-to-isodate): Remove unnecessary
13020         calendar-style check when converting dates with explicit month names.
13021         (icalendar-export-region): Change return type of conversion
13022         subroutines.  Bury current buffer unless error occurred.
13023         (icalendar--convert-to-ical)
13024         (icalendar--parse-summary-and-rest): New functions.
13025         (icalendar--convert-ordinary-to-ical)
13026         (icalendar--convert-weekly-to-ical)
13027         (icalendar--convert-yearly-to-ical)
13028         (icalendar--convert-block-to-ical)
13029         (icalendar--convert-cyclic-to-ical)
13030         (icalendar--convert-anniversary-to-ical): Change return type.
13031         Strip trailing blanks from subject.
13032         (icalendar--convert-sexp-to-ical): Change return type.
13033         Strip trailing blanks from subject.  Handle simple sexp
13034         entries as generated by icalendar.el.
13035         (icalendar--convert-float-to-ical)
13036         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13037         (icalendar-import-file): Doc fix.
13038         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13039         Correct call to icalendar--rris.
13040         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
13041         `summary'.
13042         (icalendar--add-diary-entry): Rename `subject' to `summary'.
13044 2005-10-24  Romain Francoise  <romain@orebokech.com>
13046         * server.el (server-sentinel): Set query-on-exit flag to nil on
13047         new client processes (it isn't inherited from the server process).
13049         * replace.el (occur-engine): Rearrange text properties.
13051 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13053         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13054         case-fold-search is nil.
13055         (debug-help-follow): Use help-xref-interned directly.
13057 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13059         * thumbs.el (thumbs-image-type): Add .pbm.
13061 2005-10-23  Richard M. Stallman  <rms@gnu.org>
13063         * faces.el (inhibit-face-set-after-frame-default): New variable.
13064         (set-face-attribute): Bind it.
13065         (face-set-after-frame-default): Test it.
13067         * help-fns.el (describe-simplify-lib-file-name): New function.
13068         (describe-function-1, describe-variable): Use it.
13070         * faces.el (describe-face): Use describe-simplify-lib-file-name.
13072         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13073         Eliminate nil as possible value.
13074         (tooltip-hide-delay): Reduce internal-border-width.
13076         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13077         (menu-bar-file-menu) <new-file>: Likewise.
13079         * simple.el (line-move-finish): Ignore fields computing LINE-END.
13081         * international/mule.el (load-with-code-conversion):
13082         Pass full file name to `eval-buffer' unless preloading.
13084         * textmodes/flyspell.el (flyspell-large-region):
13085         Call ispell-check-version.
13087         * textmodes/ispell.el (ispell-local-dictionary-overridden):
13088         Fix the make-variable-buffer-local call that was supposed
13089         to be for this variable.
13090         (ispell-aspell-supports-utf8): Doc fix.
13091         (ispell-find-aspell-dictionaries): Preserve elements of
13092         ispell-dictionary-alist for dictionaries that aspell doesn't report.
13093         (ispell-aspell-find-dictionary): Return nil on error.
13095         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13096         (doctor-symptoms): Likewise.
13098         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13100 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13102         * cus-edit.el (custom-button, custom-button-pressed): New vars.
13103         (custom-raised-buttons): Add :set spec.
13104         (custom-button-unraised, custom-button-pressed-unraised):
13105         New faces, so that custom-raised-buttons actually does something.
13106         (custom-mode): Use custom-button and custom-button-pressed.
13108         * wid-edit.el (widget-specify-button): Don't ignore
13109         widget-mouse-face on graphic terminals.
13110         (widget-move-and-invoke): Cleanup.
13112 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
13114         * whitespace.el (whitespace-cleanup): Doc fix.
13116 2005-10-23  Romain Francoise  <romain@orebokech.com>
13118         * emulation/viper.el (viper-set-hooks): Quote forms passed to
13119         `eval-after-load' to avoid evaluating their result.
13121 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
13123         * files.el (directory-listing-before-filename-regexp):
13124         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
13126         * dired.el (dired-move-to-filename-regexp): Remove.
13127         All occurences replaced by `directory-listing-before-filename-regexp'.
13129         * dired-x.el, locate.el, vc.el:
13130         Replace `dired-move-to-filename-regexp' by
13131         `directory-listing-before-filename-regexp'.  In vc.el it is
13132         overwritten locally; maybe this can be handled in files.el too.
13134         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
13135         replaced by `directory-listing-before-filename-regexp'.
13137 2005-10-23  Andreas Schwab  <schwab@suse.de>
13139         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13140         and eval-next-after-load.
13142 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
13144         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13145         exist, create it.
13147 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
13149         * allout.el: Remove autoloads for mailcrypt and crypt++.
13150         Require pgg, pgg-gpg during compilation.
13151         (allout-version): Increment version number to 2.1, and use a literal
13152         rather than RCS Id.
13153         (allout-default-encryption-scheme): Remove.
13154         (allout-passphrase-verifier-handling)
13155         (allout-passphrase-verifier-string)
13156         (allout-file-passphrase-verifier-string)
13157         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13158         (allout-passphrase-hint-handling): Rename and simplify.
13159         (allout-init): Use `find-file-hook' if available, otherwise
13160         `find-file-hooks'.
13161         (allout-mode): Use `write-file-functions' if available, otherwise
13162         `local-write-file-hooks' and, instead of making auto-save-hook
13163         buffer local, make the write-file-hook activity contingent to
13164         allout-mode.
13165         (allout-mode): Use key-binding substitution in the docstring.
13166         (allout-kill-line): Spell-out kill ring data structure mutation
13167         instead of using byte-compiler-complaint-provoking `pop'.
13168         (allout-insert-listified): Use `insert' rather than `insert-string'
13169         (allout-toggle-current-subtree-encryption): Update docstring, adjust
13170         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13171         (allout-encrypt-string): Totally revamped vis new underlying
13172         encryption facilities.
13173         (allout-mc-activate-passwd): Remove.
13174         (allout-obtain-passphrase): New, more or less replaces
13175         allout-mc-activate-passwd.
13176         (allout-encrypted-key-info): More or less replaces
13177         allout-encrypted-text-type.
13178         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13179         (my-mark-marker): Use `(featurep 'xemacs)'.
13181 2005-10-23  Lars Hansen  <larsh@soem.dk>
13183         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13184         (byte-compile-file-form-defmumble, byte-compile-defun)
13185         (byte-compile-defmacro): Use it.
13186         (byte-compile-form): Don't call byte-compile-set-symbol-position
13187         when a byte-compile handler is called.
13189 2005-10-22  Romain Francoise  <romain@orebokech.com>
13191         * savehist.el (savehist-history-variables): Add `grep-find-history'.
13193         * subr.el (eval-after-load): Convert library name to an absolute
13194         file name using locate-library, since load-history no longer has
13195         library names in it.
13197 2005-10-22  Richard M. Stallman  <rms@gnu.org>
13199         * files.el (make-temp-file): Move from subr.el.
13200         * subr.el (make-temp-file): Move to files.el.
13202         * window.el (get-buffer-window-list): Move from subr.el.
13203         * subr.el (get-buffer-window-list): Move to window.el.
13205         * image.el (image-load-path): Use eval-at-startup to initialize.
13207         * subr.el (eval-at-startup): New macro.
13209         * subr.el: Much rearrangement of functions and division
13210         into pages.  No code changes.
13212 2005-10-22  Kenichi Handa  <handa@m17n.org>
13214         * tar-mode.el (tar-extract): Be sure to call
13215         find-operation-coding-system if set-auto-coding doesn't find a
13216         coding system.
13218 2005-10-22  Kim F. Storm  <storm@cua.dk>
13220         * image.el (image-type-header-regexps): Rename from image-type-regexps.
13221         Change users.
13222         (image-type-file-name-regexps): New defconst.
13223         (image-type-from-data): Simplify loop.
13224         (image-type-from-buffer): New defun.
13225         (image-type-from-file-header): Use it instead of image-type-from-data.
13226         Use image-search-load-path instead of only looking in data-directory.
13227         (image-type-from-file-name): New defun.
13228         (image-search-load-path): Change `pathname' to `filename'.
13229         Make PATH arg optional, default to image-load-path.
13231 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13233         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13235         * textmodes/paragraphs.el (sentence-end-base): New variable.
13236         (sentence-end): Use sentence-end-base.
13238 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13240         * font-lock.el (font-lock-default-fontify-region): Check the multiline
13241         property independently from the font-lock-multiline variable.
13243 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13245         * emacs-lisp/find-func.el (find-library-name): Doc fix.
13247         * startup.el (command-line): Convert library names
13248         in `load-history' to absolute file names.
13250         * subr.el (symbol-file): Doc fix.
13252         * loadhist.el (file-loadhist-lookup): Call locate-library
13253         instead of find-library-name.  Don't try converting
13254         abs file names to library names, since load-history no longer
13255         has library names in it.
13256         (file-dependents, file-provides, file-requires): Doc fixes.
13258 2005-10-21  Juri Linkov  <juri@jurta.org>
13260         * progmodes/etags.el (tags-table-mode): New function.
13261         (tags-verify-table): Replace initialize-new-tags-table with
13262         tags-table-mode.
13264         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13265         default value.
13266         (desktop-modes-not-to-save): Add tags-table-mode to the
13267         default value.
13269         * info.el (Info-index-next): Add total number of index
13270         alternatives to the message.
13272         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13273         backward only space (instead of space and period) before looking
13274         at sentence end.
13276         * simple.el (set-variable): Use user-variable-p instead of symbolp.
13277         Add the old variable value as 4th default-value arg of read-string.
13279 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13281         * cus-face.el (custom-declare-face): Make face from X resources
13282         also on Mac.
13284         * disp-table.el (standard-display-g1, standard-display-graphic):
13285         Refuse to use string glyphs also on Mac.
13286         (standard-display-european): Don't set terminal coding system also
13287         on Mac.
13289         * frame.el (display-screens): Use x-display-screens also on Mac.
13291 2005-10-21  Romain Francoise  <romain@orebokech.com>
13293         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
13295 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13297         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13298         and $? into sexps.
13300         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13301         warning face on open-paren-in-column-0.
13303         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13304         boundary case.  Fix typo.
13305         Suggested by Martin Rudalics <rudalics@gmx.at>.
13307 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
13309         * textmodes/org.el (org-combined-agenda-icalendar-file)
13310         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13311         (org-export-icalendar-this-file)
13312         (org-export-icalendar-all-agenda-files)
13313         (org-export-icalendar-combine-agenda-files): New commands.
13314         (org-export-icalendar, org-print-icalendar-entries)
13315         (org-start-icalendar-file, org-finish-icalendar-file)
13316         (org-ical-ts-to-string): New functions.
13317         (org-read-date, org-goto-calendar)
13318         (org-agenda-goto-calendar): Inhibit displaying diary entries by
13319         call to `calendar'.
13320         (orgtbl-setup): Remove the :keys arguments from the menu description.
13321         (org-after-save-iCalendar-file-hook): New variable.
13323 2005-10-21  Kenichi Handa  <handa@m17n.org>
13325         * language/vietnamese.el (tcvn-5712): Make it an alias of
13326         vietnamese-tcvn coding-system.
13328 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
13330         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13331         group id is given.
13333 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * progmodes/sh-script.el (sh-escaped-line-re): New var.
13336         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13337         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13338         whose line is either continued or ends with a comment.
13340 2005-10-20  Romain Francoise  <romain@orebokech.com>
13342         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13344         * replace.el (occur-engine): Add follow-link property.
13346         * font-core.el (font-lock-mode): Doc fix.
13348 2005-10-20  Richard M. Stallman  <rms@gnu.org>
13350         * net/rcirc.el: New file.
13352 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
13354         * term.el (term-term-name): Initialize to "eterm-color".
13356 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
13358         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13359         for encryption functionality.
13360         Move allout customization subgroup from `editing' to `outlines' group.
13361         Fix commentary keywords to legitimate ones.
13362         Update author info (using my current email address, obscurified).
13363         (allout-encrypt-string, allout-encryption-produce-work-buffer)
13364         (allout-encrypted-topic-p, allout-encrypted-text-type)
13365         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13366         (allout-situate-encryption-key-verifier)
13367         (allout-get-encryption-key-verifier, allout-verify-key)
13368         (allout-next-topic-pending-encryption)
13369         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13370         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13371         (outline-key-verifier-handling, outline-key-hint-handling)
13372         (outline-encrypt-unencrypted-on-saves): New defcustoms.
13373         (allout-file-key-verifier-string, allout-encryption-scheme)
13374         (allout-key-verifier-string, allout-key-hint-string)
13375         (allout-after-save-decrypt): New variables.
13376         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13377         (allout-after-saves-handler): New hook functions.
13378         (allout-post-command-business): Do allout-after-save-decrypt.
13379         (allout-enable-file-variable-adjustment): Custom var to enable
13380         mechanism for adding and adjusting settings of Emacs file variables.
13381         (allout-adjust-file-variable, allout-file-vars-section-data):
13382         New functions, implement the mechanism.
13383         (outlineify-sticky): Use the file vars mechanism.
13384         (allout-inhibit-protection, allout-during-write-cue)
13385         (allout-override-protect, allout-before-change-protect): Remove.
13386         (allout-flag-region, allout-open-topic): Adjust read-only text.
13387         (allout-open-line-not-read-only): Add to facilitate read-only
13388         text based protection.
13389         (allout-kill-line): Revise to adjust read-only text, clue the
13390         user about the inhibition.
13391         (allout-unprotected): Use unwind-protect.
13392         (allout-shift-in, allout-shift-out): Disallow manually shifting a
13393         topic deeper than the offspring depth of the previous topic -
13394         avoiding confusing "containment discontinuities".
13395         (allout-reindent-bodies): Fix retention of body relative hanging
13396         indent during promotion of collapsed bodies.
13397         (allout-open-topic): Make it easy to open new topic with same
13398         bullet as current topic - topic creation functions provided with
13399         any universal argument provokes now prompt for bullet, defaulting
13400         to the bullet of the previous topic.
13401         (allout-plain-bullets-string, allout-distinctive-bullets-string):
13402         Plain bullet alternates `.' period and `,' comma only.  All other
13403         bullets are relegated to special status (but customizable).
13404         (allout-end-of-entry): Rename from allout-end-of-current-entry
13405         since it actually operates w.r.t. most immediately containing
13406         entry, visible or not.
13407         (allout-hide-current-entry, allout-show-current-entry): Use the
13408         revised version.
13409         (allout-old-expose-topic): Solidify deprecation.
13410         (allout-end-of-subtree): Add so we can span concealed as well
13411         as visible topics.
13412         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13413         (allout-end-of-current-heading): Tweak to just respect the first line.
13414         (allout-get-body-text): Add.
13415         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13416         when invoked interactively.
13417         (allout-up-current-level): Use `interactive-p'.
13418         (allout-mode, allout-init): Miscellaneous docstring and
13419         operational refinements, as well as hookups of new encryption stuff.
13420         (allout-beginning-of-current-entry): Now works as advertised.
13421         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13422         (allout-isearch-rectification): Refine condition for isearching.
13423         (allout-isearch-abort, allout-enwrap-isearch)
13424         (allout-flag-region, my-region-active-p): Relocate some macros.
13425         (allout-title): Fallback title is (buffer-name), not
13426         non-existing (current-buffer-name).
13427         (subst-char-in-string): Define if absent (for some XEmacs versions).
13429 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
13431         * mail/sendmail.el (mail-setup-hook, mail-aliases)
13432         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13433         (mail-citation-prefix-regexp, mail-signature-file)
13434         (mail-default-headers, mail-bury-selects-summary)
13435         (mail-send-nonascii): Add autoload cookies.
13437 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13439         * frame.el (blink-cursor-mode): Add `mac' to the list of
13440         window-system's that support blinking cursor.
13442 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13444         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13446 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
13448         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13449         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13450         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13452 2005-10-20  Kim F. Storm  <storm@cua.dk>
13454         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13455         (ido-set-current-directory): Don't add / after final @.
13456         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13457         Explicitly handle ange-ftp completion oddities.
13458         (ido-make-file-list): Don't rotate list at tramp root to avoid
13459         triggering tramp file handler for expand-file-name via get-file-buffer.
13461 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13463         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13465 2005-10-19  Jay Belanger  <belanger@truman.edu>
13467         * calc/calc-units.el (math-standard-units): Add units, adjust
13468         symbols and update values.
13469         (math-unit-prefixes): Add more prefixes.
13471 2005-10-19  Romain Francoise  <romain@orebokech.com>
13473         * bookmark.el (bookmark-menu-heading): New face.
13474         (bookmark-bmenu-list): Use it.
13475         Don't fiddle with `baud-rate' at top-level.
13477 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
13479         * image.el (create-image, find-image): Mention max-image-size in
13480         docstring.
13482 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13484         * savehist.el (savehist-load): Revert to checking XEmacs.
13486         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13487         Various docstring and line-width fixups.
13488         (conf-mode): Use cond.
13489         Set font-lock-defaults.  Don't set comment-use-syntax.
13491 2005-10-18  David Ponce  <david@dponce.com>
13493         * tree-widget.el (tree-widget-button-click): New function.
13494         (tree-widget-button-keymap): Use it.
13496 2005-10-18  Romain Francoise  <romain@orebokech.com>
13498         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13499         (bookmark-bmenu-hide-filenames): Add follow-link property.
13500         Improve help-echo text.
13502         * ffap.el (find-file-at-point): Doc fix.
13504 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13506         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13508 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13510         Install to the CVS repository what I forgot to install in my
13511         2005-10-16 changes.
13513         * progmodes/python.el (python-complete-symbol): Pass the common
13514         prefix substring of completion to `display-completion-list'.
13516         * textmodes/org.el (org-complete): Ditto.
13518 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13520         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13522         * woman.el (WoMan-xref-man-page): New button type derived
13523         from `Man-abstract-xref-man-page'.
13524         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13526         * man.el (Man-abstract-xref-man-page): New button type.
13527         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13528         (Man-highlight-references): Add new optional argument `xref-man-type'.
13530 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13532         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13534 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13536         * cus-edit.el (Custom-move-and-invoke): Delete.
13537         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13539         * wid-edit.el (widget-move-and-invoke): New function, from
13540         Custom-move-and-invoke.
13542 2005-10-17  Bill Wohler  <wohler@newt.com>
13544         Move all remaining images from lisp/toolbar to etc/images, move
13545         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
13546         the low resolution images in their own directory (low-color).
13548         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13549         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13550         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13551         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13552         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13553         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13554         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13556         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13557         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13558         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13559         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13560         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13561         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13562         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13563         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13564         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13565         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13566         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13567         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13568         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13569         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13570         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13572         To conform with convention, replace the underscore (_) in the
13573         following image names with dash (-) or (/) as appropriate.
13575         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13576         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13577         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13578         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13579         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13580         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13581         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13582         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13583         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13584         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13585         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13586         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13587         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13588         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13589         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13591         * info.el (info-tool-bar-map): Replace underscores in image names
13592         with dashes.
13594         * makefile.w32-in (WINS): Remove toolbar.
13596         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13598         * tool-bar.el: Move to lisp from toolbar.  Now that
13599         toolbar is empty, it should be deleted when folks run "cvs up -P".
13601 2005-10-18  Jay Belanger  <belanger@truman.edu>
13603         * calc/calc-store.el (calc-store-into): Get the proper variable name
13604         to display in message.
13606 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13608         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13609         expressions display in speedbar for all buffers when debugging.
13610         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13612         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13613         (speedbar-insert-button, speedbar-make-button):
13614         Use add-text-properties.
13615         (speedbar-update-localized-contents)
13616         (speedbar-update-directory-contents)
13617         (speedbar-update-special-contents): Use dolist.
13618         (speedbar-buffer-easymenu-definition): Add a menu separator.
13620 2005-10-17  Jason Rumney  <jasonr@gnu.org>
13622         * makefile.w32-in: Use $(lisp) consistently.
13623         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13624         for shell specific generation of mh-autoloads.
13626 2005-10-17  Richard M. Stallman  <rms@gnu.org>
13628         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13630 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13632         * jit-lock.el (jit-lock-fontify-now):
13633         Move jit-lock-context-unfontify-pos to avoid wasted work.
13635 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
13637         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
13638         `tramp-completion-mode' for checking if we are in completion mode.
13639         (tramp-completion-handle-file-name-all-completions): Reorder code
13640         in order to complete for file names only in case there are no
13641         method/user/host completions.  This is necessary for cooperation
13642         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
13644 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
13646         * longlines.el (longlines-search-forward)
13647         (longlines-search-backward): Match any number of spaces.
13649 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
13651         * diff-mode.el (diff-mode): Doc fix.
13653 2005-10-16  David Reitter  <david.reitter@gmail.com>
13655         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13656         as default on darwin and windows systems.
13658 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13660         * arc-mode.el (archive-zip-extract): Doc fix.
13662 2005-10-16  Romain Francoise  <romain@orebokech.com>
13664         * mouse.el (mouse-1-click-follows-link): Doc fix.
13666 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13668         * savehist.el: Don't require CL at runtime.
13669         (savehist-xemacs): Remove.
13670         (savehist-coding-system): Use utf-8 if present, regardless of religion.
13671         (savehist-no-conversion): Use (featurep 'xemacs).
13672         (savehist-load): Check existence of start-itimer rather than XEmacs.
13673         Use an idle timer.
13674         (savehist-process-for-saving): Replace use of CL funs `subseq' and
13675         `delete-if-not'.
13677 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
13679         * savehist.el: Newer version.
13680         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13681         (savehist-last-checksum, savehist-no-conversion): New vars.
13682         (savehist-autosave, savehist-process-for-saving, savehist-printable):
13683         New functions.
13684         (savehist-load, savehist-save): Use them.
13685         (savehist-delimit): Remove.
13687 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13689         * progmodes/compile.el (compilation-goto-locus): Display the
13690         compilation buffer first and the source buffer second, in case they're
13691         in overlapping frames.  Don't raise the compilation frame if it was the
13692         selected window upon entry.  Pass the `other-window' arg to
13693         pop-to-buffer.
13695         * info.el (Info-fontify-node): Use dolist.
13696         Change add-text-properties to put-text-property.
13698 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13700         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13701         bound of search.
13703 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13705         * dabbrev.el (dabbrev-completion): Pass the common
13706         prefix substring of completion to `display-completion-list'.
13708         * filecache.el (file-cache-minibuffer-complete)
13709         (file-cache-complete): Ditto.
13711         * tempo.el (tempo-display-completions): Ditto.
13713         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13715         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13717         * eshell/em-hist.el (eshell-list-history): Ditto.
13719         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13721         * mail/mailalias.el (mail-complete): Ditto.
13723         * progmodes/etags.el (complete-tag): Ditto.
13725         * progmodes/make-mode.el (makefile-complete): Ditto.
13727         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13729         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13731         * progmodes/pascal.el (pascal-complete-word)
13732         (pascal-show-completions): Ditto.
13734         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13736         * simple.el (completion-common-substring): New variable.
13737         (completion-setup-function): Use `completion-common-substring'
13738         to put faces.
13740 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13742         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13743         (x-get-selection, mac-select-convert-to-string): Convert from/to
13744         UTF-16 clipboard data as in native byte order, no BOM.
13746 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
13748         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13749         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13750         (gud-sentinel): Use speedbar-frame to check for speedbar.
13752 2005-10-15  Richard M. Stallman  <rms@gnu.org>
13754         * savehist.el: New file.
13756 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
13758         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13759         Fix bug in \bf fontification.
13761 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13763         * pcvs.el (cvs-edit-log-files): New var.
13764         (cvs-mode-edit-log): New arg `file'.
13765         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13766         Instead force the use of the original file and nothing else.
13767         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13768         the cvs-minor-wrap-function is set.
13769         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13771 2005-10-14  Bill Wohler  <wohler@newt.com>
13773         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13774         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13775         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13776         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13777         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13778         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13779         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13780         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13781         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13782         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13783         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13784         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13785         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13786         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13787         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13789         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13790         appropriately (for example, gud-break to gud/break).
13792 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
13794         * longlines.el (longlinges-search-function)
13795         (longlines-search-forward, longlines-search-backward): New functions.
13796         (longlines-mode): Set isearch-search-fun-function to
13797         longlinges-search-function.
13799         * mouse.el (mouse-drag-region-1): Handle the case where a
13800         double-click event is bound to an arbitrary function.
13802 2005-10-14  David Ponce  <david@dponce.com>
13804         * recentf.el (recentf-track-opened-file)
13805         (recentf-track-closed-file, recentf-update-menu)
13806         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13807         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13808         mouse-1-click-follows-link.
13810 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13812         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13813         Gnome file-manager.png.  Suggested by
13814         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13816         * toolbar/README: Add diropen.xpm.
13818 2005-10-13  Bill Wohler  <wohler@newt.com>
13820         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13821         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
13823 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13825         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13826         Don't waste the byte-compiler's time on constant data.
13828 2005-10-13  Kenichi Handa  <handa@m17n.org>
13830         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13831         byte with `escape-glyph' face.
13833         * international/fontset.el (ccl-encode-unicode-font):
13834         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13835         Handle the case that ucs-mule-to-mule-unicode translates a character to
13836         ASCII (usually for IPA characters).
13838 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13840         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13841         Don't hide the underline of titles if font-lock-mode is disabled.
13843 2005-10-12  Bill Wohler  <wohler@newt.com>
13845         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
13846         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13847         files in MH-E-SRC have been updated.
13848         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13850 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13852         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13853         (mixal-mode-syntax-table): Add \n as end-comment.
13854         (mixal-operation-codes-alist): Immediately initialize to full value.
13855         (mixal-add-operation-code): Remove.
13856         (mixal-describe-operation-code): Make the arg non-optional.
13857         Use the interactive spec instead.
13858         Use mixal-operation-codes-alist rather than mixal-operation-codes.
13859         (mixal-font-lock-keywords): Don't highlight comments here any more.
13860         (mixal-font-lock-syntactic-keywords): New var.
13861         (mixal-mode): Use it.  Fix comment-start-skip.
13863 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13865         * startup.el (command-line-x-option-alist): -nb => -nbi
13867 2005-10-12  Kim F. Storm  <storm@cua.dk>
13869         * startup.el (fancy-splash-default-action): Discard mouse click in
13870         the splash screen window, as it has no sensible meaning in the
13871         next window to be selected.  Fixes error reported by Jan D.
13873 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13875         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13877 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13879         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13880         Try to fix up minor layout issues like indentation, line break, etc...
13881         (mixal-mode-syntax-table): Don't try to specify comment syntax,
13882         because it doesn't work.
13883         (mixal-operation-codes): Add some more codes.
13884         (mixal-font-lock-keywords): Process comments here.
13885         (mixal-mode): mixasm no longer needs -g option.
13887 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13889         * progmodes/sh-script.el (sh-tmp-file):
13890         Use mktemp -t.  Finish support for es and rc shells.
13892 2005-10-11  Jay Belanger  <belanger@truman.edu>
13894         * calc/calcalg2.el (calc-integral): With an argument, compute the
13895         definite integral.
13897 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
13899         * mouse.el (mouse-drag-region-1): Don't try to catch a
13900         double-click when doing follow-link (it's overridden anyway).
13902 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
13904         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13905         (autoload-print-form-outbuf): Add docstring.
13907 2005-10-11  Juri Linkov  <juri@jurta.org>
13909         * info.el (Info-mode-menu): Delete menu item "Edit".
13910         (Info-mode): Delete description of Info-edit from docstring,
13911         and rearrange descriptions of Info commands in the order
13912         they are documented in the Info manual.
13914 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13916         * calendar/appt.el (appt-check): Use diary-selective-display var.
13918 2005-10-10  Richard M. Stallman  <rms@gnu.org>
13920         * net/newsticker.el (newsticker-start, newsticker-show-news):
13921         Add autoload cookies.
13923 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
13925         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13927 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
13929         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13931 2005-10-10  Jay Belanger  <belanger@truman.edu>
13933         * calc/calc-arith.el (math-check-known-scalarp)
13934         (math-check-known-matrixp): Check the values of arguments that are
13935         variables.
13936         (math-check-known-square-matrixp): New function.
13937         (math-known-square-matrixp): Use math-check-known-square-matrixp.
13938         (math-super-types): Add sqmatrix type.
13940         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13941         mode name `square' to `sqmatrix'.
13943         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13944         mode name `square' to `sqmatrix'.
13946 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13948         * progmodes/etags.el (select-tags-table-mode): Don't use
13949         selective-display.
13950         (tags-select-tags-table): Pass `button' to the action function.
13951         (select-tags-table): Place the side-info on button properties rather
13952         than in hidden text.  Abbreviate file names.
13953         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13954         (select-tags-table-select): Add `button' argument.
13955         Get side-info from the button property rather than from hidden text.
13957 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
13959         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13960         (gud-speedbar-buttons): Preserve point if possible.
13961         (gud-sentinel): Restore previous speedbar display type.
13963         * progmodes/gdb-ui.el (gdba): Improve diagram.
13964         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13965         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13966         Call get-buffer-window once.
13968 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13970         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13971         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13972         (pascal-indent-command): Remove unused var `ind'.
13973         (pascal-indent-case): Remove unused var `oldpos'.
13974         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13975         since it's now used as a proper minor mode map.
13976         (pascal-outline): Rename to pascal-outline-mode.
13977         (pascal-outline-mode): Use define-minor-mode.
13978         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13979         selective-display.
13981 2005-10-10  Andreas Schwab  <schwab@suse.de>
13983         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13984         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
13986         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13987         outside source directory.
13989 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
13991         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13992         C-x' as a prefix.
13993         (orgtbl-mode-map): Full keymap instead of sparse, because all
13994         `self-insert-command' keys are redefined in this map.
13995         (org-export-as-html): Specify charset for HTML file, by taking it
13996         from the coding system.
13998 2005-10-10  Kenichi Handa  <handa@m17n.org>
14000         * textmodes/flyspell.el (flyspell-check-word-p):
14001         If unread-command-events is non-empty, don't call sit-for.
14003 2005-10-09  Richard M. Stallman  <rms@gnu.org>
14005         * font-lock.el (font-lock-syntactic-keywords)
14006         (font-lock-keywords): Doc fixes.
14008         * textmodes/flyspell.el (flyspell-external-point-words):
14009         Simplify logic, and don't try to check for consecutive appearances
14010         of one incorrect word.
14012 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
14014         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14015         separator.
14017         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14018         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14019         (gud-expansion-speedbar-buttons): New function.
14020         (gud-speedbar-buttons): Check for gud-comint-buffer.
14022 2005-10-09  Bill Wohler  <wohler@newt.com>
14024         * Makefile.in (updates): Add mh-loaddefs dependency.
14026 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
14028         * speedbar.el (speedbar-file-key-map): Fix typo.
14030 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14032         * cus-start.el (line-spacing): Add custom spec.
14034 2005-10-09  Romain Francoise  <romain@orebokech.com>
14036         * textmodes/ispell.el (ispell-check-version): Fix last change.
14038 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14040         * term/x-win.el: Remove -i, --icon-type from comment.
14042         * startup.el (command-line-x-option-alist): Remove options -i,
14043         -itype, --icon-type, added -nb, --no-bitmap-icon
14045 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
14047         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14048         instead of :active.
14050 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14052         * textmodes/ispell.el (ispell-check-version):
14053         Ignore hyphen, and all that follows, in aspell's version text.
14055 2005-10-08  Jay Belanger  <belanger@truman.edu>
14057         * calc/calc-arith.el (math-known-square-matrixp): New function.
14058         (math-pow-fancy): Check for matrices before distributing exponent
14059         across products.
14061         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14062         fullscreen keypad.  Suggested by Luc Teirlinck.
14063         (calc-keypad-show-input): Add space for formatting.
14065         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14066         Add square matrix option.
14068         * calc/calc-poly.el (math-expand-term): Check for matrices instead
14069         of checking calc-matrix-mode when deciding how to expand.
14071         * calc/calc.el (calc-set-mode-line): Add square matrix option.
14073 2005-10-08  Lars Hansen  <larsh@soem.dk>
14075         * net/tramp.el (tramp-perl-directory-files-and-attributes):
14076         Add error handling.
14077         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14079 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
14081         Sync with Tramp 2.0.51.
14083         * net/tramp.el (tramp-handle-set-visited-file-modtime)
14084         (tramp-handle-insert-file-contents, tramp-handle-write-region):
14085         Insert special handling for `last-coding-system-used', again
14086         it still seems to be necessary (unlike stated before).
14087         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14088         (tramp-password-prompt-regexp): There might be other words before
14089         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14090         (tramp-chunksize): Improve docstring.
14091         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14092         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
14093         Christian Joergensen <bugs@razor.dk>.
14095 2005-10-07  Glenn Morris  <rgm@gnu.org>
14097         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14098         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14099         precision'.
14101 2005-10-07  Romain Francoise  <romain@orebokech.com>
14103         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14104         (ibuffer-do-shell-command-pipe-replace)
14105         (ibuffer-do-shell-command-file, ibuffer-do-eval)
14106         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14107         (ibuffer-do-revert, ibuffer-do-replace-regexp)
14108         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14109         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14110         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14111         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14112         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14113         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14114         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14115         Autoload file sans suffix.
14117         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14119 2005-10-07  David Ponce  <david@dponce.com>
14121         * recentf.el (recentf-menu-open-all-flag): New option.
14122         (recentf-digit-shortcut-command-name): New function.
14123         (recentf--shortcuts-keymap): New variable.
14124         (recentf-menu-shortcuts): New variable.
14125         (recentf-make-menu-items): Initialize it.  Replace the "More..."
14126         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14127         (recentf-menu-value-shortcut): New function.
14128         (recentf-make-menu-item): Use it.  No more in-lined.
14129         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14130         (recentf-open-most-recent-file): Rename from
14131         `recentf-open-file-with-key'.  Don't depend on key binding.
14132         (recentf-mode-map): New variable.
14133         (recentf-mode): Use it.
14135 2005-10-06  Bill Wohler  <wohler@newt.com>
14137         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
14139         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14140         (MH-E-SRC): New.  Used by mh-autoloads.
14141         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
14142         files in MH-E-SRC have been updated.
14143         (compile, recompile, bootstrap): Depend on mh-autoloads.
14145 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
14147         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14148         gud-break and gud-remove icons when the fringe is not available.
14150         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14151         Typo.
14153 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
14155         * play/zone.el (zone): Wrap body with save-window-excursion.
14157 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14159         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14160         Use the new `list-only' arg to diary-list-entries.
14162         * calendar/diary-lib.el: Use overlays rather than selective-display.
14163         (diary-selective-display): New var.
14164         (diary-header-line-format): Use it.
14165         (diary-list-entries): Add argument `list-only'.
14166         Put the buffer in diary-mode.  Don't add \^M at beg and end.
14167         Replace \^M by invisible overlays.
14168         (diary-unhide-everything): Replace \^M by invisible overlays.
14169         (print-diary-entries): Look for overlays rather than \^M.
14170         Add a space to the temp buffer name.
14171         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14172         Put the buffer in diary-mode.
14173         (list-sexp-diary-entries): Replace \^M by invisible overlays.
14174         (diary-anniversary): Make the year arg optional.
14175         (diary-time-regexp): New const.
14176         (diary-font-lock-keywords): Use it to accept a few more time formats.
14178         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14180 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
14182         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14183         Fix bug introduced 2005-07-03: Use (car (last ...))
14184         to faithfully reproduce replaced artist-last.
14185         (artist-set-arrow-points-for-poly): Likewise.
14186         Suggested by Johan Bockg\e,Ae\e(Brd.
14188 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
14190         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14191         * wid-edit.el (widget):
14192         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14193         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14195 2005-10-06  Kenichi Handa  <handa@m17n.org>
14197         * international/mule-cmds.el (set-language-environment):
14198         Fix setting up of case-table for unibyte mode.
14200         * simple.el (what-cursor-position): If the character is displayed
14201         by some `display' text property, show that.  Don't use
14202         single-key-description for eight-bit characters in multibyte mode.
14204 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
14206         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14207         (gdb-ann3): Set it.
14208         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14209         (gdb-info-frames-custom): Use inverse-video for first five
14210         characters of selected frame only.
14211         (gdb-get-frame-number): Select frame even when point is on frame
14212         number.
14214 2005-10-06  Masatake YAMATO  <jet@gyve.org>
14216         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14217         Put `font-lock-function-name-face'.
14218         (gdb-info-frames-custom): Put `font-lock-function-name-face'
14219         and `font-lock-variable-name-face'
14220         (gdb-registers-font-lock-keywords): New font lock keywords definition.
14221         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14222         (gdb-memory-font-lock-keywords): New font lock keywords definition.
14223         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14224         (gdb-local-font-lock-keywords): New font lock keywords definition.
14225         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14226         (gdb-threads-font-lock-keywords): New font lock keywords definition.
14227         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14229 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
14231         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14232         (ediff-merge-region-is-non-clash-to-skip): Previously called
14233         ediff-merge-region-is-non-clash.
14235         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14236         Use insert-buffer-substring.
14238         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14239         selecting files to patch.  Also bug fixes.
14241         * ediff-util.el (ediff-setup): Bug fix.
14242         (ediff-next-difference): Never skip clashes that differ in white
14243         space only.
14245         * ediff-wind.el (ediff-setup-control-frame)
14246         (ediff-destroy-control-frame): Check the menubar feature.
14248         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14249         (viper-refresh-mode-line): Use make-local-variable to localize
14250         some vars instead of make-variable-buffer-local.  Suggested by
14251         Stefan Monnier.
14253         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14254         (viper-restore-cursor-type, viper-set-insert-cursor-type):
14255         Use make-local-variable instead of make-variable-buffer-local.
14256         Suggested by Stefan Monnier.
14258         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14259         (viper-comint-mode-hook): Use make-local-variable on
14260         require-final-newline.
14261         (viper-non-hook-settings): Don't use make-variable-buffer-local.
14263 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14265         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14266         also the second char of a comment-start sequence.
14267         (scheme-sexp-comment-syntax-table): New var.
14268         (lambda, define): Set their scheme-doc-string-elt property.
14269         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14270         Use lisp-font-lock-syntactic-face-function now that it properly
14271         handles |...| symbols.
14272         (scheme-mode-variables): Set lisp-doc-string-elt-property,
14273         parse-sexp-lookup-properties and font-lock-extra-managed-props.
14275         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14276         bit from # to |.
14277         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14279         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14280         (lisp-doc-string-elt-property): New var.
14281         (lisp-font-lock-syntactic-face-function): Use it.
14282         Rewrite to recognize docstrings even for forms not at toplevel.
14284         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14285         annotation on the | part of #| rather than on the # part.
14286         (scheme-font-lock-syntactic-face-function): New function, to
14287         distinguish strings from |...| symbols.
14288         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
14289         syntax-table so that #|...|# is properly highlighted.
14291         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14292         Don't mark as docstring the 3rd elem of an unknown toplevel form.
14294 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14296         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14297         and C-e.
14299         * emacs-lisp/eldoc.el: Move comments into docstrings.
14300         (eldoc-message-commands): Initialize in its declaration.
14301         Add move-beginning-of-line and move-end-of-line.
14302         (eldoc-add-command, eldoc-add-command-completions)
14303         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14305         * outline.el (outline-mark-subtree): Activate the mark.
14307         * calendar/appt.el (appt-time-regexp): New var.
14308         (appt-add, appt-make-list): Use it.
14309         (appt-convert-time): Clean up.
14311         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14312         Don't set any syntax-table property here.
14313         (tex-font-lock-verb): New function.  Do it here.
14314         (tex-font-lock-syntactic-keywords): Use it.
14316 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14318         * wid-edit.el (widget-file-complete): Get the widget start point
14319         the right way.  Default directory to `/' if file has none.
14321         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14323         * textmodes/flyspell.el (flyspell-mode-on):
14324         Call ispell-maybe-find-aspell-dictionaries.
14326         * textmodes/ispell.el (ispell-word, ispell-region):
14327         Call ispell-maybe-find-aspell-dictionaries.
14328         (ispell-accept-buffer-local-defs):
14329         Don't call ispell-maybe-find-aspell-dictionaries
14331 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14333         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14335 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
14337         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14338         instead of `fboundp' in order to allow for anonymous functions.
14340 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
14342         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14343         case the user clicks on the link while another window is selected.
14344         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14346         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14347         functionality.
14348         (dframe-help-echo): Save point in case mouse tracking is off.
14350 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
14352         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14354 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14356         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14357         not change the global value of those vars.
14359         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14360         make-local-variable which we do not need any more.
14362 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
14364         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14365         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14366         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14367         (speedbar-path-line): Define obsolete aliases.
14368         (speedbar-line-directory): Doc fix.
14370         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14371         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14372         instead of speedbar-line-path.
14374 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14376         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14377         to nil if dropping on a window.  Handle dropping on a minibuffer window
14378         like dropping on a non-window part of Emacs.
14380 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14382         * net/ange-ftp.el: Use with-current-buffer.
14383         (ange-ftp-insert-directory): Do not follow symlinks any more.
14385         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14386         Remove interactive spec.
14388 2005-10-03  Kim F. Storm  <storm@cua.dk>
14390         * ido.el (ido-mode): Use custom-initialize-set.
14392 2005-10-02  Richard M. Stallman  <rms@gnu.org>
14394         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14395         Use insert-buffer-substring.
14397         * net/tramp.el: Pacify byte compiler warnings in pacification code.
14398         (tramp-handle-file-local-copy): Use insert-buffer-substring.
14400 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14402         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14403         in last change.
14404         (ange-ftp-insert-directory): Fix up the search for the case where
14405         `file' is absolute.
14407 2005-10-02  Romain Francoise  <romain@orebokech.com>
14409         * progmodes/compile.el (compile-goto-error): Delete extra paren.
14411 2005-10-02  Andreas Schwab  <schwab@suse.de>
14413         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14414         directory component in the session info.
14416 2005-10-01  Richard M. Stallman  <rms@gnu.org>
14418         * comint.el (comint-redirect-subvert-readonly): Doc fix.
14420         * simple.el (next-error-internal): New function.
14422         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14423         (compilation-start): Pass new arg to compilation-buffer-name.
14424         (compile-goto-error): Use next-error-internal.
14426 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14428         * speedbar.el: Remove RCS tag.
14429         (speedbar-check-read-only): Handle non-existent files.
14431         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14433         * info.el (Info-speedbar-hierarchy-buttons)
14434         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14436 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14438         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14439         Do not match newline.
14440         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14441         (bibtex-summary): Remove unnecessary save-excursion.
14442         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14444 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14446         * term/mac-win.el: Add charset info for "iso10646-1".
14447         Modify default fontset to use ATSUI-compatible fonts for some charsets
14448         if available.
14450 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14452         * speedbar.el: Re-apply arch tag.
14453         (speedbar-version): Rename to version 1.0.  Suggested by Eric
14454         M. Ludlam.
14455         Reapply two changes from Emacs CVS' version of speedbar lost
14456         during the merge:
14457         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14458         (speedbar-frame-parameters): Improve customize type.
14460 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14462         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14463         (ange-ftp-file-directory-p): Fix the symlink case.
14464         (ange-ftp-insert-directory): When listing a single file, get a list of
14465         the parent buffer and extract the relevant line.  Inspired from a patch
14466         by Katsumi Yamaoka <yamaoka@jpl.org>.
14467         (ange-ftp-file-name-sans-versions): Simplify.
14469 2005-09-30  Bill Wohler  <wohler@newt.com>
14471         Move MH-E image files from toolbar and mail directories into
14472         etc/images.
14474         * mail/reply2.*: Move to etc/images/mail/reply*.
14476         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14477         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14478         etc/images.
14480         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14481         * toolbar/reply*: Move to etc/images/mail.
14483         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14485 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
14487         * speedbar.el: New version 1.0pre3.
14489         Frame management code (including timer, and mouse click specifics)
14490         moved to dframe.el:
14491         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
14492         (speedbar-timer): Removed.  Use dframe-timer.
14493         (speedbar-close-frame): Removed.  Use dframe-close-frame.
14494         (speedbar-activity-change-focus-flag): Removed.  Use
14495         dframe-activity-change-focus-flag.
14496         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
14497         dframe-update-speed.
14499         (speedbar-current-frame): New macro.  Use this instead of the
14500         variable speedbar-frame.
14502         (speedbar-use-images, speedbar-expand-image-button-alist)
14503         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14505         (speedbar-find-image-on-load-path): Removed.  Replaced by
14506         defezimage in ezimage.el.
14507         (speedbar-expand-image-button-alist): Removed.  Replaced by
14508         ezimage-expand-image-button-alist in ezimage.el.
14510         (speedbar-ignored-directory-regexp)
14511         (speedbar-add-ignored-directory-regexp)
14512         (speedbar-ignored-directory-expressions)
14513         (speedbar-line-directory, speedbar-buffers-line-directory)
14514         (speedbar-directory-line, speedbar-buffers-line-directory):
14515         Renamed, replacing `path' with `directory'.
14517         (speedbar-create-directory, speedbar-expand-line-descendants)
14518         (speedbar-toggle-line-expansion)
14519         (speedbar-contract-line-descendants): New commands.
14521         (speedbar-query-confirmation-method, speedbar-select-frame-method)
14522         (speedbar-use-tool-tips-flag): New options.
14524         (speedbar-check-read-only, speedbar-require-version)
14525         (speedbar-insert-separator, speedbar-buffers-tail-notes)
14526         (speedbar-handle-delete-frame, speedbar-try-completion)
14527         (speedbar-update-localized-contents): New functions.
14529         (speedbar-incompatible-version, speedbar-ro-to-do-point)
14530         (speedbar-object-read-only-indicator): New variables.
14532         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14533         New hooks.
14535         (speedbar-separator-face): New face.
14537         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14538         (speedbar-ignored-modes): Add fundamental-mode.
14539         (speedbar-directory-unshown-regexp): Add . directories.
14541         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14542         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14543         `]' for full expand/close.
14544         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14546         (speedbar-check-vc): Support hidden files.
14547         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14548         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
14549         state is nil, it is not checked out.
14551         (speedbar-line-text, speedbar-line-token): Support expand buttons
14552         with no text.
14553         (speedbar-refresh): Universal argument acts as power-click.
14554         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14555         that buffer to get variable values.
14557         And many other bugfixes.
14559         * dframe.el, ezimage.el, sb-image.el: New files.
14561         * sb-*.xpm: Remove files.  New image files installed into
14562         etc/images/ezimage.
14564 2005-09-30  Kenichi Handa  <handa@m17n.org>
14566         * ps-mule.el (ps-mule-show-warning): If a character is in
14567         ps-print-translation-table, don't treat it as non-printable.
14569 2005-09-30  David Ponce  <david@dponce.com>
14571         * tree-widget.el (tree-widget-themes-load-path): New variable.
14572         (tree-widget-themes-directory): Doc fix.
14573         (tree-widget-image-formats) [Emacs]: Doc fix.
14574         (tree-widget--locate-sub-directory): New function.
14575         (tree-widget-themes-directory): Use it.
14577         * recentf.el (recentf-filename-handlers): Rename from
14578         `recentf-filename-handler'.  Allow a list of functions.
14579         (recentf-menu-items-for-commands): Fix :help strings.
14580         (recentf-apply-filename-handlers): New function.
14581         (recentf-expand-file-name): Use it.
14582         (recentf-cleanup): Remove duplicates too.
14584 2005-09-29  Juri Linkov  <juri@jurta.org>
14586         * faces.el: Rearrange face definitions to be in the same order as
14587         their face descriptions in "(emacs)Standard Faces".
14589         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14591         * tooltip.el (tooltip): Add group `basic-faces'.
14593         * buff-menu.el (Buffer-menu-buffer): Remove group
14594         `font-lock-highlighting-faces'.
14596         * progmodes/compile.el (compilation-error, compilation-warning)
14597         (compilation-info, compilation-line-number, compilation-column-number):
14598         Change group from `font-lock-highlighting-faces' to `compilation'.
14600         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14601         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14602         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14603         (vhdl-font-lock-reserved-words-face)
14604         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14605         `font-lock-highlighting-faces'.
14607         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14609 2005-09-28  Kim F. Storm  <storm@cua.dk>
14611         * emulation/cua-base.el: Set CUA move property on additional commands:
14612         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14613         forward-sexp, backward-sexp, forward-list, backward-list.
14615 2005-09-28  Romain Francoise  <romain@orebokech.com>
14617         * comint.el (comint-show-output): Really set point at the
14618         beginning of the output when not using `comint-use-prompt-regexp'.
14620 2005-09-27  Jay Belanger  <belanger@truman.edu>
14622         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14623         in TeX mode.
14625 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
14627         * textmodes/org.el (org-table-sum): Fix format string.
14629         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14630         Quote face names.
14632 2005-09-26  Romain Francoise  <romain@orebokech.com>
14634         * isearch.el (isearch-forward-regexp): Close doc string.
14636 2005-09-25  Richard M. Stallman  <rms@gnu.org>
14638         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14640         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14642         * progmodes/compile.el (compilation-error-properties):
14643         When getting the file from the previous error message,
14644         correctly decode the new data format.
14646         * progmodes/cc-cmds.el (c-electric-paren):
14647         Call old-blink-paren only for close-paren.
14649 2005-09-24  Andreas Schwab  <schwab@suse.de>
14651         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14652         condition.
14654 2005-09-25  Romain Francoise  <romain@orebokech.com>
14656         * dired-aux.el (dired-copy-file-recursive):
14657         * dired.el (dired-delete-file):
14658         * ediff-mult.el (ediff-dir-diff-copy-file):
14659         * ediff-util.el (ediff-test-save-region):
14660         * forms.el (forms-mode):
14661         * ido.el (ido-file-internal, ido-delete-file-at-head):
14662         * log-edit.el (log-edit-done):
14663         * ses.el (ses-yank-resize):
14664         * play/gomoku.el (gomoku-human-plays, gomoku)
14665         (gomoku-human-resigns, gomoku-prompt-for-other-game)
14666         (gomoku-offer-a-draw):
14667         * play/landmark.el (lm-human-resigns, lm):
14668         * net/eudcb-ldap.el (eudc-ldap-check-base):
14669         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14670         * progmodes/ebrowse.el (ebrowse-find-pattern):
14671         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14672         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14673         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14675         * vc.el (vc-delete-file):
14676         * play/gomoku.el (gomoku-terminate-game, gomoku)
14677         (gomoku-prompt-for-move, gomoku-human-takes-back):
14678         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14679         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14681 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
14683         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14684         color rxvt terminals by using the code xterm.el used to use before
14685         2005-04-09 in order to match the colors used by rxvt.
14687 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14689         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14690         colors rxvt-unicode terminals by using the same code as xterm.el.
14692 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14694         * textmodes/tex-mode.el (tex-font-lock-append-prop)
14695         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14696         new symbol used for the tex-verbatim face.
14698 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14700         * woman.el (woman-file-name):
14701         * wid-edit.el (widget-file-prompt-value)
14702         (widget-coding-system-prompt-value):
14703         * w32-fns.el (set-w32-system-coding-system):
14704         * vc.el (vc-version-diff, vc-annotate):
14705         * textmodes/reftex-auc.el (reftex-arg-cite)
14706         (reftex-arg-index-tag):
14707         * textmodes/refer.el (refer-get-bib-files):
14708         * textmodes/artist.el (artist-figlet-choose-font):
14709         * terminal.el (terminal-emulator):
14710         * replace.el (occur-read-primary-args):
14711         * rect.el (string-rectangle, string-insert-rectangle):
14712         * ps-print.el (ps-print-preprint):
14713         * progmodes/pascal.el (pascal-goto-defun):
14714         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14715         * progmodes/compile.el (compilation-find-file):
14716         * printing.el (pr-interactive-n-up):
14717         * play/animate.el (animate-birthday-present):
14718         * net/rcompile.el (remote-compile):
14719         * man.el (man, Man-goto-section, Man-follow-manual-reference):
14720         * mail/rmailsum.el (rmail-summary-search-backward)
14721         (rmail-summary-search):
14722         * mail/rmailout.el (rmail-output-read-rmail-file-name)
14723         (rmail-output-read-file-name):
14724         * mail/rmail.el (rmail-search, rmail-search-backwards):
14725         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14726         * locate.el (locate):
14727         * international/quail.el (quail-show-keyboard-layout):
14728         * international/mule.el (set-buffer-file-coding-system)
14729         (revert-buffer-with-coding-system, set-file-name-coding-system)
14730         (set-terminal-coding-system, set-keyboard-coding-system)
14731         (set-next-selection-coding-system):
14732         * international/mule-diag.el (describe-coding-system)
14733         (describe-font, describe-fontset):
14734         * international/mule-cmds.el (universal-coding-system-argument)
14735         (search-unencodable-char, describe-input-method)
14736         (set-language-environment, describe-language-environment):
14737         * international/codepage.el (codepage-setup):
14738         * international/code-pages.el (codepage-setup):
14739         * info.el (Info-search, Info-follow-reference)
14740         (Info-search-backward):
14741         * emacs-lisp/advice.el (ad-read-advised-function)
14742         (ad-read-advice-class, ad-clear-cache, ad-activate)
14743         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14744         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14745         (ad-read-regexp):
14746         * ediff-util.el (ediff-toggle-regexp-match):
14747         * ediff-ptch.el (ediff-prompt-for-patch-file):
14748         * dired-aux.el (dired-diff):
14749         * diff.el (diff):
14750         * cus-edit.el (custom-variable-prompt):
14751         * calendar/timeclock.el (timeclock-ask-for-project):
14752         * calc/calcalg3.el (calc-get-fit-variables):
14753         * calc/calc-store.el (calc-edit-variable)
14754         (calc-permanent-variable):
14755         * vc-mcvs.el (vc-mcvs-register):
14756         * shadowfile.el (shadow-define-literal-group):
14757         * woman.el (woman-file-name):
14758         * vc.el (vc-version-diff, vc-merge):
14759         * textmodes/reftex-index.el (reftex-index-complete-tag):
14760         * format.el (format-decode-buffer, format-decode-region):
14761         * emulation/viper-cmd.el (viper-read-string-with-history):
14762         * emacs-lisp/debug.el (cancel-debug-on-entry):
14763         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14764         * ediff.el (ediff-merge-revisions)
14765         (ediff-merge-revisions-with-ancestor, ediff-revision):
14766         * completion.el (interactive-completion-string-reader):
14767         * calc/calc-prog.el (calc-user-define-formula):
14768         Follow convention for reading with the minibuffer.
14770 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
14772         * progmodes/python.el (python-describe-symbol): Add globals() and
14773         locals() to the arguments of emacs.ehelp.
14775 2005-09-24  Magnus Henoch  <mange@freemail.hu>
14777         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14778         New function, code extracted from ispell-valid-dictionary-list.
14779         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14780         Call it.
14782 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
14784         * subr.el (version-regexp-alist): Extend valid syntax for version
14785         strings: allow any of the characters -,_,+ to separate the
14786         alpha/beta/rc part from the version part.  Doc fix.
14787         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
14789 2005-09-23  David Reitter  <david.reitter@gmail.com>
14791         * mail/mailclient.el: New file.
14793 2005-09-23  Richard M. Stallman  <rms@gnu.org>
14795         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14796         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14797         Doc fixes.
14799         * progmodes/cc-mode.el (c-font-lock-init):
14800         Specify font-lock-lines-before.
14802 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14804         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14805         whole conflict.
14807 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
14809         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14810         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
14811         of `remap' feature when available.  Additional key bindings for
14812         better tty support.
14813         (org-mode-restart, org-force-self-insert): New commands.
14814         (org-time-stamp-inactive): New command.
14815         (org-remap): New function.
14816         (org-table-auto-blank-field, org-level-color-stars-only): New options.
14817         (org-enable-fixed-width-editor): Move to `org-structure'
14818         customization group.
14819         (org-self-insert-command, orgtbl-self-insert-command): Modify to
14820         blank field after field motion commands.
14822 2005-09-23  Kenichi Handa  <handa@m17n.org>
14824         * international/mule-cmds.el (set-language-environment):
14825         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14826         have to call utf-translate-cjk-load-tables.
14828 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14830         * mouse.el (mouse-move-drag-overlay): Fix last change.
14832 2005-09-22  David Ponce  <david@dponce.com>
14834         * tree-widget.el (tree-widget-value-create): Fix previous change.
14836 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14838         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14840 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14842         * mouse.el (mouse-move-drag-overlay): New function.
14843         (mouse-drag-region-1): Use it.
14844         Try to simplify a bit the state handling.  Handle clicks on links
14845         inside intangible areas.
14846         (mouse-save-then-kill): Minor simplification.
14847         (mouse-secondary-overlay): Make it always non-nil instead of
14848         recreating it each time.
14849         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14850         (mouse-kill-secondary, mouse-secondary-save-then-kill):
14851         Simplify accordingly.
14853 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14855         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14857 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
14859         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14860         (ediff-file-name-sans-prefix): Treat nil as an empty string.
14861         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14862         to patch.
14864         * ediff-util.el: Use insert-buffer-substring.
14866         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14868         * emulation/viper-cmd.el (viper-change-state): Don't move over the
14869         field boundaries in the minibuffer.
14870         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14871         (viper-minibuffer-post-command-hook): New hook.
14872         (viper-line): Don't move cursor at bolp.
14874         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14876         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14877         avoid compiler warnings.
14879         * emulation/viper-macs.el (ex-map): Better messages.
14881         * emulation/viper-utils.el (viper-beginning-of-field): New function.
14883         * emulation/viper.el: Replace make-variable-buffer-local with
14884         viper-make-variable-buffer-local everywhere, to avoid warnings.
14886 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14888         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14889         Delete unused var `old-selected-window'.
14890         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14891         (mouse-drag-secondary): Delete unused var `start-frame'.
14893 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14895         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14897 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14899         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14900         Re-indent within 80 columns.  Use inhibit-read-only.
14902 2005-09-19  Romain Francoise  <romain@orebokech.com>
14904         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14906 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14908         * font-lock.el (font-lock-default-fontify-region): Don't add a line
14909         unconditionally, since the after-change-function already did it.
14911 2005-09-19  Miles Bader  <miles@gnu.org>
14913         * net/newsticker.el: Get rid of CVS keyword.
14915 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
14917         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14918         The prompt is formatted later.
14920 2005-09-19  David Ponce  <david@dponce.com>
14922         * tree-widget.el (tree-widget-value-create): Save the converted
14923         tree :node widget.
14925 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
14927         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14928         variable `message'.
14930 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
14932         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14933         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
14934         <slawomir.nowaczyk.847@student.lu.se>.
14936 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
14938         * image.el (image-load-path): Use symbol `data-directory' instead
14939         of its value, for backward compatibility with packages that bind
14940         it during `find-image'.  Suggested by Katsumi Yamaoka.
14941         (image-search-load-path): Handle symbols whose values are strings.
14943 2005-09-18  Romain Francoise  <romain@orebokech.com>
14945         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14946         with-current-buffer form in save-excursion.
14948 2005-09-18  Deepak Goel  <deego@gnufans.org>
14950         * apropos.el (apropos-command): Fix `message' call: first arg
14951         should be a format spec.  In this and all other cases that appear
14952         below and elsewhere in the source code, I made a change only when
14953         two conditions were satisfied: [1] I can think of a possibility
14954         that the arguments would cause an error, for example, the code in
14955         question relies on external variables such as filenames.  [2] I
14956         was sure that the arg to `message' could not have been nil in the code.
14958         * textmodes/tildify.el (tildify-region): Ditto.
14960         * textmodes/reftex-index.el (reftex-index-change-entry)
14961         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14962         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14963         * textmodes/org.el (org-complete, org-deadline, org-schedule)
14964         (org-priority, org-table-sum):
14965         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14966         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14967         (flyspell-word, flyspell-display-next-corrections):
14968         * textmodes/bibtex.el (bibtex-print-help-message):
14969         * textmodes/artist.el (artist-key-set-point-poly):
14970         * term/mac-win.el (mac-services-insert-text):
14971         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14972         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14973         (vhdl-port-paste-testbench, vhdl-compose-new-component)
14974         (vhdl-compose-configuration):
14975         * progmodes/sh-script.el (sh-blink, sh-show-indent)
14976         (sh-set-indent, sh-learn-line-indent):
14977         * progmodes/ps-mode.el (ps-mode-target-column):
14978         * progmodes/idlwave.el (idlwave-make-tags)
14979         (idlwave-scan-library-catalogs):
14980         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14981         * progmodes/gud.el (gud-jdb-analyze-source):
14982         * progmodes/flymake.el (flymake-log):
14983         * progmodes/ebnf2ps.el (ebnf-generate-region):
14984         * progmodes/cmacexp.el (c-macro-expansion):
14985         * progmodes/ada-xref.el (ada-treat-cmd-string):
14986         * progmodes/ada-mode.el (ada-create-case-exception-substring)
14987         (ada-justified-indent-current, ada-batch-reformat):
14988         * play/zone.el (zone):
14989         * play/landmark.el (lm-move):
14990         * play/decipher.el (decipher-show-alphabet):
14991         * net/newsticker.el (newsticker--display-jump)
14992         (newsticker--display-scroll):
14993         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14994         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14995         * mail/feedmail.el (feedmail-dump-message-to-queue):
14996         * eshell/esh-proc.el (eshell-remove-process-entry):
14997         * emulation/ws-mode.el (ws-last-error):
14998         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14999         (viper-record-kbd-macro):
15000         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15001         * emacs-lisp/lisp-mnt.el (lm-report-bug):
15002         * emacs-lisp/find-func.el (find-function-noselect):
15003         * calendar/timeclock.el (timeclock-status-string)
15004         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15005         (timeclock-when-to-leave-string):
15006         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15007         * calc/calc-units.el (calc-enter-units-table):
15008         * calc/calc-mode.el (calc-mode-record-mode):
15009         * woman.el (woman-mini-help):
15010         * wdired.el (wdired-change-to-wdired-mode):
15011         * vc.el (vc-retrieve-snapshot):
15012         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15013         * startup.el (display-startup-echo-area-message):
15014         * simple.el (set-goal-column):
15015         * ses.el (ses-command-hook, ses-recalculate-cell):
15016         * server.el (server-process-filter):
15017         * printing.el (pr-interface-txt-print, pr-interface-printify)
15018         (pr-interface-ps):
15019         * pcvs.el (cvs-help):
15020         * log-edit.el (log-edit, log-edit-mode-help):
15021         * iswitchb.el (iswitchb-possible-new-buffer):
15022         * isearch.el (isearch-edit-string):
15023         * image-mode.el (image-mode, image-minor-mode):
15024         * ibuf-macs.el (define-ibuffer-filter):
15025         * hi-lock.el (hi-lock-find-patterns):
15026         * files.el (toggle-read-only):
15027         * ediff-util.el (ediff-copy-diff)
15028         (ediff-write-merge-buffer-and-maybe-kill):
15029         * echistory.el (Electric-history-undefined):
15030         * dnd.el (dnd-insert-text):
15031         * dired-aux.el (dired-query):
15032         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15033         * bookmark.el (bookmark-bmenu-locate):
15034         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15035         Fix `message' calls to ensure first arg is a format string.
15036         The change was made only when these two conditions were satisfied:
15037         [1] when there is a possibility that the arguments would cause an error
15038         for example, if the code in question relies on external variables
15039         such as filenames, and
15040         [2] if the arg to `message' could not have been nil in the code.
15042         * pcomplete.el (pcomplete--help): Fix `message' format spec.
15043         Not having a %s would be weird, though not technically wrong.
15045 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15047         * term/mac-win.el (mac-add-charset-info): Doc fix.
15049 2005-09-17  Romain Francoise  <romain@orebokech.com>
15051         * shell.el (shell-resync-dirs): Handle echoing processes more
15052         reliably.  Don't insert resync command if `comint-process-echoes'
15053         is non-nil.
15055 2005-09-17  Magnus Henoch  <mange@freemail.hu>
15057         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15058         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15059         aspell versions >= 0.60.
15060         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15061         only if ispell-aspell-supports-utf8 is non-nil.
15063 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15065         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15066         buffer-local value to lisp-indent-function.
15068 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
15070         * progmodes/glasses.el (glasses-make-readable): If
15071         glasses-separator differs from underscore, put appropriate
15072         overlays over underscore characters.
15073         (glasses-convert-to-unreadable): If glasses-separator differs from
15074         underscore, try to convert glasses-separator characters to
15075         underscores.
15077 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15079         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15080         Use with-syntax-table and dolist.
15082 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
15084         * textmodes/reftex-auc.el:
15085         * textmodes/reftex-cite.el:
15086         * textmodes/reftex-dcr.el:
15087         * textmodes/reftex-global.el:
15088         * textmodes/reftex-parse.el:
15089         * textmodes/reftex-ref.el:
15090         * textmodes/reftex-sel.el:
15091         * textmodes/reftex-toc.el:
15092         * textmodes/reftex-vars.el:
15093         * textmodes/reftex.el: Small changes to remove compiler warnings.
15095         * textmodes/reftex-index.el: Likewise.
15096         (reftex-query-index-phrase): More efficient use of markers.
15098 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15100         * image.el (image-load-path): New variable.
15101         (image-search-load-path): New function.
15102         (find-image): Search for images in `image-load-path'.
15104 2005-09-15  Richard M. Stallman  <rms@gnu.org>
15106         * follow.el: Change Maintainer field.
15108 2005-09-15  David Ponce  <david@dponce.com>
15110         * recentf.el (recentf-save-file-modes): New option.
15111         (recentf-save-list): Use it.
15113 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
15115         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15116         (mode-line-mule-info, mode-line-modified): Move bindings from
15117         mouse-3 to mouse-1.
15119 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15121         * simple.el (sendmail-user-agent-compose): Revert last change.
15123 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15125         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15126         Use with-current-buffer.
15127         (ange-ftp-gwp-start): Remove unused var `gw-user'.
15128         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15129         (ange-ftp-insert-directory): Remove unused var `short'.
15130         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15132         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15133         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15135         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15136         (check-calendar-holidays, diary-list-entries): Autoload.
15137         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15138         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15140         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15141         which mistakenly removed a call to display-buffer.
15143 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
15145         * obsolete/iso-insert.el: Move to obsolete/ from international/.
15147 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
15149         * progmodes/hideshow.el
15150         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15151         (hs-allow-nesting): New user var.
15152         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15153         (hs-hide-block-at-point): When nesting allowed,
15154         if there is already an overlay in place, delete it.
15155         (hs-safety-is-job-n): Delete func; remove call sites.
15156         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15157         (hs-overlay-at): New func.
15158         (hs-already-hidden-p, hs-show-block): Use it.
15159         (hs-hide-all): Don't pre-clean if nesting allowed.
15160         (hs-show-all): Temporarily disallow
15161         nesting around call to `hs-discard-overlays'.
15163 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
15165         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15166         Delete unused local var.
15168 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
15170         * help-fns.el (describe-categories): "?\ " -> "?\s".
15171         (help-do-arg-highlight): Recognize also ARG-n, as in
15172         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
15174         * international/codepage.el (dos-unsupported-char-glyph):
15175         * net/newsticker.el (tool-bar-map, w3-mode-map)
15176         (w3m-minor-mode-map):
15177         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15178         (ent-alist):
15179         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15181 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
15183         * custom.el (custom-push-theme): Handle the case where a symbol is
15184         bound but face properties have not yet been assigned.
15186         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15187         Fix behavior if noerase is `t' and there is no mail buffer.
15189         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15190         if `continue' is nil, rather than signal an error.
15192 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15194         * font-lock.el (font-lock-keywords): Add autoload.
15196         * help-fns.el (describe-variable): Rearrange to put source link
15197         in a predictable place.
15199         * net/newsticker.el: New file.
15201 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15203         * calendar/calendar.el (calendar-for-loop): Add edebug info.
15204         (calendar-basic-setup): Use the new nil arg.
15205         (number-of-diary-entries): Move to diary-lib.el.
15207         * calendar/diary-lib.el: Use with-current-buffer, match-string.
15208         (diary-list-entries): Use with-syntax-table and dolist.
15209         Rename from list-diary-entries.
15210         Use number-of-diary-entries if `number' is nil.
15211         (diary, diary-view-entries): Use this new name and new nil arg value.
15212         (number-of-diary-entries): Move from calendar.el.
15213         (diary-unhide-everything): New function.
15214         (include-other-diary-files, fancy-diary-display)
15215         (diary-show-all-entries, make-diary-entry): Use it.
15216         (diary-mail-entries): Use buffer-string.
15217         (mark-diary-entries): Fix long standing paren typo.
15218         (diary-sexp-entry): Use count-lines.
15219         (make-diary-entry): Avoid `previous-line'.
15220         (diary-mode-map): New var.
15221         (diary-mode): Redraw cal after saving.  Setup header-line.
15222         (fancy-diary-display-mode): Use local-set-key.
15224         * startup.el (command-line): Try calling various terminal-init-foo-bar
15225         functions by stripping hyphenated suffixes from $TERM.
15227         * files.el (normal-mode): Check boundness of font-lock-keywords.
15229 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15231         * progmodes/compile.el: Don't decide a file's directory
15232         until the user actually tries to go there.
15233         (compilation-next-error-function):
15234         Pass compilation-find-file the directory from the file-struct.
15235         (compilation-internal-error-properties): Separate local FILE-STRUCT
15236         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
15237         (compilation-find-file): Arg DIR renamed to DIRECTORY.
15238         Expand it, and if nil, use default-directory.
15239         (compilation-get-file-structure): Don't mix specified directory
15240         with default directory.  Put specified directory into
15241         file-struct.  Don't make the file name absolute.
15243         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15244         (compile-command): Add autoload.
15245         (compilation-disable-input): Add autoload.
15247 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
15249         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15250         strings of the variables it can override.
15251         (time-stamp): New (as yet undocumented) time-stamp-format escapes
15252         %Q and %q, for fully-qualified domain name and unqualified host name.
15254 2005-09-11  Kim F. Storm  <storm@cua.dk>
15256         * emacs-lisp/authors.el (authors-aliases): Update list.
15257         (authors-fixed-entries): Update mldrag.el entry.
15259 2005-09-10  Alan Mackenzie  <acm@muc.de>
15261         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15262         from the region narrowed to.
15264 2005-09-10  Magnus Henoch  <mange@freemail.hu>
15266         * textmodes/ispell.el (ispell-check-version): Signal an error if
15267         aspell version is less than 0.60.
15269 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
15271         * progmodes/octave-inf.el (inferior-octave-startup):
15272         Resync current dir at the end.
15274 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
15276         * woman.el (woman-topic-at-point-default):
15277         Rename to woman-use-topic-at-point-default.
15278         (woman-topic-at-point): Rename to woman-use-topic-at-point.
15279         (woman-file-name): Reflect renames above.  Automatically use the
15280         word at point as topic if woman-use-topic-at-point is non-nil.
15281         Otherwise offer it as default but don't insert it in the
15282         minibuffer.  Also use `test-completion' instead of `assoc' as
15283         suggested by Stefan Monnier.
15285 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
15287         * vc.el (vc-directory, vc-update-change-log): Throw an error on
15288         the attempt to do it over Tramp.  This is not yet supported.
15290 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
15292         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15293         (menu-bar-non-minibuffer-window-p): New functions.
15294         ("Split Window", "Save As..."): Use them.
15295         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15296         ("Print Buffer", "Truncate Long Lines in this Buffer"):
15297         Use menu-bar-menu-frame-live-and-visible-p.
15298         ("Save Buffer", "Insert File", "Open Directory...")
15299         ("Open File...", "Visit New File..."):
15300         Use menu-bar-non-minibuffer-window-p.
15301         (kill-this-buffer-enabled-p, dired <menu-enable>):
15302         Use menu-bar-non-minibuffer-window-p.
15304 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15306         * cus-start.el (all): Don't complain about fringe-related
15307         built-ins if fringes are not supported.  Ditto about
15308         selection-related built-ins.  Fix the test for GTK-related built-ins.
15310         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15311         ("Postscript Print Buffer", "Print Region", "Save As...")
15312         ("Save", "Insert File...", "Open Directory...")
15313         ("Open File...", "Visit New File..."")
15314         ("Truncate Long Lines in this Buffer"): Don't look at
15315         menu-updating-frame if this display does not support multiple frames.
15317 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15319         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15321 2005-09-09  Emilio Lopes  <eclig@gmx.net>
15323         * woman.el: Format- and whitespace-related changes.
15325 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15327         * woman.el: Fix my email address.
15329 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15331         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15332         (sh-mode): Locally set skeleton-pair-default-alist.
15334         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15336         * progmodes/flymake.el: Require `compile' unconditionally.
15338         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15340         * woman.el (woman-file-name): Provide a default, not initial input.
15342         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15344         * font-lock.el (font-lock-support-mode): Doc fix.
15346         * descr-text.el (describe-property-list): Handle non-symbol prop names.
15348 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15350         * simple.el (blink-matching-open): Get rid of text props from
15351         the string shown in echo area.  Don't permanently set point.
15352         Some rearrangements.
15354 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15356         * recentf.el (recentf-filename-handler): Add custom choice
15357         `abbreviate-file-name'.
15359         * msb.el (msb--very-many-menus): Fix typo.
15361         * disp-table.el (standard-display-european): Don't set
15362         enable-multibyte-characters to nil.
15364 2005-09-08  David Ponce  <david@dponce.com>
15366         * recentf.el (recentf-show-file-shortcuts-flag): New option.
15367         (recentf-expand-file-name): Doc fix.
15368         (recentf-dialog-mode-map): Define digit shortcuts.
15369         (recentf--files-with-key): New variable.
15370         (recentf-show-digit-shortcut-filter): New function.
15371         (recentf-open-files-items): New function.
15372         (recentf-open-files): Use it.
15373         (recentf-open-file-with-key): New command.
15375 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
15377         * buff-menu.el (Buffer-menu-sort-by-column): New function.
15378         Suggested by Kim F. Storm.
15379         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15380         (Buffer-menu-make-sort-button): Use global keymap.
15382 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
15384         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15385         (Man-getpage-in-background-advice): Remove defadvice; it isn't
15386         necessary any longer with the remapped command.
15387         (Man-bgproc-sentinel-advice): Remove defadvice which counts
15388         formatting time only.
15390         * net/tramp.el (tramp-action-password)
15391         (tramp-multi-action-password): Compile the password prompt from
15392         `method', `user' and `host'.  Sometimes it isn't obvious which
15393         password to enter, for example with remote files offered by
15394         recentf.el, or with multiple steps.  Suggested by Robert Marshall
15395         <robert@chezmarshall.freeserve.co.uk>.
15397 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15399         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15400         Fix regexp for when "s///" is at the beginning of line.
15402 2005-09-07  Jay Belanger  <belanger@truman.edu>
15404         * calc/calc-poly.el (math-expand-term): Multiply out any powers
15405         when in matrix mode.
15407 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15409         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15410         non-anonymous functions.
15412 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
15414         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15415         when using a header line.  Otherwise, use mouse-1-click-follows-link.
15417         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15418         can't be moved; don't signal an error.
15420 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
15422         * cus-theme.el (custom-theme-write-faces): Save the current face
15423         spec, not the defface spec.
15425         * custom.el (custom-known-themes): Clarify meaning of "standard".
15426         (custom-push-theme): Save old values in the standard theme.
15427         (disable-theme): Correct typo.
15428         (custom-face-theme-value) Deleted unused function.
15429         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15431 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15433         * progmodes/compile.el (compilation-goto-locus): Take into account
15434         iconified frames when determining whether the buffer is
15435         already visible.
15436         Don't reset window height if the window already existed.
15438 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
15440         * custom.el (load-theme): Rename from require-theme.
15441         Add interactive spec.
15442         (enable-theme): Rename from custom-enable-theme.
15443         Add interactive spec.
15444         (disable-theme): Rename from custom-disable-theme.
15445         Add interactive spec.
15446         (custom-make-theme-feature): Doc fix.
15447         (custom-theme-directory): Doc fix.
15448         (provide-theme): Call enable-theme.
15450 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15452         * obsolete/lazy-lock.el (lazy-lock-mode):
15453         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15454         font-lock-mode if it's off.  Print a warning instead.
15456         * progmodes/compile.el (compilation-start): Ignore errors if the
15457         process died before we get to send-eof.
15459         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15460         Undo last change.  Enclosing the result in quotes broke things on Unix
15461         since tex-send-command passes it through shell-quote-argument.
15462         (tex-send-command): Pass `file' through convert-standard-filename
15463         when possible.
15464         (tex-uptodate-p): Handle the case where TeX hasn't put additional
15465         info in a transcript.
15467 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
15469         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15470         fix compilation warning.  Reorder the key definitions to group
15471         together keys emitted by the current version of xterm.
15473         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15474         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15475         Reorder predicates to correct min-color usage.
15477 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
15479         * longlines.el (longlines-mode): Inhibit read-only when encoding.
15480         Kill local variables when longlines-mode is turned off.
15482 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15484         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15486         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15488         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15490         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15491         (font-lock-lines-before): Change default to being inactive.
15492         (font-lock-default-fontify-region): Obey font-lock-lines-before.
15493         (font-lock-after-change-function): Don't handle f-l-lines-before here.
15495 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15497         * net/tramp.el (tramp-handle-make-auto-save-file-name):
15498         Deactivate temporarily advice if active (not needed for Emacs 22,
15499         but for backwards compatibility).
15500         (tramp-exists-file-name-handler): Rewrite.  First implementation
15501         was too simple.
15502         (tramp-advice-make-auto-save-file-name):
15503         Call `tramp-handle-make-auto-save-file-name' (again, just for
15504         backwards compatibility).
15506 2005-08-31  Reto Zimmermann  <reto@gnu.org>
15508         * progmodes/vhdl-mode.el
15509         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15510         (vhdl-end-p): Fix indentation bug "else" after "-- when".
15511         (vhdl-set-default-project): New function (easier setting of default).
15512         (vhdl-port-copy): Handle extended identifiers for generics.
15513         (vhdl-compiler-alist): Better description for error message regexp.
15514         (vhdl-make): Query for target, use previous as default.
15515         (vhdl-port-copy): Fix port copy for port names starting with "signal".
15516         (vhdl-font-lock-keywords-2): Fix fontification for record
15517         el. assign.
15518         (vhdl-speedbar-make-subpack-line): Add package body link.
15519         (vhdl-generate-makefile-1): Not include itself as dependency.
15520         (vhdl-font-lock-init): Highlight c-preprocessor directives.
15521         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15522         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15523         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15524         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15525         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15526         (vhdl-import-project): Add string argument for `error'.
15527         (vhdl-compose-configuration)
15528         (vhdl-compose-configuration-architecture): Add configuration
15529         declaration generation.
15530         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15531         (vhdl-trailer-re): Add "record" keyword (better indentation).
15532         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15533         "[^ \t-\"]+".
15534         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15535         (vhdl-testbench-entity-file-name)
15536         (vhdl-testbench-architecture-file-name): Allow separate
15537         customization of testbench file names.
15538         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15539         (vhdl-get-visible-signals): Allow newline within alias declaration.
15540         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15541         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15542         (member-ignore-case): Alias for missing function in XEmacs.
15543         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15544         (vhdl-update-sensitivity-list): Ignore case on read signals.
15545         (vhdl-replace-string): Adjust case only for file names.
15546         (vhdl-update-sensitivity-list): Fix search for read signals.
15547         (vhdl-update-sensitivity-list): Exclude formal parameters.
15548         (vhdl-get-visible-signals): Include aliases of signals.
15549         (vhdl-get-visible-signals): Fix signal name searching.
15550         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15551         (vhdl-fixup-whitespace-region): Fix for character
15552         literals (e.g. `:').
15554 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15556         * ansi-color.el (comint-last-output-start):
15557         * bs.el (font-lock-verbose):
15558         * diff-mode.el (add-log-buffer-file-name-function):
15559         * dired-x.el (vm-folder-directory):
15560         * faces.el (help-xref-stack-item):
15561         * files.el (font-lock-keywords):
15562         * find-lisp.el (dired-buffers, dired-subdir-alist):
15563         * ido.el (cua-inhibit-cua-keys):
15564         * log-view.el (cvs-minor-wrap-function):
15565         * outline.el (font-lock-warning-face):
15566         * simple.el (compilation-current-error):
15567         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15568         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15569         * tooltip.el (comint-prompt-regexp):
15570         * w32-fns.el (explicit-shell-file-name):
15571         * term/mac-win.el (mac-charset-info-alist)
15572         (mac-services-selection, mac-system-script-code):
15573         * term/tty-colors.el (msdos-color-values):
15574         * term/w32-win.el (xlfd-regexp-registry-subnum):
15575         * term/x-win.el (x-keysym-table, x-selection-timeout)
15576         (x-session-id, x-session-previous-id):
15577         * textmodes/ispell.el (mail-yank-prefix):
15578         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15579         * textmodes/org.el (calc-embedded-close-formula)
15580         (calc-embedded-open-formula)
15581         (font-lock-unfontify-region-function):
15582         * textmodes/reftex-global.el (isearch-next-buffer-function)
15583         (TeX-master):
15584         * textmodes/reftex.el (font-lock-keywords):
15585         * textmodes/tex-mode.el (font-lock-comment-face)
15586         (font-lock-doc-face):
15587         * textmodes/texinfo.el (outline-heading-alist):
15588         Add defvars.
15590         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15591         (artist-spray-chars, artist-mode-init, artist-replace-string)
15592         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15593         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15594         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15596         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15597         (conf-align-assignments): "?\ " -> "?\s".
15599         * textmodes/reftex-index.el (TeX-master): Add defvar.
15600         (reftex-index-phrases-marker): Move up defvar.
15602         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15603         (reftex-toc-include-labels-indicator)
15604         (reftex-toc-include-index-indicator)
15605         (reftex-toc-max-level-indicator): Move up declarations.
15607         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15608         of args to `tramp-run-real-handler', even if it's empty in this case.
15610 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15612         * dired.el (dired-move-to-filename-regexp): Add date format for
15613         Mac OS X 10.3 in East Asian locales.
15615 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15617         * files.el (make-auto-save-file-name): Add file name handler call
15618         if applicable.
15620         * net/tramp.el (tramp-file-name-handler-alist)
15621         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15622         (tramp-handle-make-auto-save-file-name): Rename from
15623         `tramp-make-auto-save-file-name'.
15624         (tramp-exists-file-name-handler): New defun.
15625         (tramp-advice-make-auto-save-file-name): Make defadvice only when
15626         `make-auto-save-file-name' is not a magic file name operation.
15628 2005-08-30  Richard M. Stallman  <rms@gnu.org>
15630         * files.el (risky-local-variable-p):
15631         Match `-predicates' and `-commands.
15633         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15634         (custom-save-all): Visit the file if necessary;
15635         kill the buffer if we created it.
15636         (custom-save-delete): Don't visit file or kill buffer here.
15638 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
15640         * textmodes/org.el (org-special-keyword): New face.
15641         (org-table-copy-down, org-table-eval-formula)
15642         (org-table-recalculate, org-init-section-numbers):
15643         Use `string-to-number' instead of `string-to-int'.
15644         (org-get-location): Use `insert-buffer-substring' instead of
15645         `insert-buffer'.
15646         (org-modify-diary-entry-string): New function.
15647         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15648         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15649         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15650         active region.
15651         (org-export-as-html): Handle QUOTE keyword.
15652         (org-quote-string): New option.
15653         (org-bookmark-jump-unhide): New function, used for
15654         `bookmark-after-jump-hook'.
15655         (org-diary-default-entry): Apply only when not called through
15656         `org-agenda'.
15658 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
15660         * net/eudc.el (mode-popup-menu):
15661         * play/handwrite.el (ps-printer-name, ps-lpr-command):
15662         * progmodes/ada-mode.el (compile-auto-highlight)
15663         (skeleton-further-elements):
15664         * progmodes/autoconf.el (font-lock-syntactic-keywords):
15665         * progmodes/cmacexp.el (msdos-shells):
15666         * progmodes/compile.el (font-lock-extra-managed-props)
15667         (font-lock-keywords, font-lock-maximum-size)
15668         (font-lock-support-mode):
15669         * progmodes/grep.el (font-lock-lines-before):
15670         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15671         * progmodes/mixal-mode.el (compile-command):
15672         * progmodes/perl-mode.el (font-lock-comment-face)
15673         (font-lock-doc-face, font-lock-string-face):
15674         * progmodes/prolog.el (comint-prompt-regexp):
15675         * progmodes/sh-script.el (font-lock-comment-face)
15676         (font-lock-set-defaults, font-lock-string-face):
15677         * progmodes/sql.el (font-lock-keyword-face)
15678         (font-lock-set-defaults, font-lock-string-face):
15679         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15680         (itimer-version, lazy-lock-defer-contextually)
15681         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15682         Add defvars.
15684         * progmodes/cperl-mode.el (cperl-electric-lbrace)
15685         (cperl-electric-keyword, cperl-electric-pod)
15686         (cperl-electric-backspace, cperl-forward-re)
15687         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15688         (vc-rcs-header, vc-sccs-header): Add defvars.
15690         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15691         (font-lock-syntactic-keywords, gud-find-expr-function):
15692         Add defvars.
15694         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15695         (gdb-frame-parameters): Declare before use.
15697         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15698         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15699         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15700         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15702         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15703         (idlwave-help-with-source): Use `insert-buffer-substring', not
15704         `insert-buffer'.
15706 2005-08-29  Juri Linkov  <juri@jurta.org>
15708         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15709         Put outline-back-to-heading function call inside save-excursion.
15711 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
15713         * man.el (Man-init-defvars, Man-translate-references)
15714         (Man-support-local-filenames, Man-highlight-references):
15715         * progmodes/sql.el (sql-interactive-mode):
15716         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15718         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15719         (compilation-mode-font-lock-keywords): Add defvars.
15720         (checkdoc-interactive-loop): "?\ " -> "?\s".
15722         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15723         (font-lock-doc-face, font-lock-string-face)
15724         (font-lock-keywords-case-fold-search): Add defvars.
15725         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15727         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15728         Don't pass X and Y (they are ignored anyway).
15729         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15730         (mouse-delete-window): Make arguments optional.
15732         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15733         (caesar-translate-table, minor-modes, news-buffer-save)
15734         (news-group-name, news-minor-modes): Add defvars.
15736         * emacs-lisp/lselect.el (mouse-highlight-priority)
15737         (x-lost-selection-functions, zmacs-regions):
15738         * emacs-lisp/pp.el (font-lock-verbose):
15739         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15740         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15741         (ses-mode-map):
15742         * emacs-lisp/tcover-unsafep.el (safe-functions):
15743         * international/mule-cmds.el (mac-system-coding-system)
15744         (mac-system-locale):
15745         * language/ethio-util.el (rmail-current-message)
15746         (rmail-message-vector):
15747         * language/thai-util.el (thai-auto-composition-mode):
15748         * mail/metamail.el (rmail-current-message, rmail-message-vector):
15749         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15750         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15751         (vm-primary-inbox, vm-spool-files):
15752         * mail/rmail.el (deleted-head, font-lock-fontified)
15753         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15754         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15755         (total-messages):
15756         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15757         (rmail-summary-mode-map):
15758         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15759         (rmail-last-label, rmail-last-multi-labels)
15760         (rmail-summary-vector, rmail-total-messages):
15761         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15762         * mail/rmailsum.el (msgnum):
15763         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15764         (rmail-current-message):
15765         * obsolete/fast-lock.el (font-lock-face-list):
15766         * obsolete/rnewspost.el (mail-reply-buffer):
15767         * obsolete/scribe.el (compile-command):
15768         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15770 2005-08-28  John Paul Wallington  <jpw@gnu.org>
15772         * ibuf-ext.el (ibuffer-auto-update-changed):
15773         Use `frame-or-buffer-changed-p' to check whether we need to update.
15774         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15775         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
15776         as a `frame-or-buffer-changed-p' state vector instead.
15778 2005-08-27  Romain Francoise  <romain@orebokech.com>
15780         * textmodes/makeinfo.el (makeinfo-compile):
15781         Use `compilation-start'.  Set `next-error-function' according to
15782         `disable-errors'.
15783         (makeinfo-next-error): New function.
15784         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15785         (makeinfo-buffer): Likewise.
15787         * progmodes/compile.el (compilation-start): Add autoload cookie.
15789         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15790         * textmodes/sgml-mode.el: Likewise.
15791         * progmodes/python.el: Likewise.
15793 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
15795         * simple.el (blink-matching-paren-distance): Document the meaning
15796         of nil value, and allow to customize to nil.
15798         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15799         command.com, not command.exe.
15801 2005-08-26  John Wiegley  <johnw@newartisans.com>
15803         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15804         code around a bit so that an extraneous nil argument is not added
15805         to a command when no args are given.
15807         * eshell/esh-arg.el (eshell-parse-double-quote): If a
15808         double-quoted argument resolves to nil, return it as an empty
15809         string rather than as nil.  This made it impossible to pass "" to
15810         a shell script as a null string argument.
15812 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15814         * outline.el (outline-invent-heading): New fun.
15815         (outline-promote, outline-demote): Use it.
15816         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15817         (outline-end-of-subtree): Remove unused var `opoint'.
15819 2005-08-26  David Reitter  <david.reitter@gmail.com>
15821         * menu-bar.el (truncate-lines, write-file, print-buffer)
15822         (ps-print-buffer-faces, ps-print-buffer, split-window):
15823         Disable menu items when the frame they refer to is invisible, or when
15824         they refer to a buffer and the minibuffer is selected.
15826 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
15828         * progmodes/flymake.el (flymake-highlight-err-lines):
15829         Use save-excursion around flymake-highlight-line to preserve point.
15831 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
15833         * progmodes/octave-mod.el: Change Author and Maintainer address.
15834         (octave-maintainer-address): Change Kurt's email address.
15835         * progmodes/octave-inf.el: Change Author and Maintainer address.
15836         * progmodes/octave-hlp.el: Change Author and Maintainer address.
15838 2005-08-26  Kim F. Storm  <storm@cua.dk>
15840         * subr.el (version-list-<, version-list-<=, version-list-=):
15841         Rename from integer-list-*.
15842         (version-list-not-zero): Likewise.  Fix while loop.
15843         (version=): Use version-list-= instead of string-equal.
15845 2005-08-26  Richard M. Stallman  <rms@gnu.org>
15847         * outline.el (outline-promote): Try shortening the heading.
15848         As last resort, read the heading to use.
15849         (outline-demote): As last resort, read the heading to use.
15851 2005-08-26  Romain Francoise  <romain@orebokech.com>
15853         * progmodes/compile.el (compilation-start): Doc fix.
15855         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15856         (antlr-font-lock-additional-keywords): Fix reference to
15857         `antlr-font-lock-literal-regexp' erroneously changed during the
15858         mass face rename.
15859         (antlr-run-tool): Use `compilation-start'.
15861         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15862         instead of the obsolete `compile-internal'.
15864 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
15866         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15867         (number, original-date):
15868         * calendar/cal-china.el (date):
15869         * calendar/cal-coptic.el (date):
15870         * calendar/cal-french.el (date):
15871         * calendar/cal-hebrew.el (date, entry, number, original-date):
15872         * calendar/cal-islam.el (date, number, original-date):
15873         * calendar/cal-iso.el (date):
15874         * calendar/cal-julian.el (date):
15875         * calendar/cal-mayan.el (date):
15876         * calendar/cal-menu.el (date, event):
15877         * calendar/cal-persia.el (date):
15878         * calendar/lunar.el (date):
15879         * calendar/solar.el (date): Add defvars.
15881         * emerge.el:
15882         * ibuffer.el:
15883         * info-xref.el:
15884         * obsolete/bg-mouse.el:
15885         * obsolete/sun-curs.el:
15886         * obsolete/swedish.el: Move the `defvar's to the top level.
15888         * smerge-mode.el (smerge-refined-change): Add :group.
15890 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15892         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15893         (smerge-keep-n): Remove props.
15894         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15895         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15896         now that it's done in smerge-keep-n.
15897         (smerge-refined-change): New face.
15898         (smerge-refine-chopup-region, smerge-refine-highlight-change)
15899         (smerge-refine): New funs.
15900         (smerge-basic-map): Bind smerge-refine.
15902 2005-08-25  Juri Linkov  <juri@jurta.org>
15904         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15905         compilation-process-setup-function and compilation-disable-input
15906         in grep-mode instead of let-bindings in grep.
15908         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15909         Delete "Automatic File De/compression" (auto-compression-mode).
15911 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
15913         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15914         Silence warning about non-existent variable.
15916 2005-08-25  Richard M. Stallman  <rms@gnu.org>
15918         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15919         Rename "Describe Key" to "Describe Key or Mouse Operation".
15921         * mail/mailalias.el (build-mail-aliases): Delete comments
15922         from the contents before processing them.
15924         * isearch.el (isearch-edit-string): Erase the Search prompt
15925         if user enters an empty string and there is no default.
15927         * comint.el (comint-file-name-prefix): Add autoload.
15929 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
15931         * subr.el (play-sound): Rearrange to avoid warning.
15933 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
15935         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15936         New hook.
15937         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15939 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15941         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15943         * custom.el (custom-theme-set-variables): Sort minor modes last.
15945 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15947         * subr.el (version-separator, version-regexp-alist): New vars used by
15948         version comparison funs.
15949         (integer-list-<, integer-list-=, integer-list-<=)
15950         (integer-list-not-zero): New funs for integer list comparison.
15951         (version-to-list, version=, version<, version<=): New funs for version
15952         comparison.
15954 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
15956         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15957         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15958         time to silence the byte-compiler.
15960         * ibuffer.el (ibuffer-compile-make-eliding-form)
15961         (ibuffer-check-formats): Use `with-no-warnings' to hide references
15962         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15963         so it's silly to get warnings for it).
15964         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15965         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15966         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15967         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15968         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15969         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15970         Defvar at compile time.
15971         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15972         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15973         Declare them before use.
15975         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15976         (info-xref-good, info-xref-bad): Defvar at compile time.
15978         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15979         Use `let*' instead of `let'.
15981         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15982         (*mouse-y*, menu, char): Defvar at compile time.
15983         (sc::menu): Declare it before use.
15984         (sc::pack-one-line): Use `let', not `let*'.
15986         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15987         (mail-send-hook): Defvar at compile time.
15989         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15990         Defvar at compile time.
15992         * term/sun-mouse.el (current-global-mousemap)
15993         (current-local-mousemap): Declare them before use.
15995 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
15997         * bookmark.el (bookmark-after-jump-hook): New hook.
15998         (bookmark-jump): Run `bookmark-after-jump-hook'.
16000 2005-08-23  Juri Linkov  <juri@jurta.org>
16002         * faces.el (minibuffer-prompt): Doc fix.
16004 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
16006         * progmodes/xscheme.el: Trivial changes to silence warnings.
16007         (xscheme-previous-mode, xscheme-previous-process-state):
16008         Add defvars.
16009         (xscheme-last-input-end, xscheme-process-command-line)
16010         (xscheme-process-name, xscheme-buffer-name)
16011         (xscheme-expressions-ring-max, xscheme-expressions-ring)
16012         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16013         (xscheme-control-g-synchronization-p)
16014         (xscheme-control-g-disabled-p, xscheme-string-receiver)
16015         (default-xscheme-runlight, xscheme-runlight)
16016         (xscheme-runlight-string, xscheme-process-filter-state)
16017         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16018         Move to beginning of file.
16019         (scheme-interaction-mode-commands-alist)
16020         (scheme-interaction-mode-map, scheme-debugger-mode-map):
16021         Declare them before use.  Note: the initialization code for the
16022         variables has not been moved because it uses functions that reference
16023         the variables.
16024         (xscheme-control-g-message-string, xscheme-process-filter-alist)
16025         (xscheme-prompt-for-expression-map): Declare them before use.
16026         (scheme-debugger-mode-commands): "?\ " -> "?\s".
16028 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
16030         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16032 2005-08-22  Juri Linkov  <juri@jurta.org>
16034         * faces.el (set-face-underline): Delete this duplicate function
16035         and make an obsolete alias to set-face-underline-p.
16036         (set-face-underline-p): Use docstring of set-face-underline.
16037         (describe-face): Create hyperlink to parent face.
16039         * info.el (Info-insert-dir): Use save-excursion around
16040         insert-buffer-substring.
16041         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16042         (Info-escape-percent): Delete function.
16043         (Info-fontify-node): Replace Info-escape-percent by
16044         replace-regexp-in-string with REP arg set to lambda that
16045         duplicates `%' and preserves text properties.
16047         * progmodes/compile.el (compilation-disable-input): Doc fix.
16048         (define-compilation-mode): Doc fix and refill.
16049         (kill-compilation): Use `mode-name' in the error message.
16050         (compilation-find-file): Use `compilation-error' in the
16051         read-file-name's prompt.
16053 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16055         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16056         (smerge-auto-leave): Make undo re-enable the mode.
16057         (debug-ignored-errors): Add the user-error of impossible resolution.
16058         (smerge-resolve): Move things around a bit, in preparation for later.
16059         (smerge-diff): Don't fail if the buffer has no associated file.
16060         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16061         (smerge-conflict-overlay): New function.
16062         (smerge-match-conflict): Don't add text properties here.
16063         (smerge-find-conflict): Instead, add an overlay here.
16064         Also check for the case where we're inside a conflict already, so as to
16065         obviate the need for font-lock-multiline, which is unbearably slow with
16066         large conflicts and ciomplex font-lock patterns.
16067         (smerge-remove-props): Remove overlay rather than text-properties.
16068         (smerge-mode): Don't set font-lock-multiline.
16069         Remove overlays when turned off.
16071 2005-08-21  Kim F. Storm  <storm@cua.dk>
16073         * ido.el (ido-ignore-item-p): Use save-match-data.
16074         Bind case-fold-search to ido-case-fold locally.
16076 2005-08-20  Richard M. Stallman  <rms@gnu.org>
16078         * files.el (normal-mode): If font lock is on, turn it off and on.
16080         * subr.el (replace-regexp-in-string): Doc fix.
16082         * startup.el (command-line-1): Don't suppress startup screen
16083         due to existing processes.
16085         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16087         * progmodes/compile.el (compilation-disable-input): Default to nil.
16089 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16091         * progmodes/compile.el (compilation-disable-input): New defcustom.
16092         (compilation-start): If compilation-disable-input is non-nil, send
16093         EOF to the compilation process.
16095 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
16097         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16098         Run the argument of tex-shell-cd-command through
16099         convert-standard-filename, to get the correct style of slashes on
16100         Windows, and enclose the result in quotes, in case the file name
16101         includes whitespace or other special characters.
16103 2005-08-19  Andreas Schwab  <schwab@suse.de>
16105         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16106         process.
16108 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
16110         * cus-start.el (minibuffer-prompt-properties): Correct typo.
16112 2005-08-18  Kim F. Storm  <storm@cua.dk>
16114         * scroll-lock.el: Fix errors due to incorrect line wrapping.
16116 2005-08-18  Richard M. Stallman  <rms@gnu.org>
16118         * scroll-lock.el: New file.
16120 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
16122         * dired.el (dired-move-to-end-of-filename):
16123         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16125 2005-08-18  Kim F. Storm  <storm@cua.dk>
16127         * ido.el (ido-everywhere): Fix defcustom :set function to disable
16128         rather than toggle mode when custom value is nil.
16129         (ido-everywhere): Fix defun doc string.
16131 2005-08-17  Richard M. Stallman  <rms@gnu.org>
16133         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16134         as tag instead of "Inviolable".
16136 2005-08-17  Kim F. Storm  <storm@cua.dk>
16138         * windmove.el (windmove-coordinates-of-position): Remove.
16139         (windmove-coordinates-of-window-position): Remove.
16140         (windmove-reference-loc): Use posn-at-point instead.
16142         * subr.el (insert-for-yank-1): Doc fix.
16144         * ido.el (ido-enter-matching-directory): Rename from
16145         ido-enter-single-matching-directory.  Change `slash' choice to
16146         `only'.  Add `first' choice.
16147         (ido-exhibit): Adapt to above changes.
16149 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
16151         * Makefile.in: Expand comment about building loaddefs.el.
16153 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
16155         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16156         Comment use of defadvice.
16158         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16160 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
16162         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16163         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16164         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16165         * progmodes/idlw-shell.el, progmodes/ld-script.el,
16166         * progmodes/which-func.el, ruler-mode.el, strokes.el,
16167         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16168         for backward compatibility for faces that did not appear in the
16169         previous Emacs release.
16171         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16173 2005-08-15  Kim F. Storm  <storm@cua.dk>
16175         * emulation/cua-base.el (cua-delete-region): Return t if
16176         deleted region was non-empty.
16177         (cua-replace-region): Inhibit overwrite-mode for
16178         self-insert-command if replaced region was non-empty.
16179         (cua--explicit-region-start, cua--status-string): Make them
16180         buffer-local at top-level...
16181         (cua-mode): ...rather than when mode is enabled.
16183 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
16185         * progmodes/vhdl-mode.el (vhdl-emacs-21):
16186         Set t for Emacs 21, 22, and so on.
16188 2005-08-15  David Ponce  <david@dponce.com>
16190         * tree-widget.el: Update Commentary header.
16191         (tree-widget-theme): Doc fix.
16192         (tree-widget-space-width): New option.
16193         (tree-widget-image-properties): Look up in the default theme too.
16194         (tree-widget--cursors): Only for images with arrow pointer shape.
16195         (tree-widget-lookup-image): Pointer shape is hand by default.
16196         (tree-widget-icon): Rename generic icon widget from
16197         `tree-widget-control'.
16198         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16199         derive from `tree-widget-icon'.
16200         (tree-widget-handle): Improve default look and feel of the text
16201         representation.
16202         (tree-widget): Rename :*-control properties to :*-icon properties.
16203         Add :action and :help-echo properties.
16204         (tree-widget-after-toggle-functions): Move.
16205         (tree-widget-close-node, tree-widget-open-node): Remove.
16206         (tree-widget-before-create-icon-functions): New hook.
16207         (tree-widget-value-create): Update to allow customization of icons
16208         and nodes at run-time via that new hook.
16209         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16210         (tree-widget-icon-action, tree-widget-icon-help-echo)
16211         (tree-widget-action, tree-widget-help-echo): New functions.
16213 2005-08-15  Kim F. Storm  <storm@cua.dk>
16215         * ido.el (ido-buffer-internal): Use with-no-warnings.
16216         (ido-make-merged-file-list): Use while-no-input.
16218 2005-08-15  Richard M. Stallman  <rms@gnu.org>
16220         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16221         (flyspell-large-region): Fix doc and custom type.
16223 2005-08-14  Richard M. Stallman  <rms@gnu.org>
16225         * files.el (interpreter-mode-alist): Doc fix.
16227         * mail/rmail.el (rmail-nonignored-headers): New variable.
16228         (rmail-clear-headers): Use it.
16229         (rmail-reply): Better handling of mail-followup-to header.
16231         * progmodes/sh-script.el (sh-font-lock-keywords-var):
16232         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
16233         don't try to refer to executable-font-lock-keywords.
16234         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16235         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16236         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16237         (sh-mode): Set comment-start-skip, local-abbrev-table,
16238         imenu-case-fold-search.
16239         (sh-set-shell): Don't set them here.
16240         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
16241         Don't cache the results in the original alist; don't ever modify
16242         that alist.
16244         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16246         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16247         empty.
16249 2005-08-15  Andreas Schwab  <schwab@suse.de>
16251         * desktop.el: Put autoload cookie at risky-local-variable declarations.
16253         * dired.el, info.el, mail/rmail.el: Revert last change.
16255 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
16257         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16258         modification in `eval-after-load' form.
16259         * info.el: Likewise.
16260         * mail/rmail.el: Likewise.
16262 2005-08-14  Juri Linkov  <juri@jurta.org>
16264         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16265         Remove highlighting of "Compilation started".  Highlight only
16266         the word "finished" in "Compilation finished".  Add highlighting
16267         of "interrupt", "killed", "terminated" and the exit code.
16268         (compilation-start): Add newline after header.  Use exactly the
16269         same time stamp format as the finishing message.
16270         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16272         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16273         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16274         Add highlighting of "interrupt", "killed", "terminated".
16276         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16277         enabled and the current command is self-insert-command, call it
16278         explicitly with overwrite-mode bound to nil, to not allow it
16279         to delete the character after the selected region.
16281 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
16283         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16284         move-end-of-line, end-of-line, and beginning-of-line to the list
16285         of commands after which the echo area is updated.
16287 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
16289         * cus-edit.el (custom-save-all, custom-save-delete):
16290         Bind recentf-exclude to exclude custom-file.
16292 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
16294         * mail/rmailsum.el (rmail-summary-end-of-message): New command
16295         to go to the bottom of the mail message.  Added to
16296         `rmail-summary-mode-map' with key "/".
16297         (rmail-summary-show-message): New (internal) function for use by
16298         both `rmail-summary-beginning/end-of-message'.
16299         (rmail-summary-beginning-of-message): Change to use
16300         rmail-summary-show-message.
16302         * mail/rmail.el (rmail-end-of-message): New command to go to the
16303         end of the current message.  Added to `rmail-mode-map' with key "/".
16304         (rmail-beginning-of-message): Fix to work as documented.
16305         (rmail-mode): Change documentation.
16307         * progmodes/compile.el (compilation-start): Add the line
16308         "Compilation started" with compilation start time.
16309         (compilation-mode-font-lock-keywords): Add `started' to keywords.
16311 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
16313         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16314         of menu items.
16316 2005-08-11  Richard M. Stallman  <rms@gnu.org>
16318         * simple.el (pop-global-mark): Reverse test of widen-automatically.
16320         * battery.el (battery-status-function): Don't use ignore-errors.
16322 2005-08-11  Lute Kamstra  <lute@gnu.org>
16324         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16325         define-obsolete-variable-alias.
16327 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16329         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16330         (ange-ftp-send-cmd): Revert last change, and expand
16331         the comment explaining the problem.
16333 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
16335         * ldefs-boot.el: Update.
16337         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16338         item to "Time, Load and Mail".  Change help echo text.
16340         * time.el (display-time-use-mail-icon, display-time-format)
16341         (display-time-string-forms): Shorten first line of docstrings.
16343 2005-08-10  Lars Hansen  <larsh@soem.dk>
16345         * desktop.el (desktop-buffer-mode-handlers):
16346         Make non-customizable.  Add autoload cookie.  Change initial value to
16347         nil; add elements in respective modules instead.  Fix doc string.
16348         (desktop-load-file): New function.
16349         (desktop-minor-mode-handlers): New autoloaded variable.
16350         (desktop-create-buffer): Call minor mode handlers.
16351         Use desktop-load-file to load major and minor mode modules prior to
16352         checking for a handler.
16353         (desktop-save): Don't add nil to desktop-minor-modes for minor
16354         modes with nil function in desktop-minor-mode-table.  Don't delete
16355         desktop file before rewriting it.
16356         (desktop-locals-to-save): Add autoload cookie.  Don't make
16357         automatically buffer-local.  Add variables column-number-mode,
16358         size-indication-mode, indent-tabs-mode,
16359         indicate-buffer-boundaries, indicate-empty-lines and
16360         show-trailing-whitespace.
16361         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16362         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
16363         (desktop-clear-preserve-buffers-regexp): Delete.
16364         (desktop-clear-preserve-buffers): Update initial value and docstring.
16365         (desktop-save-buffer): Fix doc string.
16367         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16368         (hilit-chg-desktop-restore): New function.
16369         (highlight-changes-mode): Add highlight-changes-mode to
16370         desktop-locals-to-save.
16372         * dired.el: Add handler to desktop-buffer-mode-handlers.
16373         (dired-restore-desktop-buffer): Remove autoload cookie.
16374         (dired-mode): Add autoload cookie.
16376         * info.el: Add handler to desktop-buffer-mode-handlers.
16377         (Info-restore-desktop-buffer): Remove autoload cookie.
16378         (Info-mode): Add autoload cookie.
16380         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16381         (mh-restore-desktop-buffer): Remove autoload cookie.
16382         (mh-folder-mode): Add autoload cookie.
16384         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16385         (rmail-restore-desktop-buffer): Remove autoload cookie.
16387 2005-08-11  Masatake YAMATO  <jet@gyve.org>
16389         * hexl.el (hexl-address-region):
16390         (hexl-ascii-region, hexl-font-lock-keywords):
16391         (hexl-highlight-line-range): Use the term "region"
16392         instead of "area" for consistency with the other symbols
16393         defined in hexl.el.
16395 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16397         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16398         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16399         out by Juri Linkov).  Add `display-battery-mode'.
16401 2005-08-09  Juri Linkov  <juri@jurta.org>
16403         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16404         Remove `-text' from face variable names.
16405         (compilation-error-file-name, compilation-warning-file-name)
16406         (compilation-info-file-name): Delete faces.
16407         (compilation-line-number, compilation-column-number):
16408         Remove face underlining.
16409         (compilation-message-face): Set to `underline' value by default.
16410         (compilation-error-face, compilation-warning-face)
16411         (compilation-info-face): Remove `-file-name' from face names.
16412         (compilation-error-text-face, compilation-warning-text-face)
16413         (compilation-info-text-face): Delete face variables.
16414         (compilation-text-face): Delete function.
16416         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16417         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16418         (grep-error-face): Set to `compilation-error' instead of
16419         `compilation-error-face' (which is redefined to `grep-hit-face' in
16420         grep buffers).
16421         (grep-mode-font-lock-keywords): Remove `-text' from face variable
16422         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
16424         * dired-aux.el (dired-do-query-replace-regexp):
16425         Use `query-replace-read-args'.
16427         * replace.el (query-replace-read-from, query-replace-read-to)
16428         (query-replace-read-args): Rename arg `string' to `prompt'.
16430         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16432 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16434         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16435         uploading files.
16436         (ange-ftp-canonize-filename): Handle file names beginning with ~
16437         correctly.
16439 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16441         * textmodes/fill.el (canonically-space-region)
16442         (fill-context-prefix, fill-french-nobreak-p)
16443         (fill-delete-newlines, fill-comment-paragraph)
16444         (justify-current-line): "?\ " -> "?\s".
16446 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
16448         * textmodes/fill.el (fill-nonuniform-paragraphs):
16449         Improve argument/docstring consistency.
16451 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16453         * textmodes/ispell.el (ispell-word): More fboundp checks.
16455         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16456         (find-file-noselect-1): Call it here, only if RAWFILE.
16457         (normal-mode): Always set some major mode.
16458         (save-some-buffers-action-alist): Change some explanation strings.
16459         (file-name-non-special): In the `quote' method, use unwind-protect.
16461 2005-08-09  Magnus Henoch  <mange@freemail.hu>
16463         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16464         (ispell-have-aspell-dictionaries): New variable.
16465         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16466         (ispell-get-aspell-config-value): New function.
16467         (ispell-aspell-find-dictionary): New function.
16468         (ispell-aspell-add-aliases): New function.
16469         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16470         appropriate.  Don't look for ispell dictionaries if we use aspell.
16471         (ispell-menu-map): Don't build a submenu of dictionaries.
16473 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16475         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16476         (sql-read-passwd): Use read-passwd.
16478         * progmodes/idlw-toolbar.el (idlwave-toolbar)
16479         (idlwave-toolbar-is-possible): Add defvars.
16481         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16482         Avoid warnings.
16484         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16485         (idlwave-system-class-info, idlwave-executive-commands-alist):
16486         Use defvar.
16488         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16490         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16491         Avoid warnings.
16493         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16494         and content-type: headers.
16496         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16498         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16499         and rename some of them to be more self-explanatory.
16501         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16503         * startup.el (command-line-1): Implement -scriptload.
16505         * replace.el (occur-engine): Initial *Occur* output not undoable.
16507         * menu-bar.el (menu-bar-file-menu): Rename some menu items
16508         and improve help strings.
16510         * isearch.el (isearch-repeat): When changing direction,
16511         mark search successful.
16513         * ediff-init.el: Use (featurep 'xemacs).
16515         * comint.el (send-invisible): Identify buffer, if not selected.
16517         * align.el: Delete autoload for c-guess-basic-syntax.
16519 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16521         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16522         Improve argument/docstring consistency.  Doc fixes.
16523         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16524         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16525         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16526         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16527         (r2bv-organization, r2bv-pages, r2bv-primary-author)
16528         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16529         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16530         Defvar at compile time.
16532 2005-08-09  Juri Linkov  <juri@jurta.org>
16534         * info.el: Replace `info' with upper-case `Info' where appropriate.
16535         (info-title-1, info-title-2, info-title-3, info-title-4)
16536         (info-menu-header): Move up face definitions.
16537         (info-menu-star): Rename from `info-menu-5'.
16538         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16539         (Info-fontify-visited-nodes): Fix docstring.
16540         (Info-hide-note-references): Fix docstring.
16541         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16542         menu items in the same way as on cross-references.
16543         (info-apropos): Fix sorting order and formatting to be like in the
16544         stand-alone Info browser.  Display error messages for 1 sec.
16545         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
16546         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16547         from the menu bar.
16548         (Info-insert-dir): Restore point after calling
16549         `insert-buffer-substring'.
16551 2005-08-08  Richard M. Stallman  <rms@gnu.org>
16553         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16554         (recompute-lucid-menubar): Add defvars.
16556         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16558         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16560         * net/net-utils.el (run-dig): Rename from `dig'.
16562         * play/gametree.el (gametree-mode): Use make-local-variable,
16563         not make-variable-buffer-local.
16565         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16567         * ansi-color.el (ansi-color-make-extent)
16568         (ansi-color-set-extent-face): Use fboundp, not functionp.
16570         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16571         not make-variable-buffer-local.
16573         * bookmark.el (Info-current-file): Add defvar.
16574         (bookmark-jump-noselect): Use with-no-warnings.
16576         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16578         * ebuff-menu.el (Helper-return-blurb): Add defvar.
16580         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16582         * find-file.el (ada-procedure-start-regexp)
16583         (ada-package-start-regexp): Add defvars.
16585         * info.el (Info-insert-dir): Use insert-buffer-substring.
16587         * xml.el (xml-att-def-re): Add defvar.
16589         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16590         calling convention.
16592         * subr.el (while-no-input): Return t if there is input.
16594 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
16596         * cus-start.el (all): Add `overflow-newline-into-fringe'.
16598 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
16600         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16601         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16603 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
16605         * cmuscheme.el (scheme-start-file): Replace reference to
16606         `user-emacs-directory' by "~/.emacs.d/".
16608 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
16610         * info.el (Info-dir-remove-duplicates): Avoid case folding
16611         in loop; instead, keep downcased strings for comparison.
16612         Suggested by Helmut Eller.
16614 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
16616         Sync with Tramp 2.0.50.
16618         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16619         XEmacs case; not necessary anymore.
16620         (tramp-user-regexp): Allow "@" as part of user name.
16621         (tramp-handle-set-visited-file-modtime)
16622         (tramp-handle-insert-file-contents)
16623         (tramp-handle-write-region): No special handling for
16624         `last-coding-system-used, because this is done in
16625         `tramp-accept-process-output' now.
16626         (tramp-accept-process-output): New defun.
16627         (tramp-process-one-action, tramp-process-one-multi-action)
16628         (tramp-wait-for-regexp, tramp-wait-for-output)
16629         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
16630         Howells <dhowells@redhat.com>.
16631         (clear-visited-file-modtime): Defadvice removed.  The check for
16632         unset buffer's modtime does not need to be based on
16633         `tramp-buffer-file-attributes'.  Suggested by RMS.
16634         (tramp-message): Insert "\n" if not being at beginning of line.
16635         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16636         sequence with same logic.
16637         (tramp-completion-handle-expand-file-name): Discard call of
16638         `tramp-drop-volume-letter'.  It is not necessary, and there have
16639         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16640         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16641         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16642         should always be visible.
16643         (tramp-handle-insert-directory, tramp-setup-complete)
16644         (tramp-set-process-query-on-exit-flag)
16645         (tramp-append-tramp-buffers): Pacify byte-compiler.
16646         (tramp-bug): Delete non-existing variables from list.
16647         Apply `tramp-load-report-modules' as pre-hook.
16648         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16649         `shell-prompt-pattern' because of non-7bit characters.
16650         Reported by Sebastian Luque <sluque@mun.ca>.
16651         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16652         (tramp-match-string-list): Remove function.
16653         (tramp-wait-for-regexp): Remove call of that function.
16654         Suggested by Kim F. Storm <storm@cua.dk>.
16655         (tramp-set-auto-save-file-modes): Use octal integer code #o600
16656         instead of octal character code ?\600.  The latter resulted in a
16657         syntax error with XEmacs.
16659         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16660         XEmacs case; not necessary anymore.
16661         (tramp-smb-handle-write-region): No special handling for
16662         `last-coding-system-used, because this is done in
16663         `tramp-accept-process-output' now.
16664         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16666 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
16668         * wid-edit.el (widget-choice-value-create):
16669         Unconditionally respect user choice.  Set :explicit-choice back to nil
16670         when no longer needed.
16671         (widget-choice-action): Unconditionally respect user choice.
16672         Eliminate :explicit-choice-value.
16674         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16676         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16677         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16678         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16679         running new function `toggle-indicate-empty-lines'.
16680         Rename "Customize" item to "Customize fringe".
16681         Rename "Indicators" item to "Buffer boundaries" and change help echo.
16682         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16683         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16684         Delete "Empty lines only" item.
16685         (menu-bar-showhide-fringe-ind-customize): New function.
16686         (menu-bar-showhide-fringe-ind-mixed)
16687         (menu-bar-showhide-fringe-ind-box)
16688         (menu-bar-showhide-fringe-ind-right)
16689         (menu-bar-showhide-fringe-ind-left)
16690         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16691         instead of `fringe-indicators'.
16693 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16695         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16696         Change the date of last update.
16698 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16700         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16701         (viper-exec-yank, viper-put-back): Don't display modification msg
16702         if in the minibuffer.
16704         * viper-init.el (viper-replace-overlay-cursor-color)
16705         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16706         Make variables frame local.
16708         * viper-util.el (viper-append-filter-alist): Use append instead of
16709         nconc.
16711         * viper.el (viper-vi-state-mode-list)
16712         (viper-emacs-state-mode-list): Move help-mode and
16713         completion-list-mode from the first list to the second.
16714         (viper-mode): Docstring.
16715         (viper-go-away, viper-non-hook-settings): Don't localize
16716         minor-mode-alist in newer Emacsen.  Add advice to
16717         set-cursor-color.  Don't bind "\C-c\\".
16719 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
16721         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16722         (scheme-macro-expand-command): New user options.
16723         (scheme-trace-procedure, scheme-expand-current-form): New commands.
16724         (scheme-form-at-point, scheme-start-file)
16725         (scheme-interactively-start-process): New functions.
16726         (scheme-get-process): New function, extracted from `scheme-proc'.
16727         (run-scheme): Call `scheme-start-file' to get start file, and pass
16728         it to `make-comint'.
16729         (switch-to-scheme, scheme-proc):
16730         Call `scheme-interactively-start-process' if no Scheme buffer/process
16731         is available.
16733 2005-08-06  Juri Linkov  <juri@jurta.org>
16735         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16736         Use `compilation-text-face', `compilation-info-text-face' and
16737         `compilation-error-text-face' instead of `font-lock-keyword-face'.
16738         (compilation-error): New face.
16739         (compilation-error-file-name): Inherit from
16740         `compilation-error' instead of `font-lock-warning-face'.
16741         (compilation-warning-file-name): Inherit from
16742         `compilation-warning' instead of `font-lock-warning-face'.
16743         (compilation-info, compilation-error-file-name)
16744         (compilation-warning-file-name, compilation-info-file-name)
16745         (compilation-line-number, compilation-column-number): Doc fix.
16746         (compilation-error-text-face, compilation-warning-text-face)
16747         (compilation-info-text-face): New face variables.
16748         (compilation-line-face, compilation-column-face)
16749         (compilation-enter-directory-face)
16750         (compilation-leave-directory-face): Doc fix.
16751         (compilation-text-face): New function.
16753         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16754         instead of 1 to display binary file names as info file links.
16755         (grep-error-face): Use `compilation-error-face' instead of
16756         `font-lock-keyword-face'.
16757         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16758         and `compilation-warning-text-face' instead of
16759         `font-lock-keyword-face'.  Use `compilation-error-text-face'
16760         instead of `grep-error-face'.
16762 2005-08-05  Kenichi Handa  <handa@m17n.org>
16764         * international/code-pages.el: Add autoload cookies for all coding
16765         systems.
16767 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
16769         * cus-start.el (all): Put undo.c where it alphabetically belongs.
16771 2005-08-04  Juri Linkov  <juri@jurta.org>
16773         * progmodes/compile.el (compilation-mode-map):
16774         * progmodes/grep.el (grep-mode-map):
16775         Bind TAB to `compilation-next-error' and [backtab] to
16776         `compilation-previous-error'.
16778         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16779         matching line numbers, column numbers and their ranges with regexp
16780         matching only line numbers.
16781         (grep-context-face): New face variable.
16782         (grep-mode-font-lock-keywords): Use it.
16784         * faces.el (read-face-name): Delete duplicate faces.
16786 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
16788         * thumbs.el (thumbs-find-image): Don't make variables
16789         automatically buffer local.
16790         (thumbs-current-tmp-filename, thumbs-current-image-filename)
16791         (thumbs-image-num): Make automatically buffer local.
16792         (thumbs-show-thumbs-list): Use `make-local-variable', not
16793         `make-variable-buffer-local'.
16794         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16796         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16797         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16798         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16799         (bother, bye, canyou, chatlst, continue, deathlst, describe)
16800         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16801         (feelings-about, foullst, found, hello, history, howareyoulst)
16802         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16803         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16804         (neglst, obj, object, owner, please, problems, qlist)
16805         (random-adjective, relation, remlst, repetitive-shortness)
16806         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16807         (shortlst, something, sportslst, stallmanlst, states, subj)
16808         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16809         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16810         Defvar at compile time.
16812         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16813         not `make-variable-buffer-local'.
16815 2005-08-02  Kim F. Storm  <storm@cua.dk>
16817         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16818         rectangle overlay in selected window.
16820 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
16822         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16823         instead of display group.  Make `indicate-buffer-boundaries'
16824         customizable through Custom.
16826 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
16828         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16829         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16830         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16831         (gdb-put-string): Fix typos in docstrings.
16833 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
16835         Update copyright notices of files in progmodes directory for
16836         release of Emacs 22.1.
16838         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16840         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16841         Don't barf if the GUD buffer has been killed.
16843 2005-08-01  Kim F. Storm  <storm@cua.dk>
16845         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16847 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16849         * simple.el (next-error-follow-minor-mode):
16850         make-variable-buffer-local -> make-local-variable.
16852         * emacs-lisp/cl-extra.el: Require CL also when compiling.
16854         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16855         (byte-compile-form-make-variable-buffer-local): New functions to warn
16856         about misuses of make-variable-buffer-local where make-local-variable
16857         was meant.
16859 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
16861         * bs.el (bs-attributes-list): Doc fix.
16862         (bs): Update url-link.
16864         * desktop.el (desktop-save-buffer): Fix typos in docstring.
16865         (desktop-load-default): Simplify.
16867         * ibuffer.el (ibuffer-columnize-and-insert-list)
16868         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16869         (ibuffer-unmark-all, ibuffer-toggle-marks)
16870         (ibuffer-unmark-forward, ibuffer-unmark-backward)
16871         (ibuffer-compile-make-format-form, ibuffer-format-column)
16872         (ibuffer-current-buffers-with-marks)
16873         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16874         (ibuffer): Doc fix.
16875         (ibuffer-mode): Fix typo in docstring.
16876         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16877         with `define-obsolete-variable-alias'.
16878         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
16880 2005-07-29  Kenichi Handa  <handa@m17n.org>
16882         * international/mule-cmds.el (select-message-coding-system):
16883         Be sure to use LF for end-of-line.  If no coding system is decided,
16884         return iso-8859-1-unix.
16886 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16888         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16889         (ange-ftp-pending-error-line): New vars.
16890         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16891         to handle the non-fatal no-route-to-host messages.
16892         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16894 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
16896         * isearch.el (isearch-mode-map, isearch-other-meta-char)
16897         (isearch-quote-char, isearch-printing-char)
16898         (isearch-text-char-description): "?\ " -> "?\s".
16899         (isearch-lazy-highlight-cleanup)
16900         (isearch-lazy-highlight-initial-delay)
16901         (isearch-lazy-highlight-interval)
16902         (isearch-lazy-highlight-max-at-a-time)
16903         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16904         Declare with define-obsolete-*-alias macros.
16905         (isearch-forward): Fix typo in docstring.
16906         (search-invisible, search-ring-yank-pointer)
16907         (regexp-search-ring-yank-pointer): Doc fixes.
16909         * recentf.el (recentf-menu-append-commands-p): Declare with
16910         `define-obsolete-variable-alias'.
16911         (recentf-max-saved-items, recentf-menu-filter)
16912         (recentf-arrange-by-rule-subfilter): Doc fixes.
16913         (recentf-menu-append-commands-flag)
16914         (recentf-initialize-file-name-history, recentf-expand-file-name)
16915         (recentf-clear-data): Fix typos in docstrings.
16917 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
16919         * progmodes/gdb-ui.el: Smarten comments.
16920         (gdb-info-breakpoints-custom): Use nowarn when finding file.
16922 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16924         * term/apollo.el (terminal-init-apollo): New function containing
16925         all former top level forms in the file.
16926         * term/bobcat.el (terminal-init-bobcat):
16927         * term/cygwin.el (terminal-init-cygwin):
16928         * term/iris-ansi.el (terminal-init-iris-ansi):
16929         * term/linux.el (terminal-init-linux):
16930         * term/news.el (terminal-init-news):
16931         * term/rxvt.el (terminal-init-rxvt):
16932         * term/sun.el (terminal-init-sun):
16933         * term/tvi970.el (terminal-init-tvi970):
16934         * term/vt100.el (terminal-init-vt100):
16935         * term/vt102.el (terminal-init-vt102):
16936         * term/vt125.el (terminal-init-vt125):
16937         * term/vt200.el (terminal-init-vt200):
16938         * term/vt201.el (terminal-init-vt201):
16939         * term/vt220.el (terminal-init-vt220):
16940         * term/vt240.el (terminal-init-vt240):
16941         * term/vt300.el (terminal-init-vt300):
16942         * term/vt320.el (terminal-init-vt320):
16943         * term/vt400.el (terminal-init-vt400):
16944         * term/vt420.el (terminal-init-vt420):
16945         * term/wyse50.el (terminal-init-wyse50):
16946         * term/xterm.el (terminal-init-xterm): Likewise.
16948         * term/README: Describe the terminal-init-* functionality.
16950         * startup.el (command-line): After loading the terminal initialization
16951         file call the corresponding terminal initialization function.
16953 2005-07-27  Kenichi Handa  <handa@m17n.org>
16955         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16956         negative.
16958         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16959         (ps-mule-composition-prologue): Fix for the case that
16960         RelativeCompose is false.
16962 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16964         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16966         * descr-text.el (describe-char): Handle the case where the list of
16967         chars is displayed in a separate frame.
16968         Be a bit more discriminating when looking for the char.
16970 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
16972         * bookmark.el (bookmark-automatically-show-annotations)
16973         (bookmark-read-annotation-text-func): Doc fixes.
16974         (bookmark-save): Improve argument/docstring consistency.
16975         (bookmark-get-bookmark, bookmark-get-bookmark-record)
16976         (bookmark-alist-from-buffer)
16977         (bookmark-upgrade-file-format-from-0)
16978         (bookmark-grok-file-format-version)
16979         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16980         (bookmark-read-annotation-mode)
16981         (bookmark-insert-current-bookmark, bookmark-jump)
16982         (bookmark-exit-hook): Fix typos in docstrings.
16983         (bookmark-exit-hooks): Define as obsolete alias.
16984         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16985         not `bookmark-exit-hooks'.  Fix docstring.
16986         (bookmark-bmenu-select): "?\ " -> "?\s".
16988 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
16990         * startup.el (command-line): Fix typo.
16992 2005-07-24  Richard M. Stallman  <rms@gnu.org>
16994         * tooltip.el (tooltip-mode): Test emacs-basic-display,
16995         not emacs-quick-startup.
16997 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
16999         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17000         (reb-next-match, reb-show-subexp): Use `with-selected-window'
17001         instead of `reb-with-current-window'.
17002         (reb-prev-match): Likewise.  Also, don't move left if the search
17003         was unsuccessful.
17004         (reb-initialize-buffer): New function.
17005         (re-builder, reb-change-syntax): Use it.
17007         * man.el (Man-goto-page): Make second argument NOERROR optional.
17009 2005-07-23  Richard M. Stallman  <rms@gnu.org>
17011         * man.el (Man-bgproc-sentinel): Check here for failure to find
17012         any man page in the output, and report the error here.
17013         (Man-arguments): Make it permanent local.
17014         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
17015         (Man-mode): Pass t for NOERROR.
17017         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17018         (grep-mode-font-lock-keywords):
17019         Don't use compilation-...-face for messages that are not file names.
17021         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17022         Don't use compilation-...-face for messages that are not file names.
17024 2005-07-22  Juri Linkov  <juri@jurta.org>
17026         * startup.el (normal-splash-screen): Update menu name.
17028         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17030 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17032         * term/xterm.el: Load term/rxvt if the terminal is actually an
17033         rxvt terminal.
17034         (xterm-rxvt-set-background-mode): Remove, not used anymore.
17036         * term/rxvt.el (function-key-map): Use substitute-key-definition
17037         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
17039         * term/cygwin.el: New file.
17041 2005-07-22  Kim F. Storm  <storm@cua.dk>
17043         * image-file.el (insert-image-file, image-file-yank-handler):
17044         Fix last change to maintain a (unique) yank-handler on yanked images.
17046 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
17048         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17049         of the file size (as in "177B" for 177 bytes).  This happens with
17050         "ls -lh" on FreeBSD.
17052 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
17054         * hilit-chg.el (highlight-changes-global-initial-state)
17055         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17056         (hilit-chg-fixup, highlight-changes-mode):
17057         Fix typos in docstrings.
17058         (highlight-changes-global-modes, highlight-changes-rotate-faces):
17059         Doc fixes.
17061 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
17063         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17064         mode function using `eval-after-load'.
17066 2005-07-21  Kim F. Storm  <storm@cua.dk>
17068         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17069         included when reporting an emacs crash, and tell about the DEBUG file.
17071         * image-file.el (insert-image-file): Add yank-handler.
17072         (image-file-yank-handler): Yank handler to make unique copies of
17073         images when they are yanked into a buffer next to each other.
17075 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
17077         * comint.el (comint-use-prompt-regexp, comint-send-input)
17078         (comint-source-default, comint-extract-string)
17079         (comint-get-source, comint-word, comint-completion)
17080         (comint-source, comint-prompt-read-only, comint-update-fence):
17081         Fix typos in docstrings.
17082         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17083         Declare with define-obsolete-*-alias macros.
17084         (comint-previous-matching-input-from-input)
17085         (comint-next-matching-input-from-input)
17086         (comint-previous-matching-input, comint-next-matching-input)
17087         (comint-forward-matching-input):
17088         Improve argument/docstring consistency.
17090         * desktop.el (desktop-clear-preserve-buffers-regexp):
17091         Also preserve the *server* buffer.
17093         * simple.el (clone-indirect-buffer): Doc fix.
17094         (fixup-whitespace, just-one-space)
17095         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17096         (next-error, next-error-highlight)
17097         (next-error-highlight-no-select, next-error-last-buffer)
17098         (next-error-buffer-p, next-error-find-buffer, next-error)
17099         (previous-error, next-error-no-select, previous-error-no-select)
17100         (open-line, split-line, minibuffer-prompt-width, kill-new)
17101         (binary-overwrite-mode): Fix typos in docstrings.
17102         (set-fill-column): Fix typo in message.
17104         * skeleton.el (skeleton-proxy-new): Doc fix.
17106         * strokes.el (strokes-load-hook): Doc fix.
17107         (strokes-grid-resolution, strokes-get-grid-position)
17108         (strokes-renormalize-to-grid, strokes-read-stroke)
17109         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17110         (strokes-global-map): Fix typos in docstrings.
17111         (strokes-help): Doc fix.  Fix help message and pass it through
17112         `substitute-command-keys'.
17114         * tempo.el (tempo-insert-prompt, tempo-interactive)
17115         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17116         (tempo-insert-string-functions, tempo-local-tags)
17117         (tempo-define-template, tempo-insert-template)
17118         (tempo-insert-prompt-compat, tempo-is-user-element)
17119         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17120         Fix typos in docstrings.
17122         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17123         (vcursor-key-bindings, vcursor-use-vcursor-map)
17124         (vcursor-find-window, vcursor-scroll-down)
17125         (vcursor-disable, vcursor-beginning-of-buffer)
17126         (vcursor-end-of-buffer): Fix typos in docstrings.
17127         (vcursor-relative-move, vcursor-get-char-count):
17128         Improve argument/docstring consistency.
17130         * version.el: "?\ " -> "?\s".
17132         * wid-edit.el (widget-default-create, widget-after-change)
17133         (widget-default-format-handler, widget-checklist-add-item)
17134         (widget-radio-add-item, widget-choose, widget-specify-secret)
17135         (widget-field-value-create, widget-field-value-get)
17136         (widget-editable-list-format-handler)
17137         (widget-editable-list-entry-create, widget-group-value-create)
17138         (widget-documentation-link-add)
17139         (widget-documentation-string-value-create): "?\ " -> "?\s".
17140         (widget-convert-text): Doc fix.
17141         (widget-narrow-to-field, widget-field-find)
17142         (widget-url-link-action, widget-emacs-library-link-action)
17143         (widget-color-notify): Fix typos in docstrings.
17145         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17146         (x-select-text, set-w32-system-coding-system)
17147         (w32-add-charset-info): Fix typos in docstrings.
17149         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17150         (cua-enable-cua-keys, cua-use-hyper-key)
17151         (cua-virtual-rectangle-edges): Fix typos in docstrings.
17152         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17154         * net/tramp.el (tramp-handle-load): Fix typo in error message.
17156         * emacs-lisp/re-builder.el (regexp-builder): Declare with
17157         `defalias' instead of faking it.
17159         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17160         (eshell-ls-missing, eshell-ls-dired-initial-args)
17161         (eshell-ls-use-in-dired): Fix typos in docstrings.
17163 2005-07-20  Kim F. Storm  <storm@cua.dk>
17165         * emulation/cua-base.el (cua-mode): Improve doc string.
17167 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
17169         * abbrev.el (expand-region-abbrevs): Doc fix.
17170         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17171         Improve argument/docstring consistency.
17173         * arc-mode.el (archive-get-descr, archive-alternate-display):
17174         Doc fixes.
17175         (archive-l-e): Improve argument/docstring consistency.
17176         (archive-tmpdir, archive-unixdate, archive-unixtime)
17177         (archive-chmod-entry): Fix typos in docstrings.
17178         (archive-unflag, archive-unflag-backwards)
17179         (archive-unmark-all-files): "?\ " -> "?\s".
17181         * buff-menu.el (Buffer-menu-unmark): Doc fix.
17182         (Buffer-menu-not-modified, Buffer-menu-execute)
17183         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17184         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17186         * composite.el (compose-string, encode-composition-rule)
17187         (compose-last-chars): Fix typos in docstrings.
17189         * desktop.el (desktop-enable, desktop-basefilename):
17190         Declare with `define-obsolete-variable-alias'.
17191         (desktop-internal-v2s): Don't quote keywords.
17192         (desktop-clear): "?\ " -> "?\s".
17194         * dired.el (dired-align-file, dired-flag-backup-files)
17195         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17196         (dired-listing-switches, dired-ls-F-marks-symlinks)
17197         (dired-dwim-target, dired-load-hook, dired-mode-hook)
17198         (dired-directory, dired-faces, dired, dired-revert)
17199         (dired-mode, dired-summary, dired-view-file)
17200         (dired-copy-filename-as-kill, dired-delete-file)
17201         (dired-no-confirm, dired-unmark-all-marks)
17202         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17203         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17204         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17205         Fix typos in message strings.
17207         * dired-x.el (virtual-dired): Declare with `defalias'.
17208         (dired-mark-unmarked-files, dired-local-variables-file)
17209         (dired-omit-here-always): Doc fix.
17210         (dired-omit-mode, dired-find-subdir)
17211         (dired-enable-local-variables, dired-clean-up-buffers-too)
17212         (dired-extra-startup, dired-mark-extension, dired-jump)
17213         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17214         (dired-smart-shell-command, dired-guess-shell-alist-user)
17215         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17216         (dired-x-bind-find-file, dired-x-submit-report):
17217         Fix typos in docstrings.
17218         (dired-mark-unmarked-files): "?\ " -> "?\s".
17220         * dirtrack.el (dirtrack-list): Fix typos in docstring.
17222         * faces.el (describe-face): "?\ " -> "?\s".
17223         (read-all-face-attributes, read-face-font, modify-face)
17224         (face-attr-construct, italic): Fix typos in docstrings.
17225         (frame-update-face-colors): Declare with
17226         `define-obsolete-function-alias'.
17228         * files.el (find-file-noselect, recode-file-name): Doc fixes.
17229         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17230         (magic-mode-alist, buffer-file-numbers-unique)
17231         (write-file-functions, get-free-disk-space):
17232         Fix typos in docstrings.
17233         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17234         (write-contents-hooks, write-file-hooks):
17235         Declare with `define-obsolete-variable-alias'.
17237         * forms-d2.el (arch-rj): Fix typo in docstrings.
17238         (arch-tocol): Likewise.  "?\ " -> "?\s".
17240         * frame.el (set-frame-font, cursor-in-non-selected-windows):
17241         Fix typo in docstring.
17242         (set-screen-width, set-screen-height): Delete redundant info in
17243         doctrings.
17244         (new-frame, screen-height, screen-width): Declare with
17245         `define-obsolete-function-alias'.
17246         (delete-frame-hook, blink-cursor): Declare with
17247         `define-obsolete-variable-alias'.
17249         * paths.el (prune-directory-list): Fix typos in docstring.
17251         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17252         (cvs-prefix-get): Fix typos in docstrings.
17254         * ps-print.el (ps-extend-face-list, ps-extend-face)
17255         (ps-print-background-image): Fix typos in docstrings.
17256         (ps-default-fg, ps-default-bg): Doc fixes.
17258         * s-region.el (s-region-bind): Doc fix.
17259         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17261         * textmodes/org.el (org-table-formula-substitute-names)
17262         (org-table-get-vertical-vector): Doc fixes.
17263         (org-table-recalculate): Remove unused argument to `message'.
17265 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
17267         * textmodes/org.el (org-table-column-names)
17268         (org-table-column-name-regexp)
17269         (org-table-named-field-locations): New variables.
17270         (org-archive-subtree): Protect `this-command' when calling
17271         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17272         the kill buffer.
17273         (org-complete): Remove fixed-formula completion.
17274         (org-edit-formulas-map): New variable.
17275         (org-table-edit-formulas): New command.
17276         (org-finish-edit-formulas, org-abort-edit-formulas)
17277         (org-show-variable, org-table-get-vertical-vector): New functions.
17278         (org-table-maybe-eval-formula): Handle `:=' fields.
17279         (org-table-get-stored-formulas, org-table-store-formulas)
17280         (org-table-get-formula, org-table-modify-formulas)
17281         (org-table-replace-in-formulas): Handle named field formulas.
17282         (org-table-get-specials): Store locations of named fields.
17284 2005-07-19  Juri Linkov  <juri@jurta.org>
17286         * progmodes/grep.el (grep-regexp-alist)
17287         (grep-mode-font-lock-keywords, grep-process-setup):
17288         Use default GNU grep match color "01;31m" instead of "01;41m".
17289         (grep-regexp-alist, grep-mode-font-lock-keywords):
17290         Use `\\[[0-9]*m' instead of `\\[00m'.
17291         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17292         sgr_start where its handling is more important.  Use the real
17293         length of sgr_start instead of constant 8.
17294         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17295         specially.  Delete all remaining escape sequences.
17296         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17297         (grep-regexp-alist): Make hyperlink only for binary file name
17298         instead of the whole line.
17299         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17300         (grep-mode): Add autoload.
17302         * emacs-lisp/find-func.el (find-function-regexp):
17303         Add `define-compilation-mode'.
17305 2005-07-19  Juri Linkov  <juri@jurta.org>
17307         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17308         (compare-windows-sync-string-size, compare-windows-recenter)
17309         (compare-windows-highlight, compare-windows): Add version 22.1.
17310         (compare-windows) <defface>: Inherit from lazy-highlight instead
17311         of duplicating its default value.
17313         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17314         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17316         * descr-text.el (describe-char): Create link buttons for `charset'
17317         and `code point'.  Add the current input method name with a link
17318         button to `to input' field.  Print face names of display table
17319         characters in `The display table entry is displayed by' section
17320         instead of printing face-id in the `display' field.
17321         Guess hardcoded faces and create a link button for them.
17322         Skip empty fields when calculating max-width.
17323         Treat `widget-create' specially while inserting strings from the
17324         collected field list.
17325         (describe-char-after): Made obsolete in version 22.1, not 21.5.
17327         * diff-mode.el (diff-file-header): Change foreground color from
17328         yellow to green on light backgrounds.
17329         (diff-context): Inherit from `shadow' only for color/grayscale
17330         with more than 88 colors.
17331         (diff-indicator-removed, diff-indicator-added)
17332         (diff-indicator-changed): New faces.
17333         (diff-font-lock-keywords): Use new faces.  Regroup rules.
17334         Add "^---$" for `normal' diff format.  Fontify `#' lines with
17335         font-lock-comment-delimiter-face and font-lock-comment-face.
17336         Add `#' to ^[^...] in the rule for `diff-context-face'.
17338         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17339         a button-like box.  Inherit from `highlight' on low colors.
17340         (shadow): Use shades of gray only for color/grayscale with
17341         more than 88 colors.  Use green for light backgrounds with
17342         8 colors, and yellow for dark backgrounds with 8 colors.
17344         * font-lock.el (font-lock-regexp-grouping-backslash):
17345         Don't inherit from escape-glyph (use bold for all cases).
17347         * info.el (info-xref-visited): Use light foreground color `violet'
17348         for dark backgrounds instead of dark color `magenta3'.
17349         (info-title-1): Use `yellow' color for dark backgrounds.
17351         * isearch.el (isearch): Use not-too-dark magenta3 instead of
17352         too-light magenta2.
17354         * replace.el (match): Use slightly more light RoyalBlue3 instead
17355         of dark RoyalBlue4.
17357         * wid-edit.el (widget-inactive): Inherit from `shadow'.
17359 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
17361         * novice.el (disabled-command-hook): Declare it with
17362         `define-obsolete-variable-alias'.
17364         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17365         (desktop-buffer-misc-functions, desktop-buffer-handlers)
17366         (desktop-load-default): Add release to obsolescence info.
17367         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17368         (desktop-append-buffer-args, desktop-read):
17369         Fix typos in docstrings.
17370         (desktop-kill): Fix typo in message.
17371         (desktop-save): Doc fix.
17373 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17375         * viper-cmd.el (viper-escape-to-state): Bug fix.
17376         (viper-envelop-ESC-key): Change the definition of fast
17377         keysequence so it'll work with keyboard macros.
17379         * ediff.el (ediff-patch-buffer): Change the docstring.
17381 2005-07-19  Kenichi Handa  <handa@m17n.org>
17383         * international/mule-cmds.el (select-safe-coding-system): Try to
17384         use an auto-coding (if any) before anything else.  If the found
17385         auto-coding is invalid, show a warning message.
17387         * international/mule.el (find-auto-coding): New function created
17388         by modifying the body of set-auto-coding.
17389         (set-auto-coding): Use find-auto-coding to find a coding.
17391 2005-07-18  Richard M. Stallman  <rms@gnu.org>
17393         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17394         not isearch-mode-end-hook-error.
17395         (allout-before-change-protect): Fix error message.
17397 2005-07-18  Juri Linkov  <juri@jurta.org>
17399         * allout.el (allout-mode):
17400         * calculator.el (calculator-copy):
17401         * custom.el (custom-known-themes):
17402         * dired.el (dired-desktop-buffer-misc-data)
17403         (dired-restore-desktop-buffer):
17404         * dired-x.el (dired-omit-marker-char):
17405         * files.el (basic-save-buffer):
17406         * font-core.el (font-lock-mode):
17407         * calendar/calendar.el (calendar-goto-hebrew-date)
17408         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17409         (calendar-goto-persian-date):
17410         * language/ethio-util.el (ethio-sera-to-fidel-region):
17411         * textmodes/picture.el (picture-mode):
17412         Delete duplicate duplicate words.
17414 2005-07-18  Juri Linkov  <juri@jurta.org>
17416         * isearch.el (isearch-mode-map): Remove key bindings for regexp
17417         chars * ? } |.
17418         (isearch-fallback): Don't call `isearch-process-search-char'.
17419         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17420         (isearch-process-search-char): Call `isearch-fallback' for regexp
17421         chars * ? } |.
17422         (isearch-return-char): Make obsolete with `make-obsolete' instead
17423         of simply documenting it as obsolete in the docstring.
17424         (isearch-fallback): Refill docstring.
17426         * international/isearch-x.el
17427         (isearch-process-search-multibyte-characters): Remove unneeded
17428         `concat'.  Add intermediate values to `junk-hist' instead of
17429         `minibuffer-history'.  Test the length of `str'.
17431 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
17433         * allout.el (allout-resolve-xref): Fix typos in error strings.
17434         (allout-before-change-protect): Remove unneeded `concat'.
17436         * array.el (array-mode, array-reconfigure-rows)
17437         (untabify-backward): Fix typos in docstrings.
17438         (array-reconfigure-rows): Use `insert-buffer-substring', not
17439         `insert-buffer'.
17441         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17442         * progmodes/ada-mode.el (ada-make-body):
17443         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17445         * dired.el (dired-log):
17446         * tar-mode.el (tar-subfile-save-buffer):
17447         * play/zone.el (zone-pgm-stress-destress):
17448         Use `insert-buffer-substring', not `insert-buffer'.
17450 2005-07-17  Simon Josefsson  <jas@extundo.com>
17452         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17454 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
17456         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17457         Add plain auth method.
17458         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17460 2005-07-17  Kim F. Storm  <storm@cua.dk>
17462         * ido.el (dired-other-window): Add ido property.
17464 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
17466         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17467         Fix typo in docstring.
17468         (byte-compile-interactive-only-functions): Add `insert-buffer' and
17469         `insert-file-literally'.
17471         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17472         info and delete redundant message.  Doc fix.
17473         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17474         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17476 2005-07-16  Richard M. Stallman  <rms@gnu.org>
17478         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17479         (byte-compile-and): Use byte-compile-and-recursion.
17480         (byte-compile-or-recursion): New function.
17481         (byte-compile-or): Use that.
17482         (byte-compile-if): Guard the else-clause too.
17483         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17485         * isearch.el (isearch-mode-end-hook-quit): New variable.
17486         (isearch-done): Bind it.
17487         (isearch-mode-end-hook): Doc fix.
17489         * allout.el (allout-isearch-did-quit): Variable deleted.
17490         (allout-real-isearch-abort): Function name no longer used.
17491         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17492         (allout-isearch-rectification): isearch-mode always exists.
17493         Don't set allout-isearch-did-quit.
17494         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17495         allout-isearch-did-quit.
17496         (allout-enwrap-isearch): Just add the hook.
17497         (allout-isearch-abort): Function deleted.
17498         (allout-pre-command-business): Avoid warning.
17500         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17501         Correctly avoid warnings.
17502         (pascal-outline): Likewise.
17504         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17506         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17508         * play/tetris.el (tetris-mode): Avoid warning.
17510         * play/snake.el (snake-mode): Avoid warning.
17512         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17513         (gamegrid-set-display-table): Avoid warning.
17514         (gamegrid-set-timer): Likewise.
17515         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17516         (gamegrid-add-score-with-update-game-score-1): Take FILE
17517         as argument.
17518         (gamegrid-add-score-with-update-game-score): Pass that argument.
17519         Rename have-shared-game-dir to gamegrid-shared-game-dir.
17521         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17523         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17524         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17526         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17527         and insert-file.
17529         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17530         (sc-ask): Avoid warnings.
17532         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17533         (eshell-hist-initialize): Use that var the natural way.
17535         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17537         * emacs-lisp/re-builder.el (reb-cook-regexp):
17538         Avoid warning calling lre-compile-string.
17539         (reb-color-display-p): Avoid warning.
17541         * calculator.el (calculator-last-input): Guard uses
17542         of event-key and key-press-event-p.
17543         (event-key, key-press-event-p): Delete definitions.
17545         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17546         (find-gc-source-directory, find-gc-subrs-callers)
17547         (find-gc-noreturn-list, find-gc-source-files)
17548         (find-gc-subrs-called): Vars renamed and defvar'd.
17550         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17551         (checkdoc-overlay-put, checkdoc-delete-overlay)
17552         (checkdoc-overlay-start, checkdoc-overlay-end)
17553         (checkdoc-mode-line-update, checkdoc-char=):
17554         Define such that compiler knows they are defined.
17555         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
17556         (checkdoc-read-event): Delete.  Use read-event directly.
17558         * whitespace.el (whitespace-make-overlay)
17559         (whitespace-overlay-put, whitespace-delete-overlay)
17560         (whitespace-overlay-start, whitespace-overlay-end):
17561         Define such that compiler knows they are defined.
17562         (whitespace): Move conditional inside.
17564         * tempo.el (tempo-insert-template): Suppress warning.
17566         * ediff-diff.el (longlines-mode): Add defvar.
17568 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
17570         * server.el: Bind "C-x #" in a way that works even if C-x is
17571         redefined to a command key, not a prefix key.
17573 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
17575         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17576         cl-make-type-test till execution time.
17578 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
17580         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17581         arg ARG and use it.
17583 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
17585         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17587 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
17589         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17590         a defcustom with two :set or :type keywords.
17592 2005-07-15  Richard M. Stallman  <rms@gnu.org>
17594         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17595         Don't give ^M comment-end syntax.
17597 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
17599         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17600         Don't consider gdbmi (gdb-mi.el has its own update functions).
17601         (gdb-var-delete): Make it work for gdbmi as well.
17602         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17604         * progmodes/gud.el (etags, sdb): Only require etags when needed.
17605         (gud-speedbar-menu-items): Correct logic for enabling items.
17607 2005-07-15  Kim F. Storm  <storm@cua.dk>
17609         * ido.el: Fix commentary.
17610         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17611         Use with-no-warnings around ffap-guesser.
17612         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17613         Let bind minibuffer-completing-file-name to t.
17615 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
17617         * startup.el (site-run-file, keyboard-type): Doc fixes.
17618         (command-line): Check for "--basic-display" argument; also for
17619         "--quick", not "--bare-bones" (which was renamed).
17620         (fancy-splash-text): Add missing item "Getting New Versions".
17621         (normal-splash-screen): Fix typos and improve consistency with
17622         `fancy-splash-text'.  Update copyright year.
17624         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17625         valid binding for `help-char'.
17627         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17629 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
17631         * term.el (term-mode): Disable cua-mode for term buffers.
17633 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
17635         * add-log.el (add-log-mailing-address, change-log-merge):
17636         Doc fixes.
17637         (change-log-get-method-definition): Fix typo in docstring.
17639 2005-07-14  Kim F. Storm  <storm@cua.dk>
17641         * emulation/cua-base.el:
17642         (cua--pre-command-handler-1, cua--pre-command-handler)
17643         (cua--post-command-handler-1, cua--post-command-handler):
17644         Split in two.  Check (buffer local) value of cua-mode.
17645         (cua-selection-mode): New command.
17647 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
17649         * custom.el (custom-initialize-safe-set)
17650         (custom-initialize-safe-default): Doc fixes.
17652         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17653         and simplify :init-value again.
17655         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17656         and simplify :init-value again.  Delete autoload.
17658         * startup.el (command-line): Use `custom-reevaluate-setting' again
17659         for tooltip-mode.
17661         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17662         a defcustom with two :initialize keywords.
17664 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
17666         * allout.el (my-mark-marker, allout-isearch-prior-pos)
17667         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17668         (allout-post-command-business, allout-flag-region)
17669         (isearch-reenable-font-lock, allout-yank)
17670         (allout-insert-latex-header, allout-insert-latex-trailer)
17671         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17672         (allout-latex-verb-quote): Fix typos in docstrings.
17673         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17674         (allout-unprotected, allout-prefix-data):
17675         Improve argument/docstring consistency.
17676         (allout-chart-subtree): Fix argument spec.
17677         (allout-open-topic): Rename `use_sib_bullet' argument to
17678         `use-sib-bullet'.  Doc fix.
17680         * whitespace.el (whitespace-check-buffer-leading)
17681         (whitespace-check-buffer-trailing)
17682         (whitespace-check-buffer-indent)
17683         (whitespace-check-buffer-spacetab)
17684         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17685         (whitespace-check-leading-whitespace)
17686         (whitespace-check-trailing-whitespace)
17687         (whitespace-check-spacetab-whitespace)
17688         (whitespace-check-indent-whitespace)
17689         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17690         (whitespace-modes): Fix typos in docstrings.
17691         (defgroup, defcustom): Doc fixes.
17693         * winner.el (winner-mode, winner-boring-buffers)
17694         (winner-pending-undo-ring): Doc fixes.
17695         (winner-ring): Remove unneeded `progn'.
17696         (winner-equal): `defsubst' it.
17697         (winner-redo): Fix message.
17699 2005-07-13  Kim F. Storm  <storm@cua.dk>
17701         * simple.el (line-move-1): Always use vertical-motion to
17702         do the last (or only) line move to ensure some movement.
17703         Undo 2005-06-23 change--don't check for overlays.
17705 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17707         * term/mac-win.el (ccl-encode-mac-roman-font)
17708         (ccl-encode-mac-centraleurroman-font)
17709         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17710         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17711         Change charset-id boundary of dimension to ?\xef.
17712         (mac-char-fontspec-list): New constant.
17713         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
17714         argument.  Nil uses itself as family in font-spec.  Previous
17715         behavior for nil is now provided by non-nil non-string argument.
17716         All callers changed.  Add font-specs for Mac fonts to
17717         "fontset-default" unless iso8859-1 fonts are installed.
17719 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17721         * progmodes/sh-script.el (sh-get-indent-info): Only indent
17722         a continuation line if the \ is preceded by SPC or TAB.
17723         (sh-get-indent-info): Simplify.
17724         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17725         Use with-current-buffer.
17727         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17728         when the matched text is empty.
17730 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
17732         * startup.el (command-line): Revert to previous handling of
17733         tooltip-mode.  Explain in comment why the complexity is needed.
17735         * tooltip.el (tooltip-mode): Revert to previous implementation of
17736         its defcustom.
17738         * frame.el (blink-cursor-mode): Revert to previous implementation
17739         of its defcustom.  Update comment.
17741 2005-07-12  Lars Hansen  <larsh@soem.dk>
17743         * desktop.el: Update e-mail address.
17745 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17747         * term/mac-win.el (mac-services-mail-selection)
17748         (mac-services-mail-to): New functions.
17749         (mac-application-menu-map): Bind them.
17751 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
17753         * progmodes/gdb-ui.el: Add note about buffering with Windows.
17755 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
17757         * custom.el (custom-reevaluate-setting): Doc fix.
17759 2005-07-11  Jay Belanger  <belanger@truman.edu>
17761         * calc/calc.el (calc-embedded-announce-formula-alist)
17762         (calc-embedded-open-close-plain-alist)
17763         (calc-embedded-open-close-mode-alist): Add checks for additional
17764         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17766 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
17768         * custom.el (custom-enable-theme): Don't add theme to
17769         `custom-enabled-themes' with `push' because there is no
17770         setf-method for `delq'.
17772 2005-07-11  Richard M. Stallman  <rms@gnu.org>
17774         * custom.el (custom-declare-variable): Doc fix.
17776         * dired-aux.el (dired-compare-directories): Remove "." and ".."
17777         from the alists.
17779         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17780         Do nothing if edebug-active.
17782         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17783         (edebug-display): Do it here instead.
17785 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17787         * cus-face.el (custom-theme-set-faces): Make it work.
17788         (custom-reset-faces): Doc fix.
17789         (custom-theme-reset-internal-face, custom-theme-face-value):
17790         Functions deleted.
17792         * custom.el (custom-push-theme): Maintain list of the settings
17793         of a given theme in its theme-settings property.
17794         Maintain position of old settings in the theme-value
17795         or theme-face property.
17796         (custom-enabled-themes): New variable.
17797         (custom-theme-enabled-p): New function.
17798         (provide-theme): Update custom-enabled-themes.
17799         Disable and reenable the `user' theme.
17800         (require-theme): Doc fix.
17801         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17802         (custom-theme-value, custom-theme-variable-value): Likewise.
17803         (custom-theme-reset-internal): Likewise.
17804         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17805         (custom-enable-theme, custom-disable-theme): New functions.
17806         (custom-variable-theme-value, custom-face-theme-value): Likewise.
17807         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17808         (custom-theme-reset-variables): Simplify.
17809         (deftheme, custom-declare-theme, custom-make-theme-feature):
17810         Definitions moved.
17812 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
17814         * longlines.el (longlines-show-region)
17815         (longlines-unshow-hard-newlines): Recognize hard newlines by
17816         non-nil hard property, instead of t.
17818 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
17820         * viper-cmd.el (viper--key-maps): New variable.
17821         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17822         emulation-mode-map-alists.
17823         (viper-envelop-ESC-key): Use viper-subseq.
17824         (viper-search-forward/backward/next): Disable debug-on-error.
17826         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17827         (viper-ESC-key): New defcustoms.
17829         * viper-macs.el (ex-map-read-args): Use viper-subseq.
17831         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17832         (viper-subseq): Copy of subseq from cl.el.
17834         * viper.el (viper-go-away, viper-set-hooks): Use
17835         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17837         * viper-mous.el (viper-current-frame-saved): Use defvar.
17839         * viper-init.el: Get rid of -face in face names.
17841         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17842         Make it work with longlines mode
17844         * ediff-mult.el (ediff-meta-mode-hook): New variable.
17846         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17848         * ediff-init.el: Get rid of -face in face names.
17850 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17852         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17853         and with-timeout-unsuspend.
17855         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17856         and with-timeout-unsuspend.
17858         * emacs-lisp/timer.el (with-timeout-timers): New variable.
17859         (with-timeout): Bind that variable to record timers.
17860         (with-timeout-suspend, with-timeout-unsuspend): New functions.
17862         * emacs-lisp/debug.el (debug-help-follow): New function.
17863         (debugger-mode-map): Use that instead of help-follow.
17864         (debugger-setup-buffer): Use eval-buffer-list
17865         to handle eval-buffer frames.
17867 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
17869         * timezone.el (timezone-parse-date): Change first regexp
17870         so it will not mistakenly match dates with no time zone.
17872 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
17874         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17876 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
17878         * custom.el (custom-initialize-safe-set)
17879         (custom-initialize-safe-default): New functions.
17881         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17882         and simplify :init-value.
17884         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17885         and simplify :init-value.  Delete obsolete comment.
17887         * startup.el (command-line): Use `custom-reevaluate-setting' to
17888         handle `tooltip-mode'.  Delete obsolete comment.
17890         * files.el (set-visited-file-name): Avoid calling
17891         `file-name-nondirectory' with a nil argument.
17893 2005-07-09  Richard M. Stallman  <rms@gnu.org>
17895         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17896         was called with nil for the buffer, handle the read position right.
17897         Handle read position for eval-region, too.
17899 2005-07-09  Juri Linkov  <juri@jurta.org>
17901         * fringe.el (fringe-mode): Add period in docstring.
17902         (fringe-query-style): Build prompt depending on `all-frames' arg.
17904         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17905         to not create links to unrelated functions in the Help buffer.
17907         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17908         Doc fix.
17910         * simple.el (next-error-hook): New variable.
17911         (next-error): Use it.  Doc fix.
17913         * textmodes/ispell.el (ispell-command-loop): Add current
17914         dictionary name and program name to mode-line-format.
17915         (ispell-region, ispell-process-line): Add current dictionary name
17916         and program name to messages.
17918 2005-07-08  Jay Belanger  <belanger@truman.edu>
17920         * calc/calc.el (calc-embedded-announce-formula-alist)
17921         (calc-embedded-open-close-formula-alist)
17922         (calc-embedded-open-close-word-alist)
17923         (calc-embedded-open-close-plain-alist)
17924         (calc-embedded-open-close-new-formula-alist)
17925         (calc-embedded-open-close-mode-alist)
17926         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17927         (calc-embedded-mode-hook): New variables.
17929         * calc/calc-embed.el (calc-embedded-firsttime)
17930         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17931         New variables.
17932         (calc-do-embedded): Use calc-embedded-firsttime,
17933         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17934         determine whether or not to run hooks.
17935         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17936         calc-embedded-firsttime-formula appropriately.
17937         Set calc-embedded delimiter variables according to mode.
17939 2005-07-08  Richard M. Stallman  <rms@gnu.org>
17941         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17942         Check for "emacs", etc., as entire symbol, not just as word.
17943         (checkdoc-file-comments-engine): Use regexp-quote on FN.
17945         * files.el (set-visited-file-name): Report the error
17946         for "empty filename" earlier.
17947         (kill-some-buffers): Ignore buffers already dead.
17949         * fringe.el (fringe-mode): Doc fix.
17951         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17952         Check for (featurep 'xemacs) and turn off warnings in what it guards.
17953         Use unwind-protect to ensure byte-compile-unresolved-functions
17954         is updated.
17956         * whitespace.el (whitespace-buffer-leading-cleanup):
17957         Simplify w/ skip-chars-forward.
17958         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17960         * mail/rmail.el (rmail-only-expunge): Fix paren error.
17961         Unconditionally try to leave point at the same old place.
17963 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
17965         * comint.el (comint-postoutput-scroll-to-bottom)
17966         (comint-show-maximum-output): Take scroll-margin into consideration.
17968 2005-07-08  Kim F. Storm  <storm@cua.dk>
17970         * ido.el (ido-use-filename-at-point): New choice `guess'.
17971         (ido-file-internal): Try ffap-guesser if selected.
17973         * ido.el (ido-before-fallback-functions): New hook.
17974         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17975         (ido-read-file-name): Run it.
17977 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17979         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17980         strings rather than a list of symbols to the completion function.
17982 2005-07-07  Jay Belanger  <belanger@truman.edu>
17984         * calc/calc-units.el (math-apply-units): Change the places in
17985         which units are simplified.
17987 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
17989         * cus-edit.el (customize-option, customize-option-other-window):
17990         Make them handle aliases.
17992         * custom.el (custom-variable-p): Make it recursively follow
17993         aliases.  Mention that in the docstring.
17995 2005-07-07  Richard M. Stallman  <rms@gnu.org>
17997         * cus-start.el (exec-path): Use `directory' instead of `file'.
17998         Fix tag for nil.
18000 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18002         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18003         when called non-interactively.  Doc fix.
18005 2005-07-07  Lute Kamstra  <lute@gnu.org>
18007         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18008         new address as well.
18010 2005-07-07  Kenichi Handa  <handa@m17n.org>
18012         * international/mule.el (make-coding-system):
18013         Describe `ascii-incompatible' property in the docstring.
18014         (set-file-name-coding-system): Signal an error if coding-system is
18015         ascii-incompatible.
18016         (set-keyboard-coding-system): Likewise.
18018         * international/mule-cmds.el (set-default-coding-systems):
18019         Don't set default-file-name-coding-system and
18020         default-keyboard-coding-system if coding-system is ASCII-incompatible.
18022         * international/utf-16.el: Declare that all UTF-16-based coding
18023         systems are ASCII-incompatible.
18025 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
18027         * progmodes/gud.el: Require font-lock for displaying errors.
18028         Used by gdb-ui.el.
18030 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18032         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18033         values for the pattern lists which are `read'able but not
18034         `append'able (like symbols).
18036 2005-07-06  Richard M. Stallman  <rms@gnu.org>
18038         * progmodes/flymake.el (flymake-float-time): Instead of
18039         with-no-warnings, test for xemacs.
18040         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18041         to avoid warning.
18043 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
18045         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18047 2005-07-05  Lute Kamstra  <lute@gnu.org>
18049         * battery.el: Add support for Darwin (with much debugging help
18050         from Samuel Lauber <sam124@operamail.com>).
18051         (battery-status-function, battery-echo-area-format)
18052         (battery-mode-line-format): Add support for pmset on Darwin.
18053         (battery-load-low, battery-load-critical): New user options.
18054         (battery-pmset): New function.
18056 2005-07-05  Lute Kamstra  <lute@gnu.org>
18058         Update FSF's address in GPL notices.
18060         * textmodes/page-ext.el: Update FSF's address.
18062 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18064         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18065         filling from using prefix when filling a single-line docstring.
18067         * progmodes/flymake.el: Remove useless eval-when-compile.
18069         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18071 2005-07-04  Richard M. Stallman  <rms@gnu.org>
18073         * textmodes/org.el (org-file-apps-defaults-gnu):
18074         Rename from org-file-apps-defaults-linux.
18075         (org-default-apps): Don't test system-type for `linux'.
18076         (org-file-apps): Doc fix.
18078 2005-07-04  David Ponce  <david@dponce.com>
18080         * tree-widget.el: Improve header Commentary section.
18081         (tree-widget) [defgroup]
18082         (tree-widget-image-enable, tree-widget-themes-directory)
18083         (tree-widget-theme, tree-widget-image-properties-emacs)
18084         (tree-widget-image-properties-xemacs, tree-widget-create-image)
18085         (tree-widget-image-formats, tree-widget-control)
18086         (tree-widget-empty-control, tree-widget-leaf-control
18087         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18088         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18089         (tree-widget-keep, tree-widget-after-toggle-functions)
18090         (tree-widget-open-node, tree-widget-close-node): Doc fix.
18091         (tree-widget-open-control, tree-widget-close-control): Fix doc and
18092         :help-echo message.
18093         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
18094         (tree-widget-image-properties): Doc fix.  Clearer implementation.
18095         (tree-widget--cursors): New constant.
18096         (tree-widget-lookup-image): New function split from
18097         `tree-widget-find-image'.  Clearer implementation.
18098         (tree-widget-find-image): Use it.
18099         (tree-widget-button-keymap): Use `set-keymap-parent'.
18100         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18101         Define the sub-widgets here.
18102         (tree-widget-node): Check that :node is not a tree-widget.
18103         (tree-widget-get-super, tree-widget-open-control)
18104         (tree-widget-close-control, tree-widget-empty-control)
18105         (tree-widget-leaf-control, tree-widget-guide)
18106         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18107         (tree-widget-no-handle, tree-widget-value-delete)
18108         (tree-widget-map): Remove.
18109         (tree-widget-children-value-save): Doc fix.  Simplified.
18110         (tree-widget-value-create): Update according to previous changes.
18112 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
18114         * textmodes/org.el: Leading space replaced by TABS.
18115         (org-recalc-marks, org-table-rotate-recalc-marks)
18116         (org-table-get-specials): Treat "^" and "_" marks.
18117         (org-table-justify-field-maybe): Optional argument NEW.
18118         (org-table-eval-formula): Parsing of the format simplified.
18119         New modes C,I.  Honor the %= parameter in the current table.
18120         Avoid unnecessary re-align by using the NEW argument to
18121         `org-table-justify-field-maybe'.
18122         (org-calc-default-modes): Default for date-format mimicks org-mode.
18123         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18125 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
18127         * cus-face.el (custom-theme-set-faces): Make it handle face
18128         aliases whose alias declarations are pre- or autoloaded.
18130 2005-07-04  Juri Linkov  <juri@jurta.org>
18132         * faces.el (read-face-name): Put the code for getting a face name
18133         from the buffer before adding the faces from the `face' property.
18134         Use `completing-read-multiple' instead of `completing-read'.
18135         Require `crm'.  Add default value and post-process the returned
18136         list of faces.
18138         * emacs-lisp/crm.el (crm-find-current-element)
18139         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18141         * emacs-lisp/lisp-mode.el (eval-defun-1):
18142         * emacs-lisp/edebug.el (edebug-eval-defun):
18143         Remove unnecessary quotes.
18145 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18147         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18148         (prolog-indent-level): Fix typo in docstring.
18150         * info.el (Info-history, Info-history-forward)
18151         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18153         * add-log.el (add-change-log-entry):
18154         * comint.el (comint-dynamic-list-input-ring)
18155         (comint-dynamic-list-completions):
18156         * dabbrev.el (dabbrev-expand):
18157         * delim-col.el (delimit-columns-rectangle-line):
18158         * diff-mode.el (diff-context->unified, diff-reverse-direction)
18159         (diff-unified->context):
18160         * ediff-init.el (ediff-abbrev-jobname):
18161         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18162         (ediff-replace-session-activity-marker-in-meta-buffer):
18163         * info.el (Info-summary):
18164         * lpr.el (printify-region):
18165         * printing.el (pr-create-interface):
18166         * ps-print.el (ps-print-quote):
18167         * ses.el (ses-column-widths, ses-print-cell)
18168         (ses-adjust-print-width, ses-center):
18169         * shell.el (shell-file-name-quote-list):
18170         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18171         (strokes-fill-current-buffer-with-whitespace)
18172         (strokes-xpm-for-stroke, strokes-list-strokes)
18173         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18174         * term.el (term-dynamic-list-input-ring)
18175         (term-dynamic-list-completions):
18176         * calc/calc.el (math-format-stack-value):
18177         * emacs-lisp/edebug.el (edebug-display-freq-count):
18178         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18179         (delphi-new-comment-line):
18180         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18181         * progmodes/executable.el (executable-set-magic):
18182         * progmodes/python.el (inferior-python-mode):
18183         * progmodes/scheme.el (scheme-mode-syntax-table):
18184         * progmodes/sh-script.el (sh-maybe-here-document):
18185         * progmodes/sql.el (sql-copy-column):
18186         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18187         * textmodes/bibtex.el (bibtex-mode):
18188         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18189         (sgml-auto-attributes):
18190         * textmodes/table.el (table-insert, table-shorten-cell)
18191         (table--generate-source-scan-lines, table-delete-row)
18192         (*table--cell-delete-char, table--spacify-frame)
18193         (table--horizontally-shift-above-and-below)
18194         (table--cell-insert-char, table--cell-blank-str)
18195         (table--fill-region-strictly):
18196         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18197         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18199         * add-log.el (change-log):
18200         * apropos.el (apropos):
18201         * comint.el (comint-completion, comint-source):
18202         * dabbrev.el (dabbrev):
18203         * delim-col.el (columns):
18204         * diff-mode.el (diff-mode):
18205         * ediff.el (ediff):
18206         * ediff-diff.el (ediff-diff):
18207         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18208         * ediff-mult.el (ediff-mult):
18209         * ediff-ptch.el (ediff-ptch):
18210         * ediff-wind.el (ediff-window):
18211         * facemenu.el (facemenu):
18212         * indent.el (indent):
18213         * info.el (info):
18214         * jka-cmpr-hook.el (compression, jka-compr):
18215         * lpr.el (lpr):
18216         * outline.el (outlines):
18217         * pcmpl-cvs.el (pcmpl-cvs):
18218         * pcmpl-rpm.el (pcmpl-rpm):
18219         * printing.el (printing):
18220         * ps-print.el (postscript, ps-print, ps-print-horizontal)
18221         (ps-print-vertical, ps-print-headers, ps-print-font)
18222         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18223         (ps-print-background, ps-print-printer, ps-print-page)
18224         (ps-print-miscellany):
18225         * ses.el (ses):
18226         * shell.el (shell, shell-directories, shell-faces):
18227         * startup.el (initialization):
18228         * strokes.el (strokes):
18229         * term.el (term):
18230         * uniquify.el (uniquify):
18231         * w32-vars.el (w32):
18232         * calc/calc.el (calc):
18233         * emacs-lisp/bytecomp.el (bytecomp):
18234         * emacs-lisp/cl-indent.el (lisp-indent):
18235         * emacs-lisp/edebug.el (edebug):
18236         * emacs-lisp/elp.el (elp):
18237         * emacs-lisp/testcover.el (testcover):
18238         * emacs-lisp/trace.el (trace):
18239         * emulation/viper-ex.el (viper-ex):
18240         * emulation/viper-mous.el (viper-mouse):
18241         * mail/mailalias.el (mailalias):
18242         * mail/supercite.el (supercite, supercite-frames)
18243         (supercite-attr, supercite-cite, supercite-hooks):
18244         * net/rcompile.el (remote-compile):
18245         * net/rlogin.el (rlogin):
18246         * obsolete/ooutline.el (outlines):
18247         * progmodes/delphi.el (delphi):
18248         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18249         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18250         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18251         (ebnf-optimization):
18252         * progmodes/etags.el (etags):
18253         * progmodes/executable.el (executable):
18254         * progmodes/idlwave.el (idlwave):
18255         * progmodes/pascal.el (pascal):
18256         * progmodes/prolog.el (prolog):
18257         * progmodes/python.el (python):
18258         * progmodes/scheme.el (scheme):
18259         * progmodes/sh-script.el (sh, sh-script):
18260         * progmodes/sql.el (SQL):
18261         * progmodes/tcl.el (tcl):
18262         * textmodes/bibtex.el (bibtex, bibtex-autokey):
18263         * textmodes/enriched.el (enriched):
18264         * textmodes/makeinfo.el (makeinfo):
18265         * textmodes/sgml-mode.el (sgml):
18266         * textmodes/table.el (table-hooks):
18267         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18268         * textmodes/texinfo.el (texinfo):
18269         * textmodes/two-column.el (two-column):
18270         Finish `defgroup' description with period.
18272         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18273         * eshell/esh-var.el (eshell-var):
18274         * progmodes/vhdl-mode.el (vhdl-testbench):
18275         * textmodes/org.el (org): Fix typos in docstrings.
18277         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18278         consistency.
18280         * progmodes/flymake.el (flymake-find-file): Remove.
18281         (flymake-float-time): Use `with-no-warnings'.
18282         (flymake-check-start-time, flymake-check-was-interrupted)
18283         (flymake-err-info, flymake-is-running, flymake-last-change-time)
18284         (flymake-new-err-info): `defvar' at compile time.
18286 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
18288         * replace.el (occur-hook): Doc fix.
18289         (occur-1): Don't call `occur-hook' if there are no matches.
18291 2005-07-03  Richard M. Stallman  <rms@gnu.org>
18293         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18294         global-map, save the same map.
18295         (global-map): Don't alter it at top level.
18296         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18297         Then alter it here instead.
18298         (tpu-edt-off): Set global-map to the saved one.
18300         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18301         All references simplified.
18302         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
18303         (zmacs-regions): Add defvar.
18304         (repeat-complex-command-map): Everything about that deleted.
18306         * textmodes/artist.el (artist-key-is-drawing)
18307         (artist-key-endpoint1, artist-key-poly-point-list)
18308         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18309         (artist-key-compl-table, artist-rb-save-data)
18310         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18311         Don't put them in eval-when-compile.
18312         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18314         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18315         Use with-no-warnings.
18317         * net/browse-url.el (dos-windows-version): Add defvar.
18319         * mail/supercite.el (filladapt-prefix-table): Add defvar.
18321         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18322         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18323         (rmail-new-summary-line-count): Rename from new-summary-line-count.
18324         Add defvar.
18325         (rmail-summary-beginning-of-message): Use with-no-warnings.
18326         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18328         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18329         Use with-no-warnings.
18331         * emulation/vi.el (vi-mark-region): Use c-mark-function.
18332         (c-mark-function): Add point-moving-unit property.
18333         (vi-goto-line): Use with-no-warnings.
18335         * emulation/edt.el (edt-last-copied-word): Add defvar.
18336         (zmacs-region-stays): Likewise.
18337         (edt-mark-section-wisely): Use c-mark-function for C.
18338         Use makr-defun for Fortran.
18339         (time-string): defvar deleted.
18340         (edt-display-the-time): Don't set time-string.
18342         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18344         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18345         Don't warn when name is not constant
18346         or for defining the group `emacs'.
18348         * tooltip.el (gud-tooltip-mode): Add defvar.
18350         * startup.el (default-frame-background-mode): Add defvar.
18352         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18354         * info.el (tool-bar-map): Add defvar.
18356         * dired.el (dnd-protocol-alist): Add defvar.
18358         * dired-aux.el (dired-query): Display question with answer, when
18359         the user answers.
18361         * custom.el (custom-add-option): Doc fix.
18363         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18365 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
18367         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18368         bogus name from the last change.
18370 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
18372         * custom.el (custom-declare-variable): Fix typos in comment.
18373         (custom-known-themes): Doc fix.
18374         (custom-theme-directory): New defcustom.
18375         (require-theme): Make it check `custom-theme-directory'.
18377         * cus-theme.el (custom-new-theme-mode): New function.
18378         (custom-theme-name, custom-theme-variables, custom-theme-faces)
18379         (custom-theme-description): Add compiler defvars.
18380         (customize-create-theme): Add doc to the "*New Custom Theme*"
18381         buffer.  Use `custom-new-theme-mode'.
18382         (custom-theme-write): Put the created buffer in emacs-lisp-mode
18383         and save it to the `custom-theme-directory'.  Make this the
18384         default directory of the buffer.
18386 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
18388         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18389         Fix unbalanced parentheses.
18391 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18393         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18394         into flymake-mode and delegate to flymake-mode.
18396         * find-file.el (ff-which-function-are-we-in): Clean up.
18398 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
18400         * replace.el (occur-rename-buffer): Fix docstring.
18402         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18403         (edt-last-copied-word, edt-learn-macro-count)
18404         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18405         (edt-rect-start-point, edt-user-global-map, rect-start-point)
18406         (time-string, zmacs-region-stays):
18407         * emulation/edt-mapper.el (edt-save-function-key-map)
18408         (EDT-key-name): `defvar' to silence the byte-compiler.
18410 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
18412         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18413         font-lock-regexp-backslash.  Doc fix.
18414         (font-lock-regexp-backslash-grouping-construct): Rename from
18415         font-lock-regexp-backslash-construct.  Doc fix.
18416         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18417         grouping constructs.
18419 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
18421         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18422         updating all the prerequisites.
18424 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
18426         * textmodes/org.el (org-agenda-start-on-weekday)
18427         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18428         (org-agenda-use-time-grid, org-archive-location)
18429         (org-allow-space-in-links, org-usenet-links-prefer-google)
18430         (org-enable-table-editor, org-export-default-language)
18431         (org-export-html-show-new-buffer, org-fill-paragraph)
18432         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18433         (org-goto-quit, org-occur, org-eval-in-calendar)
18434         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18435         (org-agenda-diary-entry, org-remember-help)
18436         (org-table-convert-region, org-at-table-p)
18437         (org-table-move-row-down, org-table-move-row-up)
18438         (org-table-copy-region, org-table-toggle-vline-visibility)
18439         (org-table-get-stored-formulas, org-table-get-specials)
18440         (org-recalc-commands, org-table-eval-formula)
18441         (org-table-formula-substitute-names, orgtbl-make-binding)
18442         (org-format-org-table-html, org-format-table-table-html)
18443         (org-format-table-table-html-using-table-generate-source)
18444         (org-customize): Fix typos in docstrings.
18445         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18446         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18447         (org-back-to-heading): Doc fixes.
18448         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18449         (org-agenda-change-all-lines, org-get-header):
18450         Improve argument/docstring consistency.
18451         (orgtbl-error): Fix error message.
18453         * progmodes/flymake.el (flymake-find-possible-master-files)
18454         (flymake-master-file-compare, flymake-get-line-err-count)
18455         (flymake-highlight-line, flymake-gui-warnings-enabled):
18456         Fix typos in docstrings.
18457         (flymake-parse-line, flymake-get-project-include-dirs-function)
18458         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18459         Doc fixes.
18460         (flymake-get-project-include-dirs-function)
18461         (flymake-make-err-menu-data):
18462         Improve argument/docstring consistency.
18464 2005-07-01  Lute Kamstra  <lute@gnu.org>
18466         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18467         Catch errors with ignore-errors.  Use temporary buffer.
18468         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
18470         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18471         background color faces.
18472         (facemenu-set-foreground, facemenu-set-background):
18473         Use facemenu-set-face-from-menu.
18474         (facemenu-set-face-from-menu): Treat face names that start with
18475         "fg:" or "bg:" as special.
18476         (facemenu-add-new-color): Don't create faces.  Simplify.
18478 2005-06-30  Richard M. Stallman  <rms@gnu.org>
18480         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18481         (crm-find-current-element): Likewise.
18483 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18485         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18487 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18489         * arc-mode.el (archive-extract): Make it work as a mouse binding.
18490         (archive-mouse-extract): Make it an obsolete alias.
18491         (archive-mode-map): Don't use archive-mouse-extract any more.
18492         (archive-mode, archive-extract): write-contents-hooks ->
18493         write-contents-functions.
18494         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18495         first arg.
18496         (archive-rename-entry): Update the call.
18497         (archive-zip-summarize): Remove unused var `method'.
18498         (archive-lzh-summarize): Remove unused var `creator'.
18500         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18501         dedicated frame upon exit.
18503         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18504         (archive-zip-extract, archive-zip-expunge)
18505         (archive-zip-update, archive-zip-update-case): Use executable-find.
18506         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18507         Use restore-buffer-modified-p.
18508         (archive-extract, archive-add-new-member, archive-write-file-member):
18509         Use with-current-buffer.
18510         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18512 2005-06-30  Andreas Schwab  <schwab@suse.de>
18514         * progmodes/gud.el (gud-filter): Remove unneeded progn.
18516 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18518         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18520 2005-06-30  Juri Linkov  <juri@jurta.org>
18522         * faces.el (vertical-border): Inherit from mode-line-inactive
18523         only on tty.
18525 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
18527         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18528         example, -NLINES in the `occur' docstring).
18530         * replace.el (occur-1): When no matches are found, do not set the
18531         `buffer-read-only' and modified flags for the occur buffer,
18532         because it is deleted.
18534         * emulation/cua-base.el (cua-check-pending-input)
18535         (cua-repeat-replace-region, cua-mode, cua-debug)
18536         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18537         Fix typos in docstrings.
18539         * emulation/cua-gmrk.el (cua-toggle-global-mark)
18540         (cua-cut-region-to-global-mark)
18541         (cua--cut-rectangle-to-global-mark):
18542         Remove period from end of messages.
18544         * emulation/cua-rect.el (cua-do-rectangle-padding):
18545         Remove period from end of messages.
18546         (cua--rectangle-seq-format): Fix typo in docstring.
18547         (cua-sequence-rectangle, cua-fill-char-rectangle):
18548         Improve argument/docstring consistency.
18550 2005-06-29  Juri Linkov  <juri@jurta.org>
18552         * faces.el (default-frame-background-mode): New internal variable.
18553         (frame-set-background-mode): Use it.
18555         * startup.el (normal-top-level): Set default-frame-background-mode
18556         instead of frame-background-mode.  Before setting it, test for its
18557         nil value.  Remove tests for frame-background-mode and frame
18558         parameter `reverse'.  Add test for "unspecified-fg".
18560         * term/xterm.el (xterm-rxvt-set-background-mode):
18561         * term/rxvt.el (rxvt-set-background-mode):
18562         Set default-frame-background-mode instead of frame-background-mode.
18564 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
18566         * simple.el (set-variable): Warn about obsolete user variables.
18568         * imenu.el (imenu--completion-buffer):
18569         * mouse.el (mouse-buffer-menu-alist):
18570         * msb.el (msb-invisible-buffer-p):
18571         * calendar/diary-lib.el (diary-header-line-format):
18572         * emacs-lisp/pp.el (pp-buffer):
18573         * progmodes/cperl-mode.el (cperl-do-auto-fill):
18574         * textmodes/picture.el (picture-replace-match):
18575         Change space constants followed by a sexp to "?\s ".
18577         * play/decipher.el (decipher-loop-with-breaks):
18578         * textmodes/texinfo.el (texinfo-insert-@item): Change space
18579         constants "protected" from end of line by a comment to "?\s".
18581 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18583         * font-lock.el (save-buffer-state): Use `declare'.
18585         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18586         reset the syntax-table to cperl-mode-syntax-table.
18587         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18588         "foo_print_bar" is not matched as a reserved keyword.
18590 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
18592         * textmodes/org.el (orgtbl-setup): New function, for delayed
18593         setup for the orgtbl commands.
18594         (org-calc-default-modes): New option.
18595         (orgtbl-make-binding): Use `defun' to get better help display.
18596         (org-diary): Call `org-compile-prefix-format'.
18597         (org-table-formula-substitute-names): New function.
18598         (org-agenda-day-view, org-agenda-week-view): New commands.
18599         (org-agenda-toggle-week-view): Command removed.
18600         (org-tbl-menu): Split off from org-org-menu.
18601         (org-mode): Move removal of outline-mode menus to here.
18602         (org-table-formula-debug): New option.
18603         (org-table-insert-row): Keep first field if just "#" or "*".
18604         (org-mode): Paragraph regexps fixed.
18605         (org-table-recalculate-regexp): New constant.
18606         (org-table-justify-field-maybe): Avoid replace if not necessary.
18607         (org-copy-special, org-cut-special): Use `call-interactively'.
18608         (org-table-copy-region): Take region from `interactive' call.
18609         (org-trim): Return string even if no match.
18610         (org-formula): New face.
18611         (org-set-font-lock-defaults): No longer highlight "FIXME".
18612         But highlight formula-related fields in table.
18613         (org-table-p): Use regexp, not fontification.
18614         (org-table-align): Handle white space at end of line.
18615         (org-table-formula-evaluate-inline): New option.
18616         (org-mode): Auto-wrapping in comment lines turned off.
18617         (org-table-copy-down): Evaluate only in copied field, not in
18618         destination.
18619         (org-table-current-formula): Variable removed.
18620         (org-table-store-formulas, org-table-get-stored-formulas)
18621         (org-table-modify-formulas, org-table-replace-in-formulas)
18622         (org-table-maybe-eval-formula): New functions.
18623         (org-table-get-formula): Modify to use stored formulas.
18624         (org-table-insert-column, org-table-delete-column)
18625         (org-table-move-column): Call `org-table-modify-formulas'.
18626         (org-complete): Add completion for keyword formulas.
18627         (orgtbl-mode): Pull orgtbl-mode-map to start of
18628         minor-mode-map-alist.
18630 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18632         * progmodes/python.el (python-check): Require `compile' before
18633         modifying its variables.
18635         * newcomment.el (comment-indent-default): Don't get fooled by an early
18636         end of buffer.
18638 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18640         * ps-print.el (ps-print-version): Fix version number.
18642 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
18644         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18646 2005-06-28  Richard M. Stallman  <rms@gnu.org>
18648         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18649         (flyspell-local-mouse-map): Declaration deleted.
18650         (flyspell-mouse-map): Bind only mouse-2.
18651         (flyspell-mode-map): Don't test flyspell-use-local-map.
18652         (flyspell-overlay-keymap-property-name): Var deleted.
18653         (flyspell-mode-on): Don't make local bindings for
18654         flyspell-mouse-map and flyspell-mode-map.
18655         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18657         * textmodes/ispell.el (ispell-word): Do not ignore short words.
18659         * progmodes/compile.el (compilation-next-error-function):
18660         Don't switch buffers; operate on the current buffer.
18662         * progmodes/compile.el (compilation-error-file-name)
18663         (compilation-warning-file-name, compilation-info-file-name)
18664         (compilation-line-number, compilation-column-number): New faces.
18665         (compilation-error-face, compilation-warning-face)
18666         (compilation-info-face, compilation-line-face)
18667         (compilation-column-face): Use them.
18669         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18671         * comint.el (comint-password-prompt-regexp): Accept ", try again".
18673         * bindings.el (global-map): Bind insertchar and its variants.
18675 2005-06-27  Richard M. Stallman  <rms@gnu.org>
18677         * textmodes/artist.el (artist-text-overwrite)
18678         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18680 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18682         * ps-print.el: It was not working the page selection for printing.
18683         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18684         (ps-print-version): New version 6.6.7.
18685         (ps-end-sheet): New fun.
18686         (ps-header-sheet, ps-end-job): Call it.
18688 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
18690         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18692 2005-06-27  Lute Kamstra  <lute@gnu.org>
18694         * facemenu.el (facemenu-unlisted-faces): Add foreground and
18695         background color faces.
18696         (facemenu-get-face): Delete function.
18697         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18698         (facemenu-add-new-color): Make second argument mandatory.
18699         Create the appropriate face and return it.  Simplify.
18700         (facemenu-set-foreground, facemenu-set-background): Don't check if
18701         color is defined.  Use return value of facemenu-add-new-color.
18703 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
18705         * progmodes/gud.el (gud-filter): Add missing argument to
18706         with-selected-window.
18708 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18710         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18711         a :require to the defcustom.
18713         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18714         defcustoms corresponding to minor modes.
18716 2005-06-26  David Ponce  <david@dponce.com>
18718         * recentf.el: Require tree-widget instead of wid-edit.
18719         (recentf-filename-handler): Fix widget :type.
18720         (recentf-cancel-dialog, recentf-open-more-files)
18721         (recentf-open-files-action): Doc fix.
18722         (recentf-dialog-goto-first): New function.
18723         (recentf-dialog-mode-map): Set parent keymap first.
18724         (recentf-dialog-mode): Define with define-derived-mode.
18725         Don't display continuation lines in dialogs.
18726         (recentf-edit-list): Rename from recentf-edit-selected-items.
18727         (recentf-edit-list-select): Rename from recentf-edit-list-action.
18728         Simplify.
18729         (recentf-edit-list-validate): New function.
18730         (recentf-edit-list): Update accordingly.
18731         (recentf-open-files-item-shift): Remove.
18732         (recentf-open-files-item): Convert menu elements into tree and
18733         link widgets.  Don't create the widgets.
18734         (recentf-open-files): Update accordingly.
18735         (recentf-save-list): Untabify.
18737 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
18739         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18740         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
18741         partially contained in the active region.  Do not take active
18742         region into account when called from Lisp, unless INTERACTIVE arg
18743         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
18744         avoid trouble with fields.  Make marker point nowhere when no
18745         longer used.  Always return nil.  Doc fix.
18746         (flush-lines): Add INTERACTIVE arg.  Do not take active region
18747         into account when called from Lisp, unless INTERACTIVE arg is
18748         non-nil.  Use `forward-line' instead of `beginning-of-line' to
18749         avoid trouble with fields.  Make marker point nowhere when no
18750         longer used.  Always return nil.  Doc fix.
18751         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
18752         interchangeable.  Do not take active region into account when
18753         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
18754         message in echo area when called from Lisp, unless INTERACTIVE arg
18755         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
18756         Return the number of matches.  Doc fix.
18757         (occur): Doc fix.
18758         (perform-replace): Make comment follow double space convention for
18759         the sake of `outline-minor-mode'.
18761         * faces.el (facep): Doc fix.
18763 2005-06-25  Richard M. Stallman  <rms@gnu.org>
18765         * facemenu.el (facemenu-enable-faces-p): New function.
18766         (facemenu-background-menu, facemenu-foreground-menu)
18767         (facemenu-face-menu): Add menu-enable property.
18769         * jka-compr.el (jka-compr-insert-file-contents):
18770         Special handling if cannot find the uncompression program.
18772         * cus-face.el (custom-face-attributes): Add autoload.
18774         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18775         Bind comment-indent-function locally.
18777         * window.el (save-selected-window): Use save-current-buffer.
18779         * subr.el (with-selected-window): Use save-current-buffer.
18781         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18782         and with-current-buffer.
18784 2005-06-24  Richard M. Stallman  <rms@gnu.org>
18786         * simple.el (line-move-1): Fix previous change.
18788 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18790         * replace.el (occur-1): Set `buffer-read-only' and the
18791         buffer-modified flag before running `occur-hook' to protect
18792         against unintentional buffer switches that can lead to data loss.
18794 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
18796         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18797         (gud-gdb-marker-filter): Use font-lock-warning-face for any
18798         initial error.
18800         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18801         after fresh input.
18802         (gdb-var-create-handler): Put name of expression in quotes.
18804 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
18806         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18807         elements of RING in order, and without bogus nil elements.
18809 2005-06-23  Richard M. Stallman  <rms@gnu.org>
18811         * simple.el (set-variable): Args renamed; doc fix.
18812         (line-move-1): When there are overlays around, use vertical-motion.
18814         * faces.el (escape-glyph): Use brown against light background.
18815         (nobreak-space): Rename from no-break-space.
18816         Fix previous change.
18818         * dired-aux.el (dired-do-copy): Fix arg prompt.
18820         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18822 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
18824         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18825         rather than "Distributor".
18827 2005-06-23  Lute Kamstra  <lute@gnu.org>
18829         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18830         (debug-on-entry): Use it.  New interactive declaration that uses
18831         function-called-at-point.
18833 2005-06-23  Kim F. Storm  <storm@cua.dk>
18835         * subr.el (save-match-data): Add comment about using evaporate arg
18836         to set-match-data.
18838 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
18840         * cus-edit.el (customize-face)
18841         (customize-face-other-window): Handle face aliases.
18843         * faces.el (face-documentation, set-face-attribute)
18844         (face-spec-set): Handle face aliases.
18846 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
18848         * help-mode.el (help-make-xrefs): If a symbol representing a face
18849         name is not followed by the word "face", it could still be a
18850         function or variable name, so don't bypass other checks.
18852 2005-06-22  Juri Linkov  <juri@jurta.org>
18854         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18855         Replace aliased functions with calls where second arg `inherit' is t.
18857 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
18859         * progmodes/gdb-ui.el (gdb-error): New variable.
18860         (gdb-error): New function.
18861         (gdb-annotation-rules): Act on error-begin and error annotations.
18862         (gdb-concat-output): Use font-lock-warning-face for errors.
18864 2005-06-22  Miles Bader  <miles@gnu.org>
18866         * bindings.el (propertized-buffer-identification): Use renamed
18867         `Buffer-menu-buffer' face.
18869         * faces.el (vertical-border): Rename from `vertical-divider'.
18870         (escape-glyph): Change dark-background color back to `cyan'.
18872 2005-06-21  Juri Linkov  <juri@jurta.org>
18874         * faces.el (face-user-default-spec): Try getting `customized-face'
18875         prior to `saved-face'.
18876         (frame-background-mode): Refill docstring.
18878         * emacs-lisp/lisp-mode.el (eval-defun-1):
18879         * emacs-lisp/edebug.el (edebug-eval-defun):
18880         Set `saved-face' temporarily to nil before calling form.
18881         Set `customized-face' to the new spec after that.
18883 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18885         * subr.el (1value, lambda, key-substitution-in-progress):
18886         Doc fixes.
18888         * autoinsert.el (auto-insert-alist):
18889         * ses.el (ses-call-printer):
18890         * subr.el (noreturn):
18891         * emacs-lisp/lisp.el (check-parens):
18892         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18893         * net/browse-url.el (browse-url-mosaic):
18894         * progmodes/cc-defs.el (c-safe-scan-lists):
18895         * progmodes/ebnf-abn.el (ebnf-abn-lex):
18896         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18897         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18898         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18899         * progmodes/ebnf-iso.el (ebnf-iso-lex):
18900         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18902 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18904         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18906 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
18908         * calendar/appt.el (appt-make-list): Activate the package, if
18909         not already active (for backwards compatibility).
18911 2005-06-20  Kim F. Storm  <storm@cua.dk>
18913         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
18915 2005-06-20  Miles Bader  <miles@gnu.org>
18917         * faces.el (vertical-divider): New face.
18919 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
18921         * simple.el (kill-whole-line): Doc fix.
18922         (next-error-buffer-p, next-error-find-buffer)
18923         (clone-indirect-buffer): Fix typos in docstrings.
18924         (comment-line-break-function): Doc fix: don't say variable
18925         is automatically buffer-local (it isn't).
18927 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
18929         * net/tramp-ftp.el (top):
18930         * net/tramp-smb.el (top):
18931         * net/tramp-util.el (top):
18932         * net/tramp-uu.el (top):
18933         * net/tramp-vc.el (top):
18934         * net/tramp.el (top): Revert copyright years back to original
18935         ones.  Tramp has a life outside GNU Emacs.
18937 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
18939         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18941 2005-06-18  Juri Linkov  <juri@jurta.org>
18943         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18944         end of first regexp to limit the match to the position between
18945         line number and source line with same separator character as used
18946         between file name and line number.  In the second regexp limit
18947         mouse-face area to file name and line number by adding new group
18948         for them and referring it in HYPERLINK arg.
18949         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18950         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18951         previous line where grep markers may be already removed.
18953 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
18955         * progmodes/ps-mode.el: Update version and maintainer's email address.
18957 2005-06-18  Steve Youngs  <steve@xemacs.org>
18959         * net/browse-url.el (browse-url-browser-function)
18960         (browse-url-default-browser): Add firefox.
18961         (browse-url-firefox-program, browse-url-firefox-arguments)
18962         (browse-url-firefox-startup-arguments)
18963         (browse-url-firefox-new-window-is-tab): New defcustoms.
18964         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18966 2005-06-17  Richard M. Stallman  <rms@gnu.org>
18968         * startup.el (command-line): Warn if specified user name has
18969         no home directory.
18971         * term.el (term-get-old-input, term-input-filter, term-input-sender)
18972         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18974         * longlines.el (longlines-mode, longlines-show-hard-newlines):
18975         Doc fixes.
18977         * faces.el (underline): Try bold if terminal doesn't support underline.
18979         * mail/sendmail.el (mail-setup-with-from): New variable.
18980         (mail-insert-from-field): New function.
18981         (sendmail-send-it): Call it.
18982         (mail-setup): Optionally call it here.
18984         * term/linux.el: Call tty-no-underline.
18986 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
18988         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18990 2005-06-17  Miles Bader  <miles@gnu.org>
18992         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18993         (ediff-current-diff-C, ediff-current-diff-Ancestor)
18994         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18995         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18996         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18997         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18998         Remove "-face" suffix from face names.
18999         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19000         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19001         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19002         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19003         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19004         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19005         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19006         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19007         New backward-compatibility aliases for renamed faces.
19008         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19009         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19010         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19011         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19012         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19013         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19014         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19015         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19016         Use renamed ediff faces.
19018         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19019         Remove "-face" suffix from face names.
19020         (eshell-test-ok-face, eshell-test-failed-face):
19021         New backward-compatibility aliases for renamed faces.
19022         (eshell-run-test): Use renamed eshell-test faces.
19024         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19025         face name.
19026         (eshell-prompt-face): New backward-compatibility alias for renamed
19027         face.
19028         (eshell-emit-prompt): Use renamed eshell-prompt face.
19030         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19031         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19032         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19033         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19034         Remove "-face" suffix from face names.
19035         (eshell-ls-directory-face, eshell-ls-symlink-face)
19036         (eshell-ls-executable-face, eshell-ls-readonly-face)
19037         (eshell-ls-unreadable-face, eshell-ls-special-face)
19038         (eshell-ls-missing-face, eshell-ls-archive-face)
19039         (eshell-ls-backup-face, eshell-ls-product-face)
19040         (eshell-ls-clutter-face):
19041         New backward-compatibility aliases for renamed faces.
19042         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19044         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19045         Remove "-face" suffix from face name.
19046         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19047         instead of literal face.
19049 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
19051         * emacs-lisp/warnings.el (display-warning, lwarn)
19052         (warning-minimum-log-level): Doc fixes.
19053         (warning-minimum-level, warning-minimum-log-level):
19054         Add :debug to :type choices.
19056         * progmodes/ada-mode.el (ada-format-paramlist)
19057         (ada-get-indent-case, ada-check-matching-start)
19058         (ada-check-defun-name, ada-goto-matching-decl-start)
19059         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19060         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19061         (ada-make-subprogram-body): Follow error conventions.
19062         (ada-case-exception-file, ada-indent-comment-as-code)
19063         (ada-indent-handle-comment-special, ada-indent-renames)
19064         (ada-indent-return, ada-search-directories-internal)
19065         (ada-tab-policy, ada-case-exception-substring)
19066         (ada-other-file-alist, ada-matching-start-re)
19067         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19068         (ada-imenu-generic-expression, ada-compile-goto-error)
19069         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19070         (ada-popup-menu, ada-add-extensions, ada-mode)
19071         (ada-region-selected, ada-create-case-exception)
19072         (ada-create-case-exception-substring, ada-after-keyword-p)
19073         (ada-activate-keys-for-case, ada-adjust-case-region)
19074         (ada-adjust-case-buffer, ada-format-paramlist)
19075         (ada-scan-paramlist, ada-insert-paramlist)
19076         (ada-indent-newline-indent)
19077         (ada-indent-newline-indent-conditional)
19078         (ada-justified-indent-current, ada-goto-previous-word)
19079         (ada-indent-current, ada-get-indent-open-paren)
19080         (ada-get-indent-paramlist, ada-get-indent-end)
19081         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19082         (ada-get-indent-block-start, ada-get-indent-subprog)
19083         (ada-get-indent-noindent, ada-get-indent-label)
19084         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19085         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19086         (ada-goto-stmt-end, ada-goto-next-word)
19087         (ada-check-matching-start, ada-check-defun-name)
19088         (ada-goto-matching-decl-start, ada-goto-matching-start)
19089         (ada-goto-matching-end, ada-search-ignore-string-comment)
19090         (ada-in-decl-p, ada-looking-at-semi-or)
19091         (ada-looking-at-semi-private, ada-in-paramlist-p)
19092         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19093         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19094         (ada-next-procedure, ada-previous-procedure, ada-next-package)
19095         (ada-previous-package, ada-create-menu)
19096         (ada-fill-comment-paragraph-justify)
19097         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19098         (ada-other-file-name, ada-last-which-function-line)
19099         (ada-last-which-function-subprog, ada-which-function)
19100         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19101         (ada-gen-treat-proc, ada-check-emacs-version)
19102         (ada-continuation-indent, ada-align-region-separate):
19103         Fix typos in docstrings.
19104         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19106 2005-06-16  Lute Kamstra  <lute@gnu.org>
19108         * simple.el (fundamental-mode): Run after-change-major-mode-hook
19109         conditionally.
19111 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19113         * comint.el (comint-replace-by-expanded-filename)
19114         (comint-prompt-regexp, comint-delimiter-argument-list)
19115         (comint-preinput-scroll-to-bottom):
19116         * info.el (Info-hide-cookies-node):
19117         * ls-lisp.el (ls-lisp-classify):
19118         * find-file.el (ff-search-directories, ff-special-constructs)
19119         (ff-find-other-file):
19120         * font-lock.el (font-lock-keywords):
19121         * shell.el (shell-prompt-pattern)
19122         (shell-dynamic-complete-functions, shell-mode)
19123         (shell-delimiter-argument-list):
19124         * term.el (term-replace-by-expanded-filename)
19125         (term-prompt-regexp, term-delimiter-argument-list):
19126         * woman.el (woman-ignore, woman0-if):
19127         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19128         * emacs-lisp/elint.el (elint-init-env):
19129         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19130         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19131         * language/ethio-util.el (ethio-tilde-escape)
19132         (ethio-use-three-dot-question):
19133         * net/zone-mode.el (zone-mode-load-time-setup):
19134         * progmodes/cc-align.el (c-lineup-argcont):
19135         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19136         * progmodes/cperl-mode.el (cperl-set-style-back):
19137         * progmodes/inf-lisp.el (inferior-lisp-prompt):
19138         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19139         Fix spellings in docstrings.
19141         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19142         * progmodes/modula2.el (m2-for): Fix spellings.
19144         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19146         * simple.el (undo-more): Don't use `format' on `error' arguments.
19147         Improve argument/docstring consistency.
19148         (pending-undo-list): Doc fix.
19150         * smerge-mode.el (smerge-ensure-match):
19151         * emulation/vip.el (vip-ex):
19152         * net/zone-mode.el (zone-mode-update-serial):
19153         * progmodes/idlwave.el (idlwave-complete):
19154         * progmodes/vhdl-mode.el (vhdl-visit-file)
19155         (vhdl-compose-wire-components):
19156         Don't use `format' on `error' arguments.
19158         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19159         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19160         (tooltip-help-tips): Fix typos in docstrings.
19162 2005-06-16  David Ponce  <david@dponce.com>
19164         * tree-widget.el (tree-widget-value-create): Simplify last change.
19166 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
19168         * ido.el (ido-incomplete-regexp): New variable.
19169         (ido-set-matches-1): Handle invalid-regexp error and set
19170         ido-incomplete-regexp.
19171         (ido-incomplete-regexp): New face.
19172         (ido-completions): Use it.
19173         (ido-complete, ido-exit-minibuffer, ido-completions):
19174         Handle incomplete regexps.
19175         (ido-completions): Add check for complete match when entering a regexp.
19177 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19179         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19181 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19183         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19184         by field delimiters.
19186 2005-06-15  David Ponce  <david@dponce.com>
19188         * tree-widget.el: eval-and-compile inlined functions so they will
19189         be available at run-time too.
19190         (tree-widget-super-format-handler)
19191         (tree-widget-format-handler): Remove.
19192         (tree-widget-value-create): Handle the :indent property.
19194 2005-06-15  Miles Bader  <miles@gnu.org>
19196         * progmodes/which-func.el (which-func): Only inherit
19197         `font-lock-function-name-face' when that makes sense against the
19198         default mode-line face, otherwise set the face color explicitly.
19200         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19201         faces instead of (non-existent) variables.
19203 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19205         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19206         (iswitchb-get-matched-buffers): Likewise.  Simplify.
19208 2005-06-14  Miles Bader  <miles@gnu.org>
19210         * progmodes/ld-script.el (ld-script-location-counter):
19211         Remove "-face" suffix from face name.
19212         (ld-script-location-counter-face):
19213         New backward-compatibility alias for renamed face.
19214         (ld-script-location-counter-face): Use renamed face.
19216         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19217         (cperl-hash): Remove "-face" suffix from face names.
19218         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19219         New backward-compatibility aliases for renamed faces.
19220         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19221         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19223         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19224         name.
19225         (which-func-face): New backward-compatibility alias for renamed face.
19226         (which-func-format): Use renamed which-func face.
19228         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19229         (vhdl-function, vhdl-directive, vhdl-reserved-word)
19230         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19231         names.
19232         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19233         (vhdl-speedbar-configuration, vhdl-speedbar-package)
19234         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19235         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19236         (vhdl-speedbar-architecture-selected)
19237         (vhdl-speedbar-configuration-selected)
19238         (vhdl-speedbar-package-selected)
19239         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19240         names.
19241         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19242         Use renamed faces.
19243         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19244         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19245         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19246         Use renamed faces.
19247         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19248         names.
19249         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19250         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19251         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19252         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19253         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19254         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19256         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19257         face name.
19258         (sh-heredoc-face): New backward-compatibility alias for renamed face.
19259         (sh-heredoc-face): Use renamed sh-heredoc face.
19261         * progmodes/idlw-help.el (idlwave-help-link):
19262         Remove "-face" suffix from face name.
19263         (idlwave-help-link-face):
19264         New backward-compatibility alias for renamed face.
19265         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19267         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19268         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19269         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19270         New backward-compatibility aliases for renamed faces.
19271         (idlwave-shell-disabled-breakpoint-face)
19272         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19274         * progmodes/flymake.el (flymake-errline, flymake-warnline):
19275         Remove "-face" suffix from face names.
19276         (flymake-errline-face, flymake-warnline-face):
19277         New backward-compatibility aliases for renamed faces.
19278         (flymake-highlight-line): Use renamed flymake faces.
19280         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19281         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19282         (ebrowse-member-class, ebrowse-progress):
19283         Remove "-face" suffix from face names.
19284         (ebrowse-tree-mark-face, ebrowse-root-class-face)
19285         (ebrowse-file-name-face, ebrowse-default-face)
19286         (ebrowse-member-attribute-face, ebrowse-member-class-face)
19287         (ebrowse-progress-face):
19288         New backward-compatibility aliases for renamed faces.
19289         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19290         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19291         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19292         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19294         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19295         antlr-syntax)
19296         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19297         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19298         names.
19299         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19300         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19301         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19302         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19303         backward-compatibility aliases for renamed faces.
19304         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19305         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19306         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19307         remove "font-lock-".  Use renamed antlr-mode faces.
19308         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
19309         literal face-names with face variable references.
19311         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19312         face name.
19313         (Buffer-menu-buffer-face): New backward-compatibility alias for
19314         renamed face.
19315         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19317 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
19319         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19320         Eliminate "-face" suffix.
19321         (makefile-targets): Inherit from font-lock-function-name-face and
19322         eliminate "-face" suffix.
19323         (makefile-shell): Remove attributes and eliminate "-face" suffix.
19324         (makefile-*-font-lock-keywords): Append makefile-targets in rule
19325         actions, instead of prepending, to make it less visible.
19326         (makefile-previous-dependency, makefile-match-dependency):
19327         Don't match a target on a continuation line.
19329         * files.el (auto-mode-alist): Put Makefile in gmake mode.
19331 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
19333         * progmodes/gdb-ui.el (menu): Re-order menu items.
19334         (gdb-tooltip-print): Respect tooltip-use-echo-area.
19336         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19337         Define in tooltip.el.
19338         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19339         (gud-tooltip-tips): Respect tooltip-use-echo-area and
19340         gud-tooltip-echo-area.
19342         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19343         backward compatibility and make obsolete.
19344         (tooltip-help-tips): Use tooltip-use-echo-area.
19345         (tooltip-show-help-function): Rename to...
19346         (tooltip-show-help): ...this, because it is a function.
19347         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19349 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
19351         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19352         (edebug-print-length, edebug-print-level, edebug-print-circle)
19353         (edebug-modify-breakpoint, edebug-eval-last-sexp)
19354         (edebug-eval-print-last-sexp): Doc fixes.
19356 2005-06-14  Kim F. Storm  <storm@cua.dk>
19358         * ido.el (ido-mode): Make a new keymap every time we enable ido,
19359         as the coverage buffer/file/both may change.
19361 2005-06-14  Lute Kamstra  <lute@gnu.org>
19363         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19364         and run-mode-hooks.  Simplify.
19366         * mail/rmailedit.el (rmail-edit-mode):
19367         * progmodes/octave-inf.el (inferior-octave-mode):
19368         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19370         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19371         and run-mode-hooks.
19372         (recentf-edit-list, recentf-open-files): Don't call
19373         kill-all-local-variables directly.
19375         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19377 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19379         * emacs-lisp/byte-run.el (make-obsolete)
19380         (define-obsolete-function-alias): Rename arguments FUNCTION and
19381         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19382         (make-obsolete-variable, define-obsolete-variable-alias):
19383         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19384         respectively.
19386         * isearchb.el (isearchb-activate):
19387         * pcvs.el (cvs-mode):
19388         * ses.el (ses-load):
19389         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19390         * net/tramp.el (tramp-find-file-exists-command)
19391         (tramp-find-shell):
19392         * progmodes/ada-mode.el (ada-create-case-exception)
19393         (ada-create-case-exception-substring, ada-make-subprogram-body):
19394         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19395         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19396         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19397         * textmodes/org.el (org-promote, org-evaluate-time-range)
19398         (org-agenda-next-date-line, org-agenda-previous-date-line)
19399         (org-agenda-error, org-open-at-point, org-table-move-row)
19400         (org-format-table-table-html-using-table-generate-source)
19401         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19402         * textmodes/reftex.el (reftex-access-scan-info):
19403         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19404         (reftex-toc-promote-prepare): Follow error conventions.
19406         * diff-mode.el (diff-mode): Fix typo in docstring.
19408         * forms.el (forms--intuit-from-file): Fix reference to
19409         `forms-number-of-fields' in error message.
19410         (forms-print): Fix quoting in error message.
19412         * forms.el (forms-mode):
19413         * emulation/vi.el (vi-goto-insert-state):
19414         * progmodes/flymake.el (flymake-new-err-info)
19415         (flymake-start-syntax-check-for-current-buffer)
19416         (flymake-simple-cleanup):
19417         * eshell/esh-var.el (eshell/export):
19418         * progmodes/gud.el (xdb):
19419         * textmodes/flyspell.el (flyspell-incorrect-hook)
19420         (flyspell-maybe-correct-transposition)
19421         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19423 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
19425         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19426         minibuffer prompt.
19428 2005-06-13  Kim F. Storm  <storm@cua.dk>
19430         * subr.el (add-to-ordered-list): New defun.
19432         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19433         add cua--keymap-alist to emulation-mode-map-alists.
19435 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19437         * subr.el (complete-in-turn): New macro.
19438         (dynamic-completion-table, lazy-completion-table): Add debug info.
19440         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19441         in preference to face aliases.
19443         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19444         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19445         Remove unused vars `start' and `firstline'.
19446         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19447         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19449 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
19451         * cus-start.el (all): Don't complain about missing GTK-related
19452         variables, unless either `gtk' is boundp or this isn't a
19453         `windows-nt' build.
19455 2005-06-13  Lute Kamstra  <lute@gnu.org>
19457         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19458         run-mode-hooks.
19460         * ediff-mult.el (ediff-meta-mode):
19461         * ediff-util.el (ediff-mode): Use run-mode-hooks.
19463         * ledit.el (ledit-mode): Use delay-mode-hooks.
19465         * woman.el (woman-mode-line-format): Delete constant.
19466         (woman-mode-map): Initialize it properly.
19467         (woman-mode): Set mode-class property to special.
19468         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
19469         Set major-mode and mode-name.  Don't set mode-line-format directly.
19470         (Man-getpage-in-background): Don't reference woman-mode-line-format.
19472         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19473         string argument obsolete.
19475 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
19477         * textmodes/org.el (org-CUA-compatible): New option.
19478         (org-disputed-keys): New variable.
19479         (org-key): New function.
19480         (orgtbl-make-binding): Add docstring to the created function.
19481         (org-mode): Set paragraph start/separate regexps.
19482         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19483         (org-archive-location, org-archive-mark-done)
19484         (org-archive-stamp-time): New options.
19485         (org-archive-subtree): New command.
19486         (org-fill-paragraph): New function.
19487         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19488         (org-fake-empty-table-line): Function removed.
19489         (org-format-org-table-html): Do not create empty table lines at
19490         separator lines.  Improved table header treatment.
19491         (org-link-format): New option.
19492         (org-make-link): New function.
19493         (org-insert-link, org-store-link): Use org-make-link.
19494         (org-open-file): Quote file name for shell command, to allow
19495         spaces in file names.
19496         (org-link-regexp): Fix bug with mailto link.
19497         (org-link-maybe-angles-regexp, org-protected-link-regexp):
19498         New constants.
19499         (org-export-as-html): Deal with the optional angles around a link.
19500         Better treatment of file: links.
19501         (org-open-at-point): Replace @{ and @} with < and >.
19502         (org-run-mode-hooks): Function removed.
19503         (org-agenda-mode): No longer use `org-run-mode-hooks'.
19505 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
19507         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19508         MI command -data-list-register-values.
19509         (gdb-post-prompt): Indent properly.
19511 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
19513         * hilit-chg.el (highlight-changes-colors): Rename from
19514         `highlight-changes-colours'.
19515         (highlight-changes-colours): Keep as obsolete alias.
19516         (highlight-changes-face-list): Doc fix.
19517         (hilit-chg-make-list): Use `highlight-changes-colors'.
19519 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
19521         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19522         defun-prompt-regexp.
19524 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
19526         * loadup.el: Don't say we are dumping under 2 names on windows-nt
19527         and cygwin.
19529         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19530         Don't use an old loaddefs.el, as in Makefile.in.
19532 2005-06-12  Lute Kamstra  <lute@gnu.org>
19534         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19536         * man.el (Man-mode-map): Initialize it properly.
19537         (Man-mode): Set mode-class property to special.
19539         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19541 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
19543         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19544         A newline is needed in the docstring there.
19546         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19547         Doc fixes.
19549 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19551         * printing.el: Doc fix.  The menubar is no more changed when printing
19552         is loaded, it only changes when pr-menu-bind or pr-update-menus is
19553         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
19554         (pr-version): New version number (6.8.4).
19555         (pr-menu-bind): New command.
19556         (pr-update-menus): Docstring and code fix.
19557         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19558         Docstring fix.
19559         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19560         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19562 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
19564         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19565         "Returns" to "return", document useful return values, etc.
19567 2005-06-11  Alan Mackenzie  <acm@muc.de>
19569         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19570         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19571         (adaptive-file-function): Minor amendment to doc-string.
19573 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19575         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19576         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19577         Fix :type--it is `integer', not `string'.
19579         * faces.el (modeline-highlight): Rename from (the erroneous)
19580         `modeline-higilight'.
19582 2005-06-11  Lute Kamstra  <lute@gnu.org>
19584         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19585         lisp-interaction-mode-map but make it the parent.
19586         (edebug-eval-mode): Use define-derived-mode.
19588 2005-06-11  Andreas Schwab  <schwab@suse.de>
19590         * bindings.el: Add binding of `ESC functionkey' for every
19591         `M-functionkey'.
19592         * hexl.el (hexl-mode-map): Likewise.
19594 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
19596         * progmodes/compile.el (compilation-error-regexp-alist-alist)
19597         [msft]: update regexp for newer msft compilers.
19599 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
19601         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19602         ATTLIST portions of included DTDs.
19603         (xml-parse-dtd): Eliminate use of inefficient match-data.
19605 2005-06-10  Miles Bader  <miles@gnu.org>
19607         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19608         (mpuz-text): Remove "-face" suffix from face names.
19609         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19610         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19611         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19613         * play/gomoku.el (gomoku-O, gomoku-X):
19614         Remove "-face" suffix from face names.
19615         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19616         New backward-compatibility aliases for renamed faces.
19617         (gomoku-font-lock-keywords): Use renamed gomoku faces.
19619 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19621         * thumbs.el: Fixes for changes of 2005-06-09.
19622         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19623         as a directory.
19624         (thumbs-thumbname): Remove directory separator from format string;
19625         `thumbs-thumbsdir' now returns a valid directory name.
19626         (thumbs-temp-dir): New defsubst.
19627         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19628         Use it.
19630         * cus-edit.el (minibuffer):
19631         * files.el (make-backup-file-name-function):
19632         * filesets.el (filesets-external-viewers):
19633         * hilit-chg.el (highlight-changes-colours)
19634         (highlight-changes-face-list, highlight-changes-rotate-faces):
19635         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19636         * kmacro.el (kmacro-call-macro):
19637         * log-edit.el (log-edit-changelog-full-paragraphs):
19638         * mouse.el (mouse-1-click-follows-link):
19639         * skeleton.el (skeleton-autowrap):
19640         * subr.el (insert-for-yank-1):
19641         * tempo.el (tempo-insert-region):
19642         * terminal.el (terminal-emulator):
19643         * time.el (display-time-mail-face):
19644         * vc.el (vc-annotate):
19645         * vcursor.el (vcursor-copy-line):
19646         * woman.el (woman-bold-headings, woman-ignore)
19647         (woman-default-faces, woman-monochrome-faces):
19648         * calendar/todo-mode.el (todo-insert-threshold):
19649         * emulation/pc-select.el (pc-select-selection-keys-only)
19650         (pc-selection-mode):
19651         * emulation/vip.el (vip-find-char-forward):
19652         * emulation/viper-cmd.el (viper-find-char-forward):
19653         * international/mule-cmds.el
19654         (select-safe-coding-system-accept-default-p)
19655         (input-method-exit-on-invalid-key):
19656         * international/mule-diag.el (describe-coding-system):
19657         * international/ucs-tables.el (unify-8859-on-encoding-mode):
19658         * net/browse-url.el (browse-url-xterm-program):
19659         * obsolete/lazy-lock.el (lazy-lock-mode):
19660         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19661         (cperl-mode):
19662         * progmodes/cpp.el (cpp-face-light-name-list)
19663         (cpp-face-dark-name-list):
19664         * progmodes/delphi.el (delphi-newline-always-indents):
19665         Fix spellings in docstrings.
19667         * ido.el (ido-mode, ido-file-extensions-order)
19668         (ido-default-file-method, ido-default-buffer-method)
19669         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19670         (ido-decorations, ido-read-file-name-as-directory-commands)
19671         (ido-read-file-name-non-ido, ido-work-directory-list)
19672         (ido-ignore-item-temp-list, ido-current-directory)
19673         (ido-magic-forward-char, ido-enter-find-file)
19674         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19675         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19677 2005-06-10  Lute Kamstra  <lute@gnu.org>
19679         * play/dunnet.el (dun-mode): Use define-derived-mode.
19680         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
19681         obsolete alias.
19683         * play/doctor.el (doctor-mode-map): Remove defvar.
19684         (doctor-mode): Use define-derived-mode.
19686         * mail/mspools.el (mspools-mode):
19687         * net/eudc-hotlist.el (eudc-hotlist-mode):
19688         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19690 2005-06-10  Miles Bader  <miles@gnu.org>
19692         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19693         Remove "-face" suffix from face names.
19694         (flyspell-incorrect-face, flyspell-duplicate-face):
19695         New backward-compatibility aliases for renamed faces.
19696         (flyspell-mode-on, make-flyspell-overlay)
19697         (flyspell-highlight-incorrect-region)
19698         (flyspell-highlight-duplicate-region)
19699         (flyspell-display-next-corrections)
19700         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19702         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19703         from face name.
19704         (texinfo-heading-face): New backward-compatibility alias for
19705         renamed face.
19706         (texinfo-heading-face): Use renamed texinfo-heading face.
19708         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19709         suffix from face names.
19710         (tex-math-face, tex-verbatim-face):
19711         New backward-compatibility aliases for renamed faces.
19712         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19713         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19714         literal face name.
19716         * textmodes/table.el (table-cell): Remove "-face" suffix from face
19717         name.
19718         (table-cell-face): New backward-compatibility alias for renamed face.
19719         (table--put-cell-face-property, table--update-cell-face):
19720         Use renamed table-cell face.
19722         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19723         from face name.
19724         (sgml-namespace-face): New backward-compatibility alias for
19725         renamed face.
19726         (sgml-namespace-face): Use renamed sgml-namespace face.
19728         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19729         (org-level-4, org-level-5, org-level-6, org-level-7)
19730         (org-level-8, org-warning, org-headline-done)
19731         (org-deadline-announce, org-scheduled-today)
19732         (org-scheduled-previously, org-link, org-done, org-table)
19733         (org-time-grid): Remove "-face" suffix from face names.
19734         (org-level-1-face, org-level-2-face, org-level-3-face)
19735         (org-level-4-face, org-level-5-face, org-level-6-face)
19736         (org-level-7-face, org-level-8-face, org-warning-face)
19737         (org-headline-done-face, org-deadline-announce-face)
19738         (org-scheduled-today-face, org-scheduled-previously-face)
19739         (org-link-face, org-done-face, org-table-face)
19740         (org-time-grid-face):
19741         New backward-compatibility aliases for renamed faces.
19742         (org-level-faces, org-set-font-lock-defaults, org-timeline)
19743         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19744         (org-agenda-get-timestamps, org-agenda-get-scheduled)
19745         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19747         * emulation/viper-init.el (viper-search, viper-replace-overlay)
19748         (viper-minibuffer-emacs, viper-minibuffer-insert)
19749         (viper-minibuffer-vi): Remove "-face" suffix from face names.
19750         (viper-search-face, viper-replace-overlay-face)
19751         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19752         (viper-minibuffer-vi-face):
19753         New backward-compatibility aliases for renamed faces.
19754         (viper-search-face, viper-replace-overlay-face)
19755         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19756         (viper-minibuffer-vi-face): Use renamed viper faces.
19758         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19759         Remove "-face" suffix from face names.
19760         (testcover-nohits-face, testcover-1value-face):
19761         New backward-compatibility aliases for renamed faces.
19762         (testcover-mark): Use renamed testcover faces.
19764         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19765         face name.
19766         (diary-button-face): New backward-compatibility alias for renamed face.
19767         (diary-entry): Use renamed diary-button face.
19769         * calendar/calendar.el (diary, calendar-today, holiday)
19770         (mark-visible-calendar-date): Remove "-face" suffix from face names.
19771         (diary-face, calendar-today-face, holiday-face):
19772         New backward-compatibility aliases for renamed faces.
19773         (eval-after-load "facemenu", diary-entry-marker)
19774         (calendar-today-marker, calendar-holiday-marker, diary-face):
19775         Use renamed calendar faces.
19777         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19778         (compare-windows-face): New backward-compatibility alias for
19779         renamed face.
19780         (compare-windows-highlight): Use renamed compare-windows face.
19782         * strokes.el (strokes-char): Remove "-face" suffix from face name.
19783         (strokes-char-face): New backward-compatibility alias for renamed face.
19784         (strokes-encode-buffer): Use renamed strokes-char face.
19786         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19787         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19788         Remove "-face" suffix from face names.
19789         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19790         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19791         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19792         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19793         Use renamed pcvs faces.
19794         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19795         * pcvs-defs.el (cvs-mode-map): Likewise.
19796         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19798         * info.el (info-title-1, info-title-2, info-title-3)
19799         (info-title-4): Remove "-face" suffix from and downcase face names.
19800         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19801         (Info-title-4-face):
19802         New backward-compatibility aliases for renamed faces.
19803         (Info-fontify-node): Use renamed info faces.
19805         * hilit-chg.el (highlight-changes, highlight-changes-delete):
19806         Remove "-face" suffix from face names.
19807         (highlight-changes-face, highlight-changes-delete-face):
19808         New backward-compatibility aliases for renamed faces.
19809         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19810         (hilit-chg-make-list): Use renamed highlight-changes faces.
19812         * generic-x.el (show-tabs-tab, show-tabs-space):
19813         Remove "-face" suffix from face names.
19814         (show-tabs-tab-face, show-tabs-space-face):
19815         New backward-compatibility aliases for renamed faces.
19816         (show-tabs-generic-mode-font-lock-defaults-1)
19817         (show-tabs-generic-mode-font-lock-defaults-2):
19818         Use renamed show-tabs faces.
19820         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19821         (smerge-markers): Remove "-face" suffix from face names.
19822         (smerge-mine-face, smerge-other-face, smerge-base-face)
19823         (smerge-markers-face):
19824         New backward-compatibility aliases for renamed faces.
19825         (smerge-mine-face, smerge-other-face, smerge-base-face)
19826         (smerge-markers-face): Use renamed smerge faces.
19828         * log-view.el (log-view-file, log-view-message): Remove "-face"
19829         suffix from face names.
19830         (log-view-file-face, log-view-message-face):
19831         New backward-compatibility aliases for renamed faces.
19832         (log-view-file-face, log-view-message-face): Use renamed log-view
19833         faces.
19835         * paren.el (show-paren-match, show-paren-mismatch):
19836         Remove "-face" suffix from face names.
19837         (show-paren-match-face, show-paren-mismatch-face):
19838         New backward-compatibility aliases for renamed faces.
19839         (show-paren-function): Use renamed show-paren faces.
19841         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19842         (ruler-mode-margins, ruler-mode-fringes)
19843         (ruler-mode-column-number, ruler-mode-fill-column)
19844         (ruler-mode-comment-column, ruler-mode-goal-column)
19845         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19846         suffix from face names.
19847         (ruler-mode-default-face, ruler-mode-pad-face)
19848         (ruler-mode-margins-face, ruler-mode-fringes-face)
19849         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19850         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19851         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19852         New backward-compatibility aliases for renamed faces.
19853         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19854         (ruler-mode-column-number, ruler-mode-fill-column)
19855         (ruler-mode-comment-column, ruler-mode-goal-column)
19856         (ruler-mode-tab-stop, ruler-mode-current-column)
19857         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19858         faces.
19860         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19861         face name.
19862         (whitespace-highlight-the-space): Use renamed face.
19863         (whitespace-highlight-face): New backward-compatibility alias for
19864         renamed face.
19866         * woman.el (woman-italic, woman-bold, woman-unknown)
19867         (woman-addition, woman-symbol-face):
19868         Remove "-face" suffix from face names.
19869         (woman-italic-face, woman-bold-face, woman-unknown-face)
19870         (woman-addition-face):
19871         New backward-compatibility aliases for renamed faces.
19872         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19873         (woman-decode-region, woman-replace-match)
19874         (woman-display-extended-fonts, woman-special-characters)
19875         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19876         Use renamed woman faces.
19878         * longlines.el (longlines-visible-face): Face removed.
19880         * diff-mode.el (diff-header, diff-file-header, diff-index)
19881         (diff-hunk-header, diff-removed, diff-added, diff-changed)
19882         (diff-function, diff-context, diff-nonexistent): Remove "-face"
19883         suffix from face names.
19884         (diff-header-face, diff-file-header-face, diff-index-face)
19885         (diff-hunk-header-face, diff-removed-face, diff-added-face)
19886         (diff-changed-face, diff-function-face, diff-context-face)
19887         (diff-nonexistent-face): New backward-compatibility aliases for
19888         renamed faces.
19889         (diff-header-face, diff-file-header-face)
19890         (diff-index, diff-index-face, diff-hunk-header)
19891         (diff-hunk-header-face, diff-removed, diff-removed-face)
19892         (diff-added, diff-added-face, diff-changed-face, diff-function)
19893         (diff-function-face, diff-context-face, diff-nonexistent)
19894         (diff-nonexistent-face): Use renamed diff-mode faces.
19896         * progmodes/compile.el (compilation-warning-face)
19897         (compilation-info-face): Remove "-face" suffix from face names.
19898         (compilation-warning-face, compilation-info-face):
19899         New backward-compatibility aliases for renamed faces.
19900         (compilation-warning-face, compilation-info-face):
19901         Use renamed compilation faces.
19903         * add-log.el (change-log-date, change-log-name)
19904         (change-log-email, change-log-file, change-log-list)
19905         (change-log-conditionals, change-log-function)
19906         (change-log-acknowledgement): Remove "-face" suffix from face names.
19907         (change-log-date-face, change-log-name-face)
19908         (change-log-email-face, change-log-file-face)
19909         (change-log-list-face, change-log-conditionals-face)
19910         (change-log-function-face, change-log-acknowledgement-face):
19911         New backward-compatibility aliases for renamed faces.
19912         (change-log-font-lock-keywords): Use renamed change-log faces.
19914         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19915         (custom-set, custom-changed, custom-saved, custom-button)
19916         (custom-button-pressed, custom-documentation, custom-state)
19917         (custom-comment, custom-comment-tag, custom-variable-tag)
19918         (custom-variable-button, custom-face-tag, custom-group-tag-1)
19919         (custom-group-tag): Remove "-face" suffix from face names.
19920         (custom-magic-alist, custom-magic-value-create)
19921         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19922         (custom-invalid-face, custom-rogue-face, custom-modified-face)
19923         (custom-set-face, custom-changed-face, custom-saved-face)
19924         (custom-button-face, custom-button-pressed-face)
19925         (custom-documentation-face, custom-state-face)
19926         (custom-comment-face, custom-comment-tag-face)
19927         (custom-variable-tag-face, custom-variable-button-face)
19928         (custom-face-tag-face, custom-group-tag-face-1)
19929         (custom-group-tag-face):
19930         New backward-compatibility aliases for renamed faces.
19932         * wid-edit.el (widget-documentation, widget-button)
19933         (widget-field, widget-single-line-field, widget-inactive)
19934         (widget-button-pressed): "-face" suffix removed from face names.
19935         (widget-documentation-face, widget-button-face)
19936         (widget-field-face, widget-single-line-field-face)
19937         (widget-inactive-face, widget-button-pressed-face):
19938         New backward-compatibility aliases for renamed faces.
19939         (widget-documentation-face, widget-button-face)
19940         (widget-button-pressed-face, widget-specify-field)
19941         (widget-specify-inactive): Use renamed widget faces.
19943 2005-06-10  Kenichi Handa  <handa@m17n.org>
19945         * term/x-win.el (x-clipboard-yank): Remove condition-case
19946         wrapping.
19948 2005-06-11  Kenichi Handa  <handa@m17n.org>
19950         * add-log.el (change-log-font-lock-keywords): Make the regexp for
19951         date lines stricter.
19953 2005-06-10  Zhang Wei  <id.brep@gmail.com>
19955         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19956         of x-get-selection.
19958 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19960         * comint.el (comint-mode, comint-snapshot-last-prompt):
19961         * frame.el (frame-current-scroll-bars):
19962         * term.el (term-mode, term-check-proc, term-input-sender)
19963         (term-simple-send, term-extract-string, term-word)
19964         (term-match-partial-filename):
19965         * window.el (window-current-scroll-bars):
19966         * emulation/cua-base.el (cua-normal-cursor-color)
19967         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19968         (cua-global-mark-cursor-color):
19969         * mail/undigest.el (rmail-forward-separator-regex):
19970         Fix typos in docstrings.
19972         * comint.el (comint-check-proc, make-comint-in-buffer)
19973         (comint-source-default): Doc fixes.
19975         * term.el (term-send-string): Improve argument/docstring consistency.
19977 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
19979         * comint.el (comint-send-input): Bind `inhibit-read-only' around
19980         call to `delete-region'.
19981         (comint-mode-hook): Do not enable Font Lock by default.
19983 2005-06-09  Lute Kamstra  <lute@gnu.org>
19985         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19986         could be void.
19988 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19990         * emacs-lisp/debug.el (debugger-will-be-back): New var.
19991         (debug): Use it.
19992         (debugger-step-through, debugger-continue, debugger-jump)
19993         (debugger-return-value): Set it when needed.
19994         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19995         Use inhibit-read-only.
19997 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
19999         * window.el (shrink-window-if-larger-than-buffer)
20000         (window-size-fixed): Fix typo in docstring.
20002         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
20003         thumbnails directory on loading.
20004         (thumbs-conversion-program): Use `eq' to check the system type,
20005         not `equal'.
20006         (thumbs-temp-dir): Initialize to `temporary-file-directory',
20007         not "/tmp".  Fix docstring.
20008         (thumbs-thumbsdir): New function to return the thumbnails
20009         directory, creating it if needed.
20010         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20011         (thumbs-temp-file): Delete variable and make it into a function.
20012         (thumbs-resize-image, thumbs-modify-image): Use it.
20013         (thumbs-kill-buffer): Simplify.
20014         (thumbs-gensym): Defalias or duplicate CL `gensym'.
20015         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20016         docstrings.
20018 2005-06-09  Kim F. Storm  <storm@cua.dk>
20020         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20021         set-match-data to free markers in match-data.
20023         * replace.el (replace-match-data): Pass RESEAT arg `t' to
20024         match-data to unchain markers in match-data.
20026 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20028         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20029         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
20030         unnecessary now.
20032 2005-06-08  Richard M. Stallman  <rms@gnu.org>
20034         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20035         give the variable a doc string that doesn't say don't set it directly.
20037         * textmodes/ispell.el (ispell-check-version):
20038         Use match-string-no-properties.
20039         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20040         (ispell-buffer-local-words): Likewise.
20042         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20043         except on terminals with enough colors to really display it.
20044         (makefile-dependency-regex): Delete spurious `bb'.
20046         * faces.el (escape-glyph): Use blue once again in last case.
20047         (no-break-space): Redefine so that it isn't invisible on a tty.
20049 2005-06-08  Kim F. Storm  <storm@cua.dk>
20051         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20052         also when reading directory name.
20054 2005-06-08  Lute Kamstra  <lute@gnu.org>
20056         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20057         (flyspell-mode-line-string): Remove autoload cookie.
20058         (flyspell-mode): Remove defvar.
20060 2005-06-07  Lute Kamstra  <lute@gnu.org>
20062         * textmodes/org.el (org-run-mode-hooks): New function.
20063         (org-agenda-mode): Use it.
20065 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
20067         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20069 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20071         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20073 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
20075         * font-lock.el (font-lock-add-keywords): Doc fix.
20077 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20079         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20080         (tex-compile-default): In the absence of any history, use the order in
20081         tex-compile-alist to choose the preferred command.
20082         (tex-compile-commands): Reorder a bit.
20084         * textmodes/flyspell.el (flyspell-auto-correct-binding)
20085         (flyspell-incorrect-face, flyspell-duplicate-face):
20086         Use (X)Emacs-agnostic code.
20087         (flyspell-mode-map): Don't overwrite at each load.  Remove code
20088         redundant with the subsequent add-minor-mode.  Merge Emacs and
20089         XEmacs code.
20090         (flyspell-word): Minor simplification.
20091         (flyspell-math-tex-command-p): Quieten the byte-compiler.
20092         (flyspell-external-point-words): Remove unused vars `size' and `start'.
20093         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20094         Merge the corresponding Emacs code.
20095         (flyspell-correct-word, flyspell-xemacs-popup):
20096         Use flyspell-do-correct.
20098         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20099         a dedicated window.
20101         * international/latexenc.el (latexenc-find-file-coding-system):
20102         Undo part of last patch, to turn off a compiler warning.
20104 2005-06-06  Juri Linkov  <juri@jurta.org>
20106         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20107         Rename `tmm-inactive-face' to `tmm-inactive'.
20109 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
20111         * iswitchb.el: Rename faces.
20113 2005-06-06  Kim F. Storm  <storm@cua.dk>
20115         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20116         (cua-global-mark): Remove -face suffix from face names.
20118         * emulation/cua-gmrk.el (cua--init-global-mark):
20119         Remove cua-global-mark face setup.
20121 2005-06-06  Richard M. Stallman  <rms@gnu.org>
20123         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20124         just like other allowed characters.
20125         (makefile-match-dependency): Exclude leading and training whitespace
20126         from the range of regexp subexp 1.
20127         (makefile-macroassign-regex): Don't try to match the body,
20128         just the name of the macro being defined.
20130         * info.el (Info-read-node-name-2): New function.
20131         (Info-read-node-name-1): Use that.
20132         Add a completion-base-size-function property.
20134         * simple.el (completion-setup-function): Look for
20135         completion-base-size-function property of minibuffer-completion-table.
20137         * files.el (locate-file-completion): Doc fix.
20139         * printing.el: Don't call pr-update-menus; user must do that.
20141         * emacs-lisp/debug.el (debugger-window): New variable.
20142         (debug): Use debugger-window if it is set and still alive.
20143         Record debugger-window for next entry.
20145         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20147 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
20149         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20150         (hack-one-local-variable, hack-local-variables)
20151         (hack-local-variables-prop-line): Pass that arg.
20153 2005-06-06  Kim F. Storm  <storm@cua.dk>
20155         * ido.el (ido-first-match, ido-only-match, ido-subdir)
20156         (ido-indicator): Remove -face suffix from face names.
20158 2005-06-06  Juri Linkov  <juri@jurta.org>
20160         * font-lock.el (font-lock-regexp-backslash)
20161         (font-lock-regexp-backslash-construct): New faces.
20162         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
20163         after `('.  Add `while-no-input' to control structures.
20165         * faces.el (no-break-space, shadow): New faces.
20166         (escape-glyph): Use less loud colors pink2 and red4.
20168         * diff-mode.el (diff-context-face)
20169         * dired.el (dired-ignored)
20170         * rfn-eshadow.el (file-name-shadow)
20171         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20173         * info.el (Info-title-1-face): Use green instead of yellow because
20174         bold yellow is not readable on light backgrounds.
20176         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20177         before selecting the desired mode to not spend time fontifying
20178         old contents.
20180 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
20182         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20183         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20185         * ps-print.el (ps-default-fg, ps-default-bg):
20186         Fix typos in docstrings.
20188         * isearchb.el (isearchb): Don't pass a spurious second argument to
20189         `iswitchb-completions'.
20191 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
20193         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20194         to preserve point.
20195         (gdb-find-file-hook): Add doc string.
20197         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20198         C dereferenced pointer expression.
20199         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
20201         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20203         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20204         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20205         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20206         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20207         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20208         Make background transparent.
20210 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20212         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
20213         (font-lock-remove-keywords): Doc fix.
20214         (font-lock-mode-major-mode): Compiler defvar.
20215         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20217         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20218         (font-lock-mode): Update `font-lock-mode-major-mode'.
20219         (font-lock-set-defaults): Compiler defvar.
20220         (font-lock-default-function): Take `font-lock-mode-major-mode'
20221         into account.
20223         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20224         keep track of which major mode it enabled the minor mode for.
20225         Use find-file-hook again.  Update docstring.
20227         * simple.el (eval-expression-print-level)
20228         (eval-expression-print-length, eval-expression-debug-on-error):
20229         Doc fixes.
20231 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
20233         * iswitchb.el (iswitchb-single-match-face)
20234         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20235         (iswitchb-invalid-regexp-face): New faces.
20236         (iswitchb-completions): Use them.
20237         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20238         now marked as an obsolete alias.
20239         (iswitchb-read-buffer): Remove check for bound font variables.
20240         (iswitchb-invalid-regexp): New free variable.
20241         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20242         set iswitchb-invalid-regexp.
20243         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20244         invalid regexps.
20245         (iswitchb-completions): Add check for complete match when entering
20246         a regexp.
20247         (iswitchb-completions): Remove require-match argument.
20248         (iswitchb-exhibit): Fix caller.
20249         (iswitchb-common-match-inserted): New variable.
20250         (iswitchb-complete, iswitchb-completion-help): Use it.
20252 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
20254         * url-http.el (url-http-chunked-encoding-after-change-function):
20255         Use `url-http-debug' instead of `message'.
20257 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
20259         * url-http.el (url-http-parse-headers): Pass redirected URL as a
20260         callback argument.
20262 2005-06-04  Kim F. Storm  <storm@cua.dk>
20264         * simple.el (line-move): Only call sit-for when moving backwards.
20266         * ido.el (ido-make-merged-file-list-1): New defun split from
20267         ido-make-merged-file-list.
20268         (ido-make-merged-file-list): Bind throw-on-input around call to
20269         ido-make-merged-file-list-1.  Return input-pending-p if
20270         interrupted by more input available.
20271         (ido-read-internal): Handle input-pending-p return value from
20272         ido-make-merged-file-list.
20274 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20276         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20277         compatibility code.
20279         * international/latexenc.el (latexenc-find-file-coding-system):
20280         Don't inherit the EOL part of the coding-system from the
20281         tex-main buffer.  Fit within 80 columns.
20283 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
20285         * tmm.el (tmm-inactive-face): New face.
20286         (tmm-remove-inactive-mouse-face): New function.
20287         (tmm-prompt, tmm-add-one-shortcut)
20288         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20289         but not selectable.
20291 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
20293         * faces.el (face-equal): Improve argument/docstring consistency.
20295 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
20297         * progmodes/make-mode.el (makefile-targets-face)
20298         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20299         (makefile-bsdmake-dependency-regex)
20300         (makefile-makepp-rule-action-regex)
20301         (makefile-bsdmake-rule-action-regex): New constants.
20302         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20304         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20305         Allow (...) within `...' for makepp messages.
20307 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
20309         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20311         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20312         "." files are deleted from all file lists before comparison.
20314         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20315         (viper-ESC-key): Made them customizable.
20317         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20319 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
20321         * autorevert.el (auto-revert-buffers): Use save-match-data.
20323 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20325         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20326         menu items with a nil command binding.
20328 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
20330         * emacs-lisp/cl-macs.el (defsetf):
20331         Improve argument/docstring consistency.
20333         * faces.el (list-faces-display): Improve the formatting by
20334         computing the maximum length required for any face-name (reworked
20335         patch of 1999-01-11, accidentally deleted on 1999-07-21).
20336         (internal-find-face): Remove redundant info in docstring.
20338 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
20340         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20341         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20342         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20343         (gdb-assembler-custom): Improve regexps.
20344         (def-gdb-auto-update-handler): Use window point to preserve point.
20346 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20348         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20350 2005-05-31  Jay Belanger  <belanger@truman.edu>
20352         * calc/calc-embed.el (calc-embedded-word): Change argument passed
20353         to calc-embedded.
20354         (calc-embedded-make-info): Have plain prefix argument select
20355         entire line.
20357 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
20359         * faces.el (list-faces-display): Signal error if passed a regexp
20360         that matches no face name.
20362         * simple.el (filter-buffer-substring): Fix typo in docstring.
20364 2005-05-31  Richard M. Stallman  <rms@gnu.org>
20366         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20367         (vhdl-emacs-21): Doc fix.
20368         (vhdl-mode): Unconditionally set comment-padding.
20369         (vhdl-fixup-whitespace-region): Insert spaces only where
20370         there are none.
20371         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20373 2005-05-30  John Wiegley  <johnw@newartisans.com>
20375         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20376         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20377         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20378         `directory-sep-char' to ?/, and all uses of `string-to-int' to
20379         `string-to-number'.
20381 2005-05-30  Jay Belanger  <belanger@truman.edu>
20383         * calc/calc.el (calc-bug-address): Fix docstring.
20384         (calc-window-hook, calc-trail-window-hook): New variables.
20385         (calc-trail-display): Restore use of calc-trail-window-hook.
20386         (calc): Restore use of calc-window-hook.
20388 2005-05-31  Masatake YAMATO  <jet@gyve.org>
20390         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20392         * help-fns.el (help-C-file-name): Add autoload mark for
20393         `find-function-noselect'.
20395 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20397         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20398         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20400 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
20402         * calendar/diary-lib.el (mark-included-diary-files): Only kill
20403         included diary buffer if it was not already being visited.
20404         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20406         * calendar/icalendar.el (top-level): Do not require appt.
20408         * mail/supercite.el (sc-select-attribution): Only use a list
20409         element from sc-attrib-selection-list if it returns a string.
20410         Reported by Davide G. M. Salvetti <salve@debian.org>.
20412 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
20414         * thumbs.el (thumbs-thumbname): The resulting thumbname now
20415         includes a hash value to improve its uniqueness, and has a ".jpg"
20416         extension.  Also, it is now a valid filename on all systems.
20417         (thumbs-make-thumb): Use `let', not `let*'.
20418         (thumbs-show-thumbs-list): Check for JPEG availability.
20420 2005-05-30  Richard M. Stallman  <rms@gnu.org>
20422         * filesets.el (filesets-menu-ensure-use-cached):
20423         Prevent warning when emacs-version>= is undefined.
20425         * printing.el (pr-interactive-n-up): Use string-to-number.
20427         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20429         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20430         Warn only when name to be defined is quoted.
20432 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
20434         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20435         Make regexp more robust.
20436         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20437         Force regeneration of disassembly.
20439 2005-05-29  Jay Belanger  <belanger@truman.edu>
20441         * calc/calc.el (calc-user-invocation): Check if
20442         calc-invocation-macro is non-nil.
20444 2005-05-29  Juri Linkov  <juri@jurta.org>
20446         * add-log.el (change-log-font-lock-keywords):
20447         Add `+' to e-mail regexp to accept mail address with keywords.
20449         * man.el (Man-name-regexp): Add `:' to accept qualified names.
20451 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
20453         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20455         * ielm.el (inferior-emacs-lisp-mode): Ditto.
20457 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20459         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20460         Undo the change that moves to end of the current word.
20462 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20464         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20465         Throw error when count <= 0 to ensure input is a number.
20466         (gdb-read-memory-custom): Pick up address from buffer.
20467         (gdb-memory-mode): Allow user to increment and decrement
20468         memory address from header line.
20470 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20472         * flyspell.el (flyspell-version): Function deleted.
20473         (flyspell-auto-correct-previous-hook): Doc fix.
20475         * jit-lock.el (jit-lock-function, jit-lock-after-change):
20476         Do nothing if memory is full.
20478         * font-lock.el (font-lock-fontify-syntactically-region):
20479         Pass t for GREEDY to looking-back.
20481         * saveplace.el (save-place-alist-to-file): Write the file
20482         using write-region.
20484         * subr.el (looking-back): New argument GREEDY.
20486         * progmodes/compile.el (compilation-start): Set the mode
20487         before inserting the initial text.
20489         * progmodes/which-func.el (which-func-update-1): Turn the mode
20490         off in case of error by setting which-func-mode.
20492 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
20494         * flyspell.el (flyspell-auto-correct-previous-word):
20495         Narrow down to what's on the screen, and recenter overlays
20496         at the end of the next word.
20498 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
20500         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20501         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20502         (flyspell-abbrev-p): Default to nil.
20503         (flyspell-use-global-abbrev-table-p): Doc fix.
20504         (flyspell-large-region): Allow nil as value.
20505         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20507         (mail-mode-flyspell-verify): More robust handling
20508         of `mail-header-separator'.  More efficient signature detection.
20509         Allow for regexp metacharacters in message-header-separator.
20510         Adding `To' not to be checked in mail-mode-flyspell-verify.
20512         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20513         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20514         Bind flyspell-auto-correct-binding.
20515         Bind C-. and C-, .
20516         (flyspell-mode-map): Likewise.
20517         (flyspell-mode): Doc fix.
20518         (flyspell-accept-buffer-local-defs): Preserve current buffer.
20519         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20520         (flyspell-word-cache-result): New var, always local.
20521         (flyspell-check-pre-word-p): Doc fix.
20522         (flyspell-check-changed-word-p): Handle spc like newline.
20523         (flyspell-post-command-hook): Set flyspell-word-cache-result.
20524         (flyspell-word-search-backward, flyspell-word-search-forward):
20525         New functions.
20526         (flyspell-word): Return t if nothing to check.
20527         When parsing TeX code, check for after } or \.
20528         Use flyspell-word-search-backward to find previous word.
20529         Return nil if duplicated word.
20530         For word already checked, return same value as last time.
20531         Set flyspell-word-cache-result after checking.
20532         Don't clobber the return value.
20533         (flyspell-get-word): Major rewrite.
20534         (flyspell-external-point-words): New locals pword, pcount.
20535         Fix size used in progress message.
20536         Find the proper corresponding word in flyspell-large-region-buffer.
20537         (flyspell-region): Check for flyspell-large-region = nil.
20538         (flyspell-highlight-incorrect-region): Clean up overlays in region.
20539         (flyspell-auto-correct-word): Check that WORD is a cons.
20540         (flyspell-correct-word): Likewise.
20542 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
20544         * progmodes/make-mode.el (makefile-rule-action-regex)
20545         (makefile-macroassign-regex, makefile-makepp-mode)
20546         (makefile-bsdmake-mode): Continuation lines may be empty.
20547         Reported by Joshua Varner.
20548         (makefile-makepp-font-lock-keywords): Add $(stem).
20550 2005-05-28  Karl Berry  <karl@gnu.org>
20552         * textmodes/tex-mode.el: Now that tex-send-command calls
20553         shell-quote-argument (2005-03-31 change), remove all calls to
20554         shell-quote-argument; they all end up invoking tex-send-command.
20555         The double quoting loses on filenames with non-safe characters,
20556         such as "@".  Reported by Frederik Fouvry.
20558 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20560         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20561         about preserving point.
20563 2005-05-27  Jay Belanger  <belanger@truman.edu>
20565         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20566         Info-goto-node.
20568         * calc/calc-embed.el (calc-embed-arg): New variable.
20569         (calc-do-embedded-activate, calc-embedded-activate-formula)
20570         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20571         variable by new variable.
20572         (calc-embedded-make-info): Replace undeclared variable by new
20573         variable.  When selecting region with positive prefix
20574         argument, use end of previous line instead of beginning of line.
20576         * calc/calc-aent.el (calc-arg-values): Declare it.
20578         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20579         Declare them.
20581         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20583         * calc/calc.el (calc-alg-map): Declare it.
20585         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20587 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
20589         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20590         (gdb-registers-buffer, toggle-gdb-all-registers):
20591         Toggle display of floating point registers.
20592         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20594         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
20595         (toggle-gud-tooltip-dereference):
20596         Rename from gud-toggle-tooltip-dereference.
20598 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20600         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20602 2005-05-27  Jay Belanger  <belanger@truman.edu>
20604         * calc/calc-prog.el (calc-kbd-report): Remove.
20605         (calc-kbd-query): Rewrite.
20607 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
20609         * image.el (image-library-alist): Move to image.c.
20610         (image-type-available-p): Doc fix.
20612 2005-05-27  Lute Kamstra  <lute@gnu.org>
20614         * calc/calc.el (calc):
20615         * outline.el (outline-1, outline-2, outline-3, outline-4)
20616         (outline-5, outline-6, outline-7, outline-8):
20617         * textmodes/dns-mode.el (dns-mode):
20618         * textmodes/sgml-mode.el (sgml-namespace-face):
20619         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20620         (tex-verbatim-face, tex-use-reftex):
20621         * textmodes/texinfo.el (texinfo-heading-face):
20622         Specify customization group.
20624         * longlines.el: Don't require easy-mmode.
20625         (longlines-visible-face): Specify customization group.
20627 2005-05-27  Kenichi Handa  <handa@m17n.org>
20629         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20630         encoding table of windows-1251.
20632         * international/ucs-tables.el (ucs-set-table-for-input):
20633         If translation-table-for-input of a coding system is a symbol, get
20634         its translation-table property.
20636         * international/code-pages.el: Don't register a coding system into
20637         non-iso-charset-alist more than once.
20638         (cp-make-coding-system): Likewise.
20640 2005-05-26  John Wiegley  <johnw@newartisans.com>
20642         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20643         `eshell-resume-eval' is wrapped in a list, it indicates that the
20644         command was run asynchronously.  In that case, unwrap the value
20645         before checking the delimiter value.
20647         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20648         character before a space at the end of a line is \, assume the space
20649         is part of the last argument rather than a final argument separator.
20651         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20652         is in use, and the target is `t' or `nil' (which are the most common
20653         values), don't assume that the symbol target is a buffer.
20655 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20657         * calendar/calendar.el (calendar-mode-line-format):
20658         Use mode-line-highlight as mouse-face.
20660         * time.el (display-time-string-forms, display-time-update):
20661         Use mode-line-highlight as mouse-face.
20663 2005-05-26  Jay Belanger  <belanger@truman.edu>
20665         * calc/calc.el (calc-language-alist): Remove extra defvar.
20667 2005-05-26  Lute Kamstra  <lute@gnu.org>
20669         * arc-mode.el (archive-mode):
20670         * bookmark.el (bookmark-read-annotation-mode)
20671         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20672         * bs.el (bs-mode):
20673         * calc/calc-yank.el (calc-edit-mode):
20674         * calc/calc.el (calc-mode, calc-trail-mode):
20675         * calculator.el (calculator-mode):
20676         * chistory.el (command-history-mode):
20677         * comint.el:
20678         * cus-edit.el (custom-mode):
20679         * descr-text.el (describe-text-mode):
20680         * ebuff-menu.el (Electric-buffer-menu-mode):
20681         * ediff-util.el (ediff-mode):
20682         * emacs-lisp/re-builder.el (reb-mode):
20683         * emulation/vi.el (vi-mode-setup):
20684         * emulation/ws-mode.el (wordstar-mode):
20685         * eshell/esh-mode.el (eshell-mode):
20686         * forms.el (forms-mode):
20687         * help-mode.el (help-mode):
20688         * hexl.el (hexl-mode):
20689         * ibuffer.el (ibuffer-mode):
20690         * ielm.el (inferior-emacs-lisp-mode):
20691         * info.el (Info-mode, Info-edit-mode):
20692         * international/swedish.el:
20693         * ledit.el (ledit-from-lisp-mode):
20694         * locate.el (locate-mode):
20695         * mail/rmail.el (rmail-mode):
20696         * mail/rmailedit.el (rmail-edit-mode):
20697         * mail/rmailsum.el (rmail-summary-mode):
20698         * mail/supercite.el (sc-electric-mode):
20699         * net/eudc.el (eudc-mode):
20700         * net/quickurl.el (quickurl-list-mode):
20701         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20702         * obsolete/ooutline.el (outline-mode):
20703         * obsolete/options.el (Edit-options-mode):
20704         * obsolete/rnews.el (news-mode):
20705         * obsolete/rnewspost.el (news-reply-mode):
20706         * play/5x5.el (5x5-mode):
20707         * play/decipher.el (decipher-mode, decipher-stats-mode):
20708         * play/gomoku.el (gomoku-mode):
20709         * play/snake.el (snake-mode):
20710         * play/solitaire.el (solitaire-mode):
20711         * play/tetris.el (tetris-mode):
20712         * progmodes/ada-mode.el (ada-mode):
20713         * progmodes/antlr-mode.el (antlr-mode):
20714         * progmodes/autoconf.el (autoconf-mode):
20715         * progmodes/dcl-mode.el (dcl-mode):
20716         * progmodes/delphi.el (delphi-mode):
20717         * progmodes/ebrowse.el (ebrowse-tree-mode)
20718         (ebrowse-electric-list-mode, ebrowse-member-mode)
20719         (ebrowse-electric-position-mode):
20720         * progmodes/f90.el (f90-mode):
20721         * progmodes/fortran.el (fortran-mode):
20722         * progmodes/icon.el (icon-mode):
20723         * progmodes/idlw-help.el (idlwave-help-mode):
20724         * progmodes/idlw-shell.el (idlwave-shell-mode):
20725         * progmodes/idlwave.el (idlwave-mode):
20726         * progmodes/inf-lisp.el (inferior-lisp-mode):
20727         * progmodes/m4-mode.el (m4-mode):
20728         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20729         * progmodes/modula2.el (modula-2-mode):
20730         * progmodes/octave-inf.el (inferior-octave-mode):
20731         * progmodes/octave-mod.el (octave-mode):
20732         * progmodes/pascal.el (pascal-mode):
20733         * progmodes/sh-script.el (sh-mode):
20734         * progmodes/sql.el (sql-mode, sql-interactive-mode):
20735         * progmodes/vhdl-mode.el (vhdl-mode):
20736         * progmodes/xscheme.el (scheme-interaction-mode):
20737         * replace.el (occur-mode):
20738         * ses.el (ses-mode):
20739         * simple.el (completion-list-mode):
20740         * skeleton.el:
20741         * speedbar.el (speedbar-mode):
20742         * term.el (term-mode):
20743         * terminal.el (terminal-edit-mode):
20744         * textmodes/reftex-index.el (reftex-index-mode)
20745         (reftex-index-phrases-mode):
20746         * textmodes/reftex-sel.el (reftex-select-label-mode)
20747         (reftex-select-bib-mode):
20748         * textmodes/reftex-toc.el (reftex-toc-mode):
20749         * wdired.el (wdired-change-to-wdired-mode):
20750         * wid-browse.el (widget-browse-mode):
20751         Use run-mode-hooks.
20753         * array.el (array-mode):
20754         * calendar/todo-mode.el (todo-mode):
20755         * man.el (Man-mode):
20756         * play/landmark.el (lm-mode):
20757         * play/mpuz.el (mpuz-mode):
20758         Use kill-all-local-variables and run-mode-hooks.
20760         * subr.el (delay-mode-hooks): Specify indentation.
20762 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
20764         * xml.el (xml-substitute-special): Don't die for undefined xml
20765         entities.
20767 2005-05-26  Jay Belanger  <belanger@truman.edu>
20769         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20770         of nil.
20772 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
20774         * progmodes/gdb-ui.el (gdb-frame-address):
20775         Rename from gdb-current-address.
20776         (gdb-previous-frame-address): Rename from gdb-previous-address.
20777         (gdb-selected-frame): Rename from gdb-current-frame.
20778         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20779         (gdb-frame-number): Rename from gdb-current-stack-level.
20780         (gdb-ann3): Match new mode-name for disassembly buffer.
20781         Extend initialization of variables.
20782         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20783         (gdb-memory-mode): Use mouse-face in header line.
20784         (gdb-assembler-buffer-name): Call it disassembly and give frame
20785         in mode line.
20786         (gdb-source-spec-regexp, gdb-assembler-custom)
20787         (gdb-invalidate-assembler, gdb-frame-handler):
20788         Make robust to leading zeroes in address format.
20790 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
20792         * textmodes/org.el (org-mode): Use `define-derived-mode' to
20793         define `org-mode'.
20794         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20796 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20798         * log-edit.el (log-edit-changelog-entries): Distinguish between
20799         filenames like xfns.c and fns.c.
20801 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
20803         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20804         point after reverting.
20805         (Buffer-menu-make-sort-button): Handle the case where
20806         `Buffer-menu-use-header-line' is nil.
20808 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
20810         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20811         New funcs.  In minibuffer-local-completion-map bind `]', `/'
20812         and `:' to them.
20814 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20816         * startup.el (normal-top-level): Allow modification of load-path while
20817         we're iterating over it.
20819 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
20821         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20822         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20823         (thumbs-resize-interactive, thumbs-insert-image)
20824         (thumbs-insert-thumb, thumbs-dired-show-marked)
20825         (thumbs-find-image-at-point, thumbs-delete-images)
20826         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20827         (thumbs-increment-image-size, thumbs-decrement-image-size):
20828         Fix typos in docstrings.
20830 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
20832         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20833         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20834         (cperl-mode): Use them.
20836 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
20838         * window.el (quit-window, shrink-window-if-larger-than-buffer):
20839         Doc fixes.
20841 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
20843         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20844         Bind C-d to gdb-inferior-io-eof.
20846         * dired.el (dired-dnd-popup-notice): Use message-box.
20848 2005-05-23  Masatake YAMATO  <jet@gyve.org>
20850         * bindings.el (mode-line-major-mode-keymap):
20851         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20853         * faces.el (mode-line-highlight): New face.
20855         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20856         as mouse-face.
20858         * bindings.el (top-level, help-echo, mode-line-modified)
20859         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20860         as mouse-face.
20862 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
20864         * progmodes/cc-engine.el (c-guess-basic-syntax):
20865         Remove spurious call to `zerop'.
20867         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20869 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
20871         CC Mode update to 5.30.10:
20873         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20874         could go past the limit in decoration level 2, thereby causing
20875         errors during interactive fontification.
20877         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20878         the file is evaluated interactively.
20880         * cc-engine.el (c-guess-basic-syntax): Handle operator
20881         declarations somewhat better in C++.
20883         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20884         make use of `run-mode-hooks' which has been added in Emacs 21.1.
20885         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20886         (awk-mode): Use it.
20887         (make-local-hook): Suppress warning about obsoleteness.
20889         * cc-engine.el, cc-align.el, cc-cmds.el
20890         (c-append-backslashes-forward, c-delete-backslashes-forward)
20891         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20892         Compensate for return value from `forward-line' when it has moved
20893         but not to a different line due to eob.
20895         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20896         `objc-method-intro' and `objc-method-args-cont'.
20898 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
20900         CC Mode update to 5.30.10:
20902         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20903         in the copyright statement.  Incidentally, change "along with GNU
20904         Emacs" to "along with this program" where it occurs.
20906         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20907         so that it is interactive, hence can be found by M-x awk-mode
20908         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
20909         <gmorris+emacs@ast.cam.ac.uk>.
20911         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20912         Mode's regexps.
20914 2005-05-23  Kevin Ryde  <user42@zip.com.au>
20916         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20917         c-parse-state, to avoid a lisp error (on bad code).
20919 2005-05-23  Lute Kamstra  <lute@gnu.org>
20921         * subr.el (font-lock-defaults): Remove defvar as it's already
20922         defined in font-core.el.
20924         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20926 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
20928         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20929         more general and work when GDB variable "print pretty" is on,
20930         as with Emacs, for example.
20932 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
20934         * font-core.el: Update comment.
20936         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20937         Use `after-change-major-mode-hook' instead of `find-file-hook'.
20939         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20941 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
20943         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20944         and `yank-handler' in the doc strings.
20946 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20948         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
20950 2005-05-22  Richard M. Stallman  <rms@gnu.org>
20952         * help.el (describe-key): Move print-help-return-message call
20953         out of conditional.
20955         * progmodes/etags.el (list-tags): Use with-no-warnings.
20957         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20958         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20959         (starttls-extra-args, starttls-extra-arguments): Add defvars.
20961         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20963         * language/viet-util.el (viet-viscii-nonascii-translation-table):
20964         Add defvar.
20966         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20967         Use defvar, not defconst.
20969         * hexl.el (hexl-follow-line): Use with-no-warnings.
20971         * emulation/tpu-extras.el: Use write-file-functions instead of
20972         write-file-hooks.
20974         * dired.el (dired-font-lock-keywords): Fontify files with junk
20975         extensions even if marked by -F.
20977 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
20979         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20980         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20981         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20982         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20983         (concatenate, list-length, get*, getf, cl-remprop):
20984         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20985         (etypecase, progv, lexical-let, lexical-let*)
20986         (multiple-value-bind, multiple-value-setq, shiftf):
20987         Improve argument/docstring consistency.
20989         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20991 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
20993         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20994         doesn't exist.
20996         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
20997         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20999 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
21001         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21002         already deleted variables: auto-fill-hook, blink-paren-hook,
21003         lisp-indent-hook, inhibit-local-variables, unread-command-event,
21004         suspend-hooks, comment-indent-hook, meta-flag,
21005         before-change-function, after-change-function,
21006         font-lock-doc-string-face.
21008 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
21010         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21012 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
21014         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21015         rmail-dont-reply-to.
21017 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21019         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21020         literal blank when splitting new-header-values.
21022 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
21024         * calendar/cal-menu.el (cal-menu-update): Add separator as a
21025         string so that tmm doesn't create a completion entry for it.
21027         * textmodes/table.el (table-disable-menu): Ditto.
21029 2005-05-21  Richard M. Stallman  <rms@gnu.org>
21031         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21033         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21035         * net/rcompile.el (remote-compile): Use compilation-start.
21037         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21039 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
21041         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21042         Default to makefile-bsdmake-mode on BSD systems.
21044         * imenu.el (imenu-generic-expression, imenu--generic-function'):
21045         REGEXP may also be a search function now.  The part of doc-string
21046         for describing the structure was 95% identical to that of
21047         `imenu--generic-function'.  Unify it there.
21049         * progmodes/make-mode.el (makefile-imenu-generic-expression):
21050         Use function to find dependencies, because regexp alone is so complex,
21051         it easily goes into an endless loop.
21052         (makefile-makepp-mode): Also add submenu for Perl functions
21053         defined in the makefile.
21054         (makefile-bsdmake-mode): Special imenu-generic-expression no
21055         longer needed, due to function call.
21056         (makefile-match-dependency): Take BOUND into account when checking
21057         if we're through.
21059 2005-05-20  Jay Belanger  <belanger@truman.edu>
21061         * calc/calc-units.el (calc-invalidate-units-table):
21062         Use inhibit-read-only.
21063         (math-build-units-table-buffer): Use view-mode.
21065 2005-05-20  David Kastrup  <dak@gnu.org>
21067         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21068         easy-menu-add is not a nop on Emacs; and clarify when to call it.
21070 2005-05-20  Lute Kamstra  <lute@gnu.org>
21072         * diff-mode.el (diff-header-face, diff-file-header-face)
21073         (diff-index-face, diff-hunk-header-face, diff-removed-face)
21074         (diff-added-face, diff-changed-face, diff-function-face)
21075         (diff-context-face, diff-nonexistent-face): Put them in the
21076         diff-mode customization group.
21078 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21080         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21082         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21084         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21085         Minor regexp-optimization.
21087 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
21089         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21090         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21091         (org-agenda-add-time-grid-maybe): New function.
21092         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21093         (org-table-create): `dotimes' instead of `mapcar'.
21094         (org-xor): Simplify implementation.
21095         (org-agenda): `inhibit-redisplay' turned on.
21096         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21097         a consistent line after a state change.
21098         (org-agenda-remove-times-when-in-prefix): New option.
21099         (org-prefix-has-time): New variable.
21100         (org-parse-time-string): Optional argument NODEFAULT.
21101         (org-format-agenda-item): Parse items for time-of-day
21102         specifications and move these into the prefix if possible.
21103         (org-agenda-priority): Get current heading, not previous heading
21104         during agenda remote editing.
21106 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
21108         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21109         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21110         (remove-duplicates, delete-duplicates, substitute)
21111         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21112         (nsubstitute-if-not, find, find-if, find-if-not, position)
21113         (position-if, position-if-not, count, count-if, count-if-not)
21114         (mismatch, search, sort*, stable-sort, merge, member*)
21115         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21116         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21117         (intersection, nintersection, set-difference, nset-difference)
21118         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21119         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21120         (nsublis, tree-equal): Improve argument/docstring consistency.
21122         * subr.el (send-string, send-region): Remove obsolescence declaration.
21123         (window-dot, set-window-dot, read-input, show-buffer)
21124         (eval-current-buffer, string-to-int):
21125         Add release number to obsolescence declarations.
21127 2005-05-19  Kim F. Storm  <storm@cua.dk>
21129         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21130         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21132 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
21134         * faces.el (list-faces-display): Make back button respect optional
21135         regexp arg.
21137 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
21139         * calculator.el (calculator-radix-grouping-mode)
21140         (calculator-radix-grouping-digits, calculator-displayer)
21141         (calculator-radix-grouping-separator, calculator-copy-displayer):
21142         * dabbrev.el (dabbrev-search-these-buffers-only):
21143         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21144         (diff-advance-after-apply-hunk, diff-mode-hook)
21145         (diff-minor-mode-prefix):
21146         * imenu.el (imenu-use-popup-menu):
21147         * jit-lock.el (jit-lock-context-time):
21148         * newcomment.el (comment-fill-column, comment-column)
21149         (comment-style, comment-padding, comment-multi-line)
21150         (comment-empty-lines, comment-auto-fill-only-comments):
21151         * reveal.el (reveal-around-mark):
21152         * uniquify.el (uniquify-buffer-name-style)
21153         (uniquify-after-kill-buffer-p)
21154         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21155         (uniquify-min-dir-content, uniquify-separator)
21156         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21157         * w32-vars.el (w32-fixed-font-alist):
21158         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21159         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21160         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21161         * progmodes/perl-mode.el (perl-indent-level)
21162         (perl-continued-statement-offset, perl-continued-brace-offset)
21163         (perl-brace-offset, perl-brace-imaginary-offset)
21164         (perl-label-offset, perl-indent-continued-arguments)
21165         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21166         * progmodes/tcl.el (tcl-indent-level)
21167         (tcl-continued-indent-level, tcl-auto-newline)
21168         (tcl-tab-always-indent, tcl-electric-hash-style)
21169         (tcl-help-directory-list, tcl-use-smart-word-finder)
21170         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21171         (inferior-tcl-source-command):
21172         * textmodes/fill.el (enable-kinsoku):
21173         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21174         * textmodes/table.el (table-yank-handler):
21175         Specify missing group (and type, if simple) in defcustom.
21177 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
21179         * progmodes/compile.el (compilation-finish-function): Fix defvar.
21181 2005-05-19  Richard M. Stallman  <rms@gnu.org>
21183         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21185         * subr.el (event-basic-type): Don't get an error.
21186         (left-fringe-p): Function deleted.
21188         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21189         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21191         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21192         in recursive copy.
21194         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21196         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21198         * emacs-lisp/bytecomp.el
21199         (byte-compile-file-form-custom-declare-variable):
21200         Call byte-compile-nogroup-warn if appropriate.
21202         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21203         (compilation-set-window): Don't call left-fringe-p; do it directly.
21205 2005-05-19  Jay Belanger  <belanger@truman.edu>
21207         * calc/calc-graph.el (calc-graph-format-data): Make sure
21208         var-PlotRejects is bound before trying to check its value.
21210 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
21212         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21213         definition of this variable from reftex-global.el to reftex.el,
21214         because it is needed in the menu.
21216 2005-05-19  Lute Kamstra  <lute@gnu.org>
21218         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21219         years are fixed.  Don't insert a space after a dash.
21221 2005-05-19  Kim F. Storm  <storm@cua.dk>
21223         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21225 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
21227         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21228         strings, because (eq ... ?\\) is fairly frequent.
21230         * progmodes/make-mode.el (makefile-add-this-line-targets):
21231         Simplify and integrate into `makefile-pickup-targets'.
21232         (makefile-add-this-line-macro): Simplify and integrate into
21233         `makefile-pickup-macros.
21234         (makefile-pickup-filenames-as-targets): Simplify.
21235         (makefile-previous-dependency, makefile-match-dependency):
21236         Don't stumble over `::'.
21238 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
21240         * subr.el (post-command-idle-hook, post-command-idle-delay):
21241         Remove obsoletion of post-command-idle-hook and
21242         post-command-idle-delay.
21244         * faces.el (list-faces-display): Provide button when describe-face
21245         is called to take user back to the list of faces.
21247         * help-fns.el (describe-variable): Remove hyperlinks in a
21248         variable's value as these are quite frequently inappropriate.
21250         * follow.el (follow-submit-feedback, follow-mode):
21251         Remove references to post-command-idle-hook.
21253 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
21255         * progmodes/make-mode.el (makefile-previous-dependency)
21256         (makefile-match-dependency): Check for := (and in bsd mode also
21257         !=) to give a better result, even when font-lock is not on.
21259 2005-05-18  Jay Belanger  <belanger@truman.edu>
21261         * calc/calc-help.el (calc-s-prefix-help):
21262         Add `calc-copy-special-constant' to help string.
21264 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
21266         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21268 2005-05-18  Jay Belanger  <belanger@truman.edu>
21270         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21271         in linear factors are in proper order.
21273 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
21275         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21276         Support for jurabib.
21278         * textmodes/reftex.el (featurep): Define aliases for overlay
21279         commands, for XEmacs compatibility, and use these aliases in
21280         overlay initializations.
21281         (reftex-highlight): Use `reftex-move-overlay'.
21282         (reftex-unhighlight): Use `reftex-delete-overlay'.
21283         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
21284         (reftex-access-search-path): Use `reftex-uniquify' instead of
21285         `reftex-uniq'
21287         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21288         `before-string' property modification enables for Emacs as well.
21289         (reftex-select-item): Use `reftex-delete-overlay'.
21290         (reftex-select-mark): Use `reftex-make-overlay' and
21291         `reftex-overlay-put'.
21292         (reftex-select-unmark): Use `reftex-delete-overlay' and
21293         `reftex-overlay-put'.
21295 2005-05-18  Lute Kamstra  <lute@gnu.org>
21297         * emacs-lisp/lisp.el (check-parens): Fix docstring.
21299 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
21301         * add-log.el (add-change-log-entry):
21302         * array.el (array-make-template, array-reconfigure-rows)
21303         (array-init-max-row, array-init-max-column)
21304         (array-init-columns-per-line, array-init-field-width):
21305         * replace.el (replace-match-maybe-edit, perform-replace):
21306         * textmodes/spell.el (spell-region):
21307         Replace `read-input' by `read-string'.
21309         * forms.el (forms-mode):
21310         * finder.el (finder-compile-keywords):
21311         * shadowfile.el (shadow-read-files):
21312         Replace `eval-current-buffer' by `eval-buffer'.
21314         * terminal.el (te-pass-through):
21315         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21316         (ange-ftp-raw-send-cmd):
21317         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21318         (send-process-next-char, telnet-initial-filter, telnet):
21319         Replace `send-string' by `process-send-string'.
21321         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21322         (prolog-consult-region): Replace `send-string' by
21323         `process-send-string'; replace `send-region' by `process-send-region'.
21325         * progmodes/delphi.el (delphi-log-msg):
21326         Replace `set-window-dot' by `set-window-point'.
21328         * subr.el (window-dot, set-window-dot, read-input, send-string)
21329         (send-region, show-buffer, eval-current-buffer):
21330         Make really obsolete, as the comment says.
21332 2005-05-17  Kim F. Storm  <storm@cua.dk>
21334         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21335         (cua--init-keymaps): Bind C-return instead of S-return to set
21336         rectangle mark.
21338         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21339         instead of S-return to toggle/clear rectangle mark.
21341 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
21343         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21344         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21345         Also fontify plain strings assigned to variables, mostly so that a
21346         colon has a face and is thus not taken as a dependency separator.
21347         (makefile-previous-dependency): Inline the new matcher, because it
21348         is too complex to work in both directions.
21349         (makefile-match-dependency): Eliminate `backward' arg (see above).
21350         Completely reimplemented so as to not sometimes go into an endless
21351         loop.  It should also be more efficient, because first it only
21352         searches for `:', instead of applying the very complex regexp.
21353         (makefile-mode): Cancel `font-lock-support-mode', because blocks
21354         to be fontified in one piece can be too long for JIT.
21355         Makefiles are never *that* big.
21357 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
21359         * dired.el (dired-mode): Simplify.
21361 2005-05-17  Lute Kamstra  <lute@gnu.org>
21363         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21364         defcustom for the mode hook variable.
21366         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21367         Emacs Lisp Reference Manual.
21369 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
21371         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21372         (evenp, list*):
21373         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21374         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21376         * net/tramp-smb.el (tramp-smb-open-connection):
21377         Pass `tramp-chunksize' as fifth (required) argument.
21379 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
21381         * font-lock.el (lisp-font-lock-keywords-1):
21382         Set `font-lock-negation-char-face' for [^...] char group.
21383         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21385         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21386         a var, and refine it to mask one more level of nested vars.
21387         (makefile-rule-action-regex): Turn it into a var, and refine it so
21388         it recognizes backslashed continuation lines as belonging to the
21389         same command.
21390         (makefile-macroassign-regex): Refine it so it recognizes
21391         backslashed continuation lines as belonging to the same command.
21392         (makefile-var-use-regex): Don't look at the next char, because it
21393         might be the same one to be skipped by the initial [^$], leading
21394         to an overlooked variable use.
21395         (makefile-make-font-lock-keywords): Remove two parameters, which
21396         are now variables that some of the modes set locally.
21397         Handle dependency and rule action matching through functions, because
21398         regexps alone match too often.  Dependency matching now comes
21399         last, so it can check, whether a colon already matched something else.
21400         (makefile-mode): Inform that font-lock improves makefile parsing
21401         capabilities.
21402         (makefile-match-dependency, makefile-match-action): New functions.
21404 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
21406         * emacs-lisp/cl-extra.el (equalp): Doc fix.
21408         * align.el (align-regexp):
21409         * ansi-color.el (ansi-color-get-face):
21410         * array.el (array-reconfigure-rows, array-init-max-row)
21411         (array-init-max-column, array-init-columns-per-line)
21412         (array-init-field-width):
21413         * dired-aux.el (dired-trample-file-versions):
21414         * dired-x.el (dired-mark-sexp):
21415         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21416         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21417         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21418         * faces.el (face-read-integer):
21419         * files.el (backup-extract-version, insert-directory):
21420         * hexl.el (hexl-insert-decimal-char):
21421         * server.el (server-process-filter):
21422         * shell.el (shell-extract-num):
21423         * startup.el (command-line-1):
21424         * term.el (term-command-hook):
21425         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21426         (time-stamp-do-number):
21427         * time.el (display-time-update):
21428         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21429         (timezone-fix-time):
21430         * vms-patch.el (vms-suspend-resume-hook):
21431         * calendar/appt.el (appt-convert-time):
21432         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21433         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21434         * calendar/cal-islam.el (mark-islamic-diary-entries):
21435         * calendar/calendar.el (calendar-cursor-to-date)
21436         (calendar-star-date):
21437         * calendar/diary-lib.el (diary-attrtype-convert)
21438         (mark-diary-entries, diary-entry-time):
21439         * calendar/solar.el (solar-get-number):
21440         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21441         * emacs-lisp/re-builder.el (reb-display-subexp):
21442         * emulation/edt.el (edt-set-scroll-margins):
21443         * emulation/tpu-extras.el (tpu-set-scroll-margins):
21444         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21445         (vip-get-ex-count):
21446         * emulation/viper-ex.el (viper-get-ex-token)
21447         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21448         * international/fontset.el (fontset-plain-name):
21449         * mail/feedmail.el (feedmail-look-at-queue-directory):
21450         * mail/mailalias.el (mail-get-names):
21451         * mail/rmail.el (rmail-convert-to-babyl-format):
21452         * mail/rmailsum.el (rmail-make-basic-summary-line)
21453         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21454         (rmail-summary-goto-msg):
21455         * mail/smtpmail.el (smtpmail-read-response):
21456         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21457         (ange-ftp-vms-add-file-entry):
21458         * play/gametree.el (gametree-looking-at-ply)
21459         (gametree-current-branch-score):
21460         * progmodes/ada-xref.el (ada-prj-find-prj-file)
21461         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21462         * progmodes/cperl-mode.el (condition-case):
21463         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21464         (ebrowse-set-member-buffer-column-width)
21465         (ebrowse-select-1st-to-9nth):
21466         * progmodes/etags.el (etags-snarf-tag):
21467         * progmodes/flymake.el (flymake-parse-line):
21468         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21469         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21470         (idlwave-shell-menu-def):
21471         * progmodes/ps-mode.el (ps-run-goto-error):
21472         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21473         (vhdl-speedbar-contract-level):
21474         * term/mac-win.el (x-handle-numeric-switch):
21475         * term/sun-mouse.el (sun-get-frame-data):
21476         * term/w32-win.el (x-handle-numeric-switch):
21477         * term/x-win.el (x-handle-numeric-switch):
21478         * textmodes/ispell.el (ispell-parse-output):
21479         * textmodes/nroff-mode.el (nroff-outline-level):
21480         * textmodes/reftex-cite.el (reftex-bib-sort-year)
21481         (reftex-bib-sort-year-reverse, reftex-format-citation):
21482         * textmodes/reftex-parse.el (reftex-init-section-numbers)
21483         (reftex-section-number):
21484         * textmodes/texinfmt.el (texinfo-paragraphindent):
21485         Replace `string-to-int' by `string-to-number'.
21487         * international/latexenc.el: Add page marker to force the "Local
21488         Variables:" string out of the last page.
21490 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21492         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21493         tooltip-change-major-mode.
21494         (gud-tooltip-print-command): Remove case where gud-minor-mode
21495         is gdb ("--fullname").
21496         (gud-tooltip-tips): Turn GUD tooltips off for this case and
21497         explain to user.
21499 2005-05-16  Jay Belanger  <belanger@truman.edu>
21501         * calc/calc-store.el (calc-copy-special-constant): New function.
21503         * calc/calc-ext.el (calc-init-extensions): Add binding for
21504         `calc-copy-special-constant'.
21506         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21507         for the `calc-copy-special-constant' command.
21509 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21511         * subr.el (left-fringe-p): New function.
21513         * progmodes/compile.el (compilation-setup): Set local value of
21514         overlay-arrow-string to "" always.
21515         (compilation-set-window): Left fringe then don't scroll.
21516         No left fringe then no arrow and scroll message to top.
21517         (compilation-context-lines): Adjust doc string accordingly.
21519 2005-05-16  Kim F. Storm  <storm@cua.dk>
21521         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21522         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21523         (ido-wide-find-dir-or-delete-dir): New command for M-d.
21524         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
21525         (ido-read-file-name): Handle commands with ido property value
21526         equal to find-file as reading a file name, to allow C-d to enter dired.
21527         (ibuffer-find-file): Add ido property with value find-file.
21529 2005-05-15  Kim F. Storm  <storm@cua.dk>
21531         * subr.el (open-network-stream-nowait): Remove.
21532         (open-network-stream-server): Remove.
21534 2005-05-15  Richard M. Stallman  <rms@gnu.org>
21536         * faces.el (describe-face): Output a definition link button.
21538         * help-mode.el (help-face-def): New button type.
21540         * emacs-lisp/copyright.el (copyright-fix-years):
21541         Match properly if the first year is 2-digit.
21542         Don't mess up the whitespace after the years by filling.
21544         * dired-aux.el (dired-mark-confirm):
21545         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21547         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21548         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21549         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21551         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21552         Set font-lock-comment-start-skip.
21554         * font-lock.el (font-lock-comment-start-skip): New variable.
21555         (font-lock-comment-end-skip): New variable.
21556         (font-lock-fontify-syntactically-region): Use them if non-nil.
21558 2005-05-15  Jay Belanger  <belanger@truman.edu>
21560         * calc/calc-store.el (calc-store-value): Return a string rather
21561         than display it as a message.
21562         Use calc-var-name for variable name.
21563         (calc-store-into): Add the result of calc-store-value to message.
21564         (calc-copy-variable): Add a message.
21565         (calc-store-exchange): Improve error messages.
21566         (calc-store-binary, calc-store-map): Don't reset the values of
21567         special constants.
21569 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
21571         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21572         manual to docstring.
21574         * files.el (hack-local-variables-confirm): Add STRING argument.
21575         Make the function handle non file visiting buffers correctly.
21576         (hack-local-variables-prop-line, hack-local-variables)
21577         (hack-one-local-variable): Use STRING arg of
21578         `hack-local-variables-confirm'.
21580 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
21582         Sync with Tramp 2.0.49.
21584         * net/tramp.el (tramp-handle-dired-call-process)
21585         (tramp-handle-insert-directory):`insert-buffer' cannot be used
21586         because the contents of the Tramp buffer is changed before
21587         insertion (`expand-file' and alike).
21588         (tramp-handle-insert-directory): If `localname' has an empty
21589         nondirectory name, it must not be quoted.
21590         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
21591         variable `tramp-chunksize'.  Change callees.
21592         (tramp-open-connection-setup-interactive-shell): Check remote host
21593         for buggy `send-process-string' implementation.
21594         Set `tramp-chunksize' if found.  Reported by Michael Kifer
21595         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21596         (tramp-handle-shell-command): `insert-buffer' cannot be used
21597         because the contents of the Tramp buffer is changed before
21598         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21599         <frederic.bothamy@free.fr>.
21600         (tramp-set-auto-save): Actions should be done for Tramp file name
21601         handler only.  Ange-FTP has its own auto-save mechanism.
21602         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21603         (tramp-set-auto-save-file-modes): Set file modes of
21604         `buffer-auto-save-file-name' to ?\600 as fallback solution.
21605         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21606         (tramp-bug): Remove obsolete variable.
21607         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
21608         for presence of `mml-mode'.  Make it running for older Emacsen as well.
21610 2005-05-14  John Paul Wallington  <jpw@pobox.com>
21612         * ibuf-ext.el (define-ibuffer-filter filename):
21613         If `dired-directory' is a list, use its car.
21615 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
21617         * ibuffer.el (define-ibuffer-column filename):
21618         If `dired-directory' is a list, use its car.
21620 2005-05-14  Richard M. Stallman  <rms@gnu.org>
21622         * subr.el (symbol-file): Doc fix.
21624         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21625         (byte-compile-form): Call byte-compile-nogroup-warn.
21626         (byte-compile-warning-types): Doc fix.
21628         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21630         * progmodes/cc-engine.el (c-literal-faces):
21631         Add font-lock-comment-delimiter-face.
21633         * net/net-utils.el (dig): Use with-no-warnings.
21635         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21636         (sc-recite-frame-alist, sc-default-cite-frame)
21637         (sc-default-uncite-frame, sc-default-recite-frame)
21638         (sc-attrib-selection-list, sc-rewrite-header-list):
21639         Mark as risky-local-variable.
21641         * international/ogonek.el (ogonek-jak, ogonek-how):
21642         Don't use beginning-of-buffer.
21644         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21646         * calendar/solar.el (solar-data-list): Move definition up.
21648         * dnd.el (dnd-protocol-alist): Add autoload.
21650         * progmodes/sh-script.el: Many doc usage fixes.
21651         (sh-indent-after-do): Change default to match common styles.
21653 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
21655         * files.el (interpreter-mode-alist)
21656         (auto-mode-interpreter-regexp): Doc fixes.
21658 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
21660         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21662         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21664 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21666         * dired.el (dired-mode): make-variable-buffer-local =>
21667         make-local-variable.
21669 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21671         * term/mac-win.el (mac-select-convert-to-string): Try coding
21672         systems in mac-script-code-coding-systems if specified one cannot
21673         encode string for `com.apple.traditional-mac-plain-text'.
21675 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
21677         * progmodes/make-mode.el (makefile-targets-face)
21678         (makefile-shell-face, makefile-makepp-perl-face): New faces.
21679         (makefile-dependency-regex): Fix it to not make the colon in
21680         $(var:a=b) special.
21681         (makefile-rule-action-regex): New regexp for highlighting embedded
21682         Shell strings.
21683         (makefile-macroassign-regex): Handle != for highlighting as
21684         embedded Shell strings.
21685         (makefile-var-use-regex): New const.
21686         (makefile-statements, makefile-automake-statements)
21687         (makefile-gmake-statements, makefile-makepp-statements)
21688         (makefile-bsdmake-statements): New consts.
21689         (makefile-make-font-lock-keywords): New function.
21690         (makefile-automake-font-lock-keywords)
21691         (makefile-gmake-font-lock-keywords)
21692         (makefile-makepp-font-lock-keywords)
21693         (makefile-bsdmake-font-lock-keywords): New consts.
21694         (makefile-mode-map): Add switchers between the various submodes.
21695         (makefile-mode): Document the availability of the variants.
21696         (makefile-automake-mode, makefile-gmake-mode)
21697         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21699         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21700         new variants of makefile-mode.
21702 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21704         * font-lock.el (font-lock-comment-delimiter-face): Fix up
21705         the inheritance.
21707 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
21709         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21710         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21712         * files.el (normal-mode): Extend the scope of the
21713         `enable-local-variables' binding to include the `set-auto-mode' call.
21714         (magic-mode-alist): Doc fix.
21716 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21718         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21719         font-lock-comment-face rather than copying its setting.
21721 2005-05-12  Andreas Schwab  <schwab@suse.de>
21723         * eshell/esh-mode.el (eshell-send-input): Doc fix.
21725 2005-05-12  Lute Kamstra  <lute@gnu.org>
21727         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21728         defcustom for the mode hook variable.  Delete the last argument.
21729         * generic-x.el: Fix callers of define-generic-mode.
21730         (generic-x-modes): Delete group.
21731         (show-tabs-tab-face, show-tabs-space-face): Put them in the
21732         generic-x customization group.
21734 2005-05-12  Kim F. Storm  <storm@cua.dk>
21736         * font-lock.el (font-lock-negation-char-face): Default to "off".
21738         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21739         font-lock-negation-char-face to ! in !=.
21741 2005-05-12  Masatake YAMATO  <jet@gyve.org>
21743         * add-log.el (find-change-log): Fix typos in the docstring
21744         of function.
21746 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21748         * international/latexenc.el (latexenc-find-file-coding-system):
21749         Avoid `re-search-forward' when looking for input encoding because
21750         of speed and safety.  Better regular expressions for recognizing
21751         input encoding.  Limit a search for TeX-master/tex-main-file to
21752         the local variable section.
21754 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
21756         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21757         syntax of $ to "'" (quote).
21759 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
21761         * dnd.el (dnd-protocol-alist): Improve custom type.
21763         * dired.el (dired-dnd-protocol-alist): New variable.
21764         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
21765         `dired-mode-hook' to the end.
21767 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21769         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21770         comment-end if comment-start-skip is not set.
21771         Obey the font-lock-comment-delimiter-face variables.
21773 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21775         * files.el (executable-find): Move from executable.el.  Use
21776         locate-file.
21777         * progmodes/executable.el (executable-find): Move to files.el.
21779         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21780         when trying to ensure forward progress.
21782 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
21784         * mouse-sel.el (mouse-sel-follow-link-p): New function.
21785         (mouse-select, mouse-select-internal, mouse-extend-internal):
21786         Use it to implement mouse-1-click-follows-link functionality.
21788 2005-05-11  Richard M. Stallman  <rms@gnu.org>
21790         * font-lock.el (font-lock-fontify-syntactically-region):
21791         Use font-lock-comment-delimiter-face for comment delimiters.
21793 2005-05-10  Jay Belanger  <belanger@truman.edu>
21795         * calc/calc-help.el (calc-m-prefix-help): Add mention of
21796         preserving embedded modes.
21798 2005-05-10  Richard M. Stallman  <rms@gnu.org>
21800         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21802         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21803         Move from ada-stmt.el.
21804         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21806         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21807         Move to ada-mode.el.
21808         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21810         * cus-edit.el (custom-file): Call file-chase-links.
21812         * files.el (read-directory-name): Fix previous change.
21813         (hack-local-variables-confirm): New function.
21814         (hack-local-variables-prop-line, hack-local-variables)
21815         (hack-one-local-variable): Use it.
21817 2005-05-10  Lute Kamstra  <lute@gnu.org>
21819         * font-lock.el (font-lock-keywords-alist)
21820         (font-lock-removed-keywords-alist): Clarify docstrings.
21822 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
21824         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21825         (gdb-source-info): Check for preprocessor info.
21826         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
21827         a macro for a function.
21828         (gdb-info-breakpoints-custom): Try to find file again if not already
21829         found (user might have used GDB dir command).
21830         (gdb-get-location): Update gdb-location-alist correctly for change
21831         to gdb-info-breakpoints-custom.
21833         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21834         (gud-tooltip-print-command): Add gdbmi case.
21835         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21836         preprocessor info.
21838 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
21840         * startup.el (fancy-splash-insert): Fix typo in doc string.
21842 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
21844         * obsolete/float.el (string-to-float):
21845         * obsolete/hilit19.el (hilit-add-pattern):
21846         * obsolete/rnews.el (news-parse-range, news-select-message)
21847         (news-get-pruned-list-of-files): Replace `string-to-int' by
21848         `string-to-number'.
21850         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21851         `find-file-not-found-hooks'; use `add-hook'.
21852         (uncompress-while-visiting): Set `write-file-functions', not
21853         `write-file-hooks'; use `add-hook'.
21855 2005-05-09  Kim F. Storm  <storm@cua.dk>
21857         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21858         (cua-paste): Handle clipboard action.
21859         (cua--init-keymaps): Remap clipboard-kill-region and
21860         clipboard-kill-ring-save.
21862 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
21864         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21865         Improve commentary.
21867         * simple.el (next-error-overlay-arrow-position): Revert the change
21868         made on 2005-04-30.
21870 2005-05-07  Jay Belanger  <belanger@truman.edu>
21872         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21873         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21874         `calc-sel-reselect'.
21876         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21877         Calc is in embedded mode.
21879 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21881         * progmodes/compile.el (compilation-setup):
21882         Set overlay-arrow-string to an empty string on text terminals.
21884         * textmodes/ispell.el (ispell-program-name): Try looking for
21885         "aspell" along exec-path, and if found, use it as the default
21886         speller program.
21888 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
21890         * international/mule.el (sgml-xml-auto-coding-function):
21891         Recognize encoding='FOO' in single quotes as well as in double quotes.
21893 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21895         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21896         as well as `interactive', so that defmacro* would recognize
21897         `declare' forms.
21899 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21901         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21902         Explain more about the LIGHTER arg's usage in the doc string.
21903         Add commentary to clarify what the code does.  Fix the regexp that
21904         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
21905         since it could have characters special to regular expressions.
21907 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21909         * replace.el (occur-1): Bind inhibit-read-only so that
21910         erase-buffer doesn't barf on read-only text properties (likewise
21911         for add-text-properties in occur-engine).  Mark buffer as unmodified.
21912         (occur-engine): Don't set buffer-read-only here.
21914 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21916         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21917         list-buffers-directory.  This caused the *cvs-commit* buffer to be
21918         sometimes mistakenly reused as a *cvs* buffer.
21920 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
21922         * tooltip.el: Move code for GUD tooltips into gud.el.
21923         (require): CL no longer needed to compile case.
21924         (tooltip-mode): Do not toggle functions for GUD tooltips.
21925         (tooltip-gud-tips-p): Remove.  Replace with minor mode
21926         gud-tooltip-mode in gud.el.
21927         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21928         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21929         tooltip-gud prefix with gud-tooltip and obsolete.
21930         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21931         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21932         (tooltip-mouse-motion): Mouse movement functions/variable.
21933         Rename in gud.el by adding gud prefix.
21934         (tooltip-gud-original-filter, tooltip-gud-dereference)
21935         (tooltip-gud-event, tooltip-toggle-gud-tips)
21936         (tooltip-gud-process-output, tooltip-gud-print-command)
21937         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
21938         gud.el by replacing tooltip-gud prefix with gud-tooltip.
21939         (gdb-tooltip-print): Move to gdb-ui.el.
21941         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21942         (require): CL needed to compile case.
21943         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21944         tooltip-gud-tips-p.  Make it a minor-mode.
21945         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21946         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21947         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21948         (gud-tooltip-change-major-mode)
21949         (gud-tooltip-activate-mouse-motions-if-enabled)
21950         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21951         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21952         (gud-tooltip-original-filter, gud-tooltip-dereference)
21953         (gud-tooltip-event, tooltip-toggle-gud-tips)
21954         (gud-tooltip-process-output, gud-tooltip-print-command)
21955         (gud-tooltip-tips): Move from tooltip.el.
21957         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21958         (gdb-cpp-define-alist-flags): Doc fix.
21959         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21960         gud-tooltip-mode is t.
21962 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21964         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21965         evaporate if their text is deleted.
21966         (goto-address-at-point): Make it work as a mouse binding as well.
21967         (goto-address-at-mouse): Obsolete it.  Update users.
21969 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
21971         * calendar/appt.el (top-level): No longer activate on load.
21973 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
21975         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21976         * net/webjump.el (webjump):
21977         * progmodes/idlw-help.el (idlwave-do-context-help1)
21978         (idlwave-highlight-linked-completions):
21979         * textmodes/po.el (po-find-file-coding-system-guts):
21980         Replace `assoc-ignore-case' by `assoc-string'.
21982 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
21984         * files.el (locate-file): Doc fix.
21986         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21987         Remove the redundant test for ms-dos.
21989         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21990         look for the preprocessor with exec-suffixes.  If not found in
21991         standard places, look in exec-path.  Remove most of the tests that
21992         used system-type.
21994         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21996         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21998         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21999         file-name clash with jka-compr.el on 8+3 filesystems.
22001 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22003         * term/mac-win.el: Don't define or bind scroll bar functions if
22004         x-toolkit-scroll-bars is t.
22005         (x-select-text, x-get-selection-value): Clear
22006         x-last-selected-text-clipboard if x-select-enable-clipboard is
22007         nil.
22008         (PRIMARY): Put mac-scrap-name property.
22009         (mac-select-convert-to-file-url): New function.
22010         (public.file-url): New selection target type.  Add to
22011         selection-converter-alist.
22012         (x-get-selection, x-selection-value): Handle it.
22013         (x-cut-buffer-or-selection-value): New alias.
22015 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22017         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22018         entry to avoid calling bibtex-find-entry with arg global
22019         being t.  Remove arg key.
22020         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22021         (bibtex-copy-summary-as-kill): Change accordingly.
22023 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22025         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22026         (org-agenda-date-later): Use with-current-buffer.
22028 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
22030         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22031         (define-obsolete-variable-alias): Doc Fixes.
22033 2005-05-06  Kim F. Storm  <storm@cua.dk>
22035         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
22036         vertical-motion when selective-display is active.
22038         * ido.el (ido-setup-hook): New hook.
22039         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22040         (ido-input-stack): New var.
22041         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
22042         ido-next-work-file binding to M-O.
22043         Bind M-f to ido-wide-find-file-or-pop-dir.
22044         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22045         (ido-read-internal): Run ido-setup-hook.
22046         Catch quit in read-file-name and read-string to cancel edit.
22047         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22048         Automatically pop-all when completing a directory name (RET).
22049         (ido-file-internal): Add with-no-warnings around ffap and dired code.
22050         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22051         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22052         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22053         New functions for M-b/M-f to move among the directory components.
22054         (ido-make-merged-file-list): Catch quit to cancel merge.
22055         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22056         (ido-completion-help): No warnings for ido-completion-buffer-full.
22058 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
22060         * font-lock.el (font-lock-negation-char-face): New face and variable.
22061         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22062         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22063         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22064         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22066 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
22068         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22069         Fix typo in docstring.
22071         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22072         (ebrowse-print-statistics-line)
22073         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22075         * term/w32-win.el (image-library-alist): Add additional name for
22076         Xpm library.
22078 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
22080         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22081         use gcc instead of cpp.
22083         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22084         (gdb-create-define-alist): Use it.
22085         (gdb-cpp-define-alist-program): Update for MS-DOS.
22087 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
22089         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22091 2005-05-04  Richard M. Stallman  <rms@gnu.org>
22093         * help.el (describe-key): No error when UNTRANSLATED is nil.
22095         * simple.el (line-move-1): Fix previous change to signal errors
22096         appropriately.
22098 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
22100         * calendar/icalendar.el (icalendar-version): Now at 0.12.
22101         (icalendar-duration-correction): Remove.
22102         (icalendar--get-event-properties): Split result at commas.
22103         (icalendar--decode-isoduration): New optional argument
22104         DURATION-CORRECTION.
22105         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22106         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22107         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22108         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22109         (icalendar--convert-anniversary-to-ical): New functions, extracted
22110         from icalendar-export-region, with bug fixes.
22111         (icalendar-export-region): Use the above functions.
22112         (icalendar-import-buffer): Check before saving diary file.
22113         (icalendar--convert-recurring-to-diary)
22114         (icalendar--convert-non-recurring-all-day-to-diary)
22115         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22116         extracted from icalendar--convert-ical-to-diary, with bug fixes.
22117         (icalendar--convert-ical-to-diary): Use the above functions.
22119 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
22121         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22122         Remove these recent additions.
22123         (c-mode): Restore to before 2005-04-28.
22125         * progmodes/cc-vars.el (cc-define-list-program): Remove this
22126         recent addition.
22128         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22129         (gdb-define-alist): New variables.
22130         (gdb-create-define-alist): New function.
22131         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22132         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22133         with string-to-number.
22134         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
22136         * progmodes/gud.el: Replace string-to-int with string-to-number.
22137         (gud-find-file): Handle gdb-define-alist.
22139         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22141 2005-05-02  Jay Belanger  <belanger@truman.edu>
22143         * calc/calc-aent.el (math-read-token):
22144         * calc/calc-bin.el (calc-word-size):
22145         * calc/calc-ext.el (calc-read-number-fancy):
22146         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22147         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22148         * calc/calc-frac.el (calc-over-notation):
22149         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22150         (calc-graph-num-points, calc-graph-init):
22151         * calc/calc-prog.el (calc-read-parse-table-part)
22152         (calc-edit-macro-repeats):
22153         * calc/calc-yank.el (calc-do-grab-rectangle):
22154         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22155         Replace `string-to-int' by `string-to-number'.
22157 2005-05-02  Kim F. Storm  <storm@cua.dk>
22159         * kmacro.el: Use executing-kbd-macro-index variable.
22161 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
22163         * net/rlogin.el (rlogin-parse-words): Delete func.
22164         (rlogin): Use split-string, not rlogin-parse-words.
22165         Also, if there are option-like elements in the parsed args,
22166         take the host to be the first arg immediately following them.
22167         Suggested by Michael Mauger.
22169 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22171         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22173 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22175         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22176         (cc-mode-cpp-program): Rename to cc-define-list-program and
22177         move to cc-vars.el.
22179         * progmodes/cc-vars.el (cc-define-list-program):
22180         Change to "gcc -E -dM -".  Make customizable.
22182 2005-05-02  Kim F. Storm  <storm@cua.dk>
22184         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22186 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22188         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22190         * international/mule-util.el (truncate-string): Remove alias and
22191         obsolete declaration.
22193         * international/mule-cmds.el (update-iso-coding-systems):
22194         Remove alias and obsolete declaration.
22196         * international/mule.el (coding-system-parent): Remove alias and
22197         obsolete declaration.
22199         * subr.el (define-function, sref): Remove aliases and obsolete
22200         declarations.
22201         (chars-in-region): Remove obsolete declaration.
22203 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22205         * info.el (Info-mode): Set widen-automatically to nil, locally.
22207         * simple.el (widen-automatically): New variable.
22208         (pop-global-mark): Obey widen-automatically.
22210 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
22212         * term/xterm.el (function-key-map): Call substitute-key-definition
22213         before the keymap size is increased by a lot of define-key calls.
22215 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22217         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22218         Rename ARG to ELEMENT.  Doc fix.
22220 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22222         * allout.el (allout-exposure): Remove macro and obsolete declaration.
22223         Remove references to allout-exposure/change to allout-new-exposure.
22225         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22226         bytecode symbols.
22228         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22229         (compiled-function-p, focus-frame, unfocus-frame):
22230         Remove aliases and obsolete declarations.
22231         Back out inadvertent changes from previous commit.
22233 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22235         * files.el (require-final-newline): Make Custom tags consistent
22236         with mode-require-final-newline.
22237         (mode-require-final-newline): Doc fix.
22239 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22241         * international/latexenc.el (latexenc-find-file-coding-system):
22242         Fix regular expressions.
22244 2005-05-01  David Kastrup  <dak@gnu.org>
22246         * international/latexenc.el (latexenc-find-file-coding-system):
22247         Fix regular expressions.
22249 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22251         * subr.el (string-to-int): Make obsolete.
22253 2005-04-30  Richard M. Stallman  <rms@gnu.org>
22255         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22257         * loadup.el: load jka-comp-hook.
22259         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22260         (jka-compr-handler): Add autoload.  `put' calls moved
22261         to jka-comp-hook.el.
22262         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22263         (jka-compr-inhibit): Autoload.
22265         * jka-comp-hook.el: New file.
22266         Enable the mode by default.
22268         * files.el (backup-buffer-copy): Use copy-file instead
22269         of write-region, and put back the 'excl.
22271 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
22273         * progmodes/flymake.el (flymake-split-string)
22274         (flymake-split-string, flymake-log, flymake-pid-to-names)
22275         (flymake-reg-names, flymake-get-source-buffer-name)
22276         (flymake-unreg-names, flymake-add-line-err-info)
22277         (flymake-add-err-info): Clarify docstrings.
22278         (flymake-popup-menu, flymake-make-emacs-menu)
22279         (flymake-make-xemacs-menu): Add docstrings.
22280         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22281         Set variables directly throughout.
22283 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
22285         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22286         exists.  Initialize cc-define-alist.
22287         (c-mode): Add cc-create-define-alist locally to after-save-hook.
22288         If there is no file (Macroexpansion) don't create an alist.
22290 2005-04-29  Sam Steingold  <sds@gnu.org>
22292         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22293         (cc-create-define-alist): Use it instead of the hard-coded string.
22295 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22297         * international/mule-conf.el (file-coding-system-alist): Fix regexp
22298         for latexenc.
22300 2005-04-29  Lute Kamstra  <lute@gnu.org>
22302         * emacs-lisp/generic.el: Improve commentary section.
22303         (define-generic-mode): Improve docstring.
22305 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
22307         * textmodes/org.el (many places): Change to quiet the byte compiler.
22308         (org-prefix-format-compiled): New variable.
22309         (org-compile-prefix-format): New function.
22310         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22311         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22312         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22313         (org-get-entries-from-diary): Use `org-get-time-of-day' for
22314         consistency with entries from `org-mode' files.
22315         (org-get-time-of-day): Fix bug with partial matches early in a line.
22316         (org-non-link-chars): New constant.
22317         (org-link-regexp): Respect `org-non-link-chars'.
22318         (org-agenda-day-view): Remove command.
22319         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22320         (org-follow-bbdb-link, org-store-link): Search also company field.
22321         (org-highlight-overlay): New variable.
22322         (org-highlight, org-unhighlight): New functions.
22323         (org-agenda-mode): Add pre-command-hook to remove highlight.
22324         (org-evaluate-time-range): Behavior depends upon whether time stamp
22325         contains a time or not.
22326         (org-show-subtree, org-show-entry): New functions.
22327         (org-agenda-cleanup-fancy-diary): Remove empty lines.
22329 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
22331         * comint.el (comint-output-filter-functions): Add autoload cookie.
22333 2005-04-28  Kim F. Storm  <storm@cua.dk>
22335         * ido.el (ido-everywhere): Fix last change.
22337 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
22339         * international/latexenc.el: New file.
22340         * international/mule-conf.el (file-coding-system-alist): For .tex,
22341         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22343 2005-04-28  Lute Kamstra  <lute@gnu.org>
22345         * font-lock.el (font-lock-add-keywords)
22346         (font-lock-remove-keywords): Clarify docstring.
22347         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22348         Don't start docstrings with a `*'.
22349         (font-lock-update-removed-keyword-alist): Give it a docstring.
22351         * generic-x.el: Update commentary section.
22352         Only require font-lock when compiling.
22353         Define all modes conditionally.
22354         Place all generic modes in the generic-x-modes customization group.
22355         (generic-x-modes): New customization group.
22356         (generic-default-modes, generic-mswindows-modes)
22357         (generic-unix-modes, generic-other-modes): New constants.
22358         (generic-define-mswindows-modes, generic-define-unix-modes):
22359         Update docstrings.  Make them obsolete.
22360         (generic-extras-enable-list): New default value.  Update docstring.
22361         Improve :type.  Change :set function.
22362         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22363         Fix docstring.
22365         * emacs-lisp/generic.el (generic-mode-internal):
22366         Simplify font-lock-defaults.
22367         (define-generic-mode): Fix docstring.
22369 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22371         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22372         font-lock-face property to highlight matches.
22374 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
22376         * progmodes/cc-mode.el (cc-create-define-alist): New function.
22377         (cc-define-alist): New variable.
22378         (c-mode): Make it local and initialize it.
22380         * progmodes/gdb-ui.el (gdb-active-process): New variable.
22381         (gdb-exited): New function.
22382         (gdb-annotation-rules): Use it.
22383         (gdb-starting): Set gdb-active-process to t.
22384         (gdb-stopping): Amend doc string.
22385         (gdb-reset): Set gdb-active-process to nil.
22387         * tooltip.el (tooltip-gud-tips): Show the associated #define
22388         directives when a C program under GDB is not executing.
22390 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22392         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22393         font-lock-fontify-syntactic-keywords.
22395         * font-lock.el (font-lock-default-fontify-region): Don't force
22396         parse-sexp-lookup-properties to nil.
22398 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22400         * man.el (man-mode-syntax-table): Set up `:' to have
22401         word-constituent syntax.
22403 2005-04-27  Lute Kamstra  <lute@gnu.org>
22405         * novice.el (disable-command): Don't add spurious newlines to the
22406         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
22408 2005-04-26  Jay Belanger  <belanger@truman.edu>
22410         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22411         than one window before deleting window.
22413 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
22415         * shell.el (shell-prompt-pattern): Doc fix.
22416         (shell-mode): Set paragraph-separate buffer locally to "\\'".
22418         * comint.el (comint-prompt-regexp, comint-get-old-input)
22419         (comint-use-prompt-regexp)
22420         (comint-use-prompt-regexp-instead-of-fields)
22421         (comint-replace-by-expanded-history, comint-send-input)
22422         (comint-output-filter, comint-get-old-input-default)
22423         (comint-line-beginning-position, comint-bol, comint-show-output)
22424         (comint-backward-matching-input, comint-forward-matching-input)
22425         (comint-next-prompt, comint-previous-prompt):
22426         Rename `comint-use-prompt-regexp-instead-of-fields' to
22427         `comint-use-prompt-regexp'.  Keep old name as alias and declare
22428         obsolete.
22429         (comint-use-prompt-regexp): Shorten first line of doc string.
22431         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22432         Set paragraph-separate buffer locally to "\\'".
22434         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22435         Adapt to above name change.
22437         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22438         (smbclient-prompt-regexp): Ditto.
22440         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22442 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
22444         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22445         gdb-location-list.
22446         Break lines that are over 80 characters wide.
22448 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22450         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22451         New fun and var, to preserve compatibility.
22453         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22455 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
22457         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22458         name to file-newer-than-file-p.
22460 2005-04-26  Richard M. Stallman  <rms@gnu.org>
22462         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22464         * progmodes/python.el (python-mode):
22465         Use new name eldoc-documentation-function.
22467         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22469         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22470         (eldoc-documentation-function):
22471         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
22473 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
22475         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22477 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22479         * term/xterm.el (function-key-map): Fix strings for
22480         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
22481         {C,S,A,C-S}-{f1-f12}.
22483 2005-04-26  Kenichi Handa  <handa@m17n.org>
22485         * international/mule-cmds.el (select-safe-coding-system):
22486         Fix previous change.
22488 2005-04-26  Lute Kamstra  <lute@gnu.org>
22490         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22492         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22493         (font-lock-comment-delimiter-face): Ditto.
22495         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22497 2005-04-25  Jay Belanger  <belanger@truman.edu>
22499         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22500         to t while inserting information; use help-mode.
22502 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22504         * term.el (ansi-term-color-vector): Use the xterm colors.
22505         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
22507 2005-04-25  Lute Kamstra  <lute@gnu.org>
22509         * font-core.el (font-lock-defaults): Fix docstring.
22511         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22513 2005-04-25  Kenichi Handa  <handa@m17n.org>
22515         * international/mule-cmds.el (select-safe-coding-system):
22516         Don't check consistency with coding: spec, etc if raw-text or
22517         no-conversion was found to be safe.
22519 2005-04-24  Richard M. Stallman  <rms@gnu.org>
22521         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22522         citation markers at start of each line.
22524         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22525         citation markers at start of each line.
22527         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22529         * files.el (mode-require-final-newline): Fix previous change.
22530         (require-final-newline): Fix type label.
22532 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
22534         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22535         statement in buffer (broken by 2004-11-24 change).
22537 2005-04-24  Kim F. Storm  <storm@cua.dk>
22539         * ido.el (ido-everywhere): Save and restore old read-buffer-function
22540         and read-file-name-function values.  Don't overwrite existing
22541         non-nil values if ido-mode is enabled without ido-everywhere.
22543 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
22545         * files.el (mode-require-final-newline): Minor doc fix.
22547 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
22549         * subr.el (syntax-after): Doc fix.
22550         (syntax-class): If argument is nil, return nil.  Mask off upper 16
22551         bits, not 8 bits.
22553         * files.el (mode-require-final-newline): Doc fix.
22554         (backup-buffer-copy): Fix last change.
22556 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22558         * term/mac-win.el: Require select.  Set selection-coding-system to
22559         mac-system-coding-system.  Call menu-bar-enable-clipboard.
22560         (x-last-selected-text-clipboard, x-last-selected-text-primary)
22561         (x-select-enable-clipboard): New variables.
22562         (x-select-text, x-get-selection, x-selection-value)
22563         (x-get-selection-value, mac-select-convert-to-string)
22564         (mac-services-open-file, mac-services-open-selection)
22565         (mac-services-insert-text): New functions.
22566         (CLIPBOARD, FIND): Put mac-scrap-name property.
22567         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22568         (public.tiff): Put mac-ostype property.
22569         (selection-converter-alist): Add entries for them.
22570         (mac-application-menu-map): New keymap.
22571         (interprogram-cut-function, interprogram-paste-function): Set to
22572         x-select-text and x-get-selection-value, respectively.
22573         (split-window-keep-point): Set to t.
22575 2005-04-23  Richard M. Stallman  <rms@gnu.org>
22577         * files.el (read-directory-name): Always pass non-nil
22578         DEFAULT-FILENAME arg to read-file-name.
22579         (backup-buffer-copy, basic-save-buffer-2): Take care against
22580         writing thru an unexpected existing symlink.
22581         (revert-buffer): In indirect buffer, revert the base buffer.
22582         (magic-mode-alist): Doc fix.
22583         (buffer-stale-function): Doc fix.
22584         (minibuffer-with-setup-hook): Avoid warning.
22585         (mode-require-final-newline): Doc and custom fix.
22587         * follow.el (follow-end-of-buffer): Use with-no-warnings.
22589         * font-lock.el (font-lock-comment-face): On terminals with few colors,
22590         use the default appearance.
22591         (font-lock-comment-delimiter-face): New face, new variable.
22593         * imenu.el (imenu--generic-function): The official position of a
22594         definition is the start of the line that BEG is in.
22596         * midnight.el (midnight-timer): Move defvar up.
22598         * mouse.el (mouse-drag-region-1): Delete some debugging code.
22600         * saveplace.el (save-place-to-alist): Use with-no-warnings.
22602         * startup.el (command-line): Use with-no-warnings.
22604         * window.el (window-size-fixed): New defvar.
22606         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22608         * mail/rmail.el (rmail-font-lock-keywords):
22609         Use font-lock-comment-delimiter-face.
22611         * mail/sendmail.el (mail-font-lock-keywords):
22612         Use font-lock-comment-delimiter-face.
22614         * progmodes/compile.el (next-error-highlight-timer): New defvar.
22616 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22618         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22619         Specify t for LAXMATCH when matching directories.
22620         Save match data around compilation-compat-error-properties form.
22622 2005-04-23  David Kastrup  <dak@gnu.org>
22624         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22625         Mention that the autoloaded aliases should be kept for AUCTeX.
22627 2005-04-23  Andreas Schwab  <schwab@suse.de>
22629         * isearch.el (isearch-forward): Doc fix.
22631 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
22633         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22634         (jit-lock-stealth-nice): Change default value to 0.5.
22636 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22638         * abbrev.el (write-abbrev-file): Write table entries in
22639         alphabetical order by table name.
22641 2005-04-22  Kim F. Storm  <storm@cua.dk>
22643         * ido.el (ido-read-internal): Fix `list' completion.
22645 2005-04-22  Kenichi Handa  <handa@m17n.org>
22647         * recentf.el (recentf-save-file-coding-system): New variable.
22648         (recentf-save-list): Encode the file by
22649         recentf-save-file-coding-system and add coding: tag.
22651 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
22653         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22655 2005-04-21  Lute Kamstra  <lute@gnu.org>
22657         * loadhist.el (unload-feature): Don't remove a function from hooks
22658         if it is about to be restored to an autoload .  Remove functions
22659         that will become unbound from auto-mode-alist.  Simplify the code.
22661         * subr.el (assq-delete-all): New implementation that is linear,
22662         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
22663         (rassq-delete-all): New function.
22665         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22666         Add size-indication-mode.
22668 2005-04-21  Kenichi Handa  <handa@m17n.org>
22670         * international/mule-cmds.el: Add autoload for widget-value in
22671         eval-when-compile.
22673 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
22675         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22676         Add tooltip-mode.
22678         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22680 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
22682         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22683         (inferior-lisp-filter-regexp, inferior-lisp-program)
22684         (inferior-lisp-load-command, inferior-lisp-prompt)
22685         (inferior-lisp-mode-hook, lisp-source-modes)
22686         (inferior-lisp-load-hook): defvar->defcustom.
22687         (inferior-lisp-program, inferior-lisp-prompt)
22688         (inferior-lisp-load-hook): Doc fixes.
22689         (inferior-lisp-install-letter-bindings): Small change in
22690         introductory comment.
22692 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
22694         * vc.el (vc-annotate-color-map): Change some colors so that text
22695         using them as foreground is readable on both white and black
22696         backgrounds.
22698 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22700         * international/mule-conf.el (translation-table-for-input):
22701         Remove redundant declaration.
22703 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22705         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22707         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22708         (tooltip-toggle-gud-tips): New function.
22710 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22712         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22713         right angle brackets.
22715 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22717         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22719 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22721         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22722         Remove.  Update callers to use expand-file-name instead.
22724         * subr.el (syntax-class): New function.
22726         * simple.el (blink-matching-open): Use it.
22728         * paren.el (show-paren-function): Use it to recognize parens that are
22729         also used in 2-char comment markers.
22731 2005-04-19  Lute Kamstra  <lute@gnu.org>
22733         * loadhist.el (unload-feature): Update for new format of
22734         load-history.  Simplify the code.
22736 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22738         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22739         (mac-add-charset-info): New function.  Initialize variable
22740         mac-charset-info-alist using it.
22741         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22742         for translation.
22743         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22744         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22745         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22746         New CCL programs.
22748 2005-04-19  Kim F. Storm  <storm@cua.dk>
22750         * simple.el (next-buffer, prev-buffer, next-error)
22751         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22752         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22754         * bindings.el (next-buffer, prev-buffer, next-error)
22755         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22756         (clone-indirect-buffer-other-window): Move bindings from simple.el.
22757         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22758         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22760 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22762         * isearch.el (isearch-edit-string): Make the search-ring available for
22763         minibuffer history commands.
22764         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22765         the default history commands now work just as well.
22766         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22768 2005-04-18  Kim F. Storm  <storm@cua.dk>
22770         * emulation/cua-base.el (cua--pre-command-handler): Add more
22771         elaborate check for shift modifier on non-window systems.
22773 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
22775         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22777 2005-04-18  Kim F. Storm  <storm@cua.dk>
22779         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22780         and make it optional.  Don't test tooltip-gud-echo-area here.
22781         (tooltip-gud-process-output, gdb-tooltip-print):
22782         Pass tooltip-gud-echo-area to tooltip-show.
22783         (tooltip-help-tips): Remove second optional arg to tooltip-show.
22785 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22787         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22788         `display-graphic-p' may not be bound yet.
22790 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
22792         * startup.el (command-line): No longer enable Xterm Mouse mode by
22793         default in terminals compatible with xterm.
22795         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22797 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
22799         * tooltip.el (tooltip-gud-echo-area): Rename from
22800         tooltip-use-echo-area.
22801         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22802         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22803         area independently of where help tooltips are displayed.
22805 2005-04-17  David Kastrup  <dak@gnu.org>
22807         * cus-theme.el (custom-theme-write-variables): Quote variables
22808         where necessary.
22810 2005-04-17  Richard M. Stallman  <rms@gnu.org>
22812         * simple.el (yank-excluded-properties): Add follow-link to value.
22814         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22816         * startup.el (fancy-splash-max-time): Just 30 seconds.
22817         (fancy-splash-delay): Just 7.
22818         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22820         * loadhist.el (unload-feature): Update for new format of load-history.
22821         Simplify the code.
22823         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22824         (rmail-font-lock-keywords): Don't fontify the text of a citation.
22826         * mail/sendmail.el (mail-font-lock-keywords):
22827         Don't fontify subject text.
22828         Don't fontify the text of a citation.
22830 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
22832         * comint.el (comint-output-filter): Run comint-output-filter-functions
22833         with point where the user had it.
22835 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22837         * international/ucs-tables.el (ucs-set-table-for-input):
22838         Disable when using unify-on-decoding.
22840 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
22842         * emulation/cua-base.el (cua-global-mark-face): Add special case
22843         for displays supporting a high number of colors.
22845 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
22847         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22849 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
22851         * filesets.el (filesets-add-buffer): If user supplies a name of a
22852         non-existing fileset, create a new fileset.
22854 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
22856         * textmodes/org.el (org-up-heading-all): Fix bug with
22857         `outline-up-heading-all'.
22859 2005-04-16  Andreas Schwab  <schwab@suse.de>
22861         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22862         /etc/permissions.d/* and /etc/aliases.d/*.
22864 2005-04-16  Kenichi Handa  <handa@m17n.org>
22866         * international/code-pages.el (cp-make-coding-system):
22867         Set `translation-table-for-input' property value to the symbol
22868         ucs-mule-to-mule-unicode, not to that value.
22869         (pt154): Escape guillemet by `\'.
22871 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
22873         * loadup.el: Load tooltip if x-show-tip is fboundp.
22875         * startup.el (command-line): Add comment.
22877         * tooltip.el (tooltip-mode): Specify correct standard value for
22878         Custom in init-value.
22880 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
22882         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22883         possible.
22885 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
22887         * textmodes/org.el (org-agenda-date-prompt): Rename from
22888         `org-agenda-date-today'.
22889         (org-evaluate-time-range): Insert at point instead of directly
22890         after time range.
22891         (org-first-headline-recenter, org-subtree-end-visible-p)
22892         (org-optimize-window-after-visibility-change): New functions
22893         (org-agenda-post-command-hook): Don't allow point at end of line,
22894         to make sure it always hits the text properties.
22895         (org-agenda-next-date-line, org-agenda-previous-date-line):
22896         New commands.
22897         (org-set-regexps-and-options): Category may contain white space.
22898         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22899         Improve marker positions.
22900         (org-agenda-new-marker): Argument POS made optional.
22901         (org-agenda-get-timestamps): Deadlines which are done are listed
22902         in org-done-face now.
22903         (org-agenda-get-todos, org-agenda-get-timestamps)
22904         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22905         Set `undone-face' and `done-face' properties.
22906         (org-last-todo-state-is-todo): New variable.
22907         (org-todo): Set `org-last-todo-state-is-todo'.
22908         (org-agenda-todo): Change face according to
22909         `org-last-todo-state-is-todo'.  And change other lines referring to
22910         the same entry.
22911         (org-calendar-goto-agenda): New command.
22912         (org-calendar-to-agenda-key): New option.
22913         (org-startup-folded): New allowed value `content'.
22914         (org-set-regexps-and-options): Accept new value `content' for
22915         `org-startup-folded'.
22916         (org-get-current-options): Handle new value `content' for
22917         `org-startup-folded'.
22918         (org-insert-todo-heading): New command.
22919         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22920         interactively in empty file and option
22921         `org-insert-mode-line-in-empty-file' has been set.
22922         (org-agenda-todo, org-agenda-priority): Modify to use
22923         `org-agenda-change-all-lines'.
22924         (org-warning-face): Change color on dark background
22926 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22928         * international/mule-cmds.el (set-locale-environment): On Mac OS,
22929         use preferences AppleLocale and AppleLanguages, and variable
22930         mac-system-locale for default locale.  On Mac OS Classic, use
22931         mac-system-coding-system for default coding systems.
22933         * term/mac-win.el: Don't set file-name-coding-system.
22934         Decode variables system-name, emacs-build-system, user-login-name, and
22935         user-full-name by mac-system-coding-system on Mac OS Classic.
22936         (mac-system-coding-system): New variable.
22938 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
22940         * startup.el (command-line): Handle `xterm-mouse-mode' before
22941         reading init file.
22943         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22945 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
22947         * progmodes/sh-script.el (sh-here-document-word): Make it a
22948         defcustom.  Doc fix.
22949         (sh-add): Bash uses $(( )) for arithmetic.
22950         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22951         (sh-maybe-here-document): Remove quotes and leading whitespace
22952         from heredoc word when closing.  Indent heredoc with tabs if word
22953         starts with "-".
22955 2005-04-13  Richard M. Stallman  <rms@gnu.org>
22957         * simple.el (undo): Fix previous change.
22959         * custom.el (defface): Doc fix.
22961 2005-04-13  Lute Kamstra  <lute@gnu.org>
22963         * Makefile.in (DONTCOMPILE): Remove list.
22964         (compile, compile-always): Don't use DONTCOMPILE.
22965         (update-authors): Load the library in which batch-update-authors
22966         is defined.
22967         * makefile.w32-in (DONTCOMPILE): Remove list.
22968         (compile, compile-always): Fix comments.
22969         (update-authors): Load the library in which batch-update-authors
22970         is defined.
22972         * generic-x.el (generic-mode-ini-file-find-file-hook):
22973         Rename to ini-generic-mode-find-file-hook.
22974         Keep generic-mode-ini-file-find-file-hook as an alias.
22975         (ini-generic-mode-find-file-hook): Rename from
22976         generic-mode-ini-file-find-file-hook.  Fix docstring.
22977         (ini-generic-mode): Docstring change.
22978         (bat-generic-mode-run-as-comint): Silence the byte compiler.
22980         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22981         called from lisp.
22983         * generic.el: Move to the emacs-lisp subdir.
22985 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
22987         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22988         and C-S- function and cursor motion keys.
22990 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
22992         * startup.el (command-line): Enable Xterm Mouse mode by default.
22993         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22994         for Custom.  No longer show "Mouse" in mode line when enabled.
22995         Doc fix.
22997 2005-04-12  Kim F. Storm  <storm@cua.dk>
22999         * emulation/cua-base.el (cua-rectangle-face)
23000         (cua-rectangle-noselect-face): Define face attributes here.
23002         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23004 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23006         * startup.el (command-line): Turn off blinking cursor if
23007         cursorBlink in resources is off or false.
23009 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23011         * term/mac-win.el (dnd): Require dnd.
23012         (mac-drag-n-drop): Call dnd-handle-one-url.
23013         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23014         (kTextEncodingISOLatin2): Remove constants.
23015         (mac-script-code-coding-systems): New constant.
23016         (mac-handle-language-change): New function.
23017         (special-event-map): Bind it to `language-change' event.
23018         (mac-centraleurroman, mac-cyrillic): New coding systems.
23019         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23020         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23021         and mac-cyrillic-encoder to encode-mac-centraleurroman and
23022         encode-mac-cyrillic, respectively.
23024 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23026         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23027         Don't set overlay-arrow-string to "=>" as this is done
23028         globally in C now.
23030 2005-04-12  Lute Kamstra  <lute@gnu.org>
23032         * generic-x.el (rc-generic-mode, rul-generic-mode):
23033         Fix auto-mode-alist entries.
23034         (etc-fstab-generic-mode): Tweak fontification.
23036         * generic.el (generic-make-keywords-list): Fix docstring.
23037         (generic-mode-internal): Simplify generic-font-lock-keywords.
23039 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23041         * whitespace.el (whitespace-buffer-leading)
23042         (whitespace-buffer-trailing): Revert the incorrect test inversion.
23043         However, fix the highlight area for the leading and
23044         trailing whitespaces to show space.
23046 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23048         * whitespace.el (whitespace-version): Bump to 3.5
23050         (whitespace-buffer-leading, whitespace-buffer-trailing):
23051         Invert sense of the test to highlight the whitespace.
23053 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23055         * progmodes/gud.el (gud-display-line): GUD uses its own
23056         overlay arrow now so don't set overlay-arrow-string.
23057         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23059 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
23061         * term.el (term-ansi-current-bold, term-ansi-current-underline)
23062         (term-ansi-current-reverse, term-ansi-current-invisible)
23063         (term-ansi-face-already-done): Change to boolean.
23064         (term-reset-terminal, term-handle-colors-array): Handle the above
23065         vars accordingly.
23066         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23067         (term-emulate-terminal): Use the new name.
23069         * faces.el (secondary-selection): Use yellow1, not yellow.
23070         (trailing-whitespace): Use red1, not red.
23072 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23074         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23075         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23076         (dired-dnd-handle-file): Call dnd-get-local-file-uri
23078         * cus-edit.el (dnd): New group.
23080         * term/w32-win.el (dnd): Require dnd
23081         (w32-drag-n-drop): Call dnd-handle-one-url.
23083         * x-dnd.el: Require dnd.
23084         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23085         Call dnd-handle-one-url.
23086         (x-dnd-types-alist, x-dnd-insert-utf8-text)
23087         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23088         to dnd-insert-text.
23089         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23090         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23091         (x-dnd-get-local-file-name, x-dnd-open-local-file)
23092         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23094         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23096 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23098         * wdired.el: Doc fixes.
23099         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23100         (wdired-use-dired-vertical-movement): Rename from
23101         wdired-always-move-to-filename-beginning.
23102         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23103         (wdired-change-to-wdired-mode): Change mode name.
23104         (wdired-newline): Delete.
23106 2005-04-11  Richard M. Stallman  <rms@gnu.org>
23108         * whitespace.el (whitespace-highlight-the-space):
23109         Don't call whitespace-unhighlight-the-space here.
23111         * simple.el (undo): Record t in undo-equiv-table
23112         for the redo record made by an undo-in-region.
23114 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23116         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23117         (gdb-frame-inferior-io-buffer): New Functions to control
23118         display of separate IO buffer.
23119         (menu): Add them to menu-bar.
23120         (gdb-display-buffer): Check for buffer another frame.
23121         Protect GUD buffer.
23122         (gdb-setup-windows): Create IO buffer if not already there.
23123         (gdb-memory-mode): Remove purecopy noops.
23125 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23127         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23128         and pass to self-insert-command.
23130 2005-04-11  Lute Kamstra  <lute@gnu.org>
23132         * generic.el: Commentary section cleanup.
23133         (generic): Delete.
23134         (generic-use-find-file-hook, generic-lines-to-scan)
23135         (generic-find-file-regexp, generic-ignore-files-regexp)
23136         (default-generic-mode, generic-mode-find-file-hook)
23137         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23138         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
23139         (generic-use-find-file-hook, generic-lines-to-scan)
23140         (generic-find-file-regexp, generic-ignore-files-regexp)
23141         (default-generic-mode, generic-mode-find-file-hook)
23142         (generic-mode-ini-file-find-file-hook): Move from generic.el.
23144 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
23146         * bookmark.el (bookmark-write-file): Catch errors writing file.
23147         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23149 2005-04-10  Richard M. Stallman  <rms@gnu.org>
23151         * startup.el (fancy-splash-tail): Update copyright year.
23152         (command-line): Split part of -Q into -D.
23153         (emacs-basic-display): New defvar.
23154         (fancy-splash-text): Correct name of menu item.
23156         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23158         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23159         lines in one node.
23161         * comint.el (comint-send-input): New arg ARTIFICIAL.
23162         Callers in this file changed.
23164         * abbrev.el (define-abbrevs): Read system abbrevs properly.
23166         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23168 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
23170         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
23171         `ldap-search-internal'.
23173 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23175         * files.el (set-auto-mode-1): Use line-end-position.
23177         * international/latin-1.el:
23178         * international/latin-2.el:
23179         * international/latin-3.el:
23180         * international/latin-4.el:
23181         * international/latin-5.el:
23182         * international/latin-8.el:
23183         * international/latin-9.el: Give punctuation syntax to NBSP.
23185         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23186         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23187         Use char-classes to accept non-ascii letters, accepted in some recent
23188         bibtex implementations.
23190 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
23192         * custom.el (custom-set-minor-mode): Any non-nil value for the
23193         variable should enable the mode when set through Custom.
23195 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23197         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23198         TAB binding so tab-always-indent is obeyed.
23199         (vhdl-minibuffer-local-map): Move initialization into declaration.
23200         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23201         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23202         (vhdl-hooked-abbrev): Avoid test for XEmacs.
23203         (vhdl-current-line): Use line-beginning-position.
23204         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23205         with-output-to-temp-buffer, so the current position can be recorded.
23207 2005-04-10  Masatake YAMATO  <jet@gyve.org>
23209         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23210         Add regexp for gcov.
23212 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23214         * calendar/time-date.el (time-to-seconds, seconds-to-time)
23215         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23216         syntax which Emacs 20 doesn't support.
23218 2005-04-09  Richard M. Stallman  <rms@gnu.org>
23220         * help.el (describe-key-briefly, describe-key):
23221         Replace strings as event types with "(any string)".
23223 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23225         * arc-mode.el (archive-mode-map): Move initialization into
23226         the declaration.  Override *all* bindings of `undo'.
23227         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23229 2005-04-09  Jay Belanger  <belanger@truman.edu>
23231         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23233 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
23235         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23236         (xterm-register-default-colors): Update color values computation
23237         to match xterm-200.
23239 2005-04-09  Kenichi Handa  <handa@m17n.org>
23241         * international/code-pages.el (iso-latin-7): Fix the map.
23243 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
23245         * emacs-lisp/lisp.el (defun-prompt-regexp)
23246         (parens-require-spaces, buffer-end, end-of-defun)
23247         (insert-parentheses): Doc fixes.
23249 2005-04-08  Kim F. Storm  <storm@cua.dk>
23251         * comint.el (comint-highlight-prompt): Fix face spec.
23252         * hi-lock.el (hi-green): Likewise.
23254 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23256         * cus-edit.el (custom-modified-face):
23257         * comint.el (comint-highlight-input): Fix previous changes.
23258         * term.el (term-handle-ansi-escape): Add a comment.
23260 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23262         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23263         in the buffer and in whitespace-highlighted-space.
23264         (whitespace-unhighlight-the-space): Simplify.
23265         (whitespace-buffer): Simplify.
23267 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23269         * textmodes/table.el (table-cell-face): Add special case for
23270         displays supporting a high number of colors.
23271         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23272         (vhdl-font-lock-reserved-words-face)
23273         (vhdl-speedbar-architecture-face)
23274         (vhdl-speedbar-instantiation-face)
23275         (vhdl-speedbar-architecture-selected-face)
23276         (vhdl-speedbar-instantiation-selected-face): Likewise.
23277         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23278         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23279         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23280         (ebrowse-root-class-face, ebrowse-member-attribute-face)
23281         (ebrowse-progress-face): Likewise.
23282         * progmodes/compile.el (compilation-info-face): Likewise.
23283         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23284         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23285         * calendar/calendar.el (diary-face): Likewise.
23286         * woman.el (woman-italic-face, woman-bold-face)
23287         (woman-unknown-face): Likewise.
23288         * wid-edit.el (widget-button-pressed-face): Likewise.
23289         * whitespace.el (whitespace-highlight-face): Likewise.
23290         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23291         * pcvs-info.el (cvs-marked-face): Likewise.
23292         * info.el (info-xref): Likewise.
23293         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23294         * hilit-chg.el (highlight-changes-face)
23295         (highlight-changes-delete-face): Likewise.
23296         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23297         (hi-red-b): Likewise.
23298         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23299         * font-lock.el (font-lock-keyword-face)
23300         (font-lock-function-name-face, font-lock-warning-face): Likewise.
23301         * cus-edit.el (custom-invalid-face, custom-modified-face)
23302         (custom-set-face, custom-changed-face, custom-variable-tag-face)
23303         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23304         * comint.el (comint-highlight-prompt): Likewise.
23306 2005-04-08  Lute Kamstra  <lute@gnu.org>
23308         * font-lock.el (font-lock-keywords): Docstring fixes.
23310 2005-04-08  Kenichi Handa  <handa@m17n.org>
23312         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23313         chars are more than a limit, print " and more..." at the tail.
23315 2005-04-08  Kim F. Storm  <storm@cua.dk>
23317         * emacs-lisp/authors.el (authors-aliases): Update list.
23318         (authors-ignored-files): New list.
23319         (authors-fixed-entries): Fix typo.
23320         (authors-renamed-files-alist): Update list.
23321         (authors-add): Check authors-ignored-files.
23323 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
23325         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23326         optional, to ensure backward compatibility.
23328 2005-04-08  Stephen Eglen  <stephen@gnu.org>
23330         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23332 2005-04-08  Kim F. Storm  <storm@cua.dk>
23334         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23336         * mouse.el (mouse-on-link-p): Doc fix.
23338 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
23340         * ielm.el (ielm-prompt-read-only): Doc fix.
23342         * comint.el (comint-prompt-read-only): Doc fix.
23344 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
23346         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23347         ensure dired always handles wildcards passed to ffap.
23348         (find-file-at-point): Use it.
23349         (ffap-dired-wildcards): Doc fix.
23351 2005-04-07  Juri Linkov  <juri@jurta.org>
23353         * simple.el (next-error-overlay-arrow-position): New defvar.
23354         Put "=>" on its property `overlay-arrow-string'.  Add it to
23355         `overlay-arrow-variable-list'.
23357         * progmodes/compile.el (compilation-setup):
23358         Set `next-error-overlay-arrow-position' to nil.  Also set it to
23359         nil in the local hook `kill-buffer-hook'.  Make local variable
23360         `overlay-arrow-string' and set it to "=>".
23361         (compilation-goto-locus): Set BOL position to
23362         `next-error-overlay-arrow-position' instead of
23363         `overlay-arrow-position'.
23365         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23366         locally instead of adding it to the global hook.
23367         (Info-kill-buffer): Move up.
23369 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
23371         * term/xterm.el (xterm-standard-colors): Update color values from
23372         xterm-200.
23374 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23376         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23378         * fast-lock.el:
23379         * lazy-lock.el: Move them to the obsolete subdir.
23381 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23383         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23384         (wdired-add-replace-advice): Remove.
23385         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23387 2005-04-06  Kim F. Storm  <storm@cua.dk>
23389         * startup.el (command-line): Add --bare-bones alias for -Q.
23391 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23393         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23394         create the startup fontset if a font specification ends with
23395         `mac-roman'.
23397 2005-04-06  Lute Kamstra  <lute@gnu.org>
23399         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23400         change.
23402         * emacs-lisp/copyright.el (copyright-update-year): Replace the
23403         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
23405 2005-04-05  Lute Kamstra  <lute@gnu.org>
23407         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23408         (define-generic-mode): Ditto.  Fix debug declaration.
23410         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23411         Put them in the generic-x group.
23413         * calendar/timeclock.el (timeclock): Doc fix.
23415         * generic.el (define-generic-mode): Don't use custom-current-group.
23416         Document default :group value.
23417         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23418         (define-global-minor-mode): Don't use custom-current-group.
23420 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
23422         * startup.el (command-line-1): Display startup-echo-area-message
23423         when fancy splash screen is in use.
23425         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23426         (sh-escaped-newline): New face.
23427         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23428         newline, and use sh-escaped-newline face.
23430         * progmodes/tcl.el (tcl-escaped-newline): New face.
23431         (tcl-builtin-list): New variable.
23432         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23433         newlines.  Fix keywords subexpression number.
23435 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
23437         * textmodes/org.el (org-diary-default-entry): Fix call to
23438         `add-to-diary-entry'.
23440 2005-04-05  Kim F. Storm  <storm@cua.dk>
23442         * ediff-init.el: Use (featurep 'xemacs).
23444 2005-04-05  David Ponce  <david@dponce.com>
23446         * cus-edit.el (face): Derive from symbol widget.  Display sample
23447         of the current face on the fly.
23448         (widget-face-sample-face-get, widget-face-notify): New functions.
23449         (widget-face-value-create): Remove.
23451         * wid-edit.el (widget-field-end): Temporarily remove field
23452         narrowing before to call `get-char-property'.
23454 2005-04-04  Jay Belanger  <belanger@truman.edu>
23456         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23457         (math-read-subscripts): New variable.
23458         (math-read-preprocess-string): Process subscripts.
23460 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
23462         * comint.el (comint-prompt-read-only): Doc fix.
23464         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23465         `-1'.  Doc fix.
23467 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
23469         * textmodes/org.el (org-insert-mode-line-in-empty-file):
23470         Change default value to nil.
23472 2005-04-04  Lute Kamstra  <lute@gnu.org>
23474         * autorevert.el (auto-revert-mode): Specify :group.
23475         * battery.el (display-battery-mode): Specify :group.
23476         * diff-mode.el (diff-minor-mode): Specify :group.
23477         * font-core.el (font-lock-mode): Specify :group.
23478         * hl-line.el (hl-line-mode): Specify :group.
23479         * iimage.el (iimage): New customization group.
23480         (iimage-mode): Specify :group.
23481         * longlines.el (longlines-mode): Specify :group.
23482         * master.el: Don't require easy-mmode.
23483         (master): New customization group.
23484         (master-mode): Specify :group.
23485         * msb.el (msb-mode): Specify :group.
23486         * reveal.el (reveal-mode): Specify :group.
23487         * simple.el (next-error-follow-minor-mode): Specify :group.
23488         * smerge-mode.el (smerge-mode): Specify :group.
23489         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23490         * emulation/cua-base.el (cua-mode): Specify :group.
23491         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23492         * language/thai-util.el (thai-auto-composition-mode)
23493         (thai-word-mode): Specify :group.
23494         * mail/supercite.el (sc-minor-mode): Specify :group.
23495         * progmodes/cwarn.el (cwarn-mode): Specify :group.
23496         * progmodes/flymake.el (flymake-mode): Specify :group.
23497         * progmodes/glasses.el (glasses-mode): Specify :group.
23498         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23499         * textmodes/enriched.el (enriched-mode): Specify :group.
23500         * textmodes/refill.el (refill-mode): Specify :group.
23502         * add-log.el (change-log-font-lock-keywords): Names in
23503         parenthesized lists can contain spaces.
23505 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
23507         * startup.el (fancy-splash-text): Shorten default text of
23508         "Emacs Tutorial" line.  Also, if the current language env
23509         indicates an available tutorial file other than TUTORIAL,
23510         extract its title and append it to the line in parentheses.
23511         (fancy-splash-insert): If arg is a thunk, funcall it.
23513 2005-04-04  Jay Belanger  <belanger@truman.edu>
23515         * calc.el (calc-language-alist): Add tags to customization type.
23517 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
23519         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23520         Doc fix.
23522 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
23524         * add-log.el (change-log-font-lock-keywords): The manual
23525         describing a Change Log entry, says: (...) "Aside from these
23526         header lines, every line in the change log starts with a space or
23527         a tab.".  The font-lock was not highlighting lines started with
23528         spaces, added support for it.
23530 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23532         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23533         (bibtex-generate-url-list): Update docstring accordingly.  Put the
23534         complex example in the docstring.
23535         (bibtex-font-lock-url): Use pop.
23537 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23539         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23541         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23543 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
23545         * filesets.el (filesets-set-default): Doc fix.
23547 2005-04-03  Lute Kamstra  <lute@gnu.org>
23549         * generic.el (define-generic-mode): Add argument to specify
23550         keywords for defcustom.
23551         (default-generic-mode): Specify :group.
23553         * generic-x.el: Specify :group for all generic modes.
23555         * desktop.el (desktop-no-desktop-file-hook)
23556         (desktop-after-read-hook): Doc fix.
23558 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
23560         * simple.el (visible-mode): Use explicit :group keyword.
23561         This changes the group of `visible-mode-hook' from paren-blinking
23562         to editing-basics.
23564 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
23566         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
23567         mailbox specifications as well as URLs.
23568         (rmail-insert-inbox-text): Remove unused conditional branches.
23570 2005-04-01  Jay Belanger  <belanger@truman.edu>
23572         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23573         (calc-gnuplot-print-command): Move definitions to calc.el.
23575         * calc/calc-embed.el (calc-embedded-announce-formula)
23576         (calc-embedded-open-formula, calc-embedded-close-formula)
23577         (calc-embedded-open-word, calc-embedded-close-word)
23578         (calc-embedded-open-plain, calc-embedded-close-plain)
23579         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23580         (calc-embedded-open-mode, calc-embedded-close-mode):
23581         Move definitions to calc.el.
23583         * calc/calc.el (calc-settings-file, calc-language-alist):
23584         Make customizable.
23585         (calc-embedded-announce-formula, calc-embedded-open-formula)
23586         (calc-embedded-close-formula, calc-embedded-open-word)
23587         (calc-embedded-close-word, calc-embedded-open-plain)
23588         (calc-embedded-close-plain, calc-embedded-open-new-formula)
23589         (calc-embedded-close-new-formula, calc-embedded-open-mode)
23590         (calc-embedded-close-mode, calc-gnuplot-name)
23591         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23592         from other files and make customizable.
23594 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23596         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23597         Use buffer-live-p.
23598         (cvs-mode-run): Don't call cvs-update-header here.
23599         (cvs-run-process): Call cvs-update-header.
23600         Use process properties for cvs-postprocess and cvs-buffer so that
23601         the sentinel can behave better if the temp buffer is killed.
23602         Use a pipe rather than a tty, to better handle unexpected prompts.
23603         (cvs-sentinel): Rewrite.  Call cvs-update-header.
23605 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
23607         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23608         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
23610 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23612         * generic.el (define-generic-mode): Add indentation rule.
23614 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
23616         * files.el (mode-require-final-newline): Make Custom correctly
23617         report a nil value and allow to set it to nil via Custom.
23618         Doc fix.
23620 2005-04-01  Kenichi Handa  <handa@m17n.org>
23622         * international/characters.el: Enable the correct case setting for
23623         dotless-i and dotted-I.
23625 2005-04-01  Kim F. Storm  <storm@cua.dk>
23627         * ido.el (ido-file-internal): Fall back to non-ido command if
23628         initial directory is on slow ftp (or tramp) host.
23630 2005-03-31  Richard M. Stallman  <rms@gnu.org>
23632         * emacs-lisp/autoload.el (make-autoload):
23633         Handle define-global-minor-mode.
23635         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23636         Rename from easy-mmode-define-global-mode.
23637         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23639         * progmodes/scheme.el (scheme-mode-syntax-table):
23640         Update syntax of | and # for two-character comment syntax.
23642 2005-03-31  Lute Kamstra  <lute@gnu.org>
23644         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23645         (define-minor-mode): Call custom-current-group at load-time.
23647         * generic.el (define-generic-mode): Add debug declaration.
23648         Add defcustom for the mode hook.
23649         (generic-mode-internal): Use run-mode-hooks.
23651 2005-03-31  Kim F. Storm  <storm@cua.dk>
23653         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23654         (mouse-fixup-help-message): New defun called by show_help_echo
23655         to fixup mouse-2 prefix in help messages when applicable.
23657         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23659 2005-03-31  Kenichi Handa  <handa@m17n.org>
23661         * language/thai-word.el (thai-find-word-ends): Pay attention to
23662         the case that we reach the end of buffer.
23664         * textmodes/fill.el (fill-text-properties-at): New function.
23665         (fill-newline): Use fill-text-properties-at instead of
23666         text-properties-at.
23668 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23670         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23671         not comint-quote-filename.
23673 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
23675         * help-fns.el (help-with-tutorial): Revert last change.
23677 2005-03-31  Kim F. Storm  <storm@cua.dk>
23679         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23681 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
23683         * calendar/cal-china.el: Update reference to "Calendrical
23684         Calculations" book; there's a new edition.
23685         * calendar/cal-coptic.el: Likewise.
23686         * calendar/cal-french.el: Likewise.
23687         * calendar/cal-hebrew.el: Likewise.
23688         * calendar/cal-islam.el: Likewise.
23689         * calendar/cal-iso.el: Likewise.
23690         * calendar/cal-julian.el: Likewise.
23691         * calendar/cal-mayan.el: Likewise.
23692         * calendar/cal-persia.el: Likewise.
23693         * calendar/calendar.el: Likewise.
23694         * calendar/holidays.el: Likewise.
23695         * calendar/lunar.el: Likewise.
23696         * calendar/solar.el: Likewise.
23698         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23699         white space from doc string.
23701 2005-03-30  Jay Belanger  <belanger@truman.edu>
23703         * calc/calc-help.el (calc-full-help): Remove email address.
23705 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
23707         * help-fns.el (help-with-tutorial): Delete title line.
23709 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23711         * calendar/cal-x.el (calendar-one-frame-setup)
23712         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23713         rather than `symbol' for set-window-dedicated-p.
23715         * calendar/appt.el (appt-buffer-name): Make it a constant.
23716         (appt-add): Doc fix.
23718         * filesets.el (filesets-menu-path, filesets-menu-before)
23719         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
23720         (filesets-menu-cache-file): Use directory ~/.emacs.d.
23721         (filesets-add-submenu): Delete and use add-submenu instead.
23723 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
23725         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23726         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23727         (org-diary-default-entry): New function.
23728         (org-get-entries-from-diary): Better parsing of diary entries.
23729         (org-agenda-check-no-diary): New function.
23730         ("diary-lib"): Advice to function `add-to-diary-list', to allow
23731         linking to diary entries.
23732         (org-agenda-execute-calendar-command): New function.
23733         (org-agenda): Improve visible section in window.
23734         Use `org-fit-agenda-window'.
23735         (org-fit-agenda-window): New option.
23736         (org-move-subtree-down): Better handling of empty lines
23737         at end of subtree.
23738         (org-cycle): Numeric prefix is interpreted now as show-subtree N
23739         levels up.
23740         (org-fontify-done-headline): New option.
23741         (org-headline-done-face): New face.
23742         (org-set-font-lock-defaults): Use `org-headline-done-face'.
23743         (org-table-copy-down): Rename from `org-table-copy-from-above'.
23744         When current field is non-empty, it is copied to next row.
23745         (org-table-copy-from-above): Fix bug which made it
23746         impossible to copy fields containing only a single non-white character.
23748 2005-03-30  Kim F. Storm  <storm@cua.dk>
23750         * kmacro.el (kmacro-end-macro): Isearch may store this command
23751         into the macro -- so ignore it when executing keyboard macro.
23753 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23755         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23757 2005-03-29  Kenichi Handa  <handa@m17n.org>
23759         * language/thai.el ("Thai"): Set setup-function and exit-function
23760         for Thai language environment.
23762         * language/thai-util.el: Require thai-word.
23763         (thai-word-mode-map): New variable.
23764         (thai-word-mode): New minor mode.
23765         (setup-thai-language-environment-internal): New function.
23766         (exit-thai-language-environment-internal): New function.
23768         * language/thai-word.el (thai-word-table): Declare it by defvar,
23769         use dolist to initialize it.
23770         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23771         (thai-fill-find-break-point): New functions.
23773 2005-03-29  Richard M. Stallman  <rms@gnu.org>
23775         * simple.el (idle-update-delay): Move definition up.
23776         (set-mark): Doc fix.
23778 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
23780         * longlines.el: New file.
23782         * simple.el (buffer-substring-filters): New variable.
23783         (filter-buffer-substring): New function.
23784         (kill-region, copy-region-as-kill): Use it.
23786         * register.el (copy-to-register, append-to-register)
23787         (prepend-to-register): Use filter-buffer-substring.
23789 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23791         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23792         (gud-filter-pending-text): Move in front of gdb.
23793         (gud-overlay-arrow-position): New variable.
23794         (gud-sentinel, gud-display-line): Use it in place of
23795         overlay-arrow-position.
23797 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
23799         * progmodes/fortran.el (fortran-if-indent): Doc fix.
23800         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23801         (fortran-font-lock-keywords-4): New variable.
23802         (fortran-blocks-re, fortran-end-block-re)
23803         (fortran-start-block-re): New constants, for hideshow.
23804         (hs-special-modes-alist): Add a Fortran entry.
23805         (fortran-mode-map): Bind fortran-end-of-block,
23806         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23807         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
23808         (fortran-looking-at-if-then, fortran-end-of-block)
23809         (fortran-beginning-of-block): New functions, for hideshow.
23811         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23812         Doc fix.  Tweak regexp.
23813         (f90-beginning-of-block): Push mark first.
23815 2005-03-29  Jay Belanger  <belanger@truman.edu>
23817         * calc/calc.el: Update copyright date.
23818         (calc-version): Increase to 2.1.
23819         (calc-version-date): Remove.
23821         * calc/calc-help.el: Update copyright date.
23822         (calc-full-help): Remove reference to calc-version-date.
23823         Update copyright date.
23825 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23827         * vc.el (vc-do-command): Use a pipe for async processes, so password
23828         prompts don't show up at places where the user can't reply.
23830 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23832         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23833         on the file name we pass to the inferior shell.
23835 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23837         * progmodes/which-func.el (which-function): Be robust in the face of an
23838         imenu--make-index-alist failure.
23840 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23842         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23844         * progmodes/python.el (python-preoutput-filter): Fix last change.
23846 2005-03-29  Lute Kamstra  <lute@gnu.org>
23848         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23849         functions and compiled macros.
23850         (debug-convert-byte-code): Handle macros too.
23851         (debug-on-entry-1): Don't signal an error when trying to clear a
23852         function that is not set to debug on entry.
23854 2005-03-29  Jay Belanger  <belanger@truman.edu>
23856         * calc/calc-lang.el: Add functions to math-function-table
23857         properties of tex and math.
23859 2005-03-29  Kenichi Handa  <handa@m17n.org>
23861         * ps-mule.el (ps-mule-plot-string): Translate characters by
23862         ps-print-translation-table.
23863         (ps-mule-begin-job): Call find-charset-region/string with
23864         ps-print-translation-table.
23865         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23867         * ps-print.el (ps-print-translation-table): New variable.
23868         (ps-plot-region): Translate characters by ps-print-translation-table.
23870 2005-03-29  Juri Linkov  <juri@jurta.org>
23872         * simple.el (next-error-highlight-timer): New variable.
23874         * progmodes/compile.el (compilation-goto-locus):
23875         Use `next-error-highlight-timer' instead of `sit-for'.
23877 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23879         * mail/supercite.el (sc-mail-field): Use assoc-string.
23880         (sc-get-address): Simplify regexps.
23882         * files.el (minibuffer-with-setup-hook): New macro.
23883         (find-file-read-args): Use it to avoid let-binding
23884         minibuffer-with-setup-hook (which breaks turning on/off
23885         file-name-shadow-mode while in the prompt).
23887         * complete.el (PC-read-include-file-name-internal):
23888         Use test-completion.
23890 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
23892         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23894 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23896         * window.el (window-buffer-height): Use count-screen-lines.
23898         * progmodes/python.el (python-preoutput-leftover): New var.
23899         (python-preoutput-filter): Use it.
23900         (python-send-receive): Loop until all the result has been received.
23902 2005-03-28  Juri Linkov  <juri@jurta.org>
23904         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23906         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23907         "Recover Crashed Session".
23908         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23909         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23910         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23911         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23912         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23913         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23914         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23915         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23917         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23918         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23919         Ediff Sessions", "Toggle use of separate control buffer frame",
23920         "Use separate frame for Ediff control buffer".
23922         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23923         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23924         "Rename Bookmark", "Delete Bookmark".
23926         * info.el (Info-mode-menu): Remove ellipsis from "Index".
23927         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23928         Add `:active Info-index-alternatives' to "Next Matching Item".
23930         * wdired.el (wdired-change-to-wdired-mode):
23931         Mention `wdired-abort-changes' key in the initial message.
23933         * international/mule.el (auto-coding-alist): Associate non-ascii
23934         image filename extensions with `no-conversion'.
23936 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23938         * international/iso-acc.el:
23939         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23941 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
23943         * textmodes/sgml-mode.el (html-mode): Doc update.
23945         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23947 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
23949         * term.el (term-move-columns): Fix face after extending a line.
23950         (term-insert-spaces): Likewise.
23951         (term-reset-terminal): Fix off by one error.
23953 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23955         * international/mule.el (auto-coding-alist): Add .xpi files.
23957         * files.el (auto-mode-alist): Add .xpi files.
23959 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
23961         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23963 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23965         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23967 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23969         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23970         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
23972         * calendar/cal-move.el (calendar-beginning-of-year): Move the
23973         cursor to Jan 1 when needed.
23974         (calendar-end-of-year): Fix -/+ typo.
23975         Reported by Chong Yidong <cyd@stupidchicken.com>.
23977 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23979         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23981         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23982         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
23984 2005-03-25  Richard M. Stallman  <rms@gnu.org>
23986         * filesets.el (filesets-init): Add autoload.
23988         * mail/mailalias.el (mail-directory): Doc fix.
23990 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23992         * mail/mailalias.el (mail-directory-process): Do nothing if
23993         mail-directory-process is an atom.
23994         (mail-get-names): Ignore mail-directory-names if it is an atom.
23995         (mail-directory-process defvar): Doc fix.
23996         (mail-names): Doc fix.
23998 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
24000         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24002 2005-03-26  Kenichi Handa  <handa@m17n.org>
24004         * international/mule-util.el (detect-coding-with-priority):
24005         Call update-coding-systems-internal before detect-coding-region.
24007 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
24009         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24010         (gdb-frames-mode-map): Add follow-link property.
24012 2005-03-25  Jay Belanger  <belanger@truman.edu>
24014         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24015         for variables.
24017 2005-03-25  Juri Linkov  <juri@jurta.org>
24019         * image-mode.el: Optimize image filename extension regexps in
24020         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
24021         in `auto-mode-alist'.
24022         (image-mode): Add `image-toggle-display-text' to local hook
24023         `change-major-mode-hook'.  Display the image as an image by
24024         default.  Set `cursor-type' and `truncate-lines' if the image
24025         is already displayed.  Take into account the current mode (image
24026         or text) in message.
24027         (image-minor-mode): New minor mode.
24028         (image-mode-maybe, image-toggle-display-text): New functions.
24029         (image-toggle-display): Use called-interactively-p.
24030         Let-bind `inhibit-read-only' to t.
24032         * image-mode.el (image-minor-mode): Set `cursor-type' and
24033         `truncate-lines' if the image is already displayed.  Add turning
24034         image-minor-mode off to `change-major-mode-hook'.  Add message.
24035         Call `image-toggle-display-text' after turning image-minor-mode off.
24037 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24039         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24040         Terminal.app, use utf-8.
24041         (set-display-table-and-terminal-coding-system): Add coding-system arg.
24042         (set-locale-environment): Use it.
24044         * term/xterm.el: Undo last change, better done in mule-cmds.el.
24046         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24048         * progmodes/python.el (python-close-block-statement-p)
24049         (python-outdent-p, python-current-defun): Use symbol-end.
24051 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
24053         * files.el (save-some-buffers): Doc fix.
24055 2005-03-25  Werner Lemberg  <wl@gnu.org>
24057         * complete.el, thumbs.el: Replace `legal' with `valid'.
24058         * calendar/calendar.el: Replace `legal' with `valid'.
24059         * emacs-lisp/advice.el: Replace `legal' with `valid'.
24060         * mail/supercite.el: Replace `legal' with `valid'.
24061         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24062         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24063         Replace `legal' with `valid'.
24064         * textmodes/reftex-vars.el, textmodes/reftex.el:
24065         Replace `legal' with `valid'.
24067 2005-03-25  Werner Lemberg  <wl@gnu.org>
24069         * calc/calc-forms.el, calc/calc-sel.el
24070         * midnight.el, vc-cvs.el
24071         * emacs-lisp/cl-macs.el
24072         * emulation/vip.el
24073         * eshell/esh-io.el, eshell/esh-var.el
24074         * mail/supercite.el
24075         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24076         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24077         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24078         * progmodes/sh-script.el, progmodes/xscheme.el
24079         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24080         * textmodes/reftex-index.el, textmodes/reftex-parse.el
24081         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24082         * textmodes/reftex.el, textmodes/org.el:
24083         Replace `illegal' with `invalid'.
24085 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24087         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24088         (flymake-find-buildfile, flymake-find-possible-master-files)
24089         (flymake-check-include, flymake-parse-line): Replace loops over the
24090         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24092         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24093         Substitute file-name-as-directory in the rest of the file.
24094         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24095         (flymake-replace-region): Remove unused arg `buffer'.
24096         (flymake-check-patch-master-file-buffer): Update calls to it.
24097         (flymake-add-err-info): Remove unused var `count'.
24098         (flymake-mode): Use define-minor-mode.
24100         * progmodes/flymake.el: Use with-current-buffer.
24101         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24102         flymake-replace-regexp-in-string, flymake-line-beginning-position)
24103         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24104         Avoid testing for `xemacs'.
24105         (flymake-nop): Move.
24106         (flymake-region-has-flymake-overlays): Return the computed value.
24107         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24108         Remove unused var `endline'.
24109         (flymake-get-line-count): Remove unused function.
24110         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24112         * emulation/vi.el:
24113         * generic.el:
24114         * hilit-chg.el (global-highlight-changes):
24115         * hi-lock.el (hi-lock-mode):
24116         * follow.el: find-file-hooks -> find-file-hook.
24118         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24120 2005-03-24  Juri Linkov  <juri@jurta.org>
24122         * dired.el (dired-mode-map): Add menu item "Compare directories"
24123         for dired-compare-directories.
24125         * dired-aux.el (dired-compare-directories): Add autoload cookie.
24126         Doc fix.  Replace `read-file-name' with `read-directory-name'.
24128 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24130         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24132 2005-03-24  Jay Belanger  <belanger@truman.edu>
24134         * calc/calc-embed.el (calc-embedded-mode-change): Save all
24135         relevant mode settings in calc-embedded-original-modes when modes
24136         are permanently changed.
24138 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24140         * autoinsert.el: find-file-hooks -> find-file-hook.
24142 2005-03-24  Lute Kamstra  <lute@gnu.org>
24144         * generic.el (generic-font-lock-defaults): Make it obsolete.
24145         (generic-font-lock-keywords): New variable to replace
24146         generic-font-lock-defaults.
24147         (generic-mode-set-font-lock): Delete it.
24148         (generic-mode-internal): Don't call generic-mode-set-font-lock.
24149         (generic-bracket-support): Add docstring.
24151         * generic-x.el: Rename generic-font-lock-defaults to
24152         generic-font-lock-keywords throughout.
24153         (mailagent-rules-setup-function): Delete it.
24154         (mailagent-rules-generic-mode): Use anonymous function instead.
24155         (show-tabs-generic-mode-font-lock-defaults-1)
24156         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24157         Quote faces.
24158         (show-tabs-tab-face, show-tabs-space-face): Specify background,
24159         not foreground.
24161         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24162         Recognize define-generic-mode.
24164 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24166         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24167         if there's no completion table.
24169 2005-03-23  Miles Bader  <miles@gnu.org>
24171         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24172         Remove tty-specific variants, as they're no longer needed.
24174 2005-03-23  Lute Kamstra  <lute@gnu.org>
24176         * generic-x.el: Code cleanup: make args constant whenever possible.
24177         (installshield-statement-keyword-list)
24178         (installshield-system-functions-list)
24179         (installshield-system-variables-list, installshield-types-list)
24180         (installshield-funarg-constants-list): Make them constants.
24182         * generic.el (generic-make-keywords-list): Add autoload cookie.
24184         * calendar/time-date.el: Add comment on time value formats.
24185         Don't require parse-time.
24186         (with-decoded-time-value): New macro.
24187         (encode-time-value): New function.
24188         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24189         (days-to-time): Return a valid time value when arg is huge.
24190         (time-since): Use time-subtract.
24191         (time-to-number-of-days): Use time-to-seconds.
24193 2005-03-23  David Ponce  <david@dponce.com>
24195         * recentf.el (recentf-keep): New option.
24196         (recentf-menu-action): Default to `find-file'.
24197         (recentf-keep-non-readable-files-flag)
24198         (recentf-keep-non-readable-files-p)
24199         (recentf-file-readable-p, recentf-find-file)
24200         (recentf-cleanup-remote): Remove.
24201         (recentf-include-p): More robust.
24202         (recentf-keep-p): New function.
24203         (recentf-remove-if-non-kept): Rename from
24204         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
24205         All callers updated.
24206         (recentf-menu-items-for-commands): Fix help string.
24207         (recentf-track-closed-file): Update.  Doc fix.
24208         (recentf-cleanup): Update.  Count removed files.  Doc fix.
24210 2005-03-23  Kim F. Storm  <storm@cua.dk>
24212         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24213         Don't inherit from fringe face (now happens automatically).
24215 2005-03-22  Kim F. Storm  <storm@cua.dk>
24217         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24218         position values.
24220 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24222         * menu-bar.el (showhide-date-time): Remove.
24223         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24224         (menu-bar-make-mm-toggle): Simplify.
24226 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24228         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24229         Accept qualified variable and function names.
24231 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
24233         * bindings.el (completion-ignored-extensions):
24234         Remove ".lis" for `vax-vms'.
24236 2005-03-22  Andreas Schwab  <schwab@suse.de>
24238         * generic-x.el: Revert last change.
24239         * ldefs-boot.el: Update.
24241 2005-03-22  Jay Belanger  <belanger@truman.edu>
24243         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24244         (calc-embedded-save-original-modes)
24245         (calc-embedded-restore-original-modes): New functions.
24246         (calc-do-embedded): Save original modes when entering embedded mode
24247         and restore when leaving embedded mode.
24248         (calc-embedded-modes-change): Change the value of
24249         calc-embedded-original-modes to reflect permanent changes.
24251 2005-03-22  Lute Kamstra  <lute@gnu.org>
24253         * generic-x.el: Require generic again.
24255 2005-03-22  Miles Bader  <miles@gnu.org>
24257         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24258         Tweak details to look good on both ttys and bitmap displays, light
24259         or dark background, etc.
24261 2005-03-21  Kim F. Storm  <storm@cua.dk>
24263         * tooltip.el (tooltip-show-help-function): Check car and cdr of
24264         mouse position.
24266 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24268         * icomplete.el: Don't forcibly turn on the mode upon load.
24269         (icomplete-mode): Use define-minor-mode.
24270         (icomplete-eoinput): Default to nil.
24271         (icomplete-minibuffer-setup): Remove autoload.
24272         (icomplete-tidy): Simplify.
24273         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24274         in the initial state or if the user has modified the field.
24275         Fix handling of icomplete-max-delay-chars.
24276         Remove code that handles the oddball case where
24277         minibuffer-completion-table is an integer.
24278         Wrap icomplete-completions in while-no-input in case building
24279         completions takes more time than expected.
24280         (icomplete-completions): Simplify.
24282 2005-03-21  Richard M. Stallman  <rms@gnu.org>
24284         * jka-compr.el (jka-compr-really-do-compress):
24285         Make variable buffer-local.
24287         * image-mode.el: Handle .xpm files too.
24288         (image-toggle-display): Preserve modification flag.
24290         * help.el (where-is): Don't mention aliases with no key bindings.
24292 2005-03-21  Lute Kamstra  <lute@gnu.org>
24294         * generic.el: Fix commentary section.  Don't require cl for
24295         compilation.
24296         (generic-mode-list): Add autoload cookie.
24297         (generic-use-find-file-hook, generic-lines-to-scan)
24298         (generic-find-file-regexp, generic-ignore-files-regexp)
24299         (generic-mode, generic-mode-find-file-hook)
24300         (generic-mode-ini-file-find-file-hook): Fix docstrings.
24301         (define-generic-mode): Make it a defmacro.  Fix docstring.
24302         (generic-mode-internal): Code cleanup.  Add autoload cookie.
24303         (generic-mode-set-comments): Code cleanup.
24304         * generic-x.el: Don't prevent compilation.  Don't require generic.
24305         Follow coding conventions.  Minor code cleanup.
24306         (etc-fstab-generic-mode): Add some keywords.
24307         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24308         define-generic-mode like a function declaration.
24310 2005-03-21  Jay Belanger  <belanger@truman.edu>
24312         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24313         changing modes.
24315 2005-03-21  Sam Steingold  <sds@gnu.org>
24317         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24319 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
24321         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24322         Add underscore to "f$ lexicals" regexp.
24324 2005-03-20  Juri Linkov  <juri@jurta.org>
24326         * subr.el (progress-reporter-do-update): When `min-value' is equal
24327         to `max-value', set `percentage' to 0 and prevent division by zero.
24329 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
24331         Sync with Tramp 2.0.48.
24333         * net/tramp.el (all): Change all addresses to .gnu.org.
24334         (tramp-append-tramp-buffers): New defun.
24335         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24336         Catch `dont-send' signal.
24337         (tramp-set-auto-save-file-modes): Set always permissions, because
24338         there might be an old auto-saved file belonging to another
24339         original file.  This could be a security threat.  Reported by
24340         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24341         Check for Emacs 21.3.50 removed.
24343         * net/tramp-smb.el (all): Remove debug construct for
24344         `with-parsed-tramp-file-name'.
24345         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24346         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24347         No error message if DIRECTORY or FILENAME doesn't exist.
24348         (tramp-smb-open-connection): Check existence of
24349         `tramp-smb-program'.
24351 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24353         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24354         Properly handle the case where the `m' or `s' command's argument is not
24355         yet terminated.
24356         (perl-indent-new-calculate): New function.
24357         (perl-indent-line): Use it.
24359 2005-03-20  Miles Bader  <miles@gnu.org>
24361         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24362         in text-mode too.  Change to new face names.
24363         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24364         Add `:weight bold' attribute.
24365         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24367 2005-03-19  Juri Linkov  <juri@jurta.org>
24369         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
24371         * international/mule.el (auto-coding-alist): Sync with
24372         `auto-mode-alist' by adding upper case archive file extensions
24373         and adding ear/war to jar extension.
24375 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
24377         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24378         running, restart it.
24380 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
24382         * finder.el (finder-current-item): Throw an error on an empty line.
24384         * man.el (Man-follow-manual-reference): If current-word returns
24385         nil, use "".
24387 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
24389         * simple.el (goto-line): Doc fix.
24391 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
24393         * files.el (save-buffer): Doc fix.
24395 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
24397         * recentf.el (recentf-cleanup-remote): New variable.
24398         (recentf-cleanup): Use it to conditionally check availability of
24399         remote files.
24401 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
24403         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24404         function names.
24406 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24408         * language/thai-word.el: New file.
24410 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24412         * files.el (backup-buffer): If the file's directory is not
24413         writable, use copy instead of move to backup the file.
24415 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24417         * obsolete/keyswap.el: Moved to obsolete/ from term/.
24419 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24421         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24422         Use functionp instead of symbolp and fboundp.  Reported by Drkm
24423         <darkman_spam@yahoo.fr>.
24424         (ps-print-version): New version 6.6.6.
24426 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
24428         * textmodes/table.el (table--line-column-position): New idiom.
24429         (table--row-column-insertion-point-p): New function to test
24430         validity of row and column insertion operation at a location.
24431         (table-global-menu, table-cell-menu): Use above functions for
24432         deterministic test operation.
24433         (table--editable-cell-p): Behave in deterministic fashion.
24435 2005-03-18  Juri Linkov  <juri@jurta.org>
24437         * isearch.el (isearch-lazy-highlight-new-loop):
24438         Make arguments beg and end optional.
24439         (isearch-update): Remove optional arguments nil from
24440         isearch-lazy-highlight-new-loop.
24441         (isearch-lazy-highlight-search): Let-bind case-fold-search to
24442         isearch-lazy-highlight-case-fold-search instead of
24443         isearch-case-fold-search, and let-bind isearch-regexp to
24444         isearch-lazy-highlight-regexp.
24445         Use isearch-lazy-highlight-last-string instead of isearch-string.
24447         * replace.el (perform-replace): Remove bindings of global
24448         variables isearch-string, isearch-regexp, isearch-case-fold-search.
24449         Add three new arguments to `replace-highlight'.
24450         (replace-highlight): Add arguments string, regexp, case-fold.
24451         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24452         to allow isearch-lazy-highlight-new-loop to use these values
24453         to set corresponding isearch-lazy-highlight-* internal
24454         variables whose values lazy highlighting will use regardless of
24455         changes to global variables isearch-string, isearch-regexp,
24456         isearch-case-fold-search during lazy highlighting loop.
24457         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24458         to `lazy-highlight-cleanup'.
24460         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24461         (ispell-highlight-face): Set default face to `isearch' when
24462         lazy highlighting is enabled.
24463         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24464         priority to 1.  Add lazy highlighting.
24465         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24466         from `isearch-dehighlight'.
24468 2005-03-18  David Ponce  <david@dponce.com>
24470         * files.el (hack-local-variables): Do a case-insensitive search
24471         for End.
24473 2005-03-18  Juri Linkov  <juri@jurta.org>
24475         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24476         `isearch-lazy-highlight-cleanup', add alias to old name and
24477         declare obsolete.  Add release numbers to other obsolete vars.
24478         (isearch-done, isearch-lazy-highlight-new-loop):
24479         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24480         (lazy-highlight-cleanup) <variable>: Doc fix.
24481         (isearch-lazy-highlight-update): Rename obsolete
24482         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24484 2005-03-18  Kenichi Handa  <handa@m17n.org>
24486         * language/thai-util.el: Fix categorization of Thai characters in
24487         thai-category-table.
24488         (thai-composition-pattern): Adjust it for the above change.
24489         (thai-self-insert-command, thai-compose-syllable): New functions.
24490         (thai-compose-region): Use thai-compose-syllable.
24491         (thai-compose-string): Likewise.
24492         (thai-composition-function): Likewise.
24493         (thai-auto-composition): New function.
24494         (thai-auto-composition-mode): New minor mode.
24496         * language/thai.el: Fix patterns to be registered in
24497         composition-function-table.
24499         * international/quail.el (quail-input-method): Locally bind
24500         inhibit-modification-hooks to t.
24502 2005-03-17  Richard M. Stallman  <rms@gnu.org>
24504         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24505         (perl-mode): Use run-mode-hooks.
24507         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24508         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24509         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24511         * mail/sendmail.el (sendmail-send-it): Reenable the code
24512         to compute resend-to-address and use it.
24514         * tar-mode.el (tar-mode): Turn off undo unconditionally.
24516         * image-mode.el: New file.
24518         * image.el (insert-sliced-image): Add autoload cookie.
24520         * font-lock.el (font-lock-lines-before): New user option.
24521         (font-lock-after-change-function): Obey it.
24523         * bindings.el (esc-map): Make M-g a prefix.
24524         Bind M-g g and M-g M-g to goto-line.
24526         * faces.el (face-id): Doc fix.
24528 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24530         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24531         (rmail-show-message): Use rmail-unknown-mail-followup-to.
24532         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24534         * mail/sendmail.el (mail-yank-ignored-headers)
24535         (mail-font-lock-keywords, mail-mode-fill-paragraph):
24536         Add Mail-Followup-To and Mail-Reply-To headers.
24537         (mail-citation-hook): Add autoload cookie.
24538         (mail-mode): Doc fix.
24539         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24540         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24541         (mail-mode-fill-paragraph): Handle those headers.
24542         (mail-mailing-lists): New variable.
24543         (mail-mail-reply-to, mail-mail-followup-to): New functions.
24545 2005-03-17  Juri Linkov  <juri@jurta.org>
24547         * isearch.el (isearch-fallback): Check for `(car previous)'
24548         before calling `isearch-other-end-state'.
24550 2005-03-17  Kim F. Storm  <storm@cua.dk>
24552         * simple.el (move-beginning-of-line): Move to beginning of buffer
24553         line, as well as beginning of screen line.
24555 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
24557         * calendar/diary-lib.el (mark-diary-entries): Use new optional
24558         argument REDRAW rather than calendar-redrawing variable.
24559         * calendar/calendar.el (calendar-redrawing): Delete.
24560         (redraw-calendar): Do not bind calendar-redrawing.
24562 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
24564         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24565         diary-file buffer.
24567 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24569         * help.el (describe-mode): Allow a :minor-mode-function property to
24570         specify a different minor mode toggle function than the variable.
24571         * simple.el (auto-fill-function):
24572         * subr.el (add-minor-mode): Use it.
24574 2005-03-16  Kenichi Handa  <handa@m17n.org>
24576         * language/ethio-util.el (sera-being-called-by-w3): New variable.
24577         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24578         (ethio-fidel-to-sera-buffer): Likewise.
24580 2005-03-16  Juri Linkov  <juri@jurta.org>
24582         * emacs-lisp/find-func.el (find-function-regexp):
24583         Add defun-emitting macro `menu-bar-make-toggle'.
24585         * isearch.el: Put `isearch-scroll' property to
24586         `split-window-horizontally'.
24588         * info.el: Update error messages for `debug-ignored-errors'.
24589         (Info-isearch-search): Doc fix.
24590         (Info-find-node): Move up code to go into info buffer before
24591         recording the node to the history.
24592         (Info-fontify-node): Fontify titles only if the next line
24593         has two or more `*', `=', `-', `.'.
24594         Display "go to this node" for empty (match-string 3).
24596 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24598         * term/mac-win.el: Add mouse pointer shape constants.
24600 2005-03-15  Kim F. Storm  <storm@cua.dk>
24602         * simple.el (move-beginning-of-line): Use vertical-motion.
24604 2005-03-15  Juri Linkov  <juri@jurta.org>
24606         * isearch.el (isearch-error): New variable.
24607         (isearch-invalid-regexp, isearch-within-brackets): Remove.
24608         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24609         (isearch-within-brackets-state): Remove.
24610         (isearch-case-fold-search-state, isearch-pop-fun-state):
24611         Decrease frame index.
24612         (isearch-mode, isearch-top-state, isearch-push-state)
24613         (isearch-edit-string, isearch-abort, isearch-search-and-update)
24614         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24615         (isearch-search, isearch-lazy-highlight-new-loop):
24616         Replace `isearch-invalid-regexp' with `isearch-error'.
24617         Remove `isearch-within-brackets'.
24618         (isearch-search): Add `search-failed' handler to `condition-case'.
24619         (isearch-lazy-highlight-search): Add `condition-case' to catch
24620         errors and allow `isearch-lazy-highlight-update' to try
24621         highlighting from the beginning of the window.
24622         (isearch-repeat): Move up code to set isearch-wrapped to t
24623         before calling isearch-wrap-function.
24625         * info.el (Info-isearch-initial-node): New internal variable.
24626         (Info-search): Signal an error in isearch mode when search leaves
24627         the initial node.  Signal an error when `bound' is non-nil and
24628         nothing was found in the current subfile.
24629         (Info-isearch-search): Remove `condition-case'.
24630         (Info-isearch-wrap): Don't wrap when search failed during leaving
24631         the initial node.  If `Info-isearch-search' is nil, wrap around
24632         the current node.
24633         (Info-isearch-start): New fun.
24634         (Info-mode): Add buffer-local hook `Info-isearch-start' to
24635         `isearch-mode-hook'.
24637 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24639         * simple.el (normal-erase-is-backspace): Set default to t if
24640         running on Mac.
24642         * term/mac-win.el (function-key-map): Sync with x-win.el.
24644 2005-03-15  Kenichi Handa  <handa@m17n.org>
24646         * international/mule-cmds.el (locale-language-names): Modify the
24647         format of elements and add more entries.
24648         (locale-preferred-coding-systems): Add more entries.
24649         (set-locale-environment): Adjust for the change of
24650         locale-language-names.
24652 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24654         * pcvs.el (smerge-ediff): Remove bogus autoload.
24656 2005-03-14  Lute Kamstra  <lute@gnu.org>
24658         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24659         Ignore a `*' at the beginning of a line.
24661         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24662         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24663         subr.el.
24664         (dont-compile, eval-when-compile, eval-and-compile): Use declare
24665         to specify indentation.
24667         * generic.el (define-generic-mode): Let generic-mode-list be a
24668         list of strings; test membership with equal.
24670 2005-03-14  Kim F. Storm  <storm@cua.dk>
24672         * simple.el (next-line, previous-line): Add optional try-vscroll
24673         arg to recognize interactive use.  Pass it on to line-move.
24674         (line-move): Don't perform auto-window-vscroll when defining or
24675         executing keyboard macro to ensure consistent behavior.
24677 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24679         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24681 2005-03-13  Lute Kamstra  <lute@gnu.org>
24683         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24684         debugger-setup-buffer so that backtrace marks the frames set to
24685         debug-on-exit and we don't have to do it manually.  Set an extra
24686         debug-on-exit for macro's.
24687         (debugger-setup-buffer): Don't mark the top frame manually.
24689 2005-03-12  Lute Kamstra  <lute@gnu.org>
24691         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24692         lisp-indent-function throughout.
24693         (with-no-warnings): Set lisp-indent-function property.
24695 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
24697         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24698         Add entry for backslash.
24700 2005-03-12  Juri Linkov  <juri@jurta.org>
24702         * info.el (Info-search): Four fixes for backward search.
24704 2005-03-11  Jay Belanger  <belanger@truman.edu>
24706         * calc/calc.el (calc-language-alist): New variable.
24707         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24708         (calc-embedded-find-modes): Use calc-language-alist instead of
24709         calc-embedded-language-alist.
24711 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24713         * calendar/calendar.el (calendar-redrawing): New internal
24714         variable.
24715         (redraw-calendar): Remove bogus save-excursion from previous
24716         change.  Bind calendar-redrawing to t for mark-diary-entries.
24717         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24718         calendar if that is why we were called.
24720 2005-03-11  Kenichi Handa  <handa@m17n.org>
24722         * international/mule.el (make-coding-system): Set property
24723         coding-system-define-form to nil.
24724         (define-coding-system-alias): Likewise.
24726 2005-03-11  Kenichi Handa  <handa@m17n.org>
24728         These changes are suggested by Dave Love <fx@gnu.org>.
24730         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24731         coding: tag.
24732         (adaptive-fill-regexp): Add more bullets.
24733         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24734         regexps.
24736 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24738         * help.el (describe-mode): Properly handle non-trivial lighters.
24739         Don't ignore minor modes that are not listed in minor-mode-list.
24741         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24742         feature ON when the user requests to turn it OFF.
24744 2005-03-10  Lute Kamstra  <lute@gnu.org>
24746         * emacs-lisp/debug.el (debug-entry-code): Delete it.
24747         (implement-debug-on-entry): New function to replace debug-entry-code.
24748         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
24749         second argument as the 2005-03-07 change makes it obsolete.
24750         (debug-on-entry, cancel-debug-on-entry): Update call to
24751         debug-on-entry-1.
24752         (debug, debugger-setup-buffer): Comment update.
24753         (debugger-frame-number): Update to work with implement-debug-on-entry.
24755 2005-03-10  Jay Belanger  <belanger@truman.edu>
24757         * calc/calc-embed.el (math-ms-args): Declare it.
24758         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24759         math-ms-args.
24760         (calc-embedded-subst): Use math-multi-subst-rec to substitute
24761         variables.
24763 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
24765         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24766         Use message-box.
24768         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24769         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24770         (tooltip-gud-tips): Simplify.
24771         (tooltip-gud-tips-p): Remove superfluous :set.
24772         (tooltip-gud-modes): Add fortran-mode.
24773         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24775         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24777 2005-03-09  Kim F. Storm  <storm@cua.dk>
24779         * play/animate.el (animate-place-char): Use forward-line instead
24780         of next-line to improve performance.
24782 2005-03-09  Simon Josefsson  <jas@extundo.com>
24784         * net/browse-url.el (browse-url-default-browser): Doc fix.
24786 2005-03-09  Miles Bader  <miles@gnu.org>
24788         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24789         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24791 2005-03-09  Kenichi Handa  <handa@m17n.org>
24793         * international/latin-1.el: Set case and syntax for 255 only if
24794         set-case-syntax-set-multibyte is nil.
24796         * textmodes/ispell.el (ispell-insert-word): New function.
24797         (ispell-word): Use ispell-insert-word to insert a new word.
24798         (ispell-process-line): Likewise.
24799         (ispell-complete-word): Likewise.
24801 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
24803         * calendar/calendar.el (redraw-calendar): Preserve point.
24804         Reported by Matt Hodges <MPHodges@member.fsf.org>.
24805         (calendar-week-start-day): Move after definition of
24806         redraw-calendar.  Delete buffer test, since redraw-calendar has
24807         that now.
24809         * calendar/diary-lib.el (mark-diary-entries): Only call
24810         redraw-calendar in the first of any recursive calls.
24811         Reported by Alan Shutko <ats@acm.org>.
24813 2005-03-08  Juri Linkov  <juri@jurta.org>
24815         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24816         (html-horizontal-rule, html-line, html-image, html-checkboxes)
24817         (html-radio-buttons): Add a space before the trailing `/>' where
24818         sgml-xml-mode is non-nil.
24819         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24820         the subsequent tag of the empty XML tag.
24821         (html-href-anchor): Don't set initial input to "http:".
24822         (html-image): Ask for the image URL and set point inside alt="".
24823         (html-name-anchor): Duplicate the name in the `id' attribute when
24824         sgml-xml-mode is non-nil.
24825         (html-paragraph): Remove \n before <p>.
24826         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24827         instead of `checked' when sgml-xml-mode is non-nil.
24829         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24830         Remove 1 space before #RRGGBB to not truncate it on terminal
24831         windows w/o fringes.  Remove 1 space between bg and fg examples
24832         to get more space.
24833         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24834         avoid byte-compile warnings.
24836         * image-file.el (image-file-handler): Put `safe-magic' property to
24837         `image-file-handler'.
24839         * info.el (Info-isearch-search): Emulate word search in
24840         isearching through multiple Info nodes with Info-search.
24841         (Info-isearch-wrap): Allow isearch-word.
24843 2005-03-08  Lute Kamstra  <lute@gnu.org>
24845         * emacs-lisp/debug.el (debugger-step-through): Make sure that
24846         stepping into the debugger's code is not possible.
24847         (debugger-jumping-flag): Docstring update.
24849 2005-03-08  Jay Belanger  <belanger@truman.edu>
24851         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24852         embedded mode begins.
24853         (calc-embedded-language-alist): New variable.
24854         (calc-embedded-find-modes): Use calc-embedded-language-alist to
24855         set default language mode.
24857 2005-03-08  Kenichi Handa  <handa@m17n.org>
24859         * international/ccl.el (define-ccl-program): Fix docstring about
24860         extra 256 bytes assured for the output buffer.
24862         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24863         Fix BUFFER_MAGNIFICATION to 2.
24864         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24866 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
24868         * align.el (align-rules-list): Added an alignment rule for CSS
24869         declarations (applies to css-mode and html-mode buffers).
24871 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24873         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24875 2005-03-07  Kim F. Storm  <storm@cua.dk>
24877         * simple.el (move-beginning-of-line): New command.
24879         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24881         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24883         * emulation/cua-base.el: Put CUA move property on move-end-of-line
24884         and move-beginning-of-line.
24886         * apropos.el (apropos-print): Omit command from M-x ... RET.
24888 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
24890         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24891         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24893 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24895         * bindings.el (esc-map): Bind M-g to goto-line.
24897         * facemenu.el (global-map): Bind M-o, not M-g.
24899 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24901         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24902         "Open Directory" as for "Open File".
24904 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
24906         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24907         (push-mark-command): Run activate-mark-hook.
24909 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24911         * help-mode.el (help-mode-finish): Don't alter the element
24912         in view-return-to-alist if there already is one.
24914         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24915         make sure the current buffer is the expected one.
24917         * novice.el (disabled-command-function): Output in *Disabled Command*.
24918         Explicitly ignore non-keyboard events, and explicitly handle C-g.
24920         * textmodes/flyspell.el (flyspell-large-region):
24921         Pass args differently for aspell.
24923         * files.el (mode-require-final-newline): Doc fix.
24925 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
24927         * progmodes/which-func.el (which-function):
24928         Specify NOERROR when calling imenu--make-index-alist.
24930 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24932         * simple.el (normal-erase-is-backspace): Define default value.
24934         * custom.el (custom-theme-set-variables): Remove unused var
24935         `immediate'.
24936         (custom-reevaluate-setting): Simple function to handle variables
24937         that are defined before their default value can really be
24938         computed.
24940         * startup.el (command-line): Use it for temporary-file-directory,
24941         small-emporary-file-directory, auto-save-file-name-transforms,
24942         blink-cursor-mode, and normal-erase-is-backspace.
24944         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24945         progress, even with buggy anchored keywords.
24947 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
24949         * simple.el (goto-line): Remove unbalanced final parenthesis.
24951 2005-03-05  Richard M. Stallman  <rms@gnu.org>
24953         * simple.el (goto-line): Use a number at point as the default.
24954         With C-u as arg, switch buffers.
24956 2005-03-05  Juri Linkov  <juri@jurta.org>
24958         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24959         with `no-blinking-cursor'.
24961         * startup.el (no-blinking-cursor): New defvar.
24962         (command-line): Add `--no-blinking-cursor' to longopts.
24963         Set `no-blinking-cursor' to t for command line arguments
24964         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
24965         with `no-blinking-cursor' in the condition for calling
24966         `blink-cursor-mode'.
24968 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
24970         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24971         (menu-bar-options-save): Add blink-cursor-mode.
24972         (menu-bar-options-menu): Add blink-cursor-mode.
24974 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
24976         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24977         (icalendar-export-file, icalendar-export-region)
24978         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24979         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24981 2005-03-04  Lute Kamstra  <lute@gnu.org>
24983         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24984         (debug-function-list): Ditto.
24986 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
24988         * textmodes/texinfmt.el (texinfo-append-refill):
24989         Redefine the types of line to which @refill
24990         is not appended by replacing a search for `@refill\\|@bye' with
24991         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
24992         itemize@refill' bug and the unfilled long lines bug.
24993         (texinfmt-version): Update number and date.
24995 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24997         * international/code-pages.el (windows-1250, windows-125[2-8])
24998         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25000 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25002         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25003         bound yet.
25005 2005-03-02  Romain Francoise  <romain@orebokech.com>
25007         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25008         buffer after removing limits.
25009         (ibuffer-pop-filter): Ditto.
25010         Update copyright.
25012 2005-03-02  Miles Bader  <miles@gnu.org>
25014         * button.el (make-text-button): If the user doesn't specify a
25015         type, use the default.  Rewrite to use `add-text-properties' and
25016         plist functions.
25018 2005-03-01  Lute Kamstra  <lute@gnu.org>
25020         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25021         (debugger-jumping-flag): New var.
25022         (debug-entry-code): Use it.
25023         (debugger-jump): Use debugger-jumping-flag and add
25024         debugger-reenable to post-command-hook.
25025         (debugger-reenable): Use debugger-jumping-flag and remove itself
25026         from post-command-hook.
25027         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25028         debugger-reenable.
25030 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
25032         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25033         inclusion of "itemize\\|", which may be unnecessary, is certainly
25034         inelegant, and stops refilling in itemize lists when formatting
25035         Japanese Texinfo files to Info.
25036         Update copyright to 2005.
25038 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
25040         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25041         of an error if GDB can't find the source file.
25043 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
25045         * calendar/calendar.el (redraw-calendar): Work from any buffer,
25046         not just the calendar.
25048         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25049         first.
25050         (diary-redraw-calendar): New function.
25051         (make-diary-entry): Add diary-redraw-calendar to local
25052         write-contents-functions.  Turn off selective display before
25053         inserting in diary.
25055 2005-03-01  Kim F. Storm  <storm@cua.dk>
25057         * emacs-lisp/copyright.el (copyright-fix-years): New command.
25059 2005-03-01  Lute Kamstra  <lute@gnu.org>
25061         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25062         that debug-entry-code can be safely removed from a function while
25063         this code is being evaluated.  Revert the 2005-02-27 change as the
25064         new implementation no longer requires it.  Make sure that a
25065         function body containing just a string is not mistaken for a docstring.
25066         (debug): Skip one more frame in case of debug on entry.
25067         (debugger-setup-buffer): Delete one more frame line in case of
25068         debug on entry.
25069         (debugger-frame-number): Update to use the new text introduced by
25070         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
25072 2005-02-28  Kim F. Storm  <storm@cua.dk>
25074         * double.el (double-translate-key): Call force-window-update after
25075         read-event to avoid crash in redisplay.
25077 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25079         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25080         (debug): Use it.  Move the inhibit-trace earlier.
25081         (debug-entry-code): New const.
25082         (debug-on-entry-1): Use it.
25084 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
25086         * international/utf-16.el (ccl-encode-mule-utf-16le):
25087         Fix BUFFER_MAGNIFICATION to 2.
25088         (ccl-encode-mule-utf-16be): Likewise.
25090 2005-02-28  Kenichi Handa  <handa@m17n.org>
25092         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25093         Fix BUFFER_MAGNIFICATION to 4.
25094         (ccl-encode-mule-utf-16be-with-signature): Likewise.
25096 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
25098         * speedbar.el (speedbar-update-flag): Doc fix.
25099         (speedbar-show-info-under-mouse): Give set-mouse-position the right
25100         argument.
25102 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25104         * reveal.el (reveal-post-command): Don't try to reveal overlays which
25105         have a non-nil `invisible' property but are actually visible.
25107         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25108         for perldoc sections.
25109         (perl-outline-regexp, perl-outline-level): New var and function.
25110         (perl-mode): Use them.
25112 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
25114         * calendar/diary-lib.el (diary-remind): Discard any mark portion
25115         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25117 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
25119         * cus-edit.el: Comment change.
25120         (custom-buffer-create-internal): Slightly reword text at top of
25121         Custom buffers.  Mention there that saving an option edits the
25122         init file.  Add link to Emacs manual node on `custom-file'.
25123         (custom-magic-alist): Rewrite individual State messages to use
25124         capitalized keywords.  Doc fix.
25126 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
25128         * calendar/calendar.el (calendar-buffer): Move above
25129         calendar-week-start-day.
25130         (calendar-week-start-day): Doc fix.  Add :set function.
25131         (calendar-minimum-window-height): New variable.
25132         (generate-calendar-window): Only resize window if selected-window
25133         is displaying the calendar buffer.  Use new variable
25134         calendar-minimum-window-height.
25135         (generate-calendar): Reword error message.
25136         (calendar-mode-map): Bind DEL to scroll-other-window-down.
25138 2005-02-27  Andreas Schwab  <schwab@suse.de>
25140         * vc.el (vc-do-command): Don't run command asynchronously when
25141         operating in a remote directory.
25143         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25144         change from sync with Tramp 2.0.47.
25146 2005-02-27  Richard M. Stallman  <rms@gnu.org>
25148         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25150         * textmodes/flyspell.el (flyspell-mode-on):
25151         Call ispell-change-dictionary only if necessary.
25153         * emacs-lisp/re-builder.el (regexp-builder): New function.
25155         * register.el (describe-register-1): Explicitly handle
25156         yank-excluded-properties = t.
25158         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25159         (custom-magic-alist): Change the status descriptions again.
25160         (face widget-type): Total rewrite based on `restricted-sexp'
25161         to eliminate the confusing double hiding levels.
25163         * emacs-lisp/debug.el (debug-on-entry-1):
25164         If function body is empty, add nil as body form.
25166 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25168         * emacs-lisp/trace.el (inhibit-trace): New var.
25169         (trace-make-advice): Use it.
25171         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25173 2005-02-26  Kim F. Storm  <storm@cua.dk>
25175         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25176         (mouse-on-link-p, mouse-drag-region-1): Use it.
25178 2005-02-25  Lute Kamstra  <lute@gnu.org>
25180         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25182 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
25184         * frame.el (blink-cursor-mode): Add :group keyword.
25186 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
25188         * calendar/icalendar.el (icalendar--decode-isodatetime):
25189         New optional argument DAY-SHIFT.
25190         (icalendar-export-region): Fix coding-system-for-write.
25191         (icalendar--convert-ical-to-diary): Shift end-day of all-day
25192         events by one.
25194 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25196         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25198 2005-02-24  Kim F. Storm  <storm@cua.dk>
25200         * international/iso-acc.el (iso-accents-compose): Fix crash
25201         during redisplay.  Call force-window-update after read-event
25202         and delete-region to signal that window is not accurate.
25204 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25206         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25207         Remove unused and inexistent var `inhibit-trace'.
25208         (debugger-mode): Use run-mode-hooks.
25209         (debugger-list-functions): Add buttons; setup xref stack.
25211 2005-02-23  Richard M. Stallman  <rms@gnu.org>
25213         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25214         appointment says it was explicitly made.
25215         (appt-add): Set the 3rd element.
25216         (appt-make-list): Preserve explicit appointments.
25218         * subr.el (find-tag-default): Catch errors in forward-sexp.
25220 2005-02-23  Juri Linkov  <juri@jurta.org>
25222         * info.el (Info-isearch-search): New defcustom.
25223         (Info-isearch-search): Call the default isearch function
25224         when Info-isearch-search is nil.
25225         (Info-isearch-wrap): Use variable Info-isearch-search.
25227 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
25229         * cus-edit.el: Comment change.
25231 2005-02-22  Kim F. Storm  <storm@cua.dk>
25233         * progmodes/hideif.el (hide-ifdef-use-define-alist):
25234         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
25236 2005-02-22  Simon Josefsson  <jas@extundo.com>
25238         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25239         New variable.
25240         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
25241         Oskarsson" <myrkraverk@users.sourceforget.net>.
25243 2005-02-22  Kim F. Storm  <storm@cua.dk>
25245         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25246         check that window of that event is the selected window.
25247         (mouse-drag-region-1): Compare mouse event window to selected
25248         window before setting point.
25250         * tooltip.el (tooltip-show-help-function): Pass event to
25251         mouse-on-link-p so it can check selected window.
25253 2005-02-22  Kenichi Handa  <handa@m17n.org>
25255         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25256         (ps-mule-show-warning): New function.
25257         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25258         characters are found.
25260         * ps-print.el (ps-header-footer-string): Return a list of header
25261         and footer strings.
25263 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
25265         * pcvs.el (cvs-retrieve-revision): Fix thinko.
25267 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25269         * frame.el (blink-cursor-mode): Use define-minor-mode.
25271         * term/mac-win.el (function-key-map): Use char-names more consistently.
25272         (file-name-coding-system): Only set it for MacOS-9.  The other case is
25273         already handled in mule-cmds.el (where it also works when mac-win.el
25274         is not used).
25276 2005-02-21  Kenichi Handa  <handa@m17n.org>
25278         * international/mule.el (ctext-pre-write-conversion): Always use
25279         " *code-converting-work*" buffer for work.
25281         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25283 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
25285         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25287 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
25289         * ses.el (undo-more): Restore defadvice, but only the part that
25290         allows changes outside the restricted area of the buffer.
25292 2005-02-20  Kim F. Storm  <storm@cua.dk>
25294         * simple.el (line-move): Add fourth optional arg try-vscroll which
25295         must be set to perform auto-window-vscroll.
25296         When moving backwards and doing auto-window-vscroll, automatically
25297         vscroll to the last part of lines which are taller than the window.
25298         (next-line, previous-line): Set try-vscroll arg on line-move.
25300 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
25302         * replace.el (query-replace, query-replace-regexp)
25303         (replace-string, replace-regexp): When operating on region, make
25304         the minibuffer prompt say so.
25306         * isearch.el (isearch-forward): Document isearch-query-replace and
25307         isearch-query-replace-regexp keybindings.
25309 2005-02-19  Jay Belanger  <belanger@truman.edu>
25311         * calc/calc-aent.el (math-read-token): Add local variable.
25313         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25314         (calc-edit-top): Move declaration to earlier in file.
25315         (calc-edit-macro-repeats): Add local variables.
25317         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25318         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25319         calcFunc-tanh.
25320         Adjust integration rule for calcFunc-tan.
25322 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25324         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25325         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25326         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25327         (viper-skip-separators): Bug fix.
25328         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25329         particular major mode.
25330         (viper-del-backward-char-in-replace): Don't put deleted char on the
25331         kill ring.
25333         * viper-ex.el (viper-color-display-p): New function.
25334         (viper-has-face-support-p): Use viper-color-display-p.
25336         * viper-keym.el (viper-gnus-modifier-map): New keymap.
25338         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25340         * viper-util.el (viper-glob-unix-files): Fix shell status check.
25341         (viper-file-remote-p): Make equivalent to file-remote-p.
25343         * viper.el (viper-major-mode-modifier-list):
25344         Use viper-gnus-modifier-map.
25346 2005-02-19  David Kastrup  <dak@gnu.org>
25348         * subr.el (subregexp-context-p): Fix garbled doc string by adding
25349         quoting.
25351 2005-02-19  Jay Belanger  <belanger@truman.edu>
25353         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25354         Remove extra definitions.
25355         (calc-coth): New function.
25356         (calcFunc-cot): Fix `let'.
25358 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
25360         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25361         the reasons we use "type pc" in these faces.
25363         * button.el (button): Ditto.
25365 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
25367         * replace.el (query-replace-read-from): Set the value of
25368         query-replace-from-history-variable to handle the case of an empty
25369         string entered to accept the suggested default.
25371         * net/tramp.el (tramp-file-name-for-operation):
25372         Use dired-call-process instead of dired-call-process-command.
25374 2005-02-19  Jay Belanger  <belanger@truman.edu>
25376         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25377         (math-div-non-trig): New variables.
25378         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25379         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25380         (math-combine-prod, math-div-symb-fancy): Add simplifications for
25381         trig expressions.
25383 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
25385         * progmodes/gdb-ui.el (gdb-var-update-handler)
25386         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25387         for watch expressions,
25388         (gdb-var-create-handler): Don't set speedbar-update-flag.
25389         (gdb-post-prompt): Simplify test for speedbar.
25391 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25393         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25394         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25395         we use the syntax table of the correct buffer.
25396         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25397         Felix Gatzemeier.
25399         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25400         (ediff-file-remote-p): Make synonymous with file-remote-p.
25401         In all deffaces ediff-*-face-*, use min-colors.
25403         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25404         ediff-recurse-to-subdirectories.
25405         (ediff-mark-if-equal): Check that the arguments are strings, use
25406         ediff-same-contents (after to Felix Gatzemeier).
25408         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25409         nil.
25411 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25413         * log-view.el (log-view-message-re): Fix up Subversion regexp.
25415 2005-02-18  David Kastrup  <dak@gnu.org>
25417         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25418         use `mark-active' when defined.
25420 2005-02-18  Kenichi Handa  <handa@m17n.org>
25422         * ps-print.el (ps-font-info-database): New entry
25423         ZapfChancery-MediumItalic with correct font name.  Fix font name
25424         of the entry Zapf-Chancery-MediumItalic.
25426 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
25428         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25430 2005-02-16  Kim F. Storm  <storm@cua.dk>
25432         * ido.el (ido-fallback-command): Pass user input to fallback command.
25434 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
25436         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25437         (gdb-find-file-hook): Add server prefix.
25439 2005-02-16  Richard M. Stallman  <rms@gnu.org>
25441         * replace.el (perform-replace): Pass new args to replace-highlight.
25442         (replace-highlight): Take region args,
25443         and pass them to isearch-lazy-highlight-new-loop.
25445         * novice.el (disabled-command-hook): Autoload the defalias
25446         and the make-obsolete-variable call.
25448         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25450         * isearch.el (isearch-lazy-highlight-start-limit)
25451         (isearch-lazy-highlight-end-limit): New variables limit
25452         the region for highlighting.
25453         (isearch-lazy-highlight-new-loop): New args BEG and END.
25454         (isearch-lazy-highlight-search): Use the new vars.
25455         (isearch-lazy-highlight-update): Likewise.
25457         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25459         * cus-start.el (all): Use default-boundp.
25461 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
25463         * menu-bar.el (menu-bar-select-frame): Handle current frame.
25465 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
25467         * autorevert.el (auto-revert-stop-on-user-input)
25468         (auto-revert-verbose): Doc fixes.
25470 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
25472         * international/mule-cmds.el (set-locale-environment): Remove call
25473         to set-selection-coding-system on Windows.
25475 2005-02-15  Jay Belanger  <belanger@truman.edu>
25477         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25478         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25479         calcFunc-coth.
25480         (math-simplify-sqrt): Add simplifications.
25482         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25483         to list.
25485         * calc/calc-ext.el: Add functions to autoloads.
25487         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25488         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25489         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25490         (math-csc-raw, math-cot-raw): New functions.
25492         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25494         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25495         the variable name in a message.
25497         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25498         calcFunc-csc, calcFunc-cot.
25500         * calc/calcalg2.el: Add derivative and integration rules for
25501         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25502         calcFunc-csch, calcFunc-coth.
25503         (math-do-integral-methods): Add to checks for when to use
25504         substitutions.
25506         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25508 2005-02-15  Lute Kamstra  <lute@gnu.org>
25510         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25511         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
25512         <monnier@iro.umontreal.ca>
25513         (lisp-outline-level): Improve efficiency.  Suggested by David
25514         Kastrup <dak@gnu.org>.
25516 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
25518         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25519         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25520         (gdb-set-gud-minor-mode-existing-buffers): New functions.
25521         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
25522         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25524 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
25526         * cus-start.el (all): Comment change.
25528 2005-02-14  Lute Kamstra  <lute@gnu.org>
25530         * cus-start.el (all): Check if symbol is void.
25532 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
25534         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25535         optional argument to \cite.
25537 2005-02-14  Richard M. Stallman  <rms@gnu.org>
25539         * cus-edit.el (custom-buffer-create-internal): Update help message.
25540         (custom-magic-alist): Update help messages.
25542         * cus-start.el (all): Allow a var to specify a standard value.
25544 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
25546         * custom.el (custom-theme-set-variables): Handle variable aliases.
25548         * frame.el (blink-cursor-timer): Doc fix.
25549         (blink-cursor): Make it an alias for `blink-cursor-mode' and
25550         declare obsolete.
25551         (blink-cursor-mode): Define with defcustom and use correct
25552         standard expression in that defcustom.
25553         * startup.el (command-line): Adapt to above changes in frame.el.
25555 2005-02-11  Lute Kamstra  <lute@gnu.org>
25557         * apropos.el (apropos-score-doc): Prevent division by zero.
25559 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
25561         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25562         (icalendar--get-event-property-attributes)
25563         (icalendar--get-event-properties)
25564         (icalendar--datetime-to-diary-date): New functions.
25565         (icalendar--split-value): Doc fix.
25566         (icalendar--datetime-to-noneuropean-date)
25567         (icalendar--datetime-to-european-date): New optional argument
25568         SEPARATOR.  Return result as a string instead of a list.
25569         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25570         (icalendar--convert-string-for-export): Rename arg S to STRING.
25571         (icalendar-export-region): Doc fix.  Change name of error buffer.
25572         Save output buffer.
25573         (icalendar-import-file): Add blank at end of prompt.
25574         (icalendar-import-buffer): Doc fix.  Do not switch to error
25575         buffer.  Indicate status in return value.
25576         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
25577         buffer.  Save output buffer.  Handle exception from recurrence
25578         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
25579         events.  Fix problems with weekly all-day events.
25581 2005-02-10  Richard M. Stallman  <rms@gnu.org>
25583         * simple.el (eval-expression-print-format):
25584         Avoid warning about edebug-active.
25586         * help.el (help-for-help-internal): Rename from help-for-help.
25587         (help-for-help): Define with defalias.
25589         * font-core.el (font-lock-default-function): Use with-no-warnings.
25591         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25593         * custom.el (defface): Doc fix.
25595 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
25597         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25598         width 0" to prevent word wrapping problems.
25600 2005-02-09  Kim F. Storm  <storm@cua.dk>
25602         * ido.el (ido-file-extensions-order): New defcustom.
25603         (ido-file-extension-lessp, ido-file-extension-aux)
25604         (ido-file-extension-order): New advanced file ordering.
25605         (ido-file-lessp): New simple file ordering.
25606         (ido-sort-list): Remove.
25607         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25608         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25610 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
25612         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25613         that some versions of grep produce.
25614         (grep-mode-font-lock-keywords): Likewise.
25616 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
25618         * progmodes/gdb-ui.el (gdb-location-list): New variable.
25619         (gdb-cdir): Delete.
25620         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25621         (gdb-source-info): Treat case when source file is in another
25622         directory properly.
25623         (gdb-get-location): New function.
25625 2005-02-07  Jay Belanger  <belanger@truman.edu>
25627         * calc/calc-prog.el (calc-write-parse-table-part)
25628         (calc-fix-token-name): Fix a check for language type.
25630         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25632 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
25634         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25635         as directory not writable.
25637 2005-02-07  Kim F. Storm  <storm@cua.dk>
25639         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25640         (cua--standard-movement-commands): Remove list.
25641         Instead, set CUA property value to move for movement commands.
25642         (cua-movement-commands): Remove.  Users must set CUA prop instead.
25643         (cua--pre-command-handler): Check CUA property.
25644         (cua--init-keymaps): Don't remap undo commands.
25645         (cua-mode): Don't call cua--rectangle-on-off.
25647         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25648         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25649         (cua--rect-undo-set-point): New var.
25650         (cua--rectangle-undo-boundary): Setup undo apply entry.
25651         (cua--rect-undo-handler): New function for rectangle undo.
25652         (cua--rect-start-position, cua--rect-end-position): Add.
25653         (cua--rectangle-post-command): Call cua--rectangle-set-corners
25654         for restored rectangle.  Set point if cua--rect-undo-set-point.
25656 2005-02-06  Jay Belanger  <belanger@truman.edu>
25658         * calc/calc-lang.el (calc-tex-language): Display more information
25659         in messages.
25661         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25662         in TeX mode.
25664 2005-02-06  Richard M. Stallman  <rms@gnu.org>
25666         * emacs-lisp/lisp.el (buffer-end): Doc fix.
25668 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
25670         * net/ldap.el (ldap-search-internal): Support attributes with
25671         optional descriptions separated by a semi-colon, as in
25672         "userCertificate;binary".
25674 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25676         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25677         isn't a cons (i.e. the version is 0).
25679 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
25681         * help.el (help-for-help): Doc fix.
25683 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
25685         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
25686         GDB-Windows on the menu-bar as this works better.
25688 2005-02-04  Jay Belanger  <belanger@truman.edu>
25690         * calc/calc-embed.el (calc-embedded-update): Don't put in
25691         unnecessary newlines.  Adjust the end of formula marker.
25693         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25694         (math-latex-parse-two-args): New function.
25696 2005-02-03  Lute Kamstra  <lute@gnu.org>
25698         * help-fns.el (help-with-tutorial): Make sure that users cannot
25699         remove the entire text of the tutorial by means of `undo'.
25701 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25703         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25704         in recent changes, where the ispell process was repeatedly
25705         killed & restarted.
25707         * international/mule-cmds.el (set-locale-environment): Set file-name
25708         coding system to utf-8 on Darwin systems.
25709         (set-default-coding-systems): Don't set default-file-name-coding-system
25710         on Darwin systems.
25712 2005-02-03  Richard M. Stallman  <rms@gnu.org>
25714         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25716 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
25718         * faces.el (list-faces-display): Add optional argument.
25720 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25722         * font-core.el (font-lock-default-function): Handle the rare case where
25723         only font-lock-keywords is set.
25725 2005-02-02  Kenichi Handa  <handa@m17n.org>
25727         * international/characters.el: Cancel previous change for
25728         I-WITH-DOT-ABOVE and DOTLESS-i.
25730         * international/latin-5.el: Cancel previous change.
25732 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25734         * progmodes/gud.el: Correction to syntax in gud-menu-map.
25736 2005-02-02  Kenichi Handa  <handa@m17n.org>
25738         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25739         DOTLESS-i.
25741         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25742         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25744         * case-table.el (get-upcase-table): New function.
25745         (copy-case-table): Copy upcaes table too if non-nil.
25746         (set-case-syntax-delims): Maintain upcase table too.
25747         (set-case-syntax-pair): Likewise.
25748         (set-upcase-syntax, set-downcase-syntax): New functions.
25749         (set-case-syntax): Maintain upcase table too.
25751 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25753         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25755         * progmodes/gud.el (gud-goto-info): New function.
25756         (gud-tool-bar-map): Use correct icon.
25758 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25760         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25761         When delegating, order args in the funcall correctly.
25763 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25765         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25767 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
25769         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25770         buffer not visiting a file.
25772 2005-01-31  Jay Belanger  <belanger@truman.edu>
25774         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25775         bound on the line with the formula.
25777 2005-01-31  Kim F. Storm  <storm@cua.dk>
25779         * ses.el (ses-create-cell-variable-range)
25780         (ses-destroy-cell-variable-range, ses-reset-header-string)
25781         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25782         (ses-insert-row): Fix format of apply undo entries.
25784 2005-01-31  Jay Belanger  <belanger@truman.edu>
25786         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25787         parts.
25789         * calc/calc-embed.el (calc-embedded-open-formula)
25790         (calc-embedded-close-formula): Ignore matrix environments.
25792         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25793         TeX mode.
25795         * calc/calc-lang.el (math-function-table, math-oper-table)
25796         (math-variable-table): Adjust the LaTeX portions.
25798         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25799         (math-latex-ignore-words): New constant.
25801 2005-01-31  Richard M. Stallman  <rms@gnu.org>
25803         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25804         (ispell-local-dictionary): Doc fix.
25805         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25806         Don't reinitialize at run time.  Don't defcustom.
25807         All uses changed to append ispell-local-dictionary-alist,
25808         or check it first.
25809         (ispell-current-dictionary): New variable for dictionary in use.
25810         (ispell-dictionary): Now used only for global default.
25811         (ispell-start-process): Set ispell-current-dictionary,
25812         not ispell-dictionary.
25813         (ispell-change-dictionary): Use this only for setting
25814         user preferences.
25815         (ispell-internal-change-dictionary): New function
25816         to change the current dictionary in use.
25817         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25818         Use ispell-current-dictionary.
25819         Handle ispell-local-dictionary-overridden.
25820         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25822 2005-01-31  Jay Belanger  <belanger@truman.edu>
25824         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25826         * calc/calc-ext.el: Add calc-latex-language to autoloads.
25827         (calc-mode-map): Add calc-latex-language.
25829         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25830         (math-latex-print-frac): New functions.
25831         (math-oper-table, math-function-table, math-variable-table)
25832         (math-complex-format, math-input-filter): Add latex properties.
25833         (calc-set-language): Set math-expr-special-function-mapping.
25835         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25836         (calc-write-parse-table-part): Add LaTeX support.
25838         * calc/calc.el (calc-language): Adjust docstring.
25839         (calc-set-mode-line): Add LaTeX support.
25840         (math-expr-special-function-mapping): New variable.
25841         (math-tex-ignore-words): Add to list.
25843         * calc/calccomp.el (math-compose-expr, math-compose-rows):
25844         Add LaTeX support.
25845         (math-compose-expr): Add support for special functions.
25847         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25849 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
25851         * progmodes/gdb-ui.el (gdb-memory-address)
25852         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25853         (gdb-memory-mode-map, gdb-memory-format-keymap)
25854         (gdb-memory-format-menu, gdb-memory-unit-keymap)
25855         (gdb-memory-unit-menu): New variables for a buffer
25856         that lets the user examine program memory.
25857         (gdb-memory-set-address, gdb-memory-set-repeat-count)
25858         (gdb-memory-format-binary, gdb-memory-format-octal)
25859         (gdb-memory-format-unsigned, gdb-memory-format-signed)
25860         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25861         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25862         (gdb-memory-unit-word, gdb-memory-unit-halfword)
25863         (gdb-memory-unit-byte, gdb-memory-unit-menu)
25864         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25865         (gdb-memory-mode, gdb-memory-buffer-name)
25866         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25867         New functions for above buffer.
25869 2005-01-30  Richard M. Stallman  <rms@gnu.org>
25871         * cus-edit.el (custom-bury-buffer): Function deleted.
25872         (custom-buffer-done-function): Option deleted.
25873         (custom-buffer-done-kill): New replacement option.
25874         (Custom-buffer-done): Call quit-window.
25875         (custom-buffer-create-internal): Update for above changes.
25877 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
25879         * simple.el (undo-ask-before-discard): New var.
25880         (undo-outer-limit-truncate): Implement it.
25881         (undo-extra-outer-limit): Doc update.
25883 2005-01-29  Richard M. Stallman  <rms@gnu.org>
25885         * ses.el (undo-more): Delete defadvice.
25886         (ses-begin-change): Doc fix.
25888         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25889         instead of rebinding C-x u and C-_.
25891         * files.el (normal-backup-enable-predicate): Return nil for files
25892         in /tmp, regardless of temporary-file-directory.
25894         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25896         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25897         (open-rectangle, delete-whitespace-rectangle-line)
25898         (clear-rectangle-line): If FILL, pass t instead of FILL
25899         for move-to-column's 2nd arg.
25901         * simple.el (undo): Fix the test for continuing a series of undos.
25902         (undo-more): Set pending-undo-list to t when we reach end.
25903         (pending-undo-list): Move up defvar.
25905         * wid-edit.el (widget-button-click):
25906         Shorten the range of the track-mouse binding.
25908         * comint.el (comint-insert-input): Undo previous changes;
25909         use last-input-event in interactive spec.
25911 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
25913         * progmodes/compile.el (compilation-start): Bind buffer-read-only
25914         to nil before invoking call-process.  Reset buffer's modified flag
25915         after fontifying it in the no-async branch.
25917         * wid-edit.el (widget-specify-button): If mouse pointer shape
25918         cannot be changed, use mouse face instead.
25920 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
25922         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25923         (gdb-goto-breakpoint): Make breakpoint handling work on template
25924         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
25925         (gdb-assembler-custom): Update to recognize breakpoint information
25926         added on 2005-01-19.
25928 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25930         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25931         (dsssl-mode): Use define-derived-mode.
25932         (scheme-mode-initialize): Remove.
25933         (scheme-mode): Use run-mode-hooks.
25935         * cus-edit.el (customize-group-other-window)
25936         (custom-buffer-create-other-window): Don't override special-display-*.
25937         (custom-mode-map): Make it dense.
25939         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25940         sets the default value.
25942 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
25944         * descr-text.el: Add more keywords.
25946 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25948         * speedbar.el: Avoid unnecessary use of locate-library.
25950         * international/mule-cmds.el (standard-display-european-internal):
25951         Don't fiddle with latin-1 non-break space any more since it's now
25952         special cased in the C code.
25953         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25955 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
25957         * cus-start.el (all): Add `undo-outer-limit'.
25959 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25961         * textmodes/bibtex.el (bibtex-format-entry):
25962         Use `bibtex-empty-field-re' only on the text of fields, not on entire
25963         field lines.
25964         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25965         not on part of a buffer.
25967 2005-01-25  Lute Kamstra  <lute@gnu.org>
25969         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25970         nonempty field text strings like "{letters\\macro{}more letters}".
25971         Clarify docstring.
25972         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25973         (bibtex-entry-offset, bibtex-parse-association)
25974         (bibtex-parse-field-name): Fix typos in docstrings.
25975         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25977 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
25979         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25980         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25981         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25982         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25984         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25985         isearch minor mode.
25987 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
25989         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25991 2005-01-24  Lute Kamstra  <lute@gnu.org>
25993         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25994         CASECHARS and NOT-CASECHARS regular expressions of the
25995         "nederlands" and "nederlands8" dictionaries to prevent a "Range
25996         striding over charsets" error.
25998 2005-01-24  Jay Belanger  <belanger@truman.edu>
26000         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26001         display variable name.
26003 2005-01-24  Kenichi Handa  <handa@m17n.org>
26005         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26006         Fix setting of the element of encoded-kbd-iso2022-invocations.
26008 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
26010         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26011         (gdb-threads-select): Change to also accept mouse events.
26012         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26013         (gdb-threads-mouse-select): Delete.
26015 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
26017         * files.el (insert-directory): Take care of empty directory,
26018         listed without -a switch.
26020 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26022         * textmodes/refill.el (refill-post-command-function):
26023         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26024         to the list of functions that we should be careful not to undo.
26025         (refill-late-fill-paragraph-function): Remove.
26026         (refill-saved-state): New var.
26027         (refill-mode): Use it to save fill-paragraph-function.
26028         Save also the value of auto-fill-function.
26030         * term/w32-win.el: Simplify code.
26032 2005-01-23  Kim F. Storm  <storm@cua.dk>
26034         * simple.el (line-move): Adapt to new return value from
26035         pos-visible-in-window-p.
26037         * simple.el (line-move): Fix last change.  Check partial
26038         visibility at point rather than at window-start.
26040 2005-01-22  Jason Rumney  <jasonr@gnu.org>
26042         * term/w32-win.el (xw-defined-colors): Remove debug-message.
26044 2005-01-22  David Kastrup  <dak@gnu.org>
26046         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26048 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
26050         * type-break.el (type-break-mode): Add a test for
26051         type-break-file-name being non-nil.
26053 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
26055         * net/eudc.el (top level): Call (message "") via progn, so that
26056         eudc-options-file is loaded.
26058 2005-01-22  Kim F. Storm  <storm@cua.dk>
26060         * simple.el (line-move-1): Rename from line-move.
26061         (line-move): New function that adjusts vscroll for partially
26062         visible rows, and calls line-move-1 otherwise.
26064 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
26066         * pcomplete.el: Define pcomplete-read-event instead of read-event,
26067         since it's not a complete read-event implementation
26069 2005-01-20  Jay Belanger  <belanger@truman.edu>
26071         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26072         for called function.
26074 2005-01-20  Steven Tamm  <steventamm@mac.com>
26076         * term/mac-win.el (process-connection-type): Remove.
26077         Controlled now by s/darwin.h:PTY_ITERATION.
26079 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26081         * window.el (handle-select-window): Don't switch window when we're
26082         in the minibuffer.
26084 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
26086         * subr.el (dotimes-with-progress-reporter): New macro.
26088         * ses.el (ses-dotimes-msg): Remove macro.
26089         Use `dotimes-with-progress-reporter' instead.
26091 2005-01-19  Steven Tamm  <steventamm@mac.com>
26093         * term/mac-win.el (process-connection-type): Use new
26094         operating-system-release variable to use ptys on Darwin 7 (OS X
26095         10.3) when using carbon build.
26097 2005-01-19  Jay Belanger  <belanger@truman.edu>
26099         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26100         flags if the last command was a tab or M-tab.
26102         * calc/calc-prog.el (calc-user-define-edit): Put original formula
26103         in formula editing buffer.
26105 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26107         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26108         breakpoint image symbol in margin.
26110 2005-01-19  Jay Belanger  <belanger@truman.edu>
26112         * calc/calc-prog.el (calc-execute-kbd-macro):
26113         Ignore calc-keep-arg-flag.
26115 2005-01-19  Kenichi Handa  <handa@m17n.org>
26117         * textmodes/ispell.el (ispell-looking-at): New function.
26118         (ispell-process-line): Use ispell-looking-at to compare the ispell
26119         output and the buffer contents.
26121 2005-01-18  Jay Belanger  <belanger@truman.edu>
26123         * calc/calc.el (calc-display-raw): Fix docstring.
26125 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26127         * simple.el (blink-matching-open): Strip extra info from syntax.
26129         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26130         funny chars in the end-of-here-doc marker.
26132 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26134         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26135         that enable/disabled state of breakpoints is shown correctly in
26136         fringe and on ttys.
26137         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26138         Add breakpoint information as text properties.
26139         (gdb-mouse-toggle-breakpoint):
26140         Rename to gdb-mouse-set-clear-breakpoint.
26141         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
26142         breakpoints in the margin.
26143         (gdb-remove-strings): Simplify.
26145 2005-01-17  Jay Belanger  <belanger@truman.edu>
26147         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26148         erasing buffer.
26150 2005-01-17  Richard M. Stallman  <rms@gnu.org>
26152         * progmodes/grep.el (grep-find): Copy from `grep' the condition
26153         for calling grep-compute-defaults.
26155         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26156         if buffer is empty.
26158         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26160 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26162         * hilit-chg.el (highlight-changes-mode): Don't autoload.
26164         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26165         non-preloaded variables.
26167 2005-01-17  Steven Tamm  <steventamm@mac.com>
26169         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26170         tex-shell cause to force interactivity when using pipes.
26172 2005-01-17  Kim F. Storm  <storm@cua.dk>
26174         * simple.el (just-one-space): Make arg optional.
26176 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
26178         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26179         posn-at-x-y to t to access left-margin.
26181 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
26183         Sync with Tramp 2.0.47.
26185         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26186         catching keep-date problems in cp/scp operations.
26187         (tramp-handle-copy-file): Don't call `set-file-modes'
26188         unconditionally.  Specialized functions should know better what is
26189         necessary.  This improves performance a little bit, and the
26190         functions could catch errors with `cp -p' and `scp -p'.
26191         (tramp-do-copy-or-rename-file-via-buffer)
26192         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26193         when appropriate.
26194         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26195         Call `set-file-modes' when appropriate.
26196         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
26197         Johnsson <isak@hypergene.com>
26198         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26199         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
26200         <joakim@verona.se>
26201         (tramp-file-name-for-operation): Mark `shell-command' as magic for
26202         Emacs only.
26204         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
26205         `find-file-hooks' and `dired-mode-hook'.
26206         (tramp-minor-mode-map): Respective map.  Add remapping for
26207         `compile' and `recompile'.
26208         (tramp-remap-command, tramp-recompile): New defuns.
26209         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26210         in buffer "*Compilation*".  Call the commands asynchronously.
26212         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26213         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26214         `shell-command', because it isn't magic in XEmacs.  Reported by
26215         Adrian Aichner <adrian@xemacs.org>.
26217         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26218         `substitute-in-file-name.
26219         (tramp-smb-handle-substitute-in-file-name): New defun.
26220         (tramp-smb-advice-PC-do-completion): Delete advice.
26222 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
26224         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26225         Fix error in deleting region.
26227 2005-01-15  Richard M. Stallman  <rms@gnu.org>
26229         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26230         In non-temp buffer, switch syntax table temporarily.
26232         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26234         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26236         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26238         * imenu.el (imenu--split-menu): Copy menulist before sorting.
26239         (imenu--generic-function): Use START, not BEG, as pos of definition.
26241         * simple.el (just-one-space): Argument specifies number of spaces.
26243         * simple.el (eval-expression-print-format): Avoid warning
26244         about edebug-active.
26246 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
26248         * progmodes/sh-script.el: Code copied from make-mode.el
26249         with small changes,
26250         (sh-mode-map): Bind C-c C-\.
26251         (sh-backslash-column, sh-backslash-align): New variables.
26252         (sh-backslash-region, sh-append-backslash): New functions.
26254 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26256         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26257         (rmail-pop-password, rmail-pop-password-required): Move to
26258         rmail-obsolete group.
26259         (rmail-set-pop-password): Rename to rmail-set-remote-password.
26260         All callers updated.
26261         (rmail-get-pop-password): Rename to rmail-get-remote-password.
26262         Take an argument specifying whether it is POP or IMAP mailbox we
26263         are using.  All callers updated.
26264         (rmail-pop-password-error): Rename to
26265         rmail-remote-password-error.  Added mailutils-specific error message.
26266         (rmail-movemail-search-path)
26267         (rmail-movemail-variant-in-use): New variables.
26268         (rmail-remote-password, rmail-remote-password-required):
26269         New customization variables.
26270         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26271         (rmail-parse-url): New function.
26272         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26273         with GNU mailutils movemail.
26275 2005-01-15  Kevin Ryde  <user42@zip.com.au>
26277         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26278         suffix to space, $ or '$, to correctly position point when going
26279         to @table style constants like DBL_MAX.
26281 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
26283         * type-break.el (type-break-mode, type-break-file-time)
26284         (type-break-file-keystroke-count, type-break-choose-file):
26285         Don't store data in or load data from the file if type-break-file-name
26286         is nil.
26287         (type-break-file-name): Doc update as per the above.
26289 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
26291         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26292         lookup-key might return nil; handle that.
26294 2005-01-15  Alan Mackenzie  <acm@muc.de>
26296         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26297         rather than the element found, thus enabling the tree to be setcar'd.
26299 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26301         * textmodes/org.el (org-show-following-heading): New option.
26302         (org-show-hierarchy-above): Use `org-show-following-heading'.
26303         (org-cycle): Documentation fix.
26305         * textmodes/org.el (orgtbl-optimized): New option
26306         (orgtbl-mode): New command, a minor mode.
26307         (orgtbl-mode-map): New variable.
26308         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26309         (orgtbl-error, orgtbl-self-insert-command)
26310         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26312         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26313         a local variable in each org-mode buffer.
26315         * textmodes/org.el (org-set-regexps-and-options): Rename from
26316         `org-set-regexps'.  Added checking for STARTUP keyword.
26317         (org-get-current-options): Add STARTUP options.
26318         (org-table-insert-row): Make mode intelligent about when
26319         realignment is needed.
26320         (org-self-insert-command, org-delete-backward-char, org-delete-char):
26321         New commands.
26322         (org-enable-table-editor): New default value `optimized'.
26323         (org-table-blank-field): Support blanking regions if active.
26325 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26327         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26328         if the year is not given.
26330         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26331         Add new escapes %m and %M, fixed bug with %F by adding
26332         save-match-data.
26333         (reftex-reference): Remove ?. from list of spaces.
26334         (reftex-label-info): Add automatic label prefix recognition.
26336         * textmodes/reftex-index.el (reftex-index-next-phrase):
26337         Add slave parameter to call of `reftex-index-this-phrase'.
26338         (reftex-index-this-phrase): New optional argument.
26339         (reftex-index-region-phrases): Add slave parameter to call of
26340         `reftex-index-this-phrase'.
26341         (reftex-display-index): New argument redo.
26342         (reftex-index-rescan): Add `redo' to arguments of
26343         `reftex-display-index'.
26344         (reftex-index-Rescan, reftex-index-revert)
26345         (reftex-index-switch-index-tag): Add `redo' to arguments of
26346         `reftex-display-index'.
26347         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26348         indexing.  Fix bug with matching is there is a quote before or
26349         after the word.
26351         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26352         Fix bug when collecting citation keys in lines with comments.
26353         (reftex-citation): Prefix argument no longer rescans the document,
26354         but forces prompting for optional arguments of cite macros.
26355         (reftex-do-citation): Prompting for optional arguments implemented.
26357         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26358         Add optional arguments to most cite commands.
26359         (reftex-cite-cleanup-optional-args): New option
26360         (reftex-cite-prompt-optional-args): New option.
26361         (reftex-trust-label-prefix): New option.
26363         * textmodes/reftex-toc.el (reftex-toc-find-section):
26364         Add push-mark before changing the position in the buffer.
26366         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26367         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26369 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
26371         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26372         more carefully.
26374 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26376         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26377         (sgml-mode): Use it.
26378         (sgml-get-context): Better keep track of implicitly closed tags.
26380 2005-01-13  Kenichi Handa  <handa@m17n.org>
26382         * textmodes/ispell.el: These changes are to fix misalignment error
26383         caused by equivalent characters of different Emacs charsets.
26384         (ispell-unified-chars-table): New variable.
26385         (ispell-get-decoded-string): New function.
26386         (ispell-get-casechars, ispell-get-not-casechars)
26387         (ispell-get-otherchars): Call ispell-get-decoded-string.
26389 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26391         * custom.el (custom-declare-variable): Just put symbol instead
26392         of (defvar . symbol) in `current-load-list'.
26394 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
26396         * emacs-lisp/elint.el: Fixed typo in Commentary section.
26398 2005-01-12  Jay Belanger  <belanger@truman.edu>
26400         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26401         to create a Calc summary.
26403 2005-01-12  Kim F. Storm  <storm@cua.dk>
26405         * mouse.el (mouse-on-link-p): Change functionality and doc
26406         string to comply with latest description in lisp ref.
26408 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
26410         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26411         Enable mouse clicks on mode-line, header-line and margin.
26412         (event-type): Give mouse event symbols an `event-kind' property
26413         with value `mouse-click'.
26415 2005-01-12  Juri Linkov  <juri@jurta.org>
26417         * facemenu.el (list-colors-display): Add new arg buffer-name.
26418         Use it.  Fix docstring.  Replace code for identifying duplicate
26419         colors by the name with call to `list-colors-duplicates' which
26420         identifies duplicate colors by the value unless the color
26421         is one of special Windows colors.  Set truncate-lines to t.
26422         Print sorted duplicate color names on each line.  Indent to 22
26423         \(the longest color name in rgb.txt) instead of 20.  Optimize.
26424         (list-colors-duplicates): New function.
26425         (facemenu-color-name-equal): Delete function.
26427         * facemenu.el (list-colors-print): New function created from code
26428         in list-colors-display.  Print #RRGGBB at the window right edge.
26429         (list-colors-display): When temp-buffer-show-function is not
26430         defined, call list-colors-print from temp-buffer-show-hook
26431         to get the right value of window-width in list-colors-print
26432         after the buffer is displayed.
26434         * simple.el (pop-mark): Move deactivate-mark out of conditional
26435         part to deactivate the active mark regardless of the state of the
26436         mark ring.
26438         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26439         variables line in desktop files.
26441 2005-01-12  Juri Linkov  <juri@jurta.org>
26443         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26444         Bring together isearch highlight related options.
26445         (lazy-highlight): Replace group `replace' by `matching'.
26446         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26447         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26448         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26449         and declare them obsolete.
26450         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26451         (isearch-faces): Remove defgroup.
26452         (isearch-overlay, isearch-highlight, isearch-dehighlight):
26453         Move isearch highlighting code closer to lazy highlighting code.
26455         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26456         (query-replace-highlight, query-replace-lazy-highlight)
26457         (query-replace): Move definitions to the beginning of the file.
26459 2005-01-11  Juri Linkov  <juri@jurta.org>
26461         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26462         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26463         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26465         * info.el (Info-history-forward): New variable.
26466         (Info-select-node): Reset Info-history-forward to nil.
26467         (Info-last): Turn into defalias.
26468         (Info-history-back): Rename from Info-last.
26469         Add current node to Info-history-forward.
26470         (Info-history-forward): New fun.
26471         (Info-mode-map): Replace Info-last by Info-history-back.
26472         Bind Info-history-forward to "r".
26473         (Info-mode-menu): Replace Info-last by Info-history-back.
26474         Fix menu item text.  Add menu item for Info-history-forward.
26475         (info-tool-bar-map): Replace Info-last by Info-history-back.
26476         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
26477         for Info-history-forward.
26478         (Info-mode): Replace Info-last by Info-history-back in docstring.
26479         Add local variable Info-history-forward.
26480         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26482 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26484         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26485         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26486         Ignore select-window events rather than fiddle with
26487         mouse-autoselect-window.
26489 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
26491         * type-break.el (type-break-mode): Fix previous change.
26493 2005-01-10  Jay Belanger  <belanger@truman.edu>
26495         * calc/calc-ext.el (calc-reset): Reset when inside embedded
26496         calculator; only reset when point is inside a calculator.
26497         Don't adjust the window height if the window takes up the whole height
26498         of the frame.
26500 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
26502         * ebuff-menu.el (Electric-buffer-menu-mode):
26503         Preserve value of buffer-local var header-line-format.
26505 2005-01-09  Jay Belanger  <belanger@truman.edu>
26507         * calc/calc.el (calc-mode-var-list-restore-saved-values):
26508         Make sure settings file exists before accessing it.
26510         * calc/calc-embed.el (calc-embedded-subst):
26511         Replace math-multi-subst-rec, which is only supposed to be called
26512         by math-multi-subst, by math-multi-subst.
26514 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
26516         * vc.el (vc-allow-async-revert): New user option.
26517         (vc-disable-async-diff): New internal variable.
26518         (vc-revert-buffer): Use them to disable asynchronous diff.
26520         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26521         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26522         asynchronously if vc-disable-async-diff is t.
26524 2005-01-09  Jay Belanger  <belanger@truman.edu>
26526         * calc/calc.el (defcalcmodevar): New macro.
26527         (calc-mode-var-list-restore-default-values)
26528         (calc-mode-var-list-restore-saved-values): New functions.
26529         (calc-mode-var-list): Use defcalcmodevar to define it.
26530         (calc-always-load-extensions, calc-line-numbering)
26531         (calc-line-breaking, calc-display-just, calc-display-origin)
26532         (calc-number-radix, calc-leading-zeros, calc-group-digits)
26533         (calc-group-char, calc-point-char, calc-frac-format)
26534         (calc-prefer-frac, calc-hms-format, calc-date-format)
26535         (calc-float-format, calc-full-float-format, calc-complex-format)
26536         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26537         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26538         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26539         (calc-matrix-brackets, calc-language, calc-language-option)
26540         (calc-left-label, calc-right-label, calc-word-size)
26541         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26542         (calc-display-raw, calc-internal-prec, calc-angle-mode)
26543         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26544         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26545         (calc-window-height, calc-display-trail, calc-show-selections)
26546         (calc-use-selections, calc-assoc-selections)
26547         (calc-display-working-message, calc-auto-why, calc-timing)
26548         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26549         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26550         (calc-gnuplot-default-device, calc-gnuplot-default-output)
26551         (calc-gnuplot-print-device, calc-gnuplot-print-output)
26552         (calc-gnuplot-geometry, calc-graph-default-resolution)
26553         (calc-graph-default-resolution-3d, calc-invocation-macro)
26554         (calc-show-banner): Use defcalcmodevar to declare them and set
26555         their default values.
26557         * calc/calc-ext.el (calc-reset): Restore saved values of variables
26558         instead of default values (but restore default values if there is
26559         an argument of 0).
26561 2005-01-09  David Kastrup  <dak@gnu.org>
26563         * desktop.el (desktop-restore-eager): Fix typo in type.
26565 2005-01-08  Richard M. Stallman  <rms@gnu.org>
26567         * cus-edit.el (customize): Delete :link.
26569 2005-01-08  Jay Belanger  <belanger@truman.edu>
26571         * calc/calc.el (calc-mode): Remove the extension from the
26572         `calc-settings-file' file name when loading it.
26574 2005-01-08  Kim F. Storm  <storm@cua.dk>
26576         * info.el (Info-mode-map, Info-next-link-keymap)
26577         (Info-prev-link-keymap, Info-up-link-keymap):
26578         Map follow-link to mouse-face.
26579         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26581 2005-01-08  Jay Belanger  <belanger@truman.edu>
26583         * calc/calc.el (calc-settings-file): Change default value.
26584         Suggested by cgw in a comment in calc-mode.el.
26586         * calc/calc-mode.el (calc-settings-file-name):
26587         Compare calc-settings-file to user-init-file instead of ~/.emacs.
26588         Replace ~/.emacs in a prompt by calc-settings-file.
26590 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
26592         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26593         (desktop-lazy-idle-delay): New customizable variables.
26594         (desktop-buffer-args-list): New variable.
26595         (desktop-append-buffer-args): New function.
26596         (desktop-save): Call desktop-append-buffer-args for some buffers.
26597         (desktop-lazy-create-buffer): New function.
26598         (desktop-idle-create-buffers): New function.
26599         (desktop-read): Add message about buffers to restore lazily.
26600         (desktop-lazy-abort): New command.
26601         (desktop-clear): Call desktop-lazy-abort.
26602         (desktop-lazy-complete): New command.
26604 2005-01-06  Richard M. Stallman  <rms@gnu.org>
26606         * emacs-lisp/find-func.el (find-face-definition):
26607         Rename from find-face.
26609 2005-01-06  Kim F. Storm  <storm@cua.dk>
26611         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26613         * man.el (Man-xref-man-page, Man-xref-header-file)
26614         (Man-xref-normal-file): Add follow-link property.
26616 2005-01-06  Jay Belanger  <belanger@truman.edu>
26618         * calc/calc-units.el: Make sure the proper macro definitions are
26619         available when compiling.
26621 2005-01-06  Juri Linkov  <juri@jurta.org>
26623         * isearch.el (isearch-lazy-highlight-update):
26624         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26626 2005-01-06  Miles Bader  <miles@gnu.org>
26628         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26629         (isearch-lazy-highlight-face): Use new name.
26631 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26633         * uniquify.el (uniquify-rationalize-file-buffer-names):
26634         Re-add an interactive spec.
26635         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26636         to the same name.
26638         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26639         (isearch-update, isearch-done): Adjust calls accordingly.
26641 2005-01-05  Richard M. Stallman  <rms@gnu.org>
26643         * custom.el (custom-set-variables, custom-theme-set-variables):
26644         Clarify documentation.
26646         * emacs-lisp/find-func.el (find-variable)
26647         (find-variable-other-window, find-variable-other-frame):
26648         Fix the TYPE args to find-function-read and find-function-do-it.
26649         (find-function): Doc fix.
26650         (find-function-at-point): Replace function-at-point alias.
26652 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26654         * cus-face.el (custom-declare-face):
26655         Record defface in current-load-list.
26657         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26659         * emacs-lisp/find-func.el: Doc fixes.
26660         (find-face-regexp): New variable.
26661         (find-function-regexp-alist): New variable.
26662         (find-function-C-source): Third arg is now TYPE.
26663         (find-function-search-for-symbol): Handle general TYPE.
26664         (find-function-read, find-function-do-it): Handle general TYPE.
26665         (find-definition-noselect, find-face): New functions.
26666         (function-at-point): Alias deleted.
26668 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26670         * battery.el (display-battery-mode): Rename from display-battery.
26671         Handle the case where it gets turned off.
26673 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26675         * cus-edit.el (customize): Make :link point to user doc.
26677         * man.el (Man-fontify-manpage): Turn off undo generation.
26679         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26681 2005-01-04  Andreas Schwab  <schwab@suse.de>
26683         * files.el (insert-directory): Only look for error lines in
26684         inserted text.  Don't move too far after processing --dired markers.
26686 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26688         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26689         Don't expand if the character is @, period, dash, etc.
26690         (define-mail-abbrev): Quote names that contain problem characters.
26692 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
26694         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26696 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26698         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26699         (query-replace-highlight, query-replace-lazy-highlight)
26700         (query-replace): Definitions moved up.  Doc fix.
26702 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26704         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26705         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26706         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26707         (lazy-highlight-face): Rename from isearch-lazy-...
26708         Change all references to them.
26710 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
26712         * cus-edit.el (custom-file): Doc fix for defcustom.
26713         (custom-file): The function no longer sets the variable
26714         `custom-file' to its return value.
26716         * startup.el (command-line): No longer load `custom-file'.
26718 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26720         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26722         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26723         Don't confuse module-prefixed identifiers for labels.
26724         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26726 2005-01-02  Richard M. Stallman  <rms@gnu.org>
26728         * files.el (basic-save-buffer-1): Fix previous change.
26730         * loadhist.el (file-loadhist-lookup): New function.
26731         (file-provides, file-requires): Use it.
26733         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26734         instead of calculating the right size.
26736 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
26738         * vc-svn.el (vc-svn-diff): Stay local if possible.
26740 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26742         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26744         * files.el (hack-local-variables): Fix last change.
26746 2005-01-02  Jay Belanger  <belanger@truman.edu>
26748         * calc/calc-yank.el (calc-edit-top): New variable.
26749         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26750         object.  Change header properties.
26751         (calc-edit-finish, calc-edit-finish-stack-object)
26752         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26753         edited object.
26754         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26755         for the beginning of the edited object.
26756         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26757         for the beginning of the edited object.
26758         * calc/calc-prog.el (calc-edit-macro-finish-edit)
26759         (calc-finish-formula-edit, calc-macro-repeats)
26760         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26761         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26762         beginning of the edited object.
26763         (calc-user-define-edit): Change the header for editing macros.
26764         Remove unnecessary variable.
26766 2005-01-01  Jay Belanger  <belanger@truman.edu>
26768         * calc/calc-yank.el (calc-edit-mode): Change default header.
26769         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26770         * calc/calc-store.el (calc-edit-variable): Change title to match new
26771         header.
26772         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26773         mode to match new header.
26774         (calc-user-define-edit): Change titles to include names of commands.
26775         (calc-finish-formula-edit): Adjust to handle new header.
26776         (calc-finish-macro-edit): Remove.
26777         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26778         (calc-edit-macro-command, calc-edit-macro-command-type)
26779         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26780         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26781         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26782         (calc-edit-macro-finish-edit): New functions.
26783         (calc-user-define-edit): Use new functions to edit named calc macros.
26785 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
26787         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26789         * ses.el (copy-region-as-kill): Deactivate mark.
26791 2005-01-01  Richard M. Stallman  <rms@gnu.org>
26793         * replace.el (occur-1): If the output buffer is also an input,
26794         don't kill it, rename it.
26796         * faces.el (set-face-background, set-face-foreground): Doc fix.
26798         * cus-face.el (custom-face-attributes): Fix :help-echo strings
26799         for :foreground and :background.
26801         * dired.el (dired-view-command-alist): Variable deleted.
26802         (dired-view-file, dired-mouse-find-file-other-window):
26803         Delete the code to use it.
26805 2005-01-01  Kim F. Storm  <storm@cua.dk>
26807         * image.el (insert-sliced-image): Use t for line-height property.
26809 See ChangeLog.11 for earlier changes.
26811 ;; Local Variables:
26812 ;; coding: iso-2022-7bit
26813 ;; End:
26815     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26816   Copying and distribution of this file, with or without modification,
26817   are permitted provided the copyright notice and this notice are preserved.
26819 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1