(normal-splash-screen): Don't display the buffer if we'll
[emacs.git] / lisp / ChangeLog
blob42038d454a64a4bd50861249decdd1d42db1ea54
1 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * startup.el (normal-splash-screen): Don't display the buffer if we'll
4         kill it right away anyway.
6 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8         * international/codepage.el (cp850-decode-table): Fix a few codes.
9         (cp858-decode-table): New variable.
11 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
13         * net/ldap.el (ldap-search-internal): Doc fix.
15 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
17         * play/life.el (life-display-generation): Test for input manually if
18         `sleeptime' is negative or null.
20         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
21         (print-region-1): Substitute `%s' with the page title.
23 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
25         * locate.el (locate-current-search): New variable.
26         (locate): Set buffer local value.  Use current buffer if it is
27         in Locate mode.
28         (locate-mode): Disable undo here.
29         (locate-do-setup): Use locate-current-filter from buffer to be killed.
30         (locate-update): Use locate-current-search and locate-current-filter.
32 2006-09-08  David Kastrup  <dak@gnu.org>
34         * desktop.el (desktop-read): When loading a desktop, disable
35         saving it while the load progresses, and switch off a pending lazy
36         load by calling `desktop-lazy-abort'.
38 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
40         * window.el (mouse-autoselect-window-timer)
41         (mouse-autoselect-window-position)
42         (mouse-autoselect-window-window)
43         (mouse-autoselect-window-now): New vars.
44         (mouse-autoselect-window-cancel)
45         (mouse-autoselect-window-select)
46         (mouse-autoselect-window-start): New functions.
47         (handle-select-window): Call `mouse-autoselect-window-start' when
48         delayed window autoselection is enabled.
50         * cus-start.el (mouse-autoselect-window): Handle delayed window
51         autoselection.
53         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
54         commands after which it is allowed to print in the echo area.
56 2006-09-08  Richard Stallman  <rms@gnu.org>
58         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
60         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
61         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
63         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
64         (cancel-timer-internal): Add doc string.
65         (cancel-function-timers): Doc fix.
66         (with-timeout-handler, timer-event-last*): Add doc strings.
68         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
70         * files.el (risky-local-variable-p): Match ...-bindat-spec.
72         * dired.el (dired-log-summary): Add doc string.
74         * cus-edit.el (custom-menu-create): Bind deactivate-mark here
75         (custom-group-menu-create): Not here.
77 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
79         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
81 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
83         * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
84         (mac-apple-event-map): Define its handler.
86 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
88         * net/ldap.el (ldap-search-internal): Handle `auth' key.
90 2006-09-07  Magnus Henoch <mange@freemail.hu>
92         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
93         clause.
95 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
97         * info.el (Info-index): Bind completion-ignore-case.
99 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
102         previous commit.
103         (inferior-prolog-guess-flavor): New fun left out of previous commit.
104         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
105         burp in dedicated windows.
106         (inferior-prolog-self-insert-command): New command.
107         (inferior-prolog-mode-map): Use it.
109 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
111         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
113         * international/code-pages.el: Add cp858.
115 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
117         * dnd.el: Fix bootstrapping.
119 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
121         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
122         (dnd-open-remote-url): New function.
123         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
124         not windows-nt.
126 2006-09-07  Jason Rumney  <jasonr@gnu.org>
128         * dnd.el (dnd-open-remote-file-function): New variable.
129         (dnd-open-unc-file): New function.
130         (dnd-open-file): Call dnd-open-remote-file-function if set.
132 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
134         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
135         pgg-passphrase-coding-system rather than locale-coding-system.
136         * pgg-def.el (pgg-passphrase-coding-system): New user option.
138 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
140         * progmodes/prolog.el: Remove * in docstrings.
141         (prolog-program-name): Add SWI prolog.
142         (prolog-mode-menu): New menu.
143         (prolog-mode): Set comment-add.
144         (prolog-indent-line): Simplify.  Use indent-line-to.
145         (inferior-prolog-buffer): New var.
146         (inferior-prolog-run, inferior-prolog-process): New funs.
147         (run-prolog, switch-to-prolog): Rewrite, using them.
148         (prolog-consult-region): Use inferior-prolog-buffer.
149         (inferior-prolog-load-file): New function.
150         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
152         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
153         last word, if it's not the end of the paragraph.
155         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
156         file name.
158 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
160         * frame.el (display-mm-dimensions-alist): New defcustom.
161         (display-mm-height, display-mm-width): Use it.
163 2006-09-06  Simon Josefsson  <jas@extundo.com>
165         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
167 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
169         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
170         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
171         string values.
173 2006-09-06  Kim F. Storm  <storm@cua.dk>
175         * simple.el (line-move-partial): New function to do vscrolling for
176         partially visible images / tall lines.  Rewrite based on code
177         previously in line-move.  Simplify backwards vscrolling.
178         (line-move): Use it.  Simplify.
180 2006-09-05  Kim F. Storm  <storm@cua.dk>
182         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
184 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
186         * progmodes/compile.el (compilation-error-regexp-alist-alist):
187         Process the `gcc-include' after the `gnu' rule.
189 2006-09-05  Kim F. Storm  <storm@cua.dk>
191         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
193 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
195         * pgg.el (pgg-clear-string): Alias to clear-string for backward
196         compatibility.
198         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
199         inhibit-redisplay; encode passphrase with locale-coding-system.
201 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
203         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
205 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
207         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
208         (gdb-var-list-children-regexp): Make type field optional.
210         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
211         e.g public, protected in C++.
213 2006-09-04  John Paul Wallington  <jpw@pobox.com>
215         * simple.el (completion-show-help): New defcustom.
216         (completion-setup-function): Heed it.
218 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
220         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
222 2006-09-04  Richard Stallman  <rms@gnu.org>
224         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
225         (rsf-min-region-to-spam-list): Doc fix.
226         (rsf-add-content-type-field): Doc fix.
228         * simple.el (kill-region): Explicitly test there is a region.
230 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
232         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
233         sendmail in several common directories.
235         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
237         * paths.el (sendmail-program): Removed.
239 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
241         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
242         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
243         http://article.gmane.org/gmane.emacs.gnus.general/50457
245 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
247         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
248         mark after running the menu filter.
250 2006-09-03  Juri Linkov  <juri@jurta.org>
252         * international/quail.el (quail-defrule-internal): Add a check
253         if a key is a vector.
255 2006-09-02  Juri Linkov  <juri@jurta.org>
257         * man.el (Man-topic-history): New variable.
258         (man): Use it.
260         * woman.el (woman-topic-history): Change defvar to defvaralias
261         for symbol `Man-topic-history'.
263         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
264         `comint-last-output-start' is a marker by using `markerp' and
265         check if it has a position by using `marker-position', and use
266         this position for `goto-char'.
268         * international/quail.el (quail-defrule-internal): Add missing
269         `error' call for null key.
271 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
273         * rcirc.el (rcirc-keywords): New variable.
274         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
275         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
276         variables.
277         (rcirc-responses-no-activity): New function.
278         (rcirc-handler-generic): Check for responses in above.
279         (rcirc-process-command): Add ?: character to arguments of raw
280         server commands.
281         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
282         `rcirc-dim-nicks'.
283         (rcirc-gray-toggle): Remove unused variable.
284         (rcirc-print): Remove some tracking logic, which is moved into
285         markup functions.
286         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
287         types.
288         (rcirc-activity-string): Look for 'keyword in activity-types.
289         (rcirc-window-configuration-change): Don't erase overlay-arrow
290         unnecessarily.
291         (rcirc-add-or-remove): New function.
292         (rcirc-cmd-ignore): Use it.
293         (rcirc-message-leader): Remove unused function.
294         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
295         (rcirc-add-face): New function.
296         (rcirc-facify): Use rcirc-add-face.
297         (rcirc-url-regexp): Add parens.
298         (rcirc-map-regexp): Remove function.
299         (rcirc-mangle-regexp): Remove function.
300         (rcirc-markup-text-functions): New variable.
301         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
302         (rcirc-markup-body-text, rcirc-markup-attributes)
303         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
304         (rcirc-markup-bright-nicks): New markup handler functions.
305         (rcirc-nick-in-message-full-line): New face.
306         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
307         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
309 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
311         * cus-start.el (hscroll-margin, hscroll-step)
312         (mode-line-in-non-selected-windows, mouse-autoselect-window)
313         (x-use-underline-position-properties): Change version to "22.1"
314         since they will appear there for the first time.
316 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
318         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
320 2006-08-31  Richard Stallman  <rms@gnu.org>
322         * cus-edit.el (custom-save-variables): Slight cleanup.
323         (Custom-no-edit): Renamed from custom-no-edit.
324         (Custom-newline): Renamed from custom-newline.
325         (custom-mode-map): Use new names.
327         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
328         about customization, rather than M-x customize, in the doc string
329         made for the defcustom.
331         * emacs-lisp/trace.el (trace-function-background): Doc fix.
333 2006-08-31  Romain Francoise  <romain@orebokech.com>
335         * dired-x.el (dired-guess-shell-alist-default): Update.
337 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
339         * custom.el (custom-theme-set-variables): Autoload packages before
340         sorting the variables.
342 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
344         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
345         chars if XEmacs.
346         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
348 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * progmodes/python.el (python-eldoc-function): Re-enable quit while
351         waiting for process.
353 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
355         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
356         results in ASCII-only string, encode original one directly.
358 2006-08-29  Romain Francoise  <romain@orebokech.com>
360         * startup.el (normal-splash-screen, fancy-splash-screens):
361         Make buffer read-only and arrange to enter view mode if necessary.
363 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
365         * hl-line.el (hl-line): New face.
366         (hl-line-face): Use it.
368         * image-mode.el (image-mode): Fix last fix.
369         Suggested by Kim F. Storm.
371 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
373         Sync with Tramp 2.0.54.
375         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
376         of `=', because `tramp-get-remote-gid' might not always return an
377         integer when expected.
378         (tramp-register-file-name-handlers): `partial-completion-mode' is
379         unknown to XEmacs.
380         (tramp-time-diff): Don't use `floor', it might fail for large
381         differences.
382         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
383         `tramp-auto-save-directory' if unset in order to guarantee unique
384         auto-save file names.
386 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
388         * image-mode.el (image-mode): Display image as text on a terminal.
390 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * progmodes/python.el (python-send-command): Simplify.
393         (run-python): Don't generate a new buffer unless `new' was specified.
394         Make sure we send `import emacs' to the proper process.
396         * progmodes/python.el (python-send-command): Don't wait for the command
397         to terminate.  Don't fiddle with compilation-parsing-end.
399 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
401         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
402         Insert commentary after first line summary.
404         * woman.el (woman-follow): New function, based on `man-follow'.
405         (woman-mode-map): Use it.
407         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
408         since ibuffer-do-sort-by-recency does not define a sorter.
410 2006-08-28  Kim F. Storm  <storm@cua.dk>
412         * find-dired.el (find-dired): Use shell-quote-argument to properly
413         escape ( and ) args.  Also use it on {} and ; args in default
414         value of find-ls-option string.
415         (find-grep-dired): Use shell-quote-argument on {} and ; args.
417 2006-08-27  Michael Olson  <mwolson@gnu.org>
419         * emacs-lisp/tq.el: Small grammar fix in comments.
420         (tq-enqueue): Check for existence of queue rather than the
421         head queue item's question, which was a no-op.
422         (tq-filter, tq-process-buffer): Make sure the process buffer
423         exists before making it the current buffer.
425 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
427         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
428         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
429         (special-event-map): Apply 2006-08-16 change for x-win.el.
431 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
433         * progmodes/python.el (python-send-receive): Wait in the
434         process's buffer so as to check the right buffer-local variables.
436 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
439         (defgroup checkdoc): Move to beginning.
441         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
442         (python-preoutput-continuation): Remove.
443         (python-preoutput-filter): Simplify correspondingly.
444         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
445         Loop around to catch embedded _emacs_out output.
446         (run-python): Send the import&print command on a single line.
447         (python-send-command): Send command&print on a single line.
448         (python-send-string): Only add double \n if needed.
449         (python-send-receive): Loop until the result comes.
450         (python-mode-running): Defvar it.
451         (python-setup-brm): Remove unused var `menu'.
452         Only bind py-mode-map and `features' around brm-init.
453         (python-calculate-indentation): Remove unused var `point'.
454         (python-beginning-of-defun): Remove unused var `def-line'.
456 2006-08-25  Richard Stallman  <rms@gnu.org>
458         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
460 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
462         * viper.el (viper-set-hooks): Use frame bindings for
463         viper-vi-state-cursor-color.
464         (viper-non-hook-settings): Don't set default
465         mode-line-buffer-identification.
467         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
468         (viper-set-cursor-color-according-to-state)
469         (viper-get-saved-cursor-color-in-replace-mode)
470         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
471         viper-emacs-state-cursor-color.
473         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
474         (viper-undo): Use point if undo-beg-posn is nil.
475         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
476         (viper-after-change-undo-hook): Don't use
477         viper-emacs-state-cursor-color by default.
478         (viper-undo): More sensible positioning after undo.
480         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
481         (viper-emacs-state-cursor-color): Default to nil, since this feature
482         doesn't work well yet.
484         * ediff-mult.el (ediff-intersect-directories)
485         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
486         always expand filenames.
488 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
490         * tumme.el: Remove * in defcustoms's docstrings.
492 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
494         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
495         Accept internal time format for SECS arg.
496         (timer-relative-time): Doc fix.
498         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
499         adapted from Martin Rudalics.
500         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
501         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
502         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
503         using sit-for.
505 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
507         * cus-start.el (all): Add `overline-margin' and
508         `x-underline-at-descent-line'.
510 2006-08-24  Kim F. Storm  <storm@cua.dk>
512         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
513         to mean "use find -exec"; nil now unambiguously means auto-detect.
514         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
515         Use shell-quote-argument to build grep-find-command and
516         grep-find-template.
517         (rgrep): Use shell-quote-argument to properly quote arguments to find.
518         Reported by Tom Seddon.
520 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
522         * startup.el (fancy-splash-head): Give instructions for dismissing
523         the splash screen for default startup too.
524         (display-startup-echo-area-message, fancy-splash-screens)
525         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
526         all splash text at once and keep the splash buffer around.
527         (command-line-1): Give display-startup-echo-area-message a t arg.
529 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
531         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
532         gnus frame is selected.
534 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
536         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
538 2006-08-22  Kim F. Storm  <storm@cua.dk>
540         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
541         Add suffix matching for subdirs.
543 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
545         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
546         mouse-yank-at-point is non-nil.
548 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
550         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
551         a bit wider and remove fringes to fit initial output on line.
553 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
555         * frame.el (blink-cursor-end): Only ignore the error we care about.
556         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
558 2006-08-21  Richard Stallman  <rms@gnu.org>
560         * whitespace.el (whitespace-cleanup): Doc fix.
562 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
564         * net/rcirc.el (rcirc-show-maximum-output): New var.
565         (rcirc-buffer-process): If no buffer argument is supplied, use
566         current-buffer.
567         (rcirc-complete-nick): Complete to the last completed nick first.
568         (rcirc-mode): Preserve the value of `rcirc-urls' across
569         connections.  Setup scroll function.
570         (rcirc-scroll-to-bottom): New function.
571         (rcirc-print): Use nick syntax around regexp work.
572         Notice dim-nicks speaking only if they say our nick.
573         (rcirc-update-activity-string): Do not show the modeline indicator
574         if there are no live rcirc processes.
575         (rcirc-cmd-ignore): Ignore case.
576         (rcirc-browse-url-at-point): Fix off-by-one error.
578 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
580         * progmodes/python.el: Remove * in defcustom docstrings.
581         (run-python, python-proc, python-try-complete): Use derived-mode-p.
582         (python-mode): Set tab-width and indent-tabs-mode.
584 2006-08-20  Dave Love  <fx@gnu.org>
586         * progmodes/python.el: Update to Dave Love's latest version.
587         (python-font-lock-keywords, python-mode): Don't use
588         font-lock-syntax-table, but match symbol elements explicitly instead.
589         (python-mode-map): Add help, and a few more key bindings.
590         (python-skip-comments/blanks): Move out of comments as well.
591         (python-continuation-line-p): Behave better with unbalanced parens.
592         (python-blank-line-p): New fun.
593         (python-open-block-statement-p): Don't use a heuristic.
594         (python-outdent-p): Better handle blocks-in-the-same-line.
595         (python-calculate-indentation): Misc improvements.
596         (python-comment-indent): Remove.
597         (python-block-pairs): New var.
598         (python-first-word): New fun.
599         (python-indentation-levels): Handle more common cases.
600         (python-indent-line-1): Add `leave' argument.
601         (python-indent-region): New fun.
602         (python-skip-out): New fun.
603         (python-beginning-of-statement, python-end-of-statement): Use it.
604         (python-next-statement): Return correct count even at eob.
605         (python-end-of-block): Fix paren-typo.
606         (python-imenu-create-index): Add module variables.
607         (run-python): Add `new' arg.
608         Check we're at a prompt before returning.
609         (python-send-command): Move to end of buffer.
610         Wait for prompt to return.
611         (python-set-proc): New fun.
612         (python-imports): New var.
613         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
614         (python-eldoc-function): Try to move out of arg list.
615         (python-outline-level): Offset by 1.
616         (python-find-imports): New fun.
617         (python-symbol-completions): Use python-imports.
618         (python-module-path, ffap-alist): Add support for ffap.
619         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
620         (pythin-insert-*, python-default-template, python-expand-template):
621         Add templates/skeletons.
622         (python-setup-brm): Support for Bicycle Repair Man.
623         (python-abbrev-syntax-table): New var.
624         (python-abbrev-pc-hook, python-pea-hook): New funs.
626 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
628         * frame.el (blink-cursor-start): Set timer first.
629         (blink-cursor-end): Ignore timer cancelling errors.
630         Suggested by Ken Manheimer.
632 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
634         * newcomment.el (comment-box): Call `comment-normalize-vars'.
635         Add autoload cookie.
637 2006-08-20  Richard Stallman  <rms@gnu.org>
639         * simple.el (line-number-at-pos): Doc fix.
641         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
642         timer-activate-when-idle, so timer can run before Emacs becomes
643         non-idle again.
645 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
647         * whitespace.el (whitespace-cleanup-internal): New optional arg
648         REGION-ONLY.  If it's non-nil, modify the message to the user
649         accordingly.
650         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
651         a non-nil argument.
653 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
655         * rect.el (spaces-string): Simplify and add doc string.
657 2006-08-17  Romain Francoise  <romain@orebokech.com>
659         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
661 2006-08-17  Richard Stallman  <rms@gnu.org>
663         * compare-w.el (compare-windows): lambda's take an arg and pass
664         it to compare-windows-skip-whitespace.
666 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
668         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
669         the right buffer.
671 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
673         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
674         removed files.
676 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
678         * progmodes/gdb-ui.el (gdb-locals-watch-map)
679         (gdb-locals-watch-map-1): Suppress keymap first.
680         (gdb-edit-locals-map-1): New variable.
681         (gdb-edit-locals-value): New function.
682         (gdb-stack-list-locals-handler): Use them.
684 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
686         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
687         cursor would normally be drawn in the fringe.
689         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
690         Reported by Martin Rudalics <rudalics@gmx.at>.
692 2006-08-16  Richard Stallman  <rms@gnu.org>
694         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
695         (special-event-map): Process drag-n-drop events this way.
697         * simple.el (move-beginning-of-line): Test whether fields
698         would prevent motion back to line's first visible character.
699         If so, stop where the fields would stop the motion.
701         * newcomment.el (comment-indent): Fully update INDENT
702         before checking to see if it will change the text.
704         * cus-edit.el (custom-newline): New function.
705         (custom-mode-map): Bind newline to custom-newline.
707         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
708         into ignore-whitespace.
709         Check each buffer for its skip-function.
710         Handle compare-windows-skip-whitespace special-case test
711         by returning t from default skip function.
713 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
715         * textmodes/org.el (org-clock-special-range)
716         (org-clock-update-time-maybe): New functions.
717         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
718         not only a-z.
719         (org-agenda-get-blocks): Allow multiple blocks per headline.
720         (org-timestamp-change): Call `org-clock-update-time-maybe'.
721         (org-export-html-title-format)
722         (org-export-html-toplevel-hlevel): New options.
723         (org-export-language-setup): Add support for Czech.
724         (org-mode, org-insert-todo-heading, org-find-visible)
725         (org-find-invisible, org-invisible-p, org-invisible-p2)
726         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
727         (org-show-subtree, org-show-entry, org-make-options-regexp):
728         Remove compatibility support for old outline-mode.
729         (org-check-occur-regexp): Funtion removed.
730         (org-on-heading-p, org-back-to-heading): Made defalias.
731         (org-set-local): New defsubst.
732         (org-set-regexps-and-options, org-mode)
733         (org-set-font-lock-defaults, org-edit-agenda-file-list)
734         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
735         (org-remember-apply-template, org-table-edit-field)
736         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
737         (org-set-autofill-regexps): Use `org-set-local'.
738         (org-table-eval-formula): Fix bug with parsing of display flags.
740 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
742         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
743         frame with fringe arrow.  Suggested by Simon Marshall
744         <simon.marshall@misys.com>.
745         (gdb-stack-position): New variable.
746         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
747         (gdb-frames-mode): Set gdb-stack-position to nil.
748         Add to overlay-arrow-variable-list
749         (gdb-reset): Delete gdb-stack-position from above list.
751 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
753         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
754         read only.
756 2006-08-13  Romain Francoise  <romain@orebokech.com>
758         * cus-theme.el (customize-create-theme)
759         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
761         * filesets.el (filesets-add-buffer): Ditto.
763         * pcvs.el (cvs-change-cvsroot): Ditto.
765 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
767         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
768         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
769         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
770         expressions.
771         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
772         Only search till end of line.
773         Add face to function names in case of no filename.
774         Add face to variable names of watchpoints.
776 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
778         * cus-start.el <indent-tabs-mode>: Move to the `indent'
779         customization group.
781 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
783         * allout.el (allout-prior-bindings, allout-added-bindings):
784         Remove, after long deprecation.
785         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
786         Add customization vars controlling allout-beginning-of-line and
787         allout-end-of-line conveniences.
788         (allout-header-prefix, allout-use-mode-specific-leader)
789         (allout-use-mode-specific-leader, allout-mode-leaders):
790         Revise docstrings.
791         (allout-infer-header-lead): Change to be an alias for
792         allout-infer-header-lead-and-primary-bullet.
793         (allout-infer-header-lead-and-primary-bullet): New version of
794         allout-infer-header-lead which assigns the primary bullet to the
795         same as the header lead, when its being changed.
796         (allout-infer-body-reindent): Apply regexp-quote instead of
797         unconditionally prepending "\\", so that all literal
798         allout-header-prefix and allout-primary-bullet strings are
799         properly handled.
800         (allout-add-resumptions): Add optional qualifier for extending or
801         appending to existing values, rather than replacing them.
802         (allout-view-change-hook): Clarify docstring.
803         (allout-exposure-change-hook): Take explicit arguments, via
804         run-hook-with-args.
805         (allout-structure-added-hook)
806         (allout-structure-deleted-hook)
807         (allout-structure-shifted-hook): New hooks analogous to
808         allout-exposure-change-hook for other kinds of structural outline
809         edits.
810         (allout-encryption-plaintext-sanitization-regexps): New encryption
811         customization variable, by which cooperating modes can provde
812         massage of the plaintext without actually being passed it.
813         (allout-encryption-ciphertext-rejection-regexps)
814         (allout-encryption-ciphertext-rejection-ceiling): New encryption
815         customization variables, by which cooperating modes can prohibit
816         rare but possible ciphertext patterns from fouling their
817         operation, with actually being passed the ciphertext.
818         (allout-mode): Run activation and deactivation hooks after the
819         minor-mode variable has been toggled, to clarify the mode
820         disposition.  The new encryption ciphertext rejection variable is
821         used to ensure that the ciphertext does not contain text that
822         would be recognized as outline structural elements by allout.
823         Substite allout-beginning-of-line and allout-end-of-line for
824         conventionall beginning-of-line and end-of-line bindings.
825         If allout-old-style-prefixes is non-nil, don't nullify it on mode
826         activation!
827         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
828         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
829         (allout-chart-subtree): Implement new mode, charting only the
830         visible items in the subtree, when new 'visible' parameter is non-nil.
831         (allout-end-of-subtree): Properly handle the last item in the buffer.
832         (allout-pre-command-business, allout-command-counter):
833         Increment an advertised counter so that cooperating enhancements can
834         track revisions of items.
835         (allout-open-topic): Run allout-structure-added-hook with suitable
836         arguments.
837         (allout-shift-in): Run allout-structure-shifted-hook with suitable
838         arguments.
839         (allout-shift-out): Fix doubling for negative args and ensure call
840         of allout-structure-shifted-hook by solely using allout-shift-in.
841         (allout-kill-line, allout-kill-topic):
842         Run allout-structure-deleted-hook with suitable arguments.
843         (allout-yank-processing): Run allout-structure-added-hook with
844         proper arguments.
845         (allout-yank): Enclose activity in allout-unprotected.
846         (allout-flag-region): Run allout-exposure-change-hook with
847         suitable arguments, instead of making the callee infer the arguments.
848         (allout-encrypt-string):
849         Support allout-encryption-plaintext-sanitization-regexps,
850         allout-encryption-ciphertext-rejection-regexps, and
851         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
852         en/de cryption mode in symmetric encryption failure message.
853         (allout-obtain-passphrase): Use copy-sequence to get a distinct
854         copy of the passphrase, and don't zero it or we'll corrupt the
855         stashed copy.
856         (allout-create-encryption-passphrase-verifier)
857         (allout-verify-passphrase): Respect the new signature for
858         allout-encrypt-string.
859         (allout-get-configvar-values): Convenience for getting a
860         configuration variable value and handling its absence gracefully.
862 2006-08-11  Romain Francoise  <romain@orebokech.com>
864         * obsolete/zone-mode.el: Delete.
866 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
868         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
870 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
872         * emacs-lisp/bindat.el (bindat-ip-to-string):
873         Use `format-network-address' if possible.
875 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
877         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
879 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
881         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
882         restore unread-command-events here.
883         (edebug-display): Do it here, to detect sit-for interruptions.
885 2006-08-10  Romain Francoise  <romain@orebokech.com>
887         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
888         (dns-mode-soa-auto-increment-serial): New user option.
889         (dns-mode-soa-maybe-increment-serial): New function.
890         (dns-mode): Add the latter to `write-contents-functions'.
892         * obsolete/zone-mode.el: Move to obsolete/ from net/.
893         Delete autoload cookies.
895 2006-08-10  John Wiegley  <johnw@newartisans.com>
897         * eshell/em-glob.el (eshell-glob-chars-list)
898         (eshell-glob-translate-alist): Add support for [^g] in character globs.
900 2006-08-10  Richard Stallman  <rms@gnu.org>
902         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
903         (facemenu-set-face): Doc fix.
904         (facemenu-listed-faces): Doc fix.
906 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
908         * avoid.el (mouse-avoidance-animating-pointer): New var.
909         (mouse-avoidance-nudge-mouse): Use it.
910         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
911         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
912         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
913         Don't activate if currently animating.  All callers changed.
915 2006-08-09  John Wiegley  <johnw@newartisans.com>
917         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
918         variable, which causes timeclock to report elapsed time worked,
919         instead of just work remaining.
921 2006-08-09  Kenichi Handa  <handa@m17n.org>
923         * international/latexenc.el (latexenc-find-file-coding-system):
924         Fix for the case that the 2nd element of arg-list is a cons.
926 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
928         * info.el (Info-fontify-node): Handle preceding `in' for note
929         reference hiding rules.
931 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
933         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
934         mistake a closing " for an opening one.
936 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
938         * term/xterm.el (terminal-init-xterm): Add more key bindings.
940 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
942         * complete.el (PC-do-completion): Filter out completions matching
943         completion-ignored-extensions before checking whether there are
944         multiple completions.
945         Don't use `list' unnecessarily when building completion tables.
947 2006-08-06  Richard Stallman  <rms@gnu.org>
949         * help.el (describe-mode): Make minor mode list more concise.
951 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
953         * bindings.el: Give mode-line-format, mode-line-modes, and
954         mode-line-position `standard-value' properties.
956 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
958         * buff-menu.el (list-buffers-noselect): For Info buffers, use
959         "(file)node" instead of the file name.
961 2006-08-05  Richard Stallman  <rms@gnu.org>
963         * faces.el (escape-glyph): Doc fix.
965 2006-08-04  Kenichi Handa  <handa@m17n.org>
967         * international/mule-diag.el (describe-font): Improve docstring
968         and error message.  Use frame-parameter (not frame-parameters).
970 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
973         Correctly mark the end-of-docstring char.
975 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
977         * simple.el (line-move-to-column): Constrain move-to-column to
978         current field.
980 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * font-lock.el (font-lock-beg, font-lock-end)
983         (font-lock-extend-region-functions): New vars.
984         (font-lock-extend-region-multiline)
985         (font-lock-extend-region-wholelines): New functions.
986         (font-lock-default-fontify-region): Use them.
987         (font-lock-extend-jit-lock-region-after-change): Only round up
988         if font-lock-default-fontify-region will do it as well.
990         * font-lock.el (font-lock-extend-after-change-region-function):
991         Rename from font-lock-extend-region-function.
992         (font-lock-extend-region): Remove by inlining at call sites.
993         (font-lock-after-change-function): Don't needlessly round up to a whole
994         number of lines.
995         (font-lock-extend-jit-lock-region-after-change): Be more careful about
996         the boundary conditions and the interactions between the various ways
997         to extend the region.
999 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1002         modification status when forcing the second redisplay.
1004 2006-08-03  Kim F. Storm  <storm@cua.dk>
1006         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1008 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1010         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1011         doesn't look like a file name.
1013         * complete.el (PC-expand-many-files): Avoid signalling an error when
1014         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
1016 2006-08-02  Andreas Schwab  <schwab@suse.de>
1018         * bindings.el (mode-line-format): Simplify reference to vc-mode.
1020 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1022         * bindings.el (map): Make mode-line-buffer-identification-keymap
1023         before defining propertized-buffer-identification.
1025 2006-08-01  Richard Stallman  <rms@gnu.org>
1027         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1029 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1031         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1032         default value.
1033         (gdb-find-source-frame): New function.
1034         (menu): Add to menu bar.
1036 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1038         * font-core.el (font-lock-extend-region-function)
1039         (font-lock-extend-region): Move to font-lock.el.
1041         * font-lock.el (font-lock-extend-region-function)
1042         (font-lock-extend-region): Move from font-core.el.  Simplify.
1044         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1045         if needed.
1046         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1047         (jit-lock-after-change-extend-region-functions): New hook.
1048         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1050         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1051         (font-lock-turn-on-thing-lock): Use it.
1053         * longlines.el (longlines-show-region): Make it work on read-only
1054         buffers as well.
1056 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
1058         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1060 2006-07-31  Richard Stallman  <rms@gnu.org>
1062         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1063         (vhdl-speedbar-display-projects): Update old obsolete
1064         speedbar variable names.
1066 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1068         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1069         (gdb-stopped): Use it.
1071         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1073 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
1075         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1076         for load-history elements.
1078 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
1080         * files.el (convert-standard-filename): For Cygwin, replace
1081         characters not allowed in Windows file names.
1082         (make-auto-save-file-name): Add Cygwin to the list of systems
1083         where the auto-save file name needs to be run through
1084         convert-standard-filename.
1086 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1088         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1090 2006-07-28  Richard Stallman  <rms@gnu.org>
1092         * bindings.el (mode-line-frame-identification)
1093         (propertized-buffer-identification): Centralize the code
1094         to initialize the variable.
1096         * progmodes/grep.el (grep-default-command): Catch errors from
1097         wildcard-to-regexp.
1099 2006-07-29  Kim F. Storm  <storm@cua.dk>
1101         * progmodes/grep.el (grep-tag-default): New function.
1102         (grep-default-command, grep-read-regexp): Use it.
1103         (grep-read-files): Use car of grep-files-history or grep-files-aliases
1104         as default if nothing else applies.
1106 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
1108         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1109         Throw error if buffer is not in Dired and Wdired mode, respectively.
1111 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
1113         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1114         self-insert-command keys don't activate buttons.
1115         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1117 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
1119         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1120         faces for enable character.
1122 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1124         * Makefile.in (recompile): Update comment to reflect change
1125         on 2004-04-21.
1127 2006-07-27  Richard Stallman  <rms@gnu.org>
1129         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1130         (customize-package-emacs-version): Change msg when pkg has no entry.
1131         (custom-no-edit): On a button, do like widget-button-press.
1133 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1135         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1136         S-tab and C-S-tab.
1138 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1140         * progmodes/which-func.el (which-function): Fix documentation/
1141         comment typo.
1143 2006-07-26  Richard Stallman  <rms@gnu.org>
1145         * textmodes/ispell.el (ispell-word): If we replace the word,
1146         move point to the end.  Insert before deleting.
1148 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1150         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1151         a timer.
1153 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
1155         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
1156         when at first image.
1157         (tumme-forward-image): Add prefix argument.  Add error when at last
1158         image.
1160 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1162         * tabify.el (tabify-regexp): Use more specific regexps.
1163         (tabify): Avoid modifying the buffer unnecessarily.
1165 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
1167         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1168         (tumme-format-properties-string): Handle empty `buf'.
1169         (tumme-get-comment): Change variable names inside `let'.
1170         Add missing `let' variable that cause font-lock problems.
1171         (tumme-write-comments): Change variable names inside `let'.
1172         Add missing `let' variable that cause font-lock problems.
1173         (tumme-forward-image): Rename from `tumme-forward-char'.
1174         (tumme-backward-image): Rename from `tumme-backward-char'.
1176 2006-07-25  Masatake YAMATO  <jet@gyve.org>
1178         * progmodes/ld-script.el (ld-script-keywords)
1179         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1180         and add comments.
1182 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
1184         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1185         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1186         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1187         for status indicator.
1189 2006-07-24  Richard Stallman  <rms@gnu.org>
1191         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1193         * subr.el (dolist, dotimes): Use interned symbols for locals.
1194         (--dotimes-limit--, --dolist-tail--): New defvars.
1195         (looking-back): Doc fix.
1197         * replace.el (replace-match-string-symbols): Handle dotted lists.
1199 2006-07-24  mathias  <mathias@mattis>
1201         * tumme.el (tumme-write-tags): Add.
1202         (tumme-write-comments): Add.
1203         (tumme-tag-files): Change to use `tumme-write-tags'.
1204         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1205         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1206         (tumme-save-information-from-widgets): Change to use
1207         `tumme-write-comments' and `tumme-write-tags'.
1208         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1209         (tumme-write-tag): Remove.
1210         (tumme-write-comment): Remove.
1211         (tumme-display-previous-thumbnail-original): Remove empty line.
1212         (tumme-widget-list): Add punctuation.
1214 2006-07-24  mathias  <mathias.dahl@gmail.com>
1216         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1218 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1220         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1221         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
1222         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1224 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
1226         * mouse.el (mouse-on-link-p): Doc fix.
1228 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
1230         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1231         Handle "C-h f `".
1233 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1235         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1236         column.
1238 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
1240         * textmodes/table.el: Add move-beginning-of-line and
1241         move-end-of-line to Point Motion Only Group.
1243 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
1245         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1247 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1249         * startup.el (user-mail-address): Initialize from the `EMAIL'
1250         environment variable first.  Document this.
1251         (command-line): Ditto.
1253 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
1255         * help-mode.el (help-function-def, help-variable-def)
1256         (help-face-def): Print a message in the minibuffer.
1258 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1260         * term/xterm.el (terminal-init-xterm): Fix key bindings
1261         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1263 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1265         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1266         where `(nth 1 command)' is a cons cell.  Doc fix.
1268         * textmodes/po.el (po-find-charset): Doc fix.
1270 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
1272         * allout.el (allout-unprotected, allout-e-o-prefix-p)
1273         (allout-beginning-of-current-line, allout-end-of-current-line)
1274         (allout-next-visible-heading, allout-open-topic)
1275         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1276         (allout-flag-current-subtree, allout-show-to-offshoot)
1277         (allout-hide-current-entry, allout-show-current-branches)
1278         (allout-hide-region-body, allout-old-expose-topic)
1279         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1280         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1281         containing `beginning-of-line' and `end-of-line' with
1282         `inhibit-field-text-motion' t.
1284 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1286         * frame.el (focus-follows-mouse): Document that it doesn't have
1287         any effect on MS-Windows.
1289 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1291         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1293 2006-07-20  Jay Belanger  <belanger@truman.edu>
1295         * calc.el (calc-previous-alg-entry):  Remove variable.
1297         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1298         New variables.
1299         (calc-alg-entry): Use `calc-alg-entry-history'.
1300         (calc-do-quick-calc): Use `calc-quick-calc-history'.
1301         Remove reference to `calc-previous-alg-entry'.
1302         (calcAlg-edit, calcAlg-enter): Remove reference to
1303         `calc-previous-alg-entry'.
1304         (calcAlg-previous): Use `previous-history-element' instead of
1305         `calc-previous-alg-entry'.
1306         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1307         Change keybinding for `calcAlg-plus-minus', add keybindings for
1308         `previous-history-element' and `next-history-element'.
1310         * calc-rewr.el (calc-match): Remove reference to
1311         `calc-previous-alg-entry'.
1313         * calc-sel.el (calc-selection-history): New variable.
1314         (calc-enter-selection, calc-sel-mult-both-sides)
1315         (calc-sel-add-both-sides): Use `calc-selection-history'.
1317         * calc-map.el (calc-get-operator-history): New variable.
1318         (calc-get-operator): Use `calc-get-operator-history'.
1320         * calcalg3.el (calc-curve-fit-history): New variable.
1321         (calc-curve-fit): Use `calc-curve-fit-history'.
1323 2006-07-20  Kenichi Handa  <handa@m17n.org>
1325         * international/mule-cmds.el (select-safe-coding-system): Fix the
1326         way of deciding eol-type of the coding system.
1328 2006-07-20  Alan Mackenzie  <acm@muc.de>
1330         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1331         (c-lang-setvar): New macro.
1332         (c-make-init-lang-vars-fun): Use the initialization forms in
1333         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1334         (comment-start, comment-end, comment-start-skip): Change these from
1335         c-lang-defvar's to c-lang-setvar's.
1337         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1338         which calls make-local-variable on the elements of
1339         c-emacs-variable-inits.
1340         (c-init-language-vars-for): Call this new macro.
1342 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1344         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1345         Try to rule out false positives due to time stamps.
1346         (compilation-mode-font-lock-keywords): Remove rules made redundant
1347         because of the above change.  Add `segmentation fault' to the known and
1348         highlighted compilation termination messages.
1350 2006-07-19  Kim F. Storm  <storm@cua.dk>
1352         * progmodes/grep.el (grep-find-ignored-directories):
1353         Add .svn and _darcs to list.
1355 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
1357         * dired.el (dired-mode-map): Add key binding `C-te' for
1358         `tumme-dired-edit-comment-and-tags'.
1360         * tumme.el (tumme-display-thumbnail-original-image): Make sure
1361         image display buffer is displayed before call to
1362         `tumme-display-image.
1363         (tumme-dired-display-image): Make sure image display buffer is
1364         displayed before call to `tumme-display-image.
1365         (tumme-mouse-display-image): Make sure image display buffer is
1366         displayed before call to `tumme-display-image.
1367         (tumme-widget-list): Add.
1368         (tumme-dired-edit-comment-and-tags): Add.
1369         (tumme-save-information-from-widgets): Add.
1371 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1373         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1375 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1377         * progmodes/sh-script.el (sh-font-lock-keywords-1):
1378         Revert inadvertently installed patch hunk.
1380         * progmodes/compile.el (compilation-find-file): Handle the
1381         cases where the user selects a non-existent file.
1383 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1387 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1389         * subr.el (sit-for): Just sleep-for if noninteractive.
1391 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1393         * emacs-lisp/autoload.el (make-autoload): Use new arg.
1395         * custom.el (custom-autoload): Add `noset' argument.
1396         (custom-push-theme): Don't autoload the variable, let callers do it.
1397         (custom-theme-set-variables): Autoload the variable if necessary.
1399         * cus-edit.el (custom-variable-state-set): If the variable was
1400         originally set outside custom, but to the same value as the default,
1401         consider it to be standard.
1403         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1404         file *before* telling Emacs to add the autoloads, in case it fails.
1406         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1407         Use `cond', push', and `dolist'.
1409 2006-07-17  Richard Stallman  <rms@gnu.org>
1411         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1412         Add defvars to silence warnings.
1414 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1416         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1417         Don't highlight "Compiling file" messages as error.
1419         * dired-aux.el (dired-compress-file): Confirm again if gzipped
1420         file already exists.
1422 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
1424         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
1425         entry, don't assign to free var; simply return the extracted filename.
1426         (ff-treat-as-special): Incorporate common preamble from callers.
1427         (ff-other-file-name, ff-find-the-other-file):
1428         Update call to ff-treat-as-special.
1430         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1432 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
1434         * tumme.el (tumme-get-comment): Fix bug.
1436 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1438         * files.el: Remove spurious * in docstrings.
1440 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1442         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1443         grammar.
1444         (allout-beginning-of-current-line): Beware beginning of buffer.
1445         Also, a comment is simplified.
1446         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1447         when appropriate.  (This fix enables use for other than
1448         bullet-hotspot operation.)
1449         (allout-hide-current-subtree): While escalating to sibling-close,
1450         make sure to situate on a topic.
1452 2006-07-14  Kim F. Storm  <storm@cua.dk>
1454         * emulation/cua-base.el (cua-delete-selection)
1455         (cua-toggle-set-mark): New defcustoms.
1456         (cua-rectangle-modifier-key): Add `alt' modifier.
1457         (cua-replace-region): Don't delete if cua-delete-selection is nil.
1458         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1459         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1461         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1463 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1465         * allout.el: Require 'cl during byte-compilation/interactive load,
1466         for the `assert' macro.
1467         (allout-mode-deactivate-hook): New hook, run when allout mode
1468         deactivates.
1469         (allout-developer): New allout customization subgroup.
1470         (allout-run-unit-tests-on-load): New allout-developer
1471         customization variable, when true allout unit tests are run towards
1472         end of file load/eval.
1473         (allout-inhibit-auto-fill): Disable auto-fill activity even during
1474         auto-fill-mode.
1475         (allout-resumptions): Remove, to be replaced by...
1476         (allout-add-resumptions): Register variable settings to be
1477         reinstated by `allout-do-resumptions'.  The settings are made
1478         buffer-local, but the locality/globality of the suspended setting
1479         is restored on resumption.
1480         (allout-do-resumptions): Reinstate all settings suspended using
1481         `allout-add-resumptions'.
1482         (allout-test-resumptions): Unit tests (and intermediate variables)
1483         for resumptions.
1484         (allout-tests-globally-unbound, allout-tests-globally-true)
1485         (allout-tests-locally-true): Intermediate variables for
1486         resumptions unit tests.
1487         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1488         (allout-exposure-category): Replaces 'allout-overlay-category variable.
1489         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1490         instead of retired `allout-resumptions'.  For hook functions, use
1491         `local' parameter so hook settings are created and removed as
1492         buffer-local settings.  Revise (resumptions) setting
1493         auto-fill-function so it is set only if already active.  (The
1494         related fill-function settings are all made in either case, so
1495         that activating auto-fill-mode activity will have the custom
1496         allout-mode behaviors (hanging indent on topics, if configured for it).
1497         Remove all allout-exposure-category overlays on mode deactivation.
1498         (allout-hotspot-key-handler): New function extracted from
1499         `allout-pre-command-business', so the functionality can be used
1500         for other purposes, eg as a binding in an overlay.
1501         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1502         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1503         customization variable.
1504         (allout-run-unit-tests): Run the (currently quite small)
1505         repertoire of unit tests.  Called just before the provide iff user
1506         has customized `allout-run-unit-tests-on-load' non-nil.
1508 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
1510         * emacs-lisp/authors.el (authors-aliases): Update.
1512 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1514         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1515         gdb-source-window.  Add dedicated argument.
1516         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1517         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1518         (gdb-display-threads-buffer, gdb-display-memory-buffer)
1519         (gdb-display-locals-buffer): Use it.
1521         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1522         Set gdb-source-window.
1524 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1527         minor modes, redundant with the custom-autoload line above.
1529 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
1531         * longlines.el (longlines-post-command-function): Handle open-line too.
1533 2006-07-12  Richard Stallman  <rms@gnu.org>
1535         * progmodes/grep.el (grep-last-buffer): Doc fix.
1537         * info.el (Info-try-follow-nearest-node): Doc fix.
1539         * emacs-lisp/edebug.el (edebug-instrument-function):
1540         Err if find-function-noselect gives no position.
1542         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1543         If can't find definition, return nil for position.
1544         (find-function-do-it): Handle new return value
1545         of find-definition-noselect.
1546         (find-definition-noselect, find-variable-noselect): Doc fix.
1547         (find-function-noselect): Doc fix.
1549         * help-mode.el (help-variable-def): Handle find-variable-noselect
1550         returning no position.
1551         (help-function-def): Likewise for find-function-search-for-symbol.
1552         (help-face-def): Likewise.
1554         * help-fns.el (describe-variable): Handle find-variable-noselect
1555         returning no position.
1557         * files.el (locate-file-completion): Avoid duplicates in result.
1559         * cus-edit.el (custom-no-edit): New command.
1560         (custom-mode-map): Remap to custom-no-edit instead of
1561         using suppress-keymap.
1563 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
1565         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1566         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1567         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1569         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1571 2006-07-11  Kim F. Storm  <storm@cua.dk>
1573         * ido.el (ido-copy-current-file-name): Use buffer-name if
1574         buffer-file-name is nil.
1576 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
1578         * simple.el (undo-ask-before-discard): Set to nil.
1580         * vc.el (vc-exec-after): Don't delete process manually.
1581         (vc-print-log): Run log-view-mode in process sentinel inside
1582         inhibit-read-only.  Don't shrink window due to timing issues.
1584         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1585         Avoid using with-output-to-temp-buffer, which clobbers local vars.
1587 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1590         Fix ambiguity introduced by last change.
1591         (compilation-find-file): Move save-excursion to where it may
1592         make sense.  Fix a left over `find-file'.
1594 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
1596         * textmodes/texinfmt.el (texinfo-format-separate-node):
1597         Insert a string before point, which fits documentation, not after.
1598         (texinfo-multitable-item): In a multitable row, insert any
1599         additional needed @tabs and spaces.
1601 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
1603         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1604         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1605         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1606         instead of shell-command.
1607         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1608         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1609         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1610         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1611         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1612         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1614 2006-07-11  Kim F. Storm  <storm@cua.dk>
1616         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
1617         Remove special case for seconds < 0.  Use (redisplay t) instead.
1619 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
1621         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1622         avoid compilation error.
1624         * subr.el (sit-for): New function.
1626         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1628 2006-07-10  Richard Stallman  <rms@gnu.org>
1630         * ldefs-boot.el (edebug): Update page.
1632 2006-07-10  Kim F. Storm  <storm@cua.dk>
1634         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1635         to FOR-RELEASE and TODO.
1637 2006-07-10  Romain Francoise  <romain@orebokech.com>
1639         * emacs-lisp/authors.el (authors-aliases): Update.
1641 2006-07-10  Alan Mackenzie  <acm@muc.de>
1643         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1644         * cc-mode.el: Changes to eradicate eval-after-load.
1646 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
1648         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1649         on non-char events.
1651 2006-07-09  Romain Francoise  <romain@orebokech.com>
1653         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1654         Don't highlight start/end markers as compilation messages.
1656         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1657         to t.
1659 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1663 2006-07-08  Richard Stallman  <rms@gnu.org>
1665         * term/x-win.el (x-handle-display): Add doc string.
1667         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1669         * subr.el (def-edebug-spec): Move here.
1670         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1672         * imenu.el (imenu-choose-buffer-index): Doc fix.
1674 2006-07-08  Romain Francoise  <romain@orebokech.com>
1676         * term/x-win.el (x-display-name): Fix typo.
1678 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1680         * hexl.el (hexl-find-file): Doc fix.
1682         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1684 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
1686         * term/x-win.el (x-display-name): Doc fix.
1688 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1691         long prefixes.
1692         (fill-region-as-paragraph): Don't round up to a whole line.
1693         (fill-comment-paragraph): Don't include the code-before-the-comment
1694         when calling fill-region-as-paragraph.
1696         * international/mule.el (make-char): Remove redundancy.
1698         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1699         property may contain an anonymous function rather than a symbol.
1701         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1703         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1704         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
1706         * dirtrack.el (dirtrack-default-directory-function): Remove.
1707         (dirtrack-directory-function): Use file-name-as-directory.
1708         (dirtrack-windows-directory-function): Simplify.
1709         (dirtrack-forward-slash, dirtrack-backward-slash)
1710         (dirtrack-replace-slash): Remove.
1711         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1712         (dirtrack): Fix wrong parenthesizing; use match-string.
1714         * progmodes/octave-inf.el: Remove spurious * in docstrings.
1715         (inferior-octave-mode): Only change the buffer-local value of
1716         comint-dynamic-complete-functions.
1717         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1718         Move the initialization to the declaration.
1719         (inferior-octave-complete): Remove unused var `filter'.
1721         * shell.el (shell-mode): Only change the buffer-local value of
1722         comint-dynamic-complete-functions.
1724 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1726         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1727         entry is skipped because it has been scheduled.
1728         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1729         changing `:org-archived' and `:org-comment' properties.
1731 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
1733         * server.el (server-select-display): Don't make the temp frame
1734         minibuffer-only, in case it's not a temp frame.
1735         (server-process-filter): Don't delete the temp frame if it's the
1736         only one we have on that display.
1738         * files.el (find-alternate-file): Doc fix.
1740 2006-07-05  Richard Stallman  <rms@gnu.org>
1742         * files.el (abbreviate-file-name): Add save-match-data.
1744 2006-07-03  Richard Stallman  <rms@gnu.org>
1746         * faces.el (read-face-name): Doc fix.
1748 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
1750         * net/goto-addr.el (goto-address): Mark as safe for local evals.
1752 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
1754         * vc.el (vc-diff-internal): Fix prev change.
1756 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1758         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1759         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1761 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1764         fails if the symbol contains chars like ( or '.
1765         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1766         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1767         `short'.
1769 2006-07-04  Kenichi Handa  <handa@m17n.org>
1771         * international/mule-cmds.el (set-language-info): If LANG-ENV is
1772         the current one, don't call set-language-environment, but call one
1773         of set-language-environment-XXX to make INFO effective now.
1774         (set-language-environment): Call set-language-environment-XXX
1775         functions instead of doing the various setups directly.
1776         (set-language-environment-coding-systems): Delete argument eol-type.
1777         (set-language-environment-input-method)
1778         (set-language-environment-nonascii-translation)
1779         (set-language-environment-charset)
1780         (set-language-environment-fontset)
1781         (set-language-environment-unibyte): New functions.
1783 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1785         * locate.el (locate-update-when-revert): New option.
1786         (locate-update-path): New option (suggested by Michael Albinus).
1787         (locate-prompt-for-command): Whitespace change.
1788         (locate-update): No longer offer to update the locate database by
1789         default.  Implement the two new options.
1791 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
1793         * tooltip.el: Move comment about track-mouse...
1795         * progmodes/gud.el: ...to here.
1797 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
1799         * facemenu.el (facemenu-listed-faces): New var.
1800         (facemenu-unlisted-faces): Variable deleted.
1801         (facemenu-add-new-face): Use facemenu-listed-faces.
1803         * emulation/viper-init.el, calendar/calendar.el:
1804         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1806 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1808         * textmodes/org.el (org-mode): Remove no invalid settings for
1809         calc embedded mode.
1810         (org-mode-p): New defsubst.
1811         (org-save-all-org-buffers): New function.
1812         (org-first-headline-recenter): Enclose outline-regexp in group
1813         delimiters.
1814         (org-set-tags): Keep single space after stars.
1816 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         * window.el (set-window-text-height): Only set window-min-height to
1819         1 if that's the requested size.
1821         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1822         (diff-unified->context, diff-context->unified)
1823         (diff-reverse-direction): Make sure the end marker stays at the end.
1824         (diff-mode): Add the keymap table at the end of docstring.
1825         Use lexical-let rather than constructing a closure manually.
1827         * files.el (find-file-noselect-1): Remove unused var assignment.
1828         (hack-local-variables-confirm): Print lists of strings as lists of
1829         strings rather than lists of symbols.
1830         (abbreviate-file-name, hack-local-variables-prop-line):
1831         Use match-string.
1832         (hack-one-local-variable): Move `make-local-variable' nearer its use.
1833         (recover-session-finish): Use line-end-position.
1835 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
1837         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1839 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
1841         * progmodes/make-mode.el (makefile-macroassign-regex):
1842         Accept preceding keyword.
1843         (makefile-gmake-statements): Reorganize, now that makepp has
1844         "override" and also handle forgotten "override define".
1845         (makefile-makepp-statements): Add new "global", "override export"
1846         and "override global".
1848 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
1850         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1851         (ada-compile-mouse-goto-error, ada-deactivate-properties)
1852         (ada-no-auto-case): Fix typos in docstrings.
1854 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1856         * info.el (Info-find-node-2): Search for makeinfo version more
1857         carefully.
1859 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1861         * textmodes/org.el (org-prepare-agenda-buffers):
1862         Use `invisible-OK' argument for `org-end-of-subtree'.
1863         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1864         (org-beginning-of-item): Fix bug in regular expression for white line.
1865         (org-export-as-html): Enforce space after bullet in plain list items.
1866         (org-set-autofill-regexps): Require space after plain list bullet
1867         for paragraph-start.
1868         (org-ts-regexp3): New constant.
1869         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1870         (org-timestamp-up-day, org-timestamp-down-day)
1871         (org-timestamp-change): Work with inactive timestamps.
1872         (org-ts-regexp1): Don't allow brackets in time stamps.
1874 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
1876         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1877         for ignoring links.
1879         * faces.el (read-face-name): Use it.
1881 2006-06-28  Juri Linkov  <juri@jurta.org>
1883         * buff-menu.el (list-buffers-noselect): Compare Info file
1884         with the string "dir" to detect Info directory.
1886         * complete.el (partial-completion-mode): In lambda for
1887         `choose-completion-string-functions' use full function signature
1888         with 4 args, and move point to the end of the minibuffer only if arg
1889         `mini-p' is non-nil.
1891 2006-06-28  John Paul Wallington  <jpw@pobox.com>
1893         * ibuffer.el (ibuffer-mode): Doc fix.
1895 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1897         * textmodes/org.el (org-context): New contexts :item-bullet,
1898         :latex-fragment, :latex-preview.
1899         (org-overlays-at, org-overlay-start, org-overlay-end):
1900         New compatibility functions.
1901         (org-inside-LaTeX-fragment-p): More accurate matching, using the
1902         exact regexp that will be used during export.
1903         (org-latex-regexps): New variable.
1904         (org-cdlatex-mode): Improve advice for `texmathp'.
1905         (turn-on-org-cdlatex): New function.
1907 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1909         * term/mac-win.el (mac-handle-font-selection): Change keys of
1910         mac-atsu-font-table from strings to numbers.
1911         (mac-ts-caret-position): Use also when cursor-type is nil.
1912         (mac-ts-update-active-input-area): Add Mac OS Classic support.
1913         Relax condition for using overlay strings.
1914         Use mac-ts-caret-position face when cursor-type is nil.
1916 2006-06-26  Kim F. Storm  <storm@cua.dk>
1918         * help.el (view-emacs-news): Declare `res' in the right let* form.
1920 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
1922         * net/rcompile.el (remote-compile): Replace ange-ftp based
1923         implementation by Tramp functions.
1924         Suggested by Marc Abramowitz <msabramo@gmail.com>.
1926         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1928 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
1930         * international/fontset.el (setup-default-fontset): Fix a typo in
1931         the "Oriya-Akruti" registry name.
1933 2006-06-23  Lars Hansen  <larsh@soem.dk>
1935         * desktop.el (desktop-full-file-name): New function.
1936         (desktop-kill, desktop-save, desktop-remove, desktop-read)
1937         (desktop-revert): Use it.
1938         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1939         (desktop-after-read-hook): Add option list-buffers.
1940         (desktop-locals-to-save): Add tab-width.
1941         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1942         Fix docstring.
1944 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1946         * textmodes/org.el (org-cdlatex-mode-map)
1947         (org-cdlatex-texmathp-advice-is-done): New variables.
1948         (org-cdlatex-mode): New minor mode.
1949         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1950         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1951         (org-export-with-archived-trees): New option.
1952         (org-open-file): Remove the call to `convert-standard-filename'.
1953         (org-archive-tag, org-agenda-skip-archived-trees)
1954         (org-cycle-open-archived-trees)
1955         (org-sparse-tree-open-archived-trees): New options.
1956         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1957         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1958         New functions.
1959         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1960         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1961         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1962         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1963         Call `org-prepare-agenda-buffers'.
1964         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1965         (org-file-apps, org-file-apps-defaults-gnu)
1966         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1967         Handle remote files by forcing them to be opened in Emacs.
1969 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
1971         * vc.el (vc-diff-knows-L): New variable.
1972         (vc-diff-internal): Use it to handle "diff" programs that don't
1973         understand -L.  This works automatically, no user action is necessary.
1975 2006-06-23  Daniel Brockman  <daniel@brockman.se>
1977         * net/rcirc.el (rcirc-default-user-full-name): Default to
1978         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1979         longer exists).
1980         (rcirc-process-list): Check `buffer-live-p' before attempting to
1981         switch to a buffer.
1983 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
1985         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1986         based on rcirc-coding-system-alist.
1988 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
1990         * cus-edit.el (customize-apropos): A better error message.
1991         (top level) <debug-ignored-errors>: Extend and update the list of
1992         ignored error messages.
1994 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
1996         * complete.el (PC-do-completion): Retain capitalization of user
1997         input, when possible, even if completion-ignore-case is set.
1999 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
2001         * generic-x.el (bat-generic-mode): Support .cmd files.
2003         * dos-w32.el (top level): Use find-file-not-found-functions
2004         instead of the obsolete find-file-not-found-hooks.
2006 2006-06-22  Kim F. Storm  <storm@cua.dk>
2008         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2009         to recognize mode name containing submodes, such as Grep/lw.
2011 2006-06-21  Kim F. Storm  <storm@cua.dk>
2013         * simple.el (line-move-1): Check for move-end-of-line instead of
2014         end-of-line when setting temporary-goal-column.
2016 2006-06-21  Miles Bader  <miles@gnu.org>
2018         * play/cookie1.el (cookie): Work properly when there's only one entry.
2020 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
2022         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2023         (gdb-frame-handler): Generalize frame regexp for templates.
2025 2006-06-20  Glenn Morris  <rgm@gnu.org>
2027         * calendar/appt.el (appt-display-format): Default value must be
2028         one of the customize options.
2030 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
2032         * term/xterm.el (terminal-init-xterm): Update key availability info.
2033         Bind C-return.
2035         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2037 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
2039         * files.el (hack-local-variables): Run `hack-local-variables-hook'
2040         whether or not a local variables list is defined.
2042         * msb.el (msb): Move `sit-for' hack here to handle both
2043         "mouse-down and drag" and "mouse-up and select" situations.
2044         (mouse-select-buffer): Move `sit-for' hack to `msb'.
2046 2006-06-20  Kenichi Handa  <handa@m17n.org>
2048         * international/characters.el (word-combining-categories):
2049         Add entries for 2-byte Han characters.
2051 2006-06-19  Richard Stallman  <rms@gnu.org>
2053         * bindings.el (mode-line-format): Save some mode line space.
2055         * files.el (find-file-noselect): Improve the question wording.
2056         (basic-save-buffer-2): Mask UMASK against 666.
2058         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2059         (mouse-drag-vertical-line): Call it.
2061         * cus-edit.el (customize-option, customize-option-other-window):
2062         Error if SYMBOL is nil.
2064 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
2066         * textmodes/org.el: Require noutline, also on XEmacs.
2067         (org-end-of-subtree): Return point.
2068         (org-dblock-start-re, org-dblock-end-re): New constants.
2069         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2070         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2071         (org-update-all-dblocks, org-find-dblock): New functions.
2072         (org-collect-clock-time-entries): New function.
2073         (org-html-handle-time-stamps): Never export CLOCK timeranges.
2074         (org-fixup-indentation): Modify to deal correctly with lines
2075         starting with TAB.  Only one argument DIFF now.
2076         (org-demote, org-promote): Call `org-fixup-indentation' with just
2077         one argument, DIFF.
2078         (org-mode): Don't mark buffer as modified when aligning tables.
2079         (org-clock-sum): Don't mark buffer modified when adding time sum
2080         properties.
2081         (org-export-as-html): Add support for a link validation function.
2082         (org-archive-all-done): New function.
2083         (org-archive-subtree): New prefix argument.  When set, archive all
2084         done subtrees in this buffer.
2085         (org-remove-clock-overlays)
2086         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2087         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2088         (org-put-clock-overlay): Don't swallow last headline character
2089         when displaying overlay.
2090         (org-store-link): Link to `image-mode' with just the file name.
2092 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
2094         * viper-cmd.el (viper-special-read-and-insert-char):
2095         Use read-key-sequence.
2096         (viper-after-change-undo-hook): Misc enhancements.
2097         (viper-after-change-undo-hook): New hook.
2098         (viper-undo): Use viper-after-change-undo-hook.
2099         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2100         (viper-next-line-at-bol): If point is on a widget or a button, simulate
2101         clicking on that widget/button.
2103         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2105         * ediff-diff (ediff-test-patch-utility): Catch errors.
2106         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2107         (ediff-set-actual-diff-options): New function.
2108         (ediff-reset-diff-options, ediff-toggle-ignore-case):
2109         Use ediff-set-actual-diff-options.
2110         (ediff-extract-diffs): Catch errors.
2111         (ediff-whitespace): Add non-breakable space.
2112         (ediff-same-file-contents): Catch errors.
2114         * ediff-mult.el (ediff-collect-custom-diffs):
2115         Save coding-system-for-read.
2117         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2118         (ediff-vc-internal, ediff-vc-merge-internal):
2119         Use ediff-delete-version-file.
2120         (ediff-delete-version-file): New function.
2122         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2124         * ediff.el (ediff-directories, ediff-directory-revisions)
2125         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2126         (ediff-directories-internal, ediff-merge-directory-revisions)
2127         (ediff-merge-directory-revisions-with-ancestor)
2128         (ediff-directories3): Use read-directory-name.
2130 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
2132         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2133         Remove superfluous part of regexp for brace matching which is handled
2134         by `scan-lists' call.
2136 2006-06-16  Richard Stallman  <rms@gnu.org>
2138         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2140         * files.el (basic-save-buffer-2): For a new precious file,
2141         use the default modes in the return value.
2143         * facemenu.el (facemenu-color-alist): Doc fix.
2145         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2147 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2149         * cus-start.el (all): Add mac-ts-script-language-on-focus.
2151         * term/mac-win.el (mac-text-encoding-ascii): New constant.
2152         (mac-utxt-to-string): Use it.
2153         (mac-ts-update-active-input-area): Use mac-ae-number.
2155 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
2157         * term.el (term-handle-scroll, term-delete-lines)
2158         (term-insert-lines): Fix off by one errors.
2160 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2162         * net/tramp.el (tramp-touch): Use UTC to express time.
2164 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
2166         * mail/sendmail.el (mail-send): Search explicitly for
2167         mail-header-separator when checking for corrupted header lines.
2169 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
2171         * progmodes/gdb-ui.el (gdb-same-frame): New option.
2172         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2173         (gdb-init-1): Initialise them.
2174         (gdb-starting): Reset gdb-printing
2175         (gdb-starting): Save value of gud-overlay-arrow-position.
2176         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2177         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2178         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2179         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2181 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2183         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2185 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
2187         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2188         (ldap-search-internal): Keep error messages, and a regexp fix.
2190 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
2192         * files.el (hack-local-variables-confirm):
2193         Display string value using its printed representation.
2195 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
2197         * server.el (server-edit): No-op if no server buffers exist.
2199 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
2201         * textmodes/page-ext.el (pages-directory-for-addresses):
2202         Including `pages-directory-address-mode' in the function results
2203         in the message "Buffer in which pages were found is deleted".
2205 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
2207         * textmodes/org.el (org-agenda-mode-map): Add bindings for
2208         clocking functions.
2210         (org-agenda-clock-in, org-check-running-clock)
2211         (org-clock-out-if-current, org-remove-clock-overlays)
2212         (org-put-clock-overlay): New functions.
2213         (org-clock-marker, org-clock-file-total-minutes)
2214         (org-clock-overlays): New variables.
2215         (org-clock-display, org-clock-sum, org-clock-cancel)
2216         (org-clock-out, org-clock-in): New commands.
2217         (org-export): New function.
2218         (org-emph-re): New constant.
2219         (org-set-emph-re, org-do-emphasis-faces): New functions.
2220         (org-emphasis-regexp-components, org-emphasis-alist): New options.
2221         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2222         (org-export-html-convert-emphasize): Use the configurable emphasis.
2223         (org-cleaned-string-for-export): Make multiline emphasis visible
2224         to the exporter.  New optional argument PARAMETERS.
2225         (org-export-as-html): Specify :emph-multiline parameter to
2226         `org-cleaned-string-for-export'.
2228 2006-06-10  Richard Stallman  <rms@gnu.org>
2230         * help.el (help-for-help-internal): Clean up help text.
2232 2006-06-10  Andreas Schwab  <schwab@suse.de>
2234         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2235         in doc string.
2237         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2239 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
2241         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2242         spaces after the comment start.
2244 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2246         * play/pong.el (pong-init-buffer):
2247         Fill buffer with spaces instead of ^A.
2249         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2250         launched asynchronously, delete its process instead of being cool.
2251         (ispell-async-processp): Check for `delete-process' existence
2252         instead of `kill-process' one for consistency.
2254 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
2256         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2257         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2258         in mode line at startup.
2260 2006-06-08  Kim F. Storm  <storm@cua.dk>
2262         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2263         (ido-init-completion-maps): Bind them to M-SPC and M-v.
2264         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2265         (ido-file-internal): Pass full file name to write-file.
2266         (ido-read-internal): Only pop stack elements automatically if they
2267         actually match an existing directory or file name.
2269 2006-06-07  Kenichi Handa  <handa@m17n.org>
2271         * international/mule.el (find-auto-coding): Don't handle the short
2272         name `char-trans'.
2274         * files.el (hack-local-variables-prop-line)
2275         (hack-local-variables): Cancel the previous change.
2277 2006-06-06  Jesper Harder  <harder@phys.au.dk>
2279         * ediff-diff.el (ediff-test-utility): Protect against file-error.
2281 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
2283         * diff-mode.el (diff-mode): Set buffer-read-only to t when
2284         diff-default-read-only is non-nil.
2285         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2286         (diff-refine-hunk): Set inhibit-read-only to t.
2288         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2289         modifying the *Diff* buffer.
2290         (diff-process-filter): New filter function for diff process that
2291         sets inhibit-read-only to t when modifying the *Diff* buffer.
2293 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
2295         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2296         insertion point and control the number of empty lines.
2297         (org-paste-subtree): Limit the number of empty lines at the end of
2298         the inserted tree.
2299         (org-agenda): Use buffer name of current file for narrowing.
2300         (org-export-as-xml): Command removed.
2301         (org-export-xml-type): Option removed.
2302         (org-mode-map): Call `org-export-as-xoxo' directly.
2303         (org-get-indentation): New optional argument LINE.
2304         (org-fix-indentation, org-remove-tabs): New functions.
2305         (org-export-as-ascii, org-ascii-level-start): Determine and apply
2306         correct indentation for headlines that are converted it items.
2307         (org-skip-comments): Remove table lines that contain narrowing
2308         cookies but no other non-empty fields.
2309         (org-set-tags): Allow groups of mutually exclusive tags.
2310         (org-cmp-time): Sort 24:21 before items without time.
2311         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2312         (org-open-at-point): Require double colon also for numbers.
2314 2006-06-06  Kim F. Storm  <storm@cua.dk>
2316         * ido.el (ido-default-file-method, ido-default-buffer-method):
2317         Make choice values consistent with corresponding command names.
2318         (ido-visit-buffer): Update accordingly.  Default to selected-window.
2320 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
2322         * progmodes/gud.el (gud-running): Fix doc string.
2323         (gud-menu-map): Use :visible instead fo :enable for debugger test.
2324         (gud-tooltip-modes): Add python-mode.
2325         (gud-tooltip-print-command): Add pdb.  Remove perldb.
2327 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
2329         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2330         Quote $(EMACS).
2332 2006-06-05  Richard Stallman  <rms@gnu.org>
2334         * faces.el (defined-colors): Doc fix.
2336 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
2338         * vc.el (vc-process-filter): Inhibit undo info collection around
2339         call to insert.
2340         (vc-setup-buffer): Likewise for call to erase-buffer.
2341         (vc-do-command): Likewise for call to process-file.
2343 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
2345         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2346         for gud-go.
2347         (gud-common-init): Other debuggers may trigger error.
2349 2006-06-05  Kenichi Handa  <handa@m17n.org>
2351         * international/mule.el (find-auto-coding):
2352         Handle enable-character-translation in file header.
2354 2006-06-04  Kim F. Storm  <storm@cua.dk>
2356         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2357         (authors-fixed-entries): Fix spelling.
2358         (authors-canonical-file-name): Don't report error for wildcards.
2360         * help.el (view-emacs-news): Rewrite to support new NEWS,
2361         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
2362         e.g. version 10 matches 1.10, and don't be confused by version 1.1
2363         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
2365 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
2367         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2368         exec constructs like `foo bar`.
2369         (sh-quoted-subshell): New helper function to search for a possibly
2370         nested subshell (like `` or $()) within a "" quoted string.
2371         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2372         (sh-apply-quoted-subshell): Flag quote characters inside a
2373         subshell, which is itself already in a quoted region, as
2374         punctuation, since this is the closest to what they actually are.
2375         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2376         sh-apply-quoted-subshell.
2377         (sh-font-lock-syntactic-face-function): Apply the new face for
2378         text inside `` instead of the old font-lock-string-face.
2380 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2382         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2383         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2384         (mac-bytes-to-text-range, mac-ae-text-range-array)
2385         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2386         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2387         (mac-ts-unicode-for-key-event): New functions.
2388         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2389         (mac-handle-font-selection): Use mac-ae-number.
2390         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2391         New variables.
2392         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2393         (mac-ts-converted-text, mac-ts-selected-converted-text)
2394         (mac-ts-block-fill-text, mac-ts-outline-text)
2395         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2396         (mac-ts-hilite-style-faces): New constant.
2397         (mac-apple-event-map): Bind text input events.
2398         (mac-dispatch-apple-event): Use command-execute instead of
2399         call-interactively.
2400         (global-map): Don't bind mac-apple-event.
2401         (special-event-map): Bind mac-apple-event.
2403 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2405         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2406         file name.
2407         (emacs): Enclose the value of $(EMACS) in quotes.
2409 2006-06-02  Juri Linkov  <juri@jurta.org>
2411         * international/mule.el (sgml-html-meta-auto-coding-function):
2412         Remove the condition `(search-forward "<html" size t)'.
2413         Replace `\"' with `[\"']?' in `re-search-forward'.
2415 2006-06-02  Kenichi Handa  <handa@m17n.org>
2417         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2418         as well as `coding'.
2419         (hack-local-variables): Likewise.
2421         * international/mule.el (enable-character-translation):
2422         Put permanent-local and safe-local-variable properties.
2423         (find-auto-coding): Handle char-trans: tag.
2425 2006-06-02  Juri Linkov  <juri@jurta.org>
2427         * international/mule.el (sgml-html-meta-auto-coding-function):
2428         Limit the search by the end of the HTML header (if any).
2430 2006-06-01  Richard Stallman  <rms@gnu.org>
2432         * subr.el (with-current-buffer): Doc fix.
2434 2006-06-02  Masatake YAMATO  <jet@gyve.org>
2436         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2437         Almost rewrite.  Underlines over all lines of gcov output are too
2438         uncomfortable to read.  Suggested by Dan Nicolaescu.
2440 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2442         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2444         * shell.el (shell-mode): Use shell-mode-map in docstring.
2446         * comint.el (comint-send-input): Do not add help-echo and
2447         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2449 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2451         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2453 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
2455         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2456         (gdb-stopped, gdb-info-stack-custom): If there is no source info
2457         look up the stack and pop up GUD buffer if necessary.
2458         (gdb-frames-select): Remove redundant call to gud-display-frame.
2459         (gdb-info-threads-custom): Keep point at start of buffer.
2460         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2462 2006-05-31  Juri Linkov  <juri@jurta.org>
2464         * replace.el (query-replace-read-from, query-replace-read-to):
2465         Bind `history-add-new-input' to nil.  Call `add-to-history'.
2467 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2469         * textmodes/table.el: Convert all HTML tags to lower case for
2470         XHTML compatibility.
2472 2006-05-31  Masatake YAMATO  <jet@gyve.org>
2474         * progmodes/compile.el:
2475         (compilation-error-regexp-alist-alist::gcov-called-line):
2476         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
2478 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
2480         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2481         Revert inadvertent changes made with last commit.
2483 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2485         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2486         New functions.
2488         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2490 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
2492         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2493         only matches in the right place.
2494         (org-upcoming-deadline): New face.
2495         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2496         (org-export-ascii-underline): Rename constant `org-ascii-underline'
2497         and make it an option.
2498         (org-export-ascii-bullets): New option.
2499         (org-export-as-html): Many changes to emit valid XHTML.
2500         (org-par-open): New variable.
2501         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2502         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2503         (org-timeline): Pass `org-timeline-show-empty-dates' to
2504         `org-get-all-dates'.  Interpret empty dates returned by
2505         `org-get-all-dates'.
2506         (org-get-all-dates): New argument EMPTY.  Add dates without
2507         entries to the list, mark large ranges of empty dates.
2508         (org-point-in-group, org-context): New functions.
2510 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
2512         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2514         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2515         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2516         to C-mouse-3 (for 2 button mice).
2517         (gdb-send): Do the right thing for C-d.
2519         * speedbar.el (speedbar-detach): Delete.
2520         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2521         it breaks things.
2522         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2524 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
2526         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2527         Makeppfile.
2529         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2530         Add makepp diagnostic.
2532 2006-05-29  Richard Stallman  <rms@gnu.org>
2534         * window.el (fit-window-to-buffer): Doc fix.
2536         * help.el (temp-buffer-max-height): Doc fix.
2538         * subr.el (with-current-buffer): Doc fix.
2540 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2542         * term/x-win.el: Bind F10 to menu-bar-start if available.
2544 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
2546         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2547         uses with a simple test.
2548         (term-set-escape-char, term-mode, term-check-kill-echo-list)
2549         (term-send-raw-string, term-send-raw, term-mouse-paste)
2550         (term-char-mode, term-line-mode, term-exec, term-sentinel)
2551         (term-handle-exit, term-read-input-ring)
2552         (term-previous-matching-input-string)
2553         (term-previous-matching-input-string-position)
2554         (term-previous-matching-input-from-input)
2555         (term-replace-by-expanded-history, term-send-input)
2556         (term-skip-prompt, term-bol, term-send-invisible)
2557         (term-kill-input, term-delchar-or-maybe-eof)
2558         (term-backward-matching-input, term-check-source)
2559         (term-proc-query, term-emulate-terminal)
2560         (term-handle-colors-array, term-process-pager, term-pager-line)
2561         (term-pager-bob, term-unwrap-line, term-word)
2562         (term-dynamic-complete-filename)
2563         (term-dynamic-complete-as-filename)
2564         (term-dynamic-simple-complete): Replace one arm ifs with whens or
2565         unlesses.
2567 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2570         during bootstrapping.
2572         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2573         Basically undo the change of 2006-05-26: use extra arguments instead of
2574         dynamic scoping.
2575         (ewoc-locate): Remove unused var `footer'.
2577 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2581         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2582         (generate-file-autoloads): Obey it.  Return whether autoloads were
2583         added at point or not.
2584         (update-file-autoloads): Use this new return value.
2585         Remove redundant test for the presence of an autoload cookie.
2587         * emacs-lisp/autoload.el (autoload-find-file): New fun.
2588         This one calls hack-local-variables.
2589         (generate-file-autoloads, update-file-autoloads): Use it.
2591         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2592         (bibtex-sort-entry-class): Add safe-local-variable predicate.
2593         (bibtex-sort-entry-class-alist): Don't set the global value.
2594         (bibtex-init-sort-entry-class-alist): New fun.
2595         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2596         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2597         of bibtex-init-sort-entry-class.
2599 2006-05-28  Richard Stallman  <rms@gnu.org>
2601         * subr.el (load-history-regexp): If FILE is relative, insist
2602         entire last name component must match it.
2603         (load-history-filename-element, load-history-regexp): Doc fixes.
2605 2006-05-29  Kim F. Storm  <storm@cua.dk>
2607         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2608         `pos' and `raw-data' for clarity, as eval forms may access these.
2610 2006-05-28  Kim F. Storm  <storm@cua.dk>
2612         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2614 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2616         * progmodes/make-mode.el (makefile-browser-map)
2617         (makefile-mode-syntax-table): Move initialization inside declaration.
2618         (makefile-fill-paragraph): Use the default comment-filling code.
2620 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
2622         * replace.el (query-replace-defaults): New variable.
2623         (query-replace-read-from): Use `query-replace-defaults' for
2624         default value, instead of history list.
2625         (query-replace-read-to): Update `query-replace-defaults'.
2627 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
2629         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2630         with no X toolkit.
2632 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
2634         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2635         (tumme-show-all-from-dir): Add autoload.
2637 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2639         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2640         (tumme-remove-tag): Fix bug.
2642 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
2644         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2645         FOOTER args.  Update unique caller.
2646         (ewoc-delete): Compute last node once before looping.
2647         (ewoc--node-branch): Merge into unique caller.
2648         (ewoc--node): Don't define constructor make-ewoc--node for this
2649         structure.
2650         (ewoc): Add member `hf-pp' to this structure.
2651         (ewoc--wrap): New func.
2652         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
2653         header/footer pretty-printers.  Save header/footer pretty-printer.
2654         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
2656         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2658 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2660         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2661         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
2662         Tag'.  Change "Compare directories..." to "Change Directories...".
2663         Move tumme commands to Operate, Regexp and Immediate menus.
2664         Change "Add Comment" to "Add Image Comment".  Change "Add Image
2665         Tag" to "Add Image Tags".
2667         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2668         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2669         `tumme-delete-tag'.
2671 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2673         * shell.el (shell-mode): Call shell-dirtrack-mode after
2674         list-buffers-directory is made a local variable, to avoid setting
2675         the default value.
2677 2006-05-26  Kevin Ryde  <user42@zip.com.au>
2679         * info.el (Info-index-next): Use where-is-internal to report
2680         actual binding of Info-index-next, rather than hard-coded `,'.
2682 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
2684         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2685         and "Find Command in Manual" to here.
2687         * buff-menu.el (list-buffers-noselect): For Info buffers, use
2688         Info-current-file as the file name.
2690 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
2692         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
2693         overrides will now be done a different way.
2694         (ses-set-parameter): Reapply this function for undo.
2695         (ses-set-header-row): Reconstruct header row during undo.
2696         (ses-widen): New function.
2697         (ses-goto-data, ses-reconstruct-all): Use new function.
2698         (ses-command-hook): Widen buffer during undo, before unupdating
2699         the cells.
2700         (ses-insert-row, ses-delete-row): Widen buffer during undo.
2701         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2702         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2703         formula hasn't been executed yet.
2705 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2707         * comint.el (comint-kill-whole-line): Rename arg to count.
2708         Fix doc string.
2710 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
2712         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2713         to copy-file.
2715 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2717         * simple.el (toggle-truncate-lines): Make arg optional for
2718         backward compatibility.
2720 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
2722         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2723         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2724         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
2725         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2726         (ewoc--adjust): Use ewoc--current-dll.
2727         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2729 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
2731         * textmodes/org.el (org-next-item, org-previous-item): Emit more
2732         compact error message.
2733         (org-tags-view): Refresh category table in each file.
2734         (org-table-justify-field-maybe): Remove superfluous arguments to
2735         `format'.
2736         (org-export-as-html): Insert "<p>" before postamble.
2737         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2739 2006-05-26  Kenichi Handa  <handa@m17n.org>
2741         * textmodes/po.el (po-find-charset): Pay attention to the case
2742         FILENAME is a cons (NAME . BUFFER).
2743         (po-find-file-coding-system-guts): Likewise.
2745         * arc-mode.el (archive-set-buffer-as-visiting-file):
2746         Call find-operation-coding-system with (FILENAME . BUFFER).
2748         * tar-mode.el (tar-extract): Call find-operation-coding-system
2749         with (FILENAME . BUFFER).
2751         * international/mule.el (decode-coding-inserted-region):
2752         Call find-operation-coding-system with (FILENAME . BUFFER).
2754 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2756         * image-mode.el (image-toggle-display): Use buffer contents to
2757         generate image for a remote file.
2759 2006-05-25  Juri Linkov  <juri@jurta.org>
2761         * replace.el (query-replace-read-from, query-replace-read-to):
2762         Remove 8th arg KEEP-ALL in read-from-minibuffer.
2764 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
2766         * whitespace.el (whitespace-cleanup): Change to cleanup
2767         region if one is active.
2768         * whitespace.el (whitespace-cleanup-internal): New internal method.
2770 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2772         * dired.el (dired-mode-map): Add help-echo strings to tumme
2773         commands.  Bind `tumme-dired-display-image' to C-t i.
2775         * tumme.el (tumme-display-image): Change documentation string slightly.
2776         (tumme-dired-display-image): Add call to `display-buffer'.
2778 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2780         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2781         Signal error if RAW-DATA is a multibyte string.
2783 2006-05-24  Richard Stallman  <rms@gnu.org>
2785         * subr.el (with-local-quit): When handling `quit' signal,
2786         make a chance for quit-flag to cause a quit.
2788         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2789         (ad-disable-advice): Add autoloads.
2791         * subr.el (read-passwd): Copy PROMPT before changing its properties.
2793 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2795         * dired.el (dired-mode-map): Change menu items for tumme as per
2796         suggestions in emacs-devel.
2798 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2800         * dired.el (dired-mode-map): Fix breakage.
2802 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2804         * tumme.el (tumme-display-dired-image): Rename to...
2805         (tumme-dired-display-image): ...this.
2806         (tumme-track-movement): Change default value to t.
2807         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2808         used from `tumme-next-line-and-display' and similar commands.
2810         * dired.el (dired-mode-map): Add Thumbnail submenu under the
2811         Immediate menu.  Add some tumme commands there.
2813 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2815         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2817 2006-05-24  Chong Yidong  <cyd@mit.edu>
2819         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2820         menu entries that open submenus.
2822 2006-05-24  Alan Mackenzie  <acm@muc.de>
2824         * startup.el (command-line): For names of preloaded files, don't
2825         append ".elc" (now done in Fload), and call file-truename on the
2826         lisp directory.
2828         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
2829         match ANY loaded file with the right name, not just those in
2830         load-path.  Put a regexp matching the file name into
2831         after-load-alist, rather than the name itself.
2833         * subr.el: New functions load-history-regexp,
2834         load-history-filename-element, do-after-load-evaluation.
2836         * international/mule.el (load-with-code-conversion): Do the
2837         eval-after-load stuff by calling do-after-load-evaluation.
2839 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2841         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2842         has not been killed.
2844 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2846         * term/mac-win.el: Set idle timer to clean up expired Apple events.
2847         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2848         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2849         Optionally set error message in reply.
2851 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
2853         * textmodes/org.el (org-open-at-point): Use renamed variable
2854         `org-confirm-shell-link-function'.
2855         (org-confirm-shell-link-function): Rename from
2856         `org-confirm-shell-links'.
2857         (org-export-directory): New function.
2858         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2859         (org-export-icalendar): Use `org-export-directory'.
2860         (org-indent-item): Keep cursor position.
2861         (org-link-file-path-type): New option.
2862         (org-export-as-html): Fix bug with plain lists starting in
2863         column 0.
2864         (org-export-as-html): Remove deadline formatting, this happens
2865         now already in `org-html-handle-time-stamps'.
2866         (org-export-html-style): Deadline class removed.
2867         (org-insert-labeled-timestamps-at-point): New option.
2868         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2869         of `hide-sublevels 1', in case the first headline is not level 1.
2870         (org-overview, org-content): New fuction.
2871         (org-cycle-global-status, org-cycle-subtree-status): Make these
2872         variables buffer-local.
2873         (org-global-cycle): New command.
2874         (org-shifttab): Use `org-global-cycle'.
2875         (org-insert-heading, org-insert-item): Go to end of new
2876         headline/item after creating it.
2877         (org-export-visible): Rename from `org-export-copy-visible'.
2878         Now creates a temporary org-file and applies an exporting command
2879         to it.
2880         (org-table-eval-formula): Support for lisp forms.
2881         (org-agenda-todo-ignore-scheduled): New option.
2882         (org-agenda-get-todos): Use new option
2883         `org-agenda-todo-ignore-scheduled'.
2884         (org-export-html-inline-images): New value `maybe'.
2885         (org-export-as-html): Inlining of images dependent on link description.
2886         (org-archive-subtree): Check for end-of-buffer before trying
2887         `kill-line'.
2888         (org-agenda-follow-mode): New option.
2889         (org-export-with-tags, org-export-with-timestamps): New options.
2890         (org-html-handle-time-stamps): New function.
2891         (org-keyword-time-regexp): New variable.
2892         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2893         (org-agenda-todo-list-sublevels): New option.
2894         (org-html-level-start): When TITLE is nil, just close all levels.
2895         (org-parse-key-lines, org-parse-export-options): Remove functions,
2896         replaced by `org-infile-export-plist'.
2897         (org-combine-plists, org-infile-export-plist)
2898         (org-default-export-plist): New functions.
2899         (org-export-html-preamble, org-export-html-postamble)
2900         (org-export-html-auto-preamble, org-export-html-auto-postamble):
2901         New variables.
2902         (org-export-publishing-directory): New option.
2903         (org-export-as-html, org-export-as-ascii): Use the new property
2904         lists for settings.
2905         (org-export-copy-visible, org-export-as-xoxo):
2906         Respect `org-export-publishing-directory'.
2907         (org-link-search, org-store-link, org-file-apps): Support for
2908         links to BibTeX database entries..
2909         (org-get-current-options, org-set-regexps-and-options):
2910         Implement logging as a startup option.
2911         (org-store-link): Make sure context string is never empty
2912         (org-insert-link): Use relative path when possible.
2913         (org-at-item-checklet-p): New function.
2914         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2915         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2916         (org-metaright, org-metaup, org-metadown, org-shiftup)
2917         (org-shiftdown, org-shiftright, org-shiftleft)
2918         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2919         Dispatch using `call-interactively'.
2920         (org-call-with-arg): New defsubst.
2921         (org-tag-alist, org-use-fast-tag-selection): New options.
2922         (org-complete): Use `org-tag-alist'.
2923         (org-fast-tag-insert, org-fast-tag-selection): New functions.
2924         (org-next-item, org-previous-item): New commands.
2925         (org-beginning-of-item, org-end-of-item): Add (interactive) to
2926         make command.
2927         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2929 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
2931         * emacs-lisp/ewoc.el (ewoc-delete): New function.
2932         (ewoc-filter): Use `ewoc-delete'.
2934         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2936 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2939         Signal more user-friendly error messages.
2941         * complete.el (PC-do-completion): Undo the addition of implicit
2942         wildcards if they did not lead to finding any match.
2943         (read-file-name-internal): Don't add the final > if the completion is
2944         not finished.
2946 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2948         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2949         Quote safe-local-variable predicate.
2951 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2953         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2955 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2957         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2959         * progmodes/make-mode.el (makefile-special-targets-list)
2960         (makefile-macro-table, makefile-target-table): Mark as risky.
2961         (makefile-query-one-target-method): Make this the alias for the
2962         following variable.
2963         (makefile-query-one-target-method-function): Make this the real name.
2965         * textmodes/artist.el (artist-text-renderer): Make this the alias
2966         for the following variable.
2967         (artist-text-renderer-function): Make this the real name.
2969         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2970         the alias for the following variable.
2971         (flyspell-generic-check-word-predicate): Make this the real name.
2973         * textmodes/ispell.el (ispell-format-word): Make this the alias
2974         for the following variable.
2975         (ispell-format-word-function): Make this the real name.
2976         (ispell-message-text-end): Mark as risky.
2978         * skeleton.el (skeleton-transformation, skeleton-filter)
2979         (skeleton-pair-filter): Make these the aliases for the following
2980         variables.
2981         (skeleton-transformation-function, skeleton-filter-function)
2982         (skeleton-pair-filter-function): Make these the real names.
2984         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2985         and skeleton-pair-filter-function.
2987         * textmodes/sgml-mode.el (sgml-transformation): Make this the
2988         alias for the following variable.
2989         (sgml-transformation-function): Make this the real name.
2990         (sgml-tag-alist): Mark as risky.
2992 2006-05-21  Richard Stallman  <rms@gnu.org>
2994         * simple.el (kill-region): Interactively, pass point, then mark.
2996 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2998         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3000 2006-05-21  Romain Francoise  <romain@orebokech.com>
3002         * dired-x.el (dired-mode-map): Don't bind M-g.
3004 2006-05-20  Richard Stallman  <rms@gnu.org>
3006         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3007         (dired-goto-file): Doc fix.
3009 2006-05-21  Kim F. Storm  <storm@cua.dk>
3011         * emulation/cua-base.el: Mention customizing cua-mode as alternative
3012         way to enable built-in cua-mode if user loads older CUA-mode package.
3014         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3015         if default-filename is specified.
3017 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3019         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3021         * info.el (info-apropos): Make sure current-file and current-node
3022         have non-nil values.  Speed up by using add-to-list instead of
3023         manual consing.
3025 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3027         * progmodes/make-mode.el (makefile-mode): Doc fix.
3029 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3031         * dired-aux.el (dired-do-shell-command): Doc fix.
3033 2006-05-20  Kevin Ryde  <user42@zip.com.au>
3035         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3036         ``(custom-manual :tag "Foo" "(foo)Node")''.
3038 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
3040         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3041         value is an integer.
3043 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3045         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3046         "format".
3047         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3049 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
3051         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3052         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3054 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3057         regexp for keywords.
3059 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
3061         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3062         replace-regexp-in-string.
3064         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3065         encode, and escape file name on conversion to URL.
3067 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3069         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3070         Don't unescape URL.
3071         (dnd-get-local-file-name): Unescape URL on conversion to file name.
3073         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3074         on conversion to URLs.
3076         * net/browse-url.el (browse-url-file-url): Encode file name on
3077         conversion to URL.
3079         * term/mac-win.el (mac-ae-open-documents): Escape file name on
3080         conversion to URL.
3082 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
3084         * progmodes/cc-styles.el (c-style-alist): Doc fix.
3086 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3088         * term/mac-win.el (mac-bytes-to-digits): Remove function.
3089         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3091 2006-05-19  Glenn Morris  <rgm@gnu.org>
3093         * calendar/diary-lib.el (diary-bahai-date)
3094         (list-bahai-diary-entries, mark-bahai-diary-entries)
3095         (mark-bahai-calendar-date-pattern): Not interactive.
3096         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
3097         (diary-entries-list): Change format of 4th element in each entry.
3098         (diary-list-entries): Use add-to-diary-list.
3099         (diary-goto-entry): Handle the case where the buffer visiting the
3100         diary has been killed.
3101         (fancy-diary-display): Add 'locator to button rather than 'marker.
3102         Only generate temp-face when there are marks to apply.
3103         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3104         (diary-fancy-date-pattern): New variable.
3105         (diary-time-regexp): Doc fix.
3106         (diary-anniversary, diary-time): New faces.
3107         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3108         diary-time-regexp.  Add font-lock-multiline property where needed.
3109         Use new faces diary-anniversary and diary-time.
3110         (diary-fancy-font-lock-fontify-region-function): New function, to
3111         handle multiline font-lock pattern in fancy diary.
3112         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3113         (diary-font-lock-keywords): Tweak time regexp.  Use new face
3114         diary-time.
3116 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
3118         * international/code-pages.el (mik): Table corrected.
3120 2006-05-18  Kim F. Storm  <storm@cua.dk>
3122         * progmodes/grep.el (grep-find): Don't check grep-find-command
3123         before running command (breaks non-interactive usage).
3125 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
3127         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3128         (ewoc--insert-new-node): Don't insert trailing newline.
3129         Instead, adjust successor nodes's start markers.
3130         (ewoc--refresh-node): Delete all text from current node's start
3131         marker to the next one's; adjust successor nodes's start markers.
3132         (ewoc--create): Doc fixes.
3133         (ewoc--refresh): Don't insert newline.
3134         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3135         * pcvs.el (cvs-make-cvs-buffer):
3136         Specify extra newline for ewoc's header and footer.
3137         (cvs-update-header): Update initial header recognition.
3138         Append newline to final header and footer values.
3139         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3141 2006-05-17  Richard Stallman  <rms@gnu.org>
3143         * files.el (file-name-extension): Doc fix.
3145 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3148         we can explicitly enable/disable rather than toggle.
3149         (shell-mode): Use it.
3150         (shell-cd): Don't try to reproduce what `cd' does.
3152 2006-05-17  Kim F. Storm  <storm@cua.dk>
3154         * ido.el (ido-read-internal): Use only nondirectory part of
3155         default item.
3157 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
3159         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3160         (ewoc-nth): Doc fix.
3162         (ewoc-map, ewoc-invalidate): Compute PP before looping.
3164 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
3166         * international/mule.el (auto-coding-alist): Add .lha to files
3167         read with no-conversion.
3169         * files.el (auto-mode-alist): Add .lha files to archive file
3170         extensions.
3172         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3173         Convert csize to integer when computing offsets within the
3174         compressed archive file.
3176 2006-05-16  Kim F. Storm  <storm@cua.dk>
3178         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3179         with read-from-minibuffer.
3181 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3183         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3184         (byte-compile-warnings): Fix safe-local-variable property.
3186 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
3188         * allout.el (allout-show-bodies, allout-old-style-prefixes)
3189         (allout-stylish-prefixes, allout-numbered-bullet)
3190         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3191         predicates to qualify `safe-local-variable' property, when
3192         available, else use equivalent lambda.
3193         (allout-current-topic-collapsed-p): Do the right thing regarding
3194         trailing blank lines.
3196 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3198         * server.el (server-start): Only create a directory if needed.
3199         (server-edit, server-unload-hook): server-start => server-mode.
3200         (kill-emacs-hook): Cleanup upon exit.
3202 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3204         * hexl.el (hexlify-buffer): Encode process arguments manually.
3206 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
3208         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3209         call to gdb-tooltip-print.
3211 2006-05-15  Romain Francoise  <romain@orebokech.com>
3213         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3214         systems, default to "tar" since those systems probably have GNU tar.
3216 2006-05-14  Lars Hansen  <larsh@soem.dk>
3218         * desktop.el (desktop-missing-file-warning): Fix docstring.
3219         (desktop-restore-file-buffer): Correct question asked on missing file.
3221 2006-05-14  Kim F. Storm  <storm@cua.dk>
3223         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3224         Add CUA move property.
3226 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
3228         * custom.el (custom-push-theme): Load the variable before checking
3229         its `standard-value'.
3231 2006-05-13  Lars Hansen  <larsh@soem.dk>
3233         * desktop.el (desktop-save): Use with-temp-buffer.
3235 2006-05-12  Glenn Morris  <rgm@gnu.org>
3237         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3238         * calendar/calendar.el (calendar-mode-map):
3239         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3240         * calendar/appt.el (appt-check, appt-make-list): Refer to
3241         diary-view-entries, diary-list-entries, diary-show-all-entries
3242         rather than obsolete aliases.
3244 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
3246         * simple.el (line-move-finish): Avoid calling point motion hooks
3247         while processing intangibility.
3249 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
3251         * term/xterm.el (terminal-init-xterm): Fix typo.
3253 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
3255         * allout.el (allout-view-change-hook): Mark as being deprecated,
3256         to be replaced by `allout-exposure-change-hook'.
3257         (allout-exposure-change-hook): New, replacing
3258         `allout-view-change-hook'.
3259         (allout-flag-region): Run new hook `allout-exposure-change-hook',
3260         in addition to `allout-view-change-hook'.
3261         (allout-show-bodies, allout-old-style-prefixes)
3262         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3263         lambda forms to prevent their showing up in variable help
3264         presentations as inscrutable byte-compiled code.
3265         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3266         Use string-or-null-p to qualify safe-local-variable values.
3267         (allout-reindent-bodies): Use memq to qualify matches against
3268         valid safe-local-variable values.  Also, quote the lambda as above.
3269         (allout-use-mode-specific-leader): Add missing candidate-value
3270         symbols, use memq, and quote the lambda.
3271         (allout-overlay-interior-modification-handler): Remove unused
3272         variables `msg' and 'opened'.
3273         (allout-hidden-p): Constrain invisibility consideration to allout's
3274         invisibility spec, disregarding invisibility for other reasons.
3276 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
3278         * files.el (version-control): Correct safe values.
3280 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
3282         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3284         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3285         (ewoc--insert-new-node): New func.
3286         Update callers of deleted funcs to use it, instead.
3288 2006-05-11  Glenn Morris  <rgm@gnu.org>
3290         * calendar/calendar.el (diary-show-all-entries): Do not refer to
3291         obsolete alias `show-all-diary-entries'.
3292         (make-diary-entry): Not interactive.
3293         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3294         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3295         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3296         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3297         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3298         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3300 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3302         * calendar/calendar.el (calendar-french-date-string)
3303         (calendar-mayan-date-string, calendar-chinese-date-string)
3304         (calendar-astro-date-string, calendar-iso-date-string)
3305         (calendar-islamic-date-string, calendar-bahai-date-string)
3306         (calendar-hebrew-date-string, calendar-coptic-date-string)
3307         (calendar-ethiopic-date-string, calendar-persian-date-string):
3308         These functions are not interactive.
3310 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
3312         * files.el: Balance parentheses.
3314 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
3316         * files.el, newcomment.el, outline.el, simple.el,
3317         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3318         progmodes/cc-vars.el, progmodes/compile.el:
3319         Move `safe-local-variable' declarations to the respective files.
3321         * help-fns.el (describe-variable): Don't print safe-var if it is
3322         byte-code.  Improve wording as suggested by Luc Teirlinck.
3324 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3326         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3327         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3328         Use a token for pending-triggers to ensure gdb-var-update
3329         gets called once per user input again for pre-GDB 6.4.
3330         (gdb-var-delete): Match on more complex expressions.
3331         (gdb-var-list-children-handler, gdb-var-create-handler):
3332         Use a token for consistency.
3334 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
3336         * textmodes/org.el (org-read-date, org-goto-calendar)
3337         (org-agenda-goto-calendar):
3338         Bind `view-calendar-holidays-initially' to nil.
3340 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
3342         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3343         Update all callers to do it there, instead.
3345 2006-05-10  Glenn Morris  <rgm@gnu.org>
3347         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3348         prefix arg case, to avoid view-diary-entries-initially error.
3349         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3350         (calendar-date-is-legal-p): Handle dates with no day part.
3352 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3354         * comint.el (comint-insert-input): Just make it when
3355         comint-use-prompt regexp is nil (default) and with the mouse.
3356         (comint-copy-old-input): Reinstate from 2004-06-23.
3357         (comint-mode-map): Bind C-c C-m to it.
3359 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
3361         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3362         Remove spurious move to point-max (new comint behavior fixes).
3364         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3365         compatibility function (Emacs 18/19).
3366         (idlwave-is-continuation-line): Always return point at start of
3367         previous non-blank continuation line.
3368         `keyword-parameters': Fix continued comment font-lock matcher.
3369         (idlwave-font-lock-fontify-region): Written, use as
3370         font-lock-fontify-region-function, to fix continued keyword
3371         fontification issues.
3373 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3375         * term/mac-win.el (mac-font-panel-mode): Doc fix.
3376         (mac-service-selection, mac-service-open-file)
3377         (mac-service-open-selection, mac-service-mail-selection)
3378         (mac-service-mail-to, mac-service-insert-text): Rename from
3379         mac-services-*.  All uses changed.
3380         (mac-apple-event-map): Rename event symbol `services' to `service'.
3382 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
3384         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3385         (ewoc--node-enter-first, ewoc--node-enter-last)
3386         (ewoc--delete-node-internal): Merge funcs into unique callers.
3388 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
3390         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3391         return value of read-from-minibuffer for empty input.
3393 2006-05-09  Miles Bader  <miles@gnu.org>
3395         * comint.el (comint-insert-input): Remove redundant calls to setq
3396         and goto-char.
3398 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
3400         * comint.el (comint-insert-input): Make it work when
3401         comint-use-prompt-regexp is t.
3403 2006-05-10  Miles Bader  <miles@gnu.org>
3405         * subr.el (field-at-pos): New function.
3407         * comint.el (comint-insert-input): Use it.
3409 2006-05-09  Juri Linkov  <juri@jurta.org>
3411         * battery.el (battery-linux-proc-acpi): Also try
3412         `/proc/acpi/thermal_zone/THR2/temperature'.
3414         * files.el <safe-local-variable>: Remove `eval' and `let' binding
3415         for now unused lambda `string-or-null'.
3417         * add-log.el (change-log-default-name): Put `string-or-null-p'
3418         instead of lambda on `safe-local-variable' property.
3420         * diff-mode.el (diff-context->unified): Use `region-beginning' and
3421         `region-end' instead of `mark' and `point'.
3422         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3423         Operate on region in Transient Mark mode when the mark is active.
3424         Use `region-beginning' and `region-end' instead of `mark' and
3425         `point'.
3426         (diff-hunk-text, diff-goto-source): Doc fix.
3428         * startup.el (fancy-splash-screens, normal-splash-screen): Use
3429         face `mode-line-buffer-id' for mode-line buffer face instead of
3430         hard-coded `(:weight bold)'.
3432         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3433         buffer-undo-list to t (undo-ask is reproducible by visiting
3434         nested archives).
3436 2006-05-09  Kim F. Storm  <storm@cua.dk>
3438         * progmodes/grep.el (rgrep): Set default directory of *grep*
3439         buffer if we start M-x rgrep in the *grep* buffer and choose
3440         a different base directory.
3442 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
3444         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3445         completion also when ido is loaded.
3447 2006-05-09  Masatake YAMATO  <jet@gyve.org>
3449         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3450         "warning" and "import".
3451         (cpp-font-lock-keywords): Added "warning".
3453 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
3455         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3457 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3459         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3460         pages at a time, if we signal the end, we should indeed reach that end.
3462 2006-05-08  David Reitter  <david.reitter@gmail.com>
3464         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3465         output during execution of the body.
3467 2006-05-08  Kim F. Storm  <storm@cua.dk>
3469         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3471 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
3473         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3474         Use with-current-buffer.
3476 2006-05-07  Kim F. Storm  <storm@cua.dk>
3478         * subr.el (add-to-history): Remove keep-dups arg.
3480         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3481         to nil around call to add-to-history.
3483 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3486         than after a buffer modification.
3488 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
3490         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3491         call to...
3492         (gud-watch): ...here so speedbar is raised for already watched
3493         expressions.
3494         (gdb-speedbar-refresh): Delete function.
3495         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3496         Use speedbar-timer-fn instead of speedbar-refresh (reverting
3497         earlier change).
3498         (gdb-var-evaluate-expression-handler)
3499         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3501         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3502         Update localized contents for all buffers except ignored modes.
3504 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3506         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3507         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3508         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3509         (mac-handle-font-panel-closed, mac-handle-font-selection):
3510         New functions.
3511         (mac-font-panel-mode): New minor mode.
3512         (mac-apple-event-map): Add bindings for toolbar toggle button and
3513         font panel.
3514         (menu-bar-showhide-menu): Add mac-font-panel-mode.
3516 2006-05-07  John Paul Wallington  <jpw@pobox.com>
3518         * ibuffer.el (ibuffer-compressed-file-name-regexp):
3519         Avoid `regexp-opt'; simplify regexp for readability.
3521 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3523         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3524         * files.el (buffer-stale-function):
3525         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3526         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3527         links to the main manual, not to emacs-xtra.
3529 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3531         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3532         MacJapanese if text is ASCII-only.
3534 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
3536         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3537         unless so nil isn't returned.
3538         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3540 2006-05-06  Kim F. Storm  <storm@cua.dk>
3542         * subr.el (add-to-history): New function.
3544         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3545         (ediff-merge-files-with-ancestor):
3546         * env.el (setenv):
3547         * isearch.el (isearch-update-ring):
3548         * server.el (server-visit-files):
3549         * progmodes/grep.el (lgrep, rgrep):
3550         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3551         * progmodes/xscheme.el (xscheme-insert-expression):
3552         Use add-to-history.
3554         * kmacro.el (kmacro-push-ring): Use add-to-history.
3555         (kmacro-ring-length): Remove unused defun.
3556         (kmacro-start-macro): Use kmacro-push-ring.
3558 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
3560         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3561         directly instead of a lambda expression that calls it.
3563 2006-05-06  Kim F. Storm  <storm@cua.dk>
3565         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3566         instead of compute-motion.
3568 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
3570         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3571         change.
3573 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
3575         * startup.el (command-line-1): Refer to "Pure Storage" on
3576         pure-space-overflow.
3578 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
3580         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3581         provided faces once they all have been used up.
3583 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3585         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3586         reference to the Lisp manual to the warning about pure space
3587         overflow.
3589 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3591         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3592         argument to avoid the call to `ispell-internal-change-dictionary'
3593         when not needed.
3594         (ispell-change-dictionary): Use this argument and call
3595         `ispell-internal-change-dictionary' after the possible change
3596         to `ispell-local-dictionary'.
3597         (ispell-internal-change-dictionary): Check for a change in
3598         personal dictionary use too.
3600 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3602         * startup.el (command-line): On MS-Windows, probe "~", not
3603         "~USER", for warning about non-existent home directory
3605         * arc-mode.el (archive-l-e): New optional argument `float' means
3606         generate a float value.
3607         (archive-arc-summarize, archive-lzh-summarize)
3608         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3609         with 3rd argument non-nil when file's size is being computed.
3610         Format the file sizes with %8.0f instead of %8d.
3612 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3614         * cus-start.el (all): Add mac-dnd-known-types.
3616         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3617         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3618         (mac-TIFF-to-string): New functions.
3619         (x-get-selection, x-selection-value)
3620         (mac-select-convert-to-string): Use them.
3621         (mac-text-encoding-mac-japanese-basic-variant): New constant.
3622         (mac-dnd-types-alist): New customization variable.
3623         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3624         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3625         (mac-dnd-handle-drag-n-drop-event): New functions.
3626         (mac-drag-n-drop): Remove function.
3627         (global-map): Bind drag-n-drop and M-drag-n-drop to
3628         mac-dnd-handle-drag-n-drop-event.
3630 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
3632         * progmodes/perl-mode.el (perl-beginning-of-function):
3633         Skip anonymous subs.
3635 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
3637         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3638         regexp-opt at run time.
3640         * term.el (term-handle-ansi-escape): Fix off by one error.
3642 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
3644         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3645         (gdb-init-1, gdb-post-prompt): ...and references to it.
3646         (gdb-frame-handler): Strip directory name from filename if present.
3648         * progmodes/gud.el (gdb-force-update): Delete defvar
3649         (gud-speedbar-buttons): ...and references to it.  Use window-start
3650         to try to keep positon in watch expression.
3652 2006-05-03  Richard Stallman  <rms@gnu.org>
3654         * simple.el (next-history-element, previous-history-element): Doc fix.
3656         * isearch.el (isearch-update-ring): Doc fix.
3658 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
3660         * isearch.el (isearch-update-ring): Take history-delete-duplicates
3661         into consideration.  Replace one arm ifs with whens.
3663 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
3665         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3666         (menu): Fix typo.
3668 2006-05-02  Miles Bader  <miles@gnu.org>
3670         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3672 2006-05-02  Jay Belanger  <belanger@truman.edu>
3674         * calc/calc-embed.el (calc-override-minor-modes-map)
3675         (calc-override-minor-modes): New variables.
3676         (calc-do-embedded): Make sure that Calc keystrokes aren't
3677         overwritten by minor modes.
3679 2006-05-02  Chong Yidong  <cyd@mit.edu>
3681         * msb.el (msb): If EVENT is a down event, read and discard the up event.
3683 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3685         * startup.el (command-line-1): Refer to Lisp manual when
3686         pure-space-overflow occurs.
3688         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3689         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3690         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3691         (version-control): Don't use `t' for safe-local-variable declarations.
3693 2006-05-01  Richard Stallman  <rms@gnu.org>
3695         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3696         M-r, M-R, M-A, M-SPC or M-DEL.
3697         (diff-mode-map): diff-refine-hunk now on C-c C-w
3698         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3700         * help-mode.el (help-mode): view-exit-action calls delete-window
3701         only when it is safe and possible.
3703         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3704         in messages.
3706         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3708         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3709         in the default tool-bar-map.
3711 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
3713         * net/tramp.el (tramp-completion-file-name-handler-alist)
3714         (tramp-run-real-handler, tramp-completion-run-real-handler)
3715         (tramp-completion-handle-file-name-all-completions)
3716         (tramp-completion-handle-file-name-completion): Autoload them.
3717         (tramp-completion-handle-file-exists-p)
3718         (tramp-completion-handle-file-name-directory)
3719         (tramp-completion-handle-file-name-nondirectory)
3720         (tramp-completion-handle-expand-file-name): Remove them.
3721         (tramp-handle-file-name-directory): Return the real directory name.
3722         Returning "/" only doesn't need to be necessary any longer.
3723         (tramp-file-name-handler): Make special attention when in hostname
3724         completion mode.
3725         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3726         (tramp-register-file-name-handlers):
3727         Register `tramp-completion-file-name-handler' only when
3728         `partial-completion-mode' is enabled.
3729         (tramp-completion-handle-file-name-all-completions):
3730         Delete directory part from results.
3731         (tramp-get-completion-methods, tramp-get-completion-user-host):
3732         Discard deleting "/", it doesn't work after the change of
3733         `tramp-handle-file-name-directory' above.
3735 2006-05-01  Kim F. Storm  <storm@cua.dk>
3737         * progmodes/grep.el (grep-expand-template): Use save-match-data
3738         and symbol-value.
3740 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3742         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3743         Use select-frame-set-input-focus instead of raise-frame.
3744         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3746 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
3748         * progmodes/gud.el (gud-def): Add %c case.
3749         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3750         (gud-format-command): Make match case sensitive.  Match on %F.
3752 2006-04-30  Glenn Morris  <rgm@gnu.org>
3754         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3755         (cal-tex-preamble): Use cal-tex-preamble-extra.
3756         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3757         than alias `list-diary-entries'.
3759 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
3761         * help-fns.el (describe-variable): Add info about safe local variables.
3763 2006-04-29  Richard Stallman  <rms@gnu.org>
3765         * bindings.el (mode-line-format): help-echo doc fixes.
3767         * net/tramp.el (tramp-file-name-handler-alist): Delete
3768         expand-file-name and other operations that can cause spurious loading.
3770 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * files.el (safe-local-variable-p): Remove support for the special
3773         value t.
3775         * textmodes/paragraphs.el (sentence-end-without-space):
3776         Fix safety predicate.
3777         (sentence-end-double-space, sentence-end-without-period)
3778         (paragraph-ignore-fill-prefix):
3779         * textmodes/fill.el (colon-double-space):
3780         * abbrev.el (abbrev-mode): Tighten the safety predicate.
3782         * subr.el (booleanp): New fun.
3784         * textmodes/reftex-vars.el (reftex-guess-label-type):
3785         Tighten the safety predicate.
3787 2006-04-28  Kim F. Storm  <storm@cua.dk>
3789         * progmodes/grep.el (defgroup grep): Doc fix.
3790         (grep-auto-highlight): Remove.
3791         (grep-template): New defcustom.
3792         (grep-find-template): Rename from grep-tree-template.
3793         (grep-files-aliases): Rename from grep-tree-files-aliases.
3794         Remove "all" alias, add "l" alias.
3795         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3796         (grep-find-ignored-directories): New defcustom to replace
3797         grep-tree-ignore-CVS-directories, to facilitate ignoring
3798         subdirectories for multiple version control systems.
3799         (grep-mode-map): Add Recursive grep item to GREP menu.
3800         (grep-regexp-history, grep-files-history): New defvars.
3801         (grep-probe): New helper function.
3802         (grep-compute-defaults): Use it to simplify code.
3803         Adapt to name changes.
3804         Use `.' as base in grep-find-template rather than <D>.
3805         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
3806         Call grep-compute-defaults unconditionally.
3807         (grep-expand-keywords): New defconst.
3808         (grep-expand-template): Rename from grep-expand-command-macros.
3809         Simplify via grep-expand-keywords.  Look at case-fold-search instead
3810         of grep-tree-ignore-case to add -i option.
3811         Bind case-fold-search to nil while matching keywords.
3812         (grep-tree-last-regexp, grep-tree-last-files): Remove.
3813         (grep-read-regexp, grep-read-files): New helper functions.
3814         (rgrep): Rename from grep-tree.  Rework to use proper histories.
3815         Adapt to changes in defcustoms and functions above.
3816         (lgrep): New command, as grep, but using same interactive UI as rgrep.
3818 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
3820         * net/tramp.el (tramp-completion-file-name-handler):
3821         Disable Tramp's functionality while loading Tramp itself.
3822         (tramp-register-file-name-handlers): That's a defsubst now.
3823         Code from `tramp-repair-jka-compr' moved here.  Apply it via
3824         `after-init-hook'.
3825         (tramp-repair-jka-compr): Remove.
3827 2006-04-27  Jay Belanger  <belanger@truman.edu>
3829         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3830         read expression when `math-read-big-expr' doesn't work.
3832 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
3834         * startup.el (command-line-1): Display warning when
3835         pure-space-overflow is non-nil.
3837 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3839         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3840         risky.
3842 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3844         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3845         Return the URL or nil if none can be generated.
3847 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
3849         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3850         byte compiler warnings.
3851         (gud-basic-call, gud-find-expr): Let user select an expression
3852         for printing.  Print expression as well as value in GUD buffer.
3854 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
3856         * allout.el: Remove local autoload declaration for
3857         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3858         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3859         (allout-plain-bullets-string, allout-distinctive-bullets-string)
3860         (allout-use-mode-specific-leader, allout-old-style-prefixes)
3861         (allout-stylish-prefixes, allout-numbered-bullet)
3862         (allout-file-xref-bullet, allout-presentation-padding)
3863         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3864         safe-local-variable with suitable value spec, and add autoload
3865         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
3866         (move-beginning-of-line, move-end-of-line): Repair so these compat
3867         functions now actually resituate the point, when appropriate.
3869 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3871         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3873         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3874         (add-log-iso8601-time-string): Fix call to format-time-string.
3876 2006-04-26  Kim F. Storm  <storm@cua.dk>
3878         * subr.el (posn-string, posn-image, posn-object): Doc fix.
3880 2006-04-26  Masatake YAMATO  <jet@gyve.org>
3882         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3883         Add support for "//" style comments.  Remove `b' flag
3884         from ?* in `asm-mode-syntax-table'.
3886 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3888         * follow.el: Use (featurep 'xemacs) everywhere.
3889         (follow-mode): Use define-minor-mode.
3890         (follow-mode-map): Move initialization into the declaration.
3891         Use command remapping.
3892         (follow-emacs-version-xemacs-p): Remove.
3893         (follow-submit-feedback): Remove.
3895         * allout.el (allout-layout, allout-passphrase-verifier-string)
3896         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3898         * textmodes/reftex-vars.el (reftex-vref-is-default)
3899         (reftex-fref-is-default, reftex-guess-label-type):
3900         Tighten up a bit the safety predicate.
3902         * textmodes/paragraphs.el (sentence-end-double-space)
3903         (sentence-end-without-period, sentence-end-without-space)
3904         (page-delimiter, paragraph-ignore-fill-prefix):
3905         Tighten up a bit the safety predicate.
3907         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3909         * progmodes/python.el (python-continuation-line-p)
3910         (python-beginning-of-statement): syntax-ppss may return
3911         a negative depth.
3912         (python-mode): Don't forcefully enable font-lock.
3914         * time-stamp.el (time-stamp-start, time-stamp-end)
3915         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3917         * add-log.el: Remove spurious * in docstrings.
3918         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3919         (add-change-log-entry): Use it here, since it's not specific
3920         to iso8601.
3921         (add-log-iso8601-time-string): Don't use it here any more.
3922         (change-log-indent-text, change-log-indent): Rename from add-log-*.
3924         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3926 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
3928         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3929         (rcirc-toggle-low-priority): Doc fix.
3930         (rcirc-handler-NOTICE): Remove beginning of line anchor in
3931         ChanServ regexp.
3932         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3933         #emacs.
3934         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3935         (rcirc-decode-coding-system): Use utf-8 as the default.
3936         (rcirc-multiline-minor-mode): Set the fill-column.
3937         (rcirc-format-response-string): Display bright and dim nicks.
3938         (rcirc-browse-url): Update interactive spec to fill ARG.
3939         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3940         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3942 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
3944         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3945         case for @Article, etc.
3947 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
3949         * net/tramp.el (tramp-register-file-name-handlers): New defun.
3950         Added with autoload cookie.
3951         (tramp-unload-file-name-handlers): Rename from
3952         `tramp-unload-file-name-handler-alist'.
3954 2006-04-23  Romain Francoise  <romain@orebokech.com>
3956         * comint.el (comint-match-partial-filename): Doc fix.
3958 2006-04-21  Glenn Morris  <rgm@gnu.org>
3960         * calendar/cal-menu.el (calendar-mode-map): Refer to
3961         `diary-view-entries' rather than alias `view-diary-entries'.
3962         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3964 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3966         * progmodes/antlr-mode.el (antlr-default):
3967         * cus-edit.el (custom-documentation):
3968         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3969         in defface.
3971 2006-04-21  Kim F. Storm  <storm@cua.dk>
3973         * image.el (image-type): New defun split out of create-image.
3974         (create-image): Use it.
3976 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
3978         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3979         (org-open-at-point): Remove the "...done" message to keep output
3980         in the echo area visible.
3981         (org-export-as-xoxo): Fix call to `indent-region'.
3983 2006-04-21  Kevin Ryde  <user42@zip.com.au>
3985         * international/mule.el (keyboard-coding-system): defcustom
3986         info-link fixes: "Specify Coding" has been split, keyboard now in
3987         "Terminal Coding", and "Single-Byte Character Support" is now
3988         "Unibyte Mode".
3990 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
3992         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3993         Use font-lock-warning-face for any errors e.g. no stack.
3994         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3996 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
3998         * progmodes/sh-script.el (sh-shell): Mark as safe.
4000         * newcomment.el (comment-start, comment-start-skip)
4001         (comment-end-skip, comment-end): Mark as safe.
4003 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
4005         * textmodes/org.el (org-deadline-announce): Face removed.
4006         (org-level-faces, org-n-levels): Convert to constant.
4007         (org-compatible-face): New function.
4008         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4009         (org-level-5, org-level-6, org-level-7, org-level-8)
4010         (org-special-keyword, org-warning, org-headline-done, org-link)
4011         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4012         (org-scheduled-today, org-scheduled-previously, org-time-grid):
4013         Face definition revised for better color tty support.
4014         (org-bold-re, org-italic-re, org-underline-re): New constants.
4015         (org-set-font-lock-defaults): Use the new constants.
4016         (org-agenda-highlight-todo): New function.
4017         (org-agenda-todo): Fix bug with point at end of line.
4018         (org-agenda-change-all-lines, org-finalize-agenda-entries):
4019         Fontify TODO keywords.
4020         (org-insert-link): Preserve relative path in ../ links.
4021         (org-export-as-html): Convert links pointing to .org files into
4022         links that will work beteen the exported HTML files.
4023         (org-todo-list): Fix bug when arg=0.
4024         (org-insert-heading): More fine-tuning.
4026 2006-04-19  Romain Francoise  <romain@orebokech.com>
4028         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4029         from `rmail-mime-charset-pattern'.
4031 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4033         * progmodes/python.el (python-mode): Fix typo.
4035 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
4037         * comint.el (comint-previous-input): Don't clobber input line
4038         when moving off either end of the input history ring.
4039         (comint-delete-input): New function, used by
4040         `comint-previous-input' and others.
4041         (comint-previous-matching-input):
4042         Use `coming-delete-input'.  Save the partial input if leaving the
4043         edit line.  Goto point-max before deleting input to avoid
4044         partial input fragments hanging around.
4045         (comint-restore-input): New function, used by `comint-previous-input'.
4047 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
4049         * imenu.el (imenu--index-alist): Balance parentheses.
4051 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4053         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4055 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
4057         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4058         file is nil.
4060 2006-04-18  Richard Stallman  <rms@gnu.org>
4062         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4064         * imenu.el (imenu-create-index-function, imenu--index-alist)
4065         (imenu--last-menubar-index-alist, imenu--make-index-alist)
4066         (imenu-default-create-index-function, imenu--generic-function):
4067         Doc fixes.
4069         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4071         * help-mode.el (help-mode): Set view-exit-action to delete window.
4073         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
4074         now works by passing nil as arg.
4076         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4078         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4079         (read-abbrev-file): Provide default when reading filename.
4081         * files.el (enable-local-variables): Allow :all as value.
4082         (hack-local-variables): Implement that value.
4083         (safe-local-variable-values, safe-local-eval-forms)
4084         (enable-local-variables): Mark as risky.
4085         (find-file-visit-truename, kept-old-versions): Mark safe.
4087         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4088         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4089         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4091 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4093         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4094         Use forward-line so as to get to BOL even in the presence of fields.
4095         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4096         in return.
4097         (inferior-tcl): Tell tclsh to work in interactive mode.
4099         * complete.el (partial-completion-mode):
4100         Use 'choose-completion-string-functions to make sure that
4101         choose-completion fills the minibuffer properly.
4103         * complete.el (PC-old-read-file-name-internal): Remove.
4104         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
4105         of read-file-name-internal.
4106         (partial-completion-mode): Enable/disable this advice.
4108 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
4110         * net/tramp.el (tramp-completion-file-name-handler): Revert change
4111         of 2006-04-17.
4113 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
4115         * textmodes/org.el (org-insert-heading): Insert heading before
4116         current if at beginning of line.
4117         (org-todo, org-date): New faces.
4118         (org-table-align): Make sure tooltip window contains full text.
4119         (org-no-properties): New defsubst.
4120         (org-set-font-lock-defaults): Use new faces.
4122 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
4124         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4125         for root variables.
4127         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4128         (gdb-frame-address): Re-use to identify frame for watch expression.
4129         (gdb-var-list, gdb-var-create-handler): Add frame address for root
4130         variables.
4131         (gdb-init-1, gdb-source, gdb-post-prompt)
4132         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4133         (gdb-frame-handler): Get gdb-frame-address.
4135 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
4137         Sync with Tramp 2.0.53.
4139         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4140         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4141         (tramp-completion-file-name-handler): Add autoload cookie for
4142         adding to `file-name-handler-alist'.
4144         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4145         the prompt.  If it returns earlier (when detecting an error
4146         message), the rest of the output will merge accidently with the
4147         output of the next command.  Reported by M Jared Finder
4148         <jared@hpalace.com>.
4150         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4151         for `process-file', in order to let it work for older Emacsen too.
4153 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
4155         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4156         (tex-font-lock-keywords-3): Use it.
4158 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4160         * newcomment.el (comment-add): New function.
4161         (comment-region-default, comment-dwim): Use it.
4163 2006-04-15  Michael Olson  <mwolson@gnu.org>
4165         * emacs-lisp/tq.el: Improve comments.
4166         (tq-queue-head-question): New accessor function.
4167         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4168         Update for modified queue structure.
4169         (tq-queue-add): Accept `question' argument.
4170         (tq-queue-pop): If a question is pending, send it.
4171         (tq-enqueue): Accept new optional argument `delay-question'.
4172         If this is non-nil, and at least one other question is pending a
4173         response, queue the question rather than sending it immediately.
4175 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4177         * calendar/appt.el (appt-add): Check whether an appointment is
4178         already present in appt-time-msg-list.  Simplify code.
4180 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         * progmodes/cc-langs.el (c-mode-menu):
4183         Don't presume c-subword-mode is bound.
4185 2006-04-13  Bill Wohler  <wohler@newt.com>
4187         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4188         (customize-package-emacs-version): Use cdr instead of cadr now
4189         that alists use dotted pairs.
4191         * custom.el (defcustom): Fix docstring for :package-version.
4193 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
4195         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4196         (tramp-handle-shell-command): Display output buffer only when
4197         `tramp-display-shell-command-buffer' is true.
4198         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4200 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4202         * textmodes/org.el (org-set-autofill-regexps): Set only the local
4203         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4205 2006-04-13  Romain Francoise  <romain@orebokech.com>
4207         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4208         leaving temporary .cvsignore buffers behind.
4210 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4212         * textmodes/org.el (org-set-regexps-and-options)
4213         (org-get-current-options): Better names for the startup folding
4214         options.
4216 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
4218         * vc.el (vc-annotate): Arrange for point to end up at the same
4219         line number as in the original, but only when using a new buffer.
4221 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
4223         * files.el (hack-one-local-variable-eval-safep):
4224         Recognize `edebug-form-spec' for `put', but only if it passes
4225         `edebug-basic-spec'.  Generalize `put' handling.
4227         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4228         vetting file-local form specs.
4230         * allout.el (allout-layout): Autoload its `safe-local-variable'
4231         property.
4233 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4235         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4236         (org-agenda-mouse-1-follows-link)
4237         (org-mouse-1-follows-link): New options.
4238         (org-format-agenda-item): Fix bug if TAGS is nil.
4239         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4241 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
4243         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4244         GDB 6.1+ gives full filename for "info sources" so use
4245         file-name-nondirectory.
4247 2006-04-12  Romain Francoise  <romain@orebokech.com>
4249         * subr.el (read-passwd): Bind `message-log-max' to nil.
4251 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * progmodes/perl-mode.el (perl-indent-new-calculate):
4254         Recompute parse-start after jumping backward by a whole sexp.
4256 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4258         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4259         window configuration.
4260         (vc-annotate-display-select): Select the buffer so that current-buffer
4261         (and selected-window) is the output buffer at the end of vc-annotate.
4263 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
4265         * vc.el (vc-annotate-color-map): Add custom TTY color map for
4266         8-color terminals, to use all of the colors in a sensible order.
4267         256-color terminals work well with the standard map.
4268         (vc-annotate-lines): Only strip the first color character if it
4269         is "#", to allow for terminal-style named colors.
4270         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4271         the correct buffer is scrolled.
4273 2006-04-11  Richard Stallman  <rms@gnu.org>
4275         * emacs-lisp/bytecomp.el (byte-compile-file):
4276         Bind enable-local-variables to :safe, and make normal-mode obey it.
4278         * files.el (enable-local-variables): Allow value :safe.
4279         (normal-mode): Doc fix.
4280         (hack-local-variables): Implement enable-local-variables = :safe.
4281         (hack-local-variables-confirm): Don't prevent quitting.
4283 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4285         * loadhist.el (unload-feature): A bit of sanity check of
4286         load-history entries.  Cancel timer-vars before unbinding them.
4288         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4289         quote special chars, and make the trick work on the hex part of the
4290         buffer as well.
4291         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4292         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4294         * startup.el (normal-splash-screen): Fix last change so we don't wait
4295         2 minutes if we don't show the splash screen.
4297 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
4299         * textmodes/org.el (org-export-plain-list-max-depth)
4300         (org-table-spaces-around-separators)
4301         (org-radio-targets, org-activate-camels)
4302         (org-table-spaces-around-invisible-separators): Options removed.
4303         (org-time-stamp-rounding-minutes, org-remember-templates)
4304         (org-ellipsis, org-activate-links, org-descriptive-links):
4305         New options.
4306         (org-remember-apply-template, org-current-time)
4307         (org-finish-edit-table-field)
4308         (org-link-unescape, org-link-escape)
4309         (org-string-width, org-table-clean-line, org-html-do-expand)
4310         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4311         (org-read-agenda-file-list): New functions.
4312         (org-table-edit-field)
4313         (org-table-create-or-convert-from-region): New commands
4314         (org-table-toggle-vline-visibility): Command removed.
4315         (org-table-convert-region): Made a command.
4316         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4317         Replace with the normal org- functions.
4318         (org-self-insert-command): Don't trigger realign unnecessarily
4319         when blanking a field that is not full.
4320         (org-mode): `Set buffer-invisibility-spec' for links.
4321         (org-activate-links2): Hide link part and only show descriptive
4322         part of the link.
4323         (org-insert-link): Modify for new linking system.
4324         (org-store-link): Store description separately, for use by
4325         `org-insert-link'.
4326         (org-table-align): Use `org-string-width'.
4327         (defgroup): Completely new group structure for custom variables.
4328         (org-agenda-files): Option: Single file name allowed.  Function:
4329         Optional argument unrestrited means ignore any restricitons.
4330         (org-install-agenda-files-menu): Find a buffer in Org-mode before
4331         trying to modify the menu.  Use generalized access to
4332         `org-agenda-files.'
4333         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4334         (org-agenda-file-to-front, org-remove-file, org-diary)
4335         (org-tags-view, org-export-icalendar-all-agenda-files)
4336         (org-export-icalendar-combine-agenda-files): Use generalized
4337         access to `org-agenda-files'.
4338         (org-remember-handler): Correctly preserve heading if present.
4339         (org-table-insert-row, org-table-insert-hline): Deal with
4340         invisible characters.
4342 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
4344         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4345         (vc-annotate-color-map): New 18 element constant
4346         value/saturation, rotating hue colormap, from red->blue.
4347         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4348         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4349         (vc-annotate): To avoid killing the required local variables,
4350         set them before the end of `with-output-to-temp-buffer', and
4351         after first switching to annotate-mode.
4352         (vc-annotate-warp-version): Add buffer argument in goto-line to
4353         ensure annotation, not source, is scrolled.
4355 2006-04-10  Bill Wohler  <wohler@newt.com>
4357         * custom.el (defcustom, custom-handle-keyword):
4358         Add :package-version keyword.
4359         (custom-add-package-version): New function.  Sets value of new
4360         property 'custom-package-version from :package-version keyword.
4361         (defcustom): Create Common Keywords section in docstring.
4362         (defface, defgroup): Replace definitions of a select few keywords
4363         with a reference to the Common Keywords in defcustom.
4364         (defcustom, defface, defgroup): Replace reference to Customization
4365         chapter in manual with hyperlink.
4367         * cus-edit.el (customize-package-emacs-version-alist):
4368         New variable.
4369         (customize-changed-options): Add check for custom-package-version.
4370         (customize-package-emacs-version): New function to look up Emacs
4371         version corresponding to the given package version.
4373         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4374         defun name, in similar fashion to find-variable-regexp.
4376 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
4378         * international/mule-cmds.el (set-locale-environment): Fix last
4379         change for when the locale's preferences don't specify any encoding.
4381 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4383         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4384         so the defined var/fun doesn't need to be quoted.
4386 2006-04-10  Richard Stallman  <rms@gnu.org>
4388         * finder.el (finder-mode-map): Add n and p bindings.
4390 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
4392         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4393         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4394         (gdb-setup-windows): Put something in source window if we can't find
4395         the source file.
4396         (gdb-frame-handler): Make it work again with just assembly.
4397         (gdb-data-list-register-values-handler): Make it work when there is
4398         no stack.
4400 2006-04-09  Richard Stallman  <rms@gnu.org>
4402         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4403         specs while looking for charset.
4405         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4407         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4408         Make them faces.
4409         (lm-font-lock-keywords): Update appropriately.
4411 2006-04-10  Kim F. Storm  <storm@cua.dk>
4413         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4414         it can also replace buffer-substring-no-properties.
4416         * emulation/cua-base.el (cua-delete-region, cua-paste)
4417         (cua-repeat-replace-region): Use filter-buffer-substring.
4419         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4420         (cua-cut-region-to-global-mark): Likewise.
4422         * emulation/cua-rect.el (cua--extract-rectangle)
4423         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4425 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4427         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4428         entry-type.  Add field delimiters to numerical fields if they are
4429         not present.
4431 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4433         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4434         string-const to return value.
4435         (bibtex-remove-delimiters): Use it.
4437 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4439         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4440         cl-byte-compile-compiler-macro unless it exists.
4442 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4444         * files.el (hack-local-variables-confirm) <offer-save>:
4445         Clarify message text.  Suggested by Ralf Angeli.
4447 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
4449         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4450         (delete-extract-rectangle-line): Use `filter-buffer-substring'
4451         instead of `buffer-substring' and `delete-region'.  (Most of the
4452         code actually copied from `kill-region'.)
4454 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
4456         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4457         (rcirc-default-port): Rename from rcirc-port.
4458         (rcirc-default-nick): Rename from rcirc-nick.
4459         (rcirc-default-user-name): Rename from rcirc-user-name.
4460         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4461         (rcirc-low-priority-flag): New variable.
4462         (rcirc-decode-coding-system): New defcustom.
4463         (rcirc-encode-coding-system): New defcustom.
4464         (rcirc-coding-system-alist): New defcustom.
4465         (rcirc-multiline-major-mode): New defcustom.
4466         (rcirc-nick): New internal variable.
4467         (rcirc-process): Remove variable.
4468         (rcirc-server-buffer): New variable.
4469         (rcirc): Update to use rcirc-default-* variables above.
4470         (rcirc-connect): Do not add window-configuration-hook-here.
4471         (rcirc-server): New internal variable.
4472         (rcirc-connect): Do not send keepalive pings if
4473         rcirc-keepalive-seconds is nil.
4474         (with-rcirc-server-buffer): New macro.
4475         (rcirc-send-string): Encode with rcirc-encode-coding-system.
4476         (rcirc-server-name): Rename from rcirc-server.
4477         (rcirc-buffer-process): New function.
4478         (rcirc-buffer-nick): New function.
4479         (rcirc-buffer-target): Remove function.
4480         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4481         New commands.
4482         (rcirc-mode-map): Change binding of C-c C-l to
4483         rcirc-toggle-low-priority.
4484         (rcirc-mode): Initialize coding system based on
4485         rcirc-coding-system-alist.  New change-major-mode-hook to part the
4486         channel on a mode change.  Make kill-buffer-hook buffer-local.
4487         (rcirc-change-major-mode-hook): New function.
4488         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4489         (rcirc-last-post-time): New variable.
4490         (rcirc-process-message): Store the last time user posted a message
4491         to this target.
4492         (rcirc-multiline-minor-mode): New mode.
4493         (rcirc-multiline-minor-mode-map): New mode map.
4494         (rcirc-edit-multiline): Put multiline-edit buffer in
4495         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4496         (rcirc-print): Ignore any line starting with an ignored nick.
4497         (rcirc-print): Decode using rcirc-decode-coding-system.
4498         (rcirc-track-minor-mode): Update global-mode-string when disabling
4499         this mode.
4500         (minor-mode-alist): Add LowPri indicator.
4501         (rcirc-toggle-low-priority): New function.
4502         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4503         next lowpriority buffer with activity.
4504         (rcirc-record-activity): Sort buffers in rcirc-activity by the
4505         last time the user posted a message in to the target.
4506         (rcirc-update-activity-string): New formatting for low priority
4507         buffers.
4508         (rcirc-split-activity): New function.
4509         (rcirc-handler-PART, rcirc-handler-KICK)
4510         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4511         (rcirc-nick-away-alist): New variable.
4512         (rcirc-handler-301): New handler.  Away messages are printed once
4513         per change.
4515 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4517         * info.el (Info-follow-nearest-node): Doc fix.
4519         * international/mule-cmds.el (set-locale-environment): Make sure
4520         the coding-system preferred by the locale's language has the same
4521         EOL conversion type as the original buffer-file-coding-system.
4522         (locale-language-names): Add a few MS Windows language codes.
4524 2006-04-07  Richard Stallman  <rms@gnu.org>
4526         * simple.el (eval-expression): Doc fix.
4528         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4529         (eval-defun): Doc fixes.
4531 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
4533         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4535 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
4537         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4538         GDB list command without argument for greater generality.
4540 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4542         * subr.el (string-or-null-p): New function.
4544         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4546         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4548         * files.el: Update comment about safe-local-variable declarations.
4550 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
4552         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4553         See idlwave.org.
4555         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4556         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
4558         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4559         See idlwave.org.
4561         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4562         version 6.0 (minimal changes).  See idlwave.org.
4564         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4565         6.0 (minimal changes).  See idlwave.org.
4567         * progmodes/idlw-rinfo.el: File obsoleted and removed.
4569 2006-04-06  Romain Francoise  <romain@orebokech.com>
4571         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4572         symmetric encryption features and a new asynchronous interface to
4573         GnuPG.  This new version is version 1.4, plus whitespace changes.
4575 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4577         * files.el: Move some `safe-local-variable' declarations to the
4578         respective files.
4580         * textmodes/ispell.el (ispell-check-comments)
4581         (ispell-local-dictionary): Mark as safe.
4583         * abbrev.el (abbrev-mode): Mark as safe.
4585         * add-log.el (change-log-default-name): Mark as safe.
4587         * textmodes/reftex-vars.el (reftex-vref-is-default)
4588         (reftex-fref-is-default, reftex-level-indent)
4589         (reftex-guess-label-type): Mark as safe.
4591         * textmodes/fill.el (colon-double-space): Mark as safe.
4593         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4594         (sentence-end-double-space, sentence-end-without-period)
4595         (sentence-end-without-space, sentence-end, sentence-end-base)
4596         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4598 2006-04-06  Kim F. Storm  <storm@cua.dk>
4600         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4601         the :set-after list.
4602         (ido-downcase-unc-hosts): New user option.  Default on.
4603         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4604         when it is set, as regexps are now applied on the fly.
4605         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4606         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4607         on the fly, but only when ido-process-ignore-lists is set.
4608         Do case insensitive filtering if ido-downcase-unc-hosts is set.
4609         Only downcase names if ido-downcase-unc-hosts is set.
4611 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
4613         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4615         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4617 2006-04-05  Kim F. Storm  <storm@cua.dk>
4619         * ido.el (ido-mode): Set after ido-unc-hosts and
4620         ido-ignore-unc-host-regexps.
4621         (ido-save-history): Save ido-unc-hosts-cache.
4622         (ido-load-history): Load ido-unc-hosts-cache.
4623         (ido-reread-directory): Refresh unc hosts cache in // dir.
4625         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4626         to nil while displaying slash screen.
4628 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4630         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4631         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4633 2006-04-05  Kenichi Handa  <handa@m17n.org>
4635         * international/characters.el: Setup cases of Latin, Greek, and
4636         Cyrillic characters in CJK charsets.
4638 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4640         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4641         default-enable-multibyte-characters.  This reverts the change from
4642         revision 6.17 which is no longer necessary because the passphrase
4643         is sent separately now.  GnuPG messages are unreadable under
4644         multibyte locales with default-enable-multibyte-characters set to nil.
4646 2006-04-04  Andreas Schwab  <schwab@suse.de>
4648         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4649         and `byte-compile-warnings' as `safe-local-variable'.
4651 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
4653         * man.el (Man-mode-map): Restore the \r binding.
4654         (Man-abstract-xref-man-page): If Man-target-string is a function,
4655         call it.
4656         (Man-highlight-references): Use Man-default-man-entry to get the
4657         target.  Deal with xrefs too.
4658         (Man-highlight-references0): Don't call the target function.
4660         * woman.el (WoMan-xref-man-page): Strip the section number, woman
4661         cannot deal with it.
4663 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4665         * pgg-gpg.el: Clean up process buffers every time gpg processes
4666         complete.
4668 2006-04-04  Kenichi Handa  <handa@m17n.org>
4670         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4671         here.
4672         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4673         Temporarily bind inhibit-field-text-motion to t.
4675 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4677         * startup.el (normal-splash-screen): Only set mode-line-format in the
4678         splash buffer, so as not to interfere when debugging the code.
4679         Ignore errors when switching buffer.
4681 2006-04-03  Romain Francoise  <romain@orebokech.com>
4683         * dired.el (dired-dnd-protocol-alist): Fix typo.
4685 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4687         * savehist.el (savehist): Add :version.
4688         (savehist-ignored-variables): New variable.
4689         (savehist-minibuffer-hook): Don't save variables listed in
4690         `savehist-ignored-variables'.
4692         * dired.el (dired-dnd-protocol-alist): Mention that change does
4693         only apply to new buffers in doc string.
4695 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
4697         * recentf.el (recentf-open-files-item): Include newline in button
4698         field, so opening a file will work, when the point is at the end
4699         of the file name.  Allow, for example, to [i]search a file by
4700         extension and just push RET to open it.
4702 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4704         * pgg-gpg.el (pgg-gpg-process-filter)
4705         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4707         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4708         lines, temporary fix.
4710 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4712         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4714 2006-04-02  Richard Stallman  <rms@gnu.org>
4716         * progmodes/compile.el (compilation-message-face): Make it defcustom.
4718 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4720         * ibuf-macs.el (define-ibuffer-column): Add a new key:
4721         header-mouse-map.
4723         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4724         (ibuffer-mode-header-map): New keymaps.
4725         (ibuffer-update-title-and-summary): Enable mouse face highlighting
4726         and keybindings for column headers.
4727         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4728         property.
4730 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4732         * speedbar.el (speedbar-after-create-hook): Doc fix.
4734 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
4736         * shell.el (shell-directory-tracker)
4737         (shell-dynamic-complete-command): Doc fixes.
4739 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
4741         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4742         terminals.
4744 2006-04-01  Kim F. Storm  <storm@cua.dk>
4746         * ido.el (ido-unc-hosts-cache): New defvar.
4747         (ido-unc-hosts): If value of defcustom is a function, call it to
4748         get list of UNC hosts.  Add function-item choices to specify
4749         ido-unc-hosts-net-view or user function.
4750         (ido-ignore-unc-host-regexps): New defcustom.
4751         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4752         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4753         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4755 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4757         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4758         wwidth.
4760 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
4762         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4763         (ido-max-work-file-list, ido-switch-buffer)
4764         (ido-read-file-name-as-directory-commands):
4765         Fix typos in docstrings.
4767 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4769         * term/mac-win.el (mac-system-coding-system): Define and use after
4770         Mac-specific coding systems are ready.
4772 2006-03-27  Romain Francoise  <romain@orebokech.com>
4774         * net/rcirc.el (rcirc-connect): Add autoload cookie.
4776         * ldefs-boot.el: Update.
4778 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4780         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4781         passphrases when it is not needed.
4782         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4783         passphrase stuff from gpg, should only be necessary when you use
4784         gpg with a smartcard.
4786 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
4788         * comint.el (comint-dynamic-list-completions): Allow user to
4789         select *Completions* buffer.
4791 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
4793         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4795 2006-03-26  Andreas Schwab  <schwab@suse.de>
4797         * progmodes/gud.el (gdb): Only complain about multiple debugging
4798         when the gdb process is still running.
4800 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
4802         * mail/rmail.el (tool-bar-map): Defvar it.
4803         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4804         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4806 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4808         * help.el (print-help-return-message): Suggest to use
4809         display-buffer instead of switch-to-buffer-other-window to restore
4810         the previous window without selecting it.
4812 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4814         * frame.el (select-frame-by-name): Call x-focus-frame also when
4815         window-system is mac.
4817         * term/mac-win.el: Adjust Courier font specifications in
4818         x-fixed-font-alist.
4819         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4820         when directly encoding to UTF-16 in native byte order, no BOM.
4822 2006-03-25  Kim F. Storm  <storm@cua.dk>
4824         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4825         (cua--init-keymaps): Use it instead of fixed C-return.
4826         (cua-mode): Set after it.
4828         * emulation/cua-rect.el (cua--init-rectangles):
4829         Use cua-rectangle-mark-key instead of fixed C-return.
4831 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
4833         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4834         "run" in .gdbinit.
4835         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4837 2006-03-24  Romain Francoise  <romain@orebokech.com>
4839         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4840         `display-buffer-other-frame'.
4842 2006-03-24  Kim F. Storm  <storm@cua.dk>
4844         * apropos.el (apropos-synonyms): Add selection => region.
4846 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4848         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4849         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4850         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4851         (gdb-data-list-register-values-regexp)
4852         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4853         Future proof against new fields being added to MI output.
4854         (gdb-send): Don't treat backslashes for program input as
4855         continuations.
4856         (gdb-assembler-handler): Don't use window-start for this handler.
4857         (gdb-frame-handler): Don't change to hollow arrow if overlay
4858         arrow doesn't move to new frame.
4860 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4862         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4863         prevent compiler warnings.
4864         (gdb-stopped): Check for gud-last-last-frame (case: signal).
4865         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4866         (gdb-assembler-custom): Use hollow-right-triangle for assembler
4867         buffer too.
4869 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
4871         * pgg-gpg.el (pgg-gpg-update-agent): Check for
4872         make-network-process, so we can use the same code in Gnus v5-10
4873         too and have this file fully synchronized with that release.
4875 2006-03-23  Romain Francoise  <romain@orebokech.com>
4877         * ibuf-ext.el (ibuffer-read-filter-group-name):
4878         Use `ibuffer-generate-filter-groups' to make completion list match
4879         the filter groups that are really displayed in the Ibuffer buffer.
4880         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4882 2006-03-23  Kenichi Handa  <handa@m17n.org>
4884         * international/mule-cmds.el (sort-coding-systems): Describe that
4885         the argument is modified in docstring.
4887 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4889         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4890         (pgg-gpg-update-agent): New function.
4891         (pgg-gpg-use-agent-p): New function.
4892         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4893         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4894         (pgg-gpg-sign-region): Use it.
4896 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
4898         * cus-edit.el (custom-face-set): Call custom-push-theme before
4899         face-spec set so that `changed' theme is correctly saved.
4900         (custom-face-reset-standard): Reset to recalculated face rather
4901         than defface spec.
4903         * custom.el (custom-push-theme): Only save `changed' theme if the
4904         current face does not match the defface specs.
4906 2006-03-21  Simon Josefsson  <jas@extundo.com>
4908         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4909         <wilde@sha-bang.de>.
4910         (pgg-gpg-use-agent): New variable.
4911         (pgg-gpg-process-region): Use it.
4912         (pgg-gpg-encrypt-region): Likewise.
4913         (pgg-gpg-encrypt-symmetric-region): Likewise.
4914         (pgg-gpg-decrypt-region): Likewise.
4915         (pgg-gpg-sign-region): Likewise.
4916         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4918 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
4920         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4921         bracket links.
4923 2006-03-21  Kim F. Storm  <storm@cua.dk>
4925         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4926         fringe-indicator-alist instead of modifying global value.
4927         (gdb-frame-handler): Likewise.
4929 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4931         * diff-mode.el (diff-function): Make it inherit from diff-header
4932         instead of diff-context.
4934         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4935         bitmap.
4936         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4937         change names in macro above for consistency.
4938         (gdb-frame-handler): Use hollow-right-triangle for all selected
4939         frames which except the innermost (where execution has stopped).
4940         (gdb-reset): Reset buffer-local values of overlay-arrow.
4942 2006-03-20  Richard Stallman  <rms@gnu.org>
4944         * simple.el (set-mark-command): Doc fix.
4946         * files.el (display-buffer-other-frame): New command.
4947         (ctl-x-4-map): Bind C-x 5 C-o to it.
4949 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4951         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4952         rather than just defer-time, in case defer-time has been changed but
4953         the timer isn't running yet.
4954         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4956 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4958         * help-mode.el (help-follow-symbol): New function.
4959         Essentially identical to the old `help-follow', but do not let
4960         `push-button' do the work when on an xref.
4961         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4963 2006-03-19  Richard Stallman  <rms@gnu.org>
4965         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4966         preceded by the word `program'.
4967         (help-follow-mouse, help-follow): Throw error if not on xref.
4968         Delete no longer used args.
4970 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
4972         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4973         annotation ensure gud-overlay-arrow-position is redisplayed.
4975 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4977         * textmodes/bibtex.el (bibtex-include-OPTkey)
4978         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4979         (bibtex-autokey-name-case-convert)
4980         (bibtex-autokey-titleword-case-convert): Make these the aliases
4981         for the following two variables.
4982         (bibtex-autokey-name-case-convert-function)
4983         (bibtex-autokey-titleword-case-convert-function): Make these the
4984         real names.
4985         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4986         bibtex-font-lock-crossref sublists.
4987         (bibtex-mode): Revert 2005-12-30 change (which made
4988         completion-ignore-case buffer-local).
4989         (bibtex-url): Simplify.
4991 2006-03-19  Kim F. Storm  <storm@cua.dk>
4993         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4994         cursor property value to 2 (to align with C level change).
4996 2006-03-19  Bill Wohler  <wohler@newt.com>
4998         * image.el (image-load-path-for-library): Shorten first line in
4999         docstring.
5001 2006-03-18  Richard Stallman  <rms@gnu.org>
5003         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5005 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
5007         * isearch.el (isearch-other-meta-char): Handle user bindings for
5008         shifted control characters.
5010 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
5012         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5013         part that matches email addresses, file names, etc.
5015 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
5017         * term/w32-win.el (mouse-set-font):
5018         Mention w32-list-proportional-fonts in the doc string.
5020 2006-03-18  Kim F. Storm  <storm@cua.dk>
5022         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5023         (ido-unc-hosts): New user option to explicitly define list of know
5024         UNC-style hosts for completion.
5025         (ido-cache-unc-host-shares-time): New user option.
5026         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5027         New helper functions for UNC file-name support.
5028         (ido-may-cache-directory): Check for UNC host.  Simplify.
5029         (ido-wash-history): Clean out old UNC hosts.
5030         (ido-nonreadable-directory-p): UNC hosts are always readable.
5031         (ido-directory-too-big-p): UNC hosts are never too big.
5032         (ido-set-current-directory): Handle UNC root path.
5033         (ido-file-name-all-completions): Complete UNC host names from
5034         ido-unc-hosts list.  Cache UNC host shares.
5035         (ido-make-file-list-1): Don't filter UNC root.
5036         (ido-exhibit): Check for // in root directory, and switch to UNC
5037         mode by setting ido-current-directory to //.
5039 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
5041         * cus-edit.el (customize-changed-options): Mention explicit
5042         version number as default in prompt.
5044 2006-03-17  Bill Wohler  <wohler@newt.com>
5046         * image.el (image-load-path-for-library): Minor docstring fix.
5048 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
5050         * textmodes/org.el (org-read-date): Include subgroup 5 into
5051         replacement text.
5052         (org-popup-calendar-for-date-prompt): Fix customization type.
5054 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
5056         * progmodes/gdb-ui.el (gud-watch): Provide completion.
5057         (gdb-continuation): New variable.
5058         (gdb-send): Deal with continuation lines.
5060         * progmodes/gud.el (gud-gdb-complete-command)
5061         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5062         expressions.
5063         (gud-tooltip-mode): Use buffer-local value.
5065 2006-03-16  Kim F. Storm  <storm@cua.dk>
5067         * ido.el (ido-edit-input): Use selected match, if any.
5069 2006-03-16  Bill Wohler  <wohler@newt.com>
5071         * image.el (image-load-path-for-library): Prefer user's images in
5072         image-load-path.
5074 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
5076         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5077         when checking for attempt to drag leftmost or rightmost scrollbar.
5079 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
5081         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5082         (gdb-force-mode-line-update): New function.
5083         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5084         (gdb-exited): Use them.
5085         (gdb-signal): New function.
5086         (gdb-annotation-rules): Provide a rule for it.
5088 2006-03-16  Kenichi Handa  <handa@m17n.org>
5090         * international/mule.el (auto-coding-regexp-alist): Add entries
5091         for Unicode BOM.
5093         * sort.el (sort-build-lists): Temporarily bind
5094         inhibit-field-text-motion to t.
5096 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
5098         * locate.el (locate-command, locate-make-command-line)
5099         (locate-fcodes-file, locate-update-command)
5100         (locate-prompt-for-command, locate, locate-with-filter)
5101         (locate-get-file-positions): Doc fixes.
5102         (locate-buffer-name, locate-header-face): Remove leading `*' in
5103         defcustom.
5104         (locate-filter-output): Use `keep-lines' instead of its alias
5105         `delete-non-matching-lines'.
5106         (locate-get-filename, locate-get-dirname): Add introductory comment.
5107         (locate-find-directory-other-window): Give appropriate error
5108         message if used outside main listing.
5110 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5112         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5113         the new extend-region feature.
5114         (font-lock-after-change-function): Update correspondingly.
5115         * jit-lock.el (jit-lock-after-change): Update correspondingly.
5116         * progmodes/grep.el (font-lock-lines-before): Don't disable.
5118 2006-03-15  Bill Wohler  <wohler@newt.com>
5120         * image.el (image-load-path-for-library): Fix example by not
5121         recommending that one binds image-load-path.  Just defvar it to
5122         placate compiler and only use it if previously defined.
5124 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
5126         * textmodes/org.el (org-insert-centered): Use `string-width' to
5127         make underlining work for wide characters.
5128         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5129         TAB to `org-cycle', to make sure that no binding in
5130         `outline-mode-map' can supercede it.
5132 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
5134         * allout.el: Increment version to 2.2.1 in file commentary.
5136         (allout-version): Increment to 2.2.1.
5138         (allout-default-layout): New customization variable, used when the
5139         file lacks a specific allout-layout.  Uses allout-layout-type for
5140         recursively nested definition.
5142         (allout-layout-type): Widget defining allout layouts, necessary for
5143         self-recursive definition.
5145         (allout-mode): Incorporate allout-default-layout as fallback for
5146         allout-layout.
5148         (allout-layout): Mark as 'safe-local-variable', and refer mention
5149         fallback to `allout-default-layout' in absence of a specified value.
5150         (allout-passphrase-verifier-string)
5151         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5153         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5155         (allout-get-encryption-passphrase-verifier): Use correct name of
5156         passphrase verifier in docstring.
5158 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
5160         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5161         elements.
5162         (gdb-find-watch-expression): Make it work for arrays too.
5163         Follow change to gdb-var-list.
5164         (gud-watch): Allow the user to enter variable name with a prexix
5165         arg.  Create keybindings.
5166         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5167         (gdb-var-list-children-handler, gdb-var-update-handler)
5168         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5169         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5170         Follow change to gdb-var-list.
5171         (gdb-starting): Don't show the overlay arrows when program is running.
5173         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5174         gdb-var-list.
5176 2006-03-14  Bill Wohler  <wohler@newt.com>
5178         * image.el (image-load-path-for-library): Pass value of path
5179         rather than symbol.  Always return list of directories.
5180         Guarantee that image directory comes first.
5182 2006-03-14  Alan Mackenzie  <acm@muc.de>
5184         * font-core.el (font-lock-extend-region\(-function\)?.):
5185         New function/variable.
5187         * font-lock.el (font-lock-after-change-function):
5188         Call font-lock-extend-region.  Obey font-lock-lines-before.
5189         (font-lock-default-fontify-region): Remove reference to
5190         font-lock-lines-before.
5192         * jit-lock.el (jit-lock-after-change):
5193         Call font-lock-extend-region.  Obey font-lock-lines-before.
5195 2006-03-14  David Ponce  <david@dponce.com>
5197         * tree-widget.el (tree-widget-themes-load-path)
5198         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5200 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
5202         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5203         (rcirc-print): Mark the start of text at the end of the prompt.
5204         (rcirc-track-minor-mode): Add autoload cookie.
5205         (rcirc-update-activity-string): Add space to front of mode-line
5206         indicator.
5208 2006-03-13  Miles Bader  <miles@gnu.org>
5210         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5211         (rcirc-abbrev-nick): Remove function.
5212         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5214 2006-03-13  David Ponce  <david@dponce.com>
5216         * tree-widget.el: Handle themes across all occurrences of the main
5217         themes sub-directory found in tree-widget-themes-load-path.
5218         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5219         (tree-widget--locate-sub-directory): Return all occurrences.
5220         (tree-widget-themes-path): New function.
5221         Replace tree-widget-themes-directory, and return a list of directories.
5222         (tree-widget-set-parent-theme)
5223         (tree-widget-lookup-image): Use it.
5225 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
5227         * textmodes/org.el (org-link-search): Avoid self-matching of
5228         links, allow target text to be distributed over several lines.
5229         (org-search-not-link): New function.
5230         (org-set-regexps-and-options, org-get-current-options):
5231         New startup options.
5232         (org-export-as-html): Take odd-level setting from local variable.
5233         (org-fontify-emphasized-text): New option.
5234         (org-set-font-lock-defaults): Include emphasized text.
5235         (org-follow-mhe-link): Allow folder-only links, fix folder name.
5236         (org-font-lock): Customize group renamed from `org-faces'.
5238 2006-03-13  John Paul Wallington  <jpw@pobox.com>
5240         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5241         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
5243 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
5245         * cus-start.el (all): Delete :version keyword for members of the
5246         fringe group, since the entire group is new in 22.1.
5248 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
5250         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5251         map if value is hexadecimal (an address).
5252         (gud-watch): Only search roots for existing watch expressions.
5253         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5254         prevent caching problems with speedbar-update-directory-contents.
5256 2006-03-12  Juri Linkov  <juri@jurta.org>
5258         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5259         before comparing with `low' and `warn'.
5261         * info.el (Info-dir-remove-duplicates): Move point to the
5262         beginning of the current line after deleting the entries from
5263         redundant heading.  Use marker for `limit' and compare it with
5264         point before calling `re-search-forward'.
5266 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5268         * simple.el (yank): Fix typo in docstring.
5270 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
5272         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5273         messages, where "D" is the 6th character.
5275 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5277         * simple.el (yank): Fix last change.
5279 2006-03-11  David Ponce  <david@dponce.com>
5281         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5282         merging elements from the standard ispell-dictionary-alist.
5283         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5284         alist, and return the new alist.
5286 2006-03-11  Richard Stallman  <rms@gnu.org>
5288         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5290         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5291         the way it is implemented is too unclean.
5293         * simple.el (kill-region, yank): Doc fix.
5295         * battery.el (battery-echo-area-format): Doc fix.
5296         (battery-mode-line-format): Likewise.
5297         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5298         (battery-linux-proc-acpi): Ignore batteries that say "charged".
5300 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5302         * progmodes/octave-mod.el (octave-indent-for-comment):
5303         Behave according to do string.
5305 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
5307         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5308         Be visible only if major mode is Mail Mode.
5310         * textmodes/flyspell.el (flyspell-external-point-words)
5311         (flyspell-process-localwords): Fix last changes.
5313 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5315         * calendar/holidays.el (list-holidays): Doc fix.
5317         * international/mule.el (auto-coding-alist): Add .odt
5318         (OpenOffice's open document) files.
5320         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5321         document) files.  Mention in the doc string the need to sync with
5322         auto-coding-alist.
5324 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
5326         * files.el (hack-local-variables-confirm): Don't prompt for ! if
5327         enable-local-variables is set to always query, or there is no
5328         savable variable.
5330 2006-03-10  Bill Wohler  <wohler@newt.com>
5332         * image.el (image-load-path-for-library): Merge at least three
5333         functions from Gnus and MH-E into this one function that can now
5334         be shared.
5336 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
5338         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5339         gdb-remove-mouse-face and remove help-echo too.
5340         (gdb-enqueue-input): Correct conditional clause.
5342 2006-03-10  Glenn Morris  <rgm@gnu.org>
5344         * calendar/calendar.el (calendar-holidays): Doc fix.
5345         * calendar/holidays.el (list-holidays): Doc fix.
5347 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
5349         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5350         it gets called in gdb-prompt anyway.
5351         (gdb-use-separate-io-buffer): Only restore window arrangement for
5352         gdb-many-windows.
5353         (gdb-enqueue-input): Make it harder to send GDB input when program
5354         is running.
5355         (gdb-buffer-list): New variable.
5356         (gdb-remove-mouse-face): New function.
5357         (gdb-starting): Use it when GDB input won't get sent.
5359 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
5361         * help.el (view-lossage): Remove trailing whitespace before
5362         inserting "\n".
5364 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
5366         * files.el (hack-local-variables-confirm):
5367         Set coding-system-for-read to nil before writing to .emacs.
5369         * arc-mode.el (archive-extract): Check if an existing buffer name
5370         comes from a different archive.
5372         * help.el (describe-key-briefly): If KEY is a down event, read and
5373         discard the up event.
5375 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
5377         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5378         be edited and use font-lock-warning-face for any changes.
5380         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5381         (gdb-edit-value): Use it to report any errors.
5383 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
5385         * help.el (describe-key): Remove leftover test code.
5387 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
5389         * textmodes/org.el: Move defvars out of eval-when-compile.
5390         Use buffer-file-name variable.
5391         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5392         arg `file'.
5393         (org-level-faces): Remove startup dependency.
5394         (org-cycle, org-map-tree, org-scan-tags)
5395         (org-remember-handler): Don't call `outline-level' directly.
5396         (org-mhe-search-all-folders): New option.
5397         (org-mhe-get-message-folder-from-index)
5398         (org-mhe-get-message-folder): Fix indexing search.
5399         (org-format-agenda-item): Handle nil TAGS argument.
5400         (org-cleaned-string-for-export, org-activate-target-links)
5401         (org-make-target-link-regexp): Deal with empty radio target list.
5402         (org-tag): New face.
5403         (org-get-level-face): New function.
5404         (org-set-font-lock-defaults): Simplify setup for headlines.
5405         (org-complete): Pass common substring to `display-completion-list'.
5407 2006-03-06  David Ponce  <david@dponce.com>
5409         * tree-widget.el: Update Commentary header.
5410         (tree-widget-theme-name): Ignore parent themes.
5411         (tree-widget-set-parent-theme): New function.
5412         (tree-widget-set-theme): Use it.
5413         (tree-widget-set-image-properties): Move definition.  Does nothing
5414         if image properties have already been set.
5415         (tree-widget-image-properties): Move definition.  Receive an image
5416         name.  Set the :pointer property.
5417         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
5418         Don't set the :pointer image property.
5419         (tree-widget-convert-widget): New function.  Handle :dynargs
5420         compatibility here.
5421         (tree-widget): Use it to :convert-widget.  Add the :expander-p
5422         predicate to control when the :expander function is entered.
5423         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5424         (tree-widget-value-create): Handle :expander-p.  widget-apply
5425         :expander.
5426         (tree-widget-expander-p): New function.  Default value of the
5427         :expander-p property.
5429 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
5431         * help.el (describe-key): Properly handle the return value of
5432         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
5433         remaps.  Handle string and vector `follow-link' values.
5435 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5437         * complete.el (PC-expand-many-files): Try be more careful when parsing
5438         the shell's output.
5440 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5442         * outline.el (hide-sublevels): Provide better interactive default.
5444 2006-03-06  Kenichi Handa  <handa@m17n.org>
5446         * international/fontset.el (create-fontset-from-fontset-spec):
5447         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5449 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
5451         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5452         backslashes instead of one in regexp.
5453         (gud-tooltip-dereference): Add missing optional argument.
5455 2006-03-04  John Paul Wallington  <jpw@pobox.com>
5457         * wdired.el (toplevel): Require `cl' at compile-time.
5459 2006-03-04  Andreas Schwab  <schwab@suse.de>
5461         * server.el (server-process-filter): Handle errors during
5462         evaluation of the argument.
5464 2006-03-03  John Paul Wallington  <jpw@pobox.com>
5466         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5467         escape parentheses at beginning of line.
5468         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5469         (t-mouse-mode): Remove period from end of error message.
5471 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
5473         * textmodes/flyspell.el (flyspell-process-localwords):
5474         Be case-sensitive.
5476 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
5478         * cus-edit.el (custom-quote): Remove function, since it has been
5479         moved to custom.el.
5481         * font-lock.el (lisp-font-lock-keywords-2)
5482         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5483         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5484         they have no special meaning.
5486         * midnight.el (clean-buffer-list): Handle case where base-buffer of
5487         indirect buffer gets killed before indirect buffer.  Use dolist.
5489 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5491         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5492         value instead of a literal constant (1) on more pauses.
5494 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5496         * textmodes/flyspell.el (flyspell-external-point-words):
5497         Be case-sensitive.
5499 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
5501         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5502         with "www".
5504 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5506         * allout.el: Restablish intermediate missing comment header to
5507         preserve outline structure.
5508         (allout-beginning-of-current-entry): Skip invisible text.
5509         (allout-open-topic): Fix opening a topic at end-of-buffer.
5510         (allout-minor-mode): Move nearer to allout-mode function.
5512 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
5514         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5516 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
5518         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5519         is nil.
5521         * progmodes/gud.el (gud-speedbar-menu-items):
5522         Use buffer-local-value and add missing :visible keyword.
5524         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5526 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
5528         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5529         must be `follow-link'.
5531         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5533         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5534         formatting: No nested anchors.
5535         (org-all-targets): Fix bug with XEmacs compatibility.
5536         (org-read-date): Add (require 'parse-time).
5537         (org-set-tags): Fix bug with extra inserted space.
5538         (org-export-html-style): Define a style class for targets.
5539         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5540         (org-hide-leading-stars): New option.
5541         (org-hide): New face.
5542         (org-set-font-lock-defaults): Allow to hide leading stars.
5543         (org-get-legal-level, org-tr-level): New functions.
5544         (org-odd-levels-only): New option.
5545         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5546         (org-demote, org-promote): Deal with double-star levels.
5547         (org-convert-to-odd-levels): New command.
5549 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
5551         * speedbar.el (speedbar-update-localized-contents): Try to
5552         preserve window-start.
5553         (speedbar-update-directory-contents): Try to preserve window-start
5554         and window-point.
5555         (speedbar-update-special-contents): Don't move back to start of window.
5557         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5558         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
5559         speedbar-timer-fn.
5560         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5561         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5562         instead of gdb-speedbar-timer-fn.
5564 2006-02-28  Jay Belanger  <belanger@truman.edu>
5566         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5567         (math-compose-expr): Use latex option when calling
5568         `math-compose-tex-matrix' for latex mode.
5570 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
5572         * speedbar.el: Re-instate comments about developing for speedbar
5573         [this is what info and gdb-ui use even if better methods exist now].
5575         * t-mouse.el: New file.
5576         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
5577         (t-mouse-lispy-buffer-posn-from-coords): Remove.
5578         (t-mouse-make-event-element): Use posn-at-x-y instead.
5579         (t-mouse-make-event): Deal with Fedora Core 3.
5580         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5581         (t-mouse-mouse-position-function): New function.  Use it instead
5582         of advising mouse-position.
5583         (t-mouse-mode): New minor mode.
5584         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
5586 2006-02-27  Glenn Morris  <rgm@gnu.org>
5588         * calendar/calendar.el (calendar-holidays): Doc fix.
5590 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
5592         * progmodes/gdb-ui.el (gdb-source-window): New variable.
5593         Re-introduce the concept of a source window.
5594         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5595         consistency with get-buffer-create.
5596         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5597         (gdb-data-list-register-values-handler)
5598         (gdb-stack-list-locals-handler): Try to preserve window-start as
5599         well as window-point.
5600         (gdb-display-source-buffer): New function (old concept).
5601         (gdb-goto-breakpoint): Use it.
5603         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5604         for gdb-ui/gdb-mi (old concept).
5606 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
5608         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5609         binding.
5611         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5613         * textmodes/reftex-sel.el (reftex-select-label-map)
5614         (reftex-select-bib-map): Add `follow-mouse' binding.
5616 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
5618         * jka-cmpr-hook.el (jka-compr-compression-info-list)
5619         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5620         Give :set functions to provide automatic updating.
5621         Update docstring.  Give compiler defvars early in the file
5622         and move the defcustoms to a later spot where all called functions
5623         are defined.
5624         (jka-compr-file-name-handler-entry): Doc fix.
5625         (jka-compr-compression-info-list--internal)
5626         (jka-compr-mode-alist-additions--internal)
5627         (jka-compr-load-suffixes--internal): New variables.
5628         (jka-compr-install): Set the three above variables.
5629         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5630         (jka-compr-update, jka-compr-set): New functions.
5631         (auto-compression-mode): Doc fix.
5633         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5634         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5635         Use jka-compr-compression-info-list--internal,
5636         jka-compr-mode-alist-additions--internal and
5637         jka-compr-load-suffixes--internal.
5639         * files.el (load-library):
5640         * loadhist.el (file-loadhist-lookup):
5641         * startup.el (command-line):
5642         * subr.el (locate-library):
5643         * emacs-lisp/autoload.el (update-directory-autoloads):
5644         * emacs-lisp/find-func.el (find-library-suffixes):
5645         Use `get-load-suffixes' instead of `load-suffixes'.
5647         * subr.el (locate-library):
5648         * emacs-lisp/find-func.el (find-library-name):
5649         Use `load-file-rep-suffixes' instead of '("").
5651 2006-02-26  Kim F. Storm  <storm@cua.dk>
5653         * ido.el (ido-save-history, ido-load-history): Simplify.
5654         Don't use find-file-noselect to avoid interference from other modes.
5656 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
5658         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5659         to use the default shell if filename is not available.
5660         Reported by Giorgos Keramidas.
5662 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
5664         * progmodes/etags.el (tags-completion-table): Do completion from
5665         all the tables in the current list, as documented in the manual.
5667 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5669         * CC Mode Update to 5.31.3.
5671 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5673         * progmodes/cc-mode.el (c-postprocess-file-styles):
5674         Bind inhibit-read-only to t, around the call to
5675         c-remove-any-local-eval-or-mode-variables, so that it works on a
5676         RO file.
5678 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5680         * progmodes/cc-awk.el: Correct a typo.
5682 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5684         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5685         c-hungry-delete-backwards, at the request of RMS.  Leave the old
5686         name as an alias.
5688 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5690         * progmodes/cc-mode.el: Correct a typo.
5692 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5694         * progmodes/cc-defs.el: Update the version number to 5.31.3.
5696 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5698         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5699         brace-else-brace (error due to mbeg, mend being undefined).
5701 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5703         * progmodes/cc-mode.el: File Local variables: Solve the problem
5704         where both `mode' and c-file-offsets are specified: `mode' will
5705         overwrite c-f-o's settings:
5706         (c-remove-any-local-eval-or-mode-variables): New function.
5707         (c-postprocess-file-styles): Call the above new function, within
5708         c-tentative-buffer-change, to splat `mode' and `eval' before the
5709         second hack-local-variables.
5711 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5713         * progmodes/cc-mode.el:
5714         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5715         (c-after-change): Protect the match data with save-match-data.
5716         It was getting corrupted by c-after-change-check-<>-operators.
5718         * cc-defs.el: [Supersedes patch V1.38]:
5719         (top level): Check for a buggy font-lock-compile-keywords ONLY in
5720         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
5722         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5723         with save-match-data.  It was being corrupted when Font Lock was
5724         not enabled.
5726 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5728         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5729         Mode and Subword Mode.
5731         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5732         real labels ("case 1:" or "foo:") from non-labels ("public:").
5733         (c-forward-objc-directive): Replace c-forward-token-2 with crude
5734         coding; c-f-t-2 doesn't move over a token at EOB.
5736         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5738         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5739         (c-update-modeline): Concatenate the minor mode indicators
5740         directly onto mode-name, removing c-submode-indicators.
5741         Sometimes, c-s-i got separated from the mode name on the mode line.
5743         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5744         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5746 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5748         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5749         error message when there's an evaluation error to show whether
5750         it's loaded from source or not.
5751         (c-filter-ops): Make it available at runtime too to work when
5752         `c-make-init-lang-vars-fun' needs to evaluate from source.
5754 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
5756         * help.el (help): Revert last part of 2006-02-23 change (deletion
5757         of the `provide' call).
5759 2006-02-23  Juri Linkov  <juri@jurta.org>
5761         * compare-w.el (compare-windows-highlight): Add new value
5762         `persistent' and change :type from `boolean' to `choice'.
5763         (compare-windows-overlays1, compare-windows-overlays2):
5764         New internal variables.
5765         (compare-windows-highlight): If compare-windows-highlight is
5766         `persistent', add current overlays to compare-windows-overlays[12]
5767         instead of adding compare-windows-dehighlight to pre-command-hook.
5768         (compare-windows-dehighlight): Delete all overlays from
5769         compare-windows-overlays[12].
5771         * info.el (Info-search): Don't bind search-spaces-regexp to
5772         Info-search-whitespace-regexp in non-regexp isearch mode.
5774 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5776         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5778 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
5780         * textmodes/org.el (org-xemacs-p)
5781         (org-export-html-show-new-buffer, org-table-may-need-update)
5782         (org-insert-item, org-mhe-get-message-real-folder)
5783         (org-mhe-get-message-folder-from-index)
5784         (org-mhe-get-message-folder, org-mhe-get-message-num)
5785         (org-mhe-get-header, org-make-org-heading-search-string)
5786         (org-make-org-heading-camel, org-table-sort-lines)
5787         (org-format-org-table-html, org-format-table-table-html):
5788         Fix typos in docstrings.
5790 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
5792         * textmodes/org.el (org-cleaned-string-for-export)
5793         (org-solidify-link-text): New function.
5794         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5795         XEmacs, just to silence the compiler.
5796         (org-export-as-ascii, org-export-as-html-and-open):
5797         Use `org-cleaned-string-for-export' and create internal links.
5798         (org-follow-mhe-link): Require mh-e, use folder.
5800 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5802         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5804         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5805         gdb-debug-log-length.
5806         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
5807         it a real ring but...
5808         (gud-gdba-marker-filter): ...make it work like mark-ring.
5809         (gdb-enable-debug): Rename from gdb-enable-debug-log.
5810         (gdb-mouse-jump): New function.  Add bindings.
5812 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5814         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5815         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5816         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5817         (gdb-debug-log-length): Customize it's length.
5818         (gud-watch, gdb-var-create-handler): Display function::var format
5819         but don't use to create variable object.
5820         (gdb-var-create-handler): Use message-box in place of message.
5821         (gdb-stopped): Call gdb-exited if signalled.
5823 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
5825         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5827         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5829         * textmodes/reftex.el (reftex-locate-file): Search all extensions
5830         if `reftex-try-all-extensions' is set.
5832         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5833         fail silently when there is no valid argument at point.
5834         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5835         `fail-silently' argument.  From a patch by David Reiter.
5837         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5838         New commands.
5839         (org-mark-ring): New variable.
5840         (org-mark-ring-length): New option.
5841         (org-open-at-point, org-goto, org-open-file): Push old position
5842         onto the mark ring.
5843         (org-add-hook): New function.
5844         (org-export-table-remove-special-lines): New option.
5845         (org-skip-comments, org-format-org-table-html): Respect new
5846         option `org-export-table-remove-special-lines'.
5847         (org-open-file): Allow special command configuration for
5848         directory link.
5849         (org-file-apps): Fix bugs in customize type, added setting
5850         for directories.
5851         (org-activate-tags, org-format-agenda-item, org-complete)
5852         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5853         (org-get-tags, org-get-buffer-tags, org-open-at-point)
5854         (org-link-search, org-make-org-heading-search-string)
5855         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5856         (org-radio-targets, org-file-link-context-use-camel-case)
5857         (org-activate-camels): New options.
5858         (org-update-radio-target-regexp, org-all-targets)
5859         (org-make-target-link-regexp, org-activate-target-links):
5860         New functions.
5861         (org-make-org-heading-search-string): New function.
5862         (org-store-link, org-insert-link): Use new option
5863         `org-file-link-context-use-camel-case'.
5864         (org-activate-camels): Use new option `org-activate-camels'.
5865         (org-link-regexp): Add mhe prefix.
5866         (org-open-at-point, org-store-link): Support for mhe links.
5867         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5868         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5869         (org-mhe-get-header, org-follow-mhe-link): New functions.
5870         (org-remove-angle-brackets, org-add-angle-brackets):
5871         New functions.
5872         (org-bracket-link-regexp): New constant.
5873         (org-read-date): Fix bug that was rejecting all typed dates.
5874         (org-link-search): Make hierarchy above visible after a match.
5875         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5876         (org-store-link): Fix bug with link creation when cursor is in
5877         an empty line.
5878         (org-open-at-point): Fix bug with matching a link.
5879         Fixed buggy argument sequence in call to `org-view-tags'.
5880         (org-compile-prefix-format): Set `org-prefix-has-tag'.
5881         (org-prefix-has-tag): New variable.
5882         (org-format-agenda-item): Remove tags from headline
5883         if appropriate.
5884         (org-agenda-remove-tags-when-in-prefix): New option.
5886 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
5888         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5889         Fix the regular expressions.
5891 2006-02-21  Richard M. Stallman  <rms@gnu.org>
5893         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5894         if there's no other specific basis.
5896         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5897         as variables at all.
5898         (unsafep-variable): Rename arg; doc fix.
5900         * abbrevlist.el (list-one-abbrev-table): Add autoload.
5902         * calendar/appt.el (diary-selective-display): Add defvar.
5904         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5906         * isearch.el (search-whitespace-regexp): Fix custom type.
5908         * help.el (describe-key-briefly): Compute interactive args
5909         in same was as before previous change.
5911         * files.el (enable-local-variables): Doc fix.
5913 2006-02-21  Kim F. Storm  <storm@cua.dk>
5915         * fringe.el: Cleanup as file is now pre-loaded.
5916         (fringe-bitmaps): Initialize unconditionally.
5917         (fringe-mode, set-fringe-style): Remove autoload cookies.
5919 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5921         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5922         `horizontal-bar'.
5923         (fringe-cursor-alist): Use `horizontal-bar'.
5925 2006-02-20  Kim F. Storm  <storm@cua.dk>
5927         * fringe.el (fringe-bitmaps): Update to new bitmap names.
5928         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5930         * loadup.el: Load "fringe" on window systems.
5932 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5934         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5935         out of scope components.
5937         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5938         default.
5940 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
5942         * custom.el (customize-mark-to-save, customize-mark-as-set):
5943         Load the symbol first.
5945 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5947         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5948         strech spec so it doesn't display as "^J" on the header line
5949         when `Buffer-menu-use-header-line' is t.
5951 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5953         * speedbar.el (speedbar-make-button): Keep text properties
5954         of string arguments if desired.
5956         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5957         expessions.
5959         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5960         of speedbar.
5962 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
5964         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5965         to value of `read-file-name-completion-ignore-case'.
5967 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
5969         * custom.el (customize-mark-as-set): Push to `user' theme.
5971         * cus-edit.el (custom-save-variables): Allow unthemed values.
5972         (customize-set-variable): Push setting to `user' theme.
5974 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5976         * progmodes/gud.el: Don't require font-lock as it's now
5977         automatically loaded.
5978         (gud-speedbar-buttons): Replace gdb-var-changed with
5979         gdb-force-update.
5981         * progmodes/gdb-ui.el (gdb-force-update): Rename from
5982         gdb-var-changed.
5983         (gdb-post-prompt): Use it.
5984         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5985         (gdb-var-update-handler, gdb-var-delete)
5986         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5987         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5988         gdb-force-update in gdb-post-prompt.
5989         (gdb-reset): Clear watch expressions from speedbar when quitting.
5991 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5993         * viper-cmd.el (viper-insert-state-post-command-sentinel)
5994         (viper-change-state-to-vi, viper-change-state-to-emacs):
5995         Make aware of cursor coloring in the Emacs state.
5996         (viper-special-read-and-insert-char): Use read-char-exclusive.
5997         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5999         * viper-init.el (viper-emacs-state-cursor-color): New variable.
6001         * viper-util.el (viper-save-cursor-color)
6002         (viper-get-saved-cursor-color-in-replace-mode)
6003         (viper-get-saved-cursor-color-in-insert-mode)
6004         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6005         state.
6006         (viper-get-saved-cursor-color-in-emacs-mode): New function.
6008         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6009         (ediff-ignore-case-option3, ediff-actual-diff-options)
6010         (ediff-actual-diff3-options): New variables to control case sensitivity.
6011         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6012         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6013         (ediff-toggle-ignore-case): New function.
6014         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6016         * ediff-help.el (ediff-long-help-message-narrow2)
6017         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6018         (ediff-long-help-message-word-mode): Add ignore-case command.
6019         (ediff-help-for-quick-help): Add ignore-case command.
6021         * ediff-merg.el: Move provide to the end.
6023         * ediff-ptch.el: Move provide to the end.
6025         * ediff-wind.el: Move provide to the end.
6027         * ediff-mult.el: Move provide to the end.
6028         (ediff-set-meta-overlay): Enable follow-link.
6030         * ediff.el: Move provide to the end.
6031         Break recursive load cycle in eval-when-compile.
6032         (ediff-patch-buffer): Better heuristics.
6034         * ediff-util.el: Move provide to the end.
6035         Break recursive load cycle in eval-when-compile.
6036         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
6037         defuns.
6038         (ediff-submit-report): Pass the values of ediff-diff3-program,
6039         ediff-diff3-options.
6041 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
6043         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6044         the opening bracket of the following bracketing pairs: {}, [], (), <>,
6045         `' (for example, in the docstring of `windmove-default-keybindings').
6047 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6049         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6050         shadow face.  Don't provide binding to edit variable when it is
6051         out of scope.
6053         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6054         (gdb-var-update-handler): Detect out of scope variables with pre
6055         GDB 6.4 too.
6056         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6057         Reset status of variable objects to nil in update handlers.
6058         (gdb-var-update-handler-1): Detect when a variable object comes
6059         in scope.  setcar on var changes gdb-var-list directly.
6061 2006-02-17  Juri Linkov  <juri@jurta.org>
6063         * ffap.el (ffap) <defface>: Add explicit face declaration.
6064         (ffap-highlight): Use face `ffap' directly instead of checking
6065         for its existence.
6067         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6068         `visible-ok' of `other-buffer' to find the right original buffer.
6070         * info.el (Info-search): Skip `Local Variables' node.
6072 2006-02-17  Juri Linkov  <juri@jurta.org>
6074         * info.el (Info-find-file): Check for symbols `apropos', `history',
6075         `toc' in the input filename, and return these symbols as is.
6076         (Info-find-node-2): Set Info-current-file to symbols `apropos',
6077         `history', `toc' instead of strings.
6078         (Info-set-mode-line): For non-string Info-current-file use the
6079         symbol's name inside **.
6080         (Info-isearch-push-state): Add quote before Info-current-file and
6081         Info-current-node.
6082         (Info-isearch-pop-state): Use `equal' instead of `string='.
6083         (Info-extract-pointer, Info-following-node-name): Use
6084         `match-string-no-properties' instead of `match-string'.
6085         (Info-up): Check `old-file' for `stringp'.
6086         (Info-history): Use `equal' instead of `string-equal'.
6087         Check `file' for `stringp'.
6088         (Info-history): Use symbol `history' instead of string as first arg
6089         of `Info-find-node'.
6090         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
6091         `toc' instead of string.
6092         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6093         instead of `buffer-substring', and `match-string-no-properties'
6094         instead of `match-string'.
6095         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6096         instead of strings.
6097         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6098         Use symbol `apropos' instead of string.
6099         (Info-copy-current-node-name): Check `Info-current-file' for
6100         `stringp' and construct a command with `Info-find-node' from it.
6101         (Info-fontify-node): Use `match-string-no-properties' instead of
6102         `match-string' and check file names for `stringp'.
6103         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6104         `history', `toc' instead of strings.
6106 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
6108         * files.el: Rearrange functions and variables in the file local
6109         variables section.
6111 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
6113         * files.el: Add truncate-lines, ispell-check-comments and
6114         ispell-local-dictionary as safe local variables.
6116 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
6118         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6119         out of scope variables.
6120         (gud-speedbar-buttons): Use unless.
6122         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6123         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6124         (gdb-show-changed-values): Also use for out of scope variables.
6125         (gdb-var-update-handler-1): Note if variable goes out of scope.
6127 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
6129         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6130         default to global variable values for unsupplied args.
6131         (rcirc-get-buffer-create): Fix bug with setting the target.
6132         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6133         test for rcirc-always-use-server-buffer-flag here.
6134         (rcirc-response-formats): Add %N, which is a facified nick.  %n
6135         uses the default face.  Change the ACTION format string.  If the
6136         "nick" is the server, don't print anything for that field.
6137         Comment fixes.
6138         (rcirc-target-buffer): Don't test
6139         rcirc-always-use-server-buffer-flag here.
6140         (rcirc-print): Squeeze extra spaces out of the text before message.
6141         (rcirc-put-nick-channel): Strip potential "@" char from nick
6142         before adding them to nick table.
6143         (rcirc-url-regexp): Improve to match address like "foo.com".
6145 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
6147         * allout.el (allout-hidden-p): Move this defsubst before
6148         allout-overlay-interior-modification-handler, where it is first
6149         used.
6151 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
6153         * allout.el: Use allout invisible-text overlays instead of
6154         selective display for concealed text.  Also, lots of general
6155         cleanup, and improved compatibility code.
6157         (allout-version) Incremented, corrected, revised, and refined
6158         module commentary.
6160         (provide 'allout): Moved to the bottom, added a require of overlay.
6162         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6163         `except-current'.
6164         (allout-write-file-hook-handler): Minimize delay.
6165         (count-trailing-whitespace-region): New function so
6166         auto-encryption of current topic can resituate cursor exactly.
6167         PGP/GPG encryption trims trailing whitespace from lines, which
6168         must be accounted for across encryption then decryption.
6170         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6171         just plain "\C-c", to avoid intruding on user's keybinding space.
6173         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6174         parameter, so user request to provide a new password is done.
6176         (allout-outside-normal-auto-fill-function, allout-auto-fill):
6177         Refined mechanism for auto-filling behavior while in allout mode.
6179         (allout-mode): Explicitly specify the mode map in the docstring.
6180         Clarify provision for various write-file hook var names.
6181         Adjusted for invisible-text overlays instead of selective-display.
6183         (allout-depth): Really return 0 if not within any topic.  This
6184         rectifies `allout-beginning-of-level' and sequence numbering
6185         errors that occur when cutting and pasting numbered topics.
6186         Changed from a in-line subst to a regular function, as well.
6188         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6190         (allout-end-of-subtree, allout-end-of-subtree)
6191         (allout-end-of-entry, allout-end-of-current-heading)
6192         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6193         (allout-show-children, allout-show-to-offshoot)
6194         (allout-hide-current-entry, allout-show-current-entry): Rectified
6195         handling of trailing blank lines between items.
6197         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6198         (allout-current-depth, allout-unprotected, allout-hidden-p)
6199         (allout-on-current-heading-p, allout-listify-exposed)
6200         (allout-chart-subtree, allout-goto-prefix)
6201         (allout-back-to-current-heading, allout-get-body-text)
6202         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6203         (allout-hide-region-body, allout-toggle-subtree-encryption)
6204         (allout-encrypt-string, allout-encrypted-key-info)
6205         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6206         (allout-file-vars-section-data): Adjusted for use with
6207         invisible-text overlays instead of selective-display.
6209         (allout-kill-line, allout-kill-topic, allout-yank-processing):
6210         Reworked for use with invisible text overlays.
6212         (allout-current-topic-collapsed-p): New function.
6214         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6215         to know when to close the containing topic.
6217         (allout-pre-command-business, allout-post-command-business):
6218         Simplify undo-batching and dynamic isearch exposure.
6220         (allout-set-overlay-category): New for invisible-text overlays.
6221         Sets properties of allout-overlay-category, used by
6222         allout-flag-region to set invisible-text overlay properties.
6223         (allout-get-invisibility-overlay): Get the first qualifying
6224         invisibility overlay, so we can find the extent of it.
6225         (allout-back-to-visible-text): Get to just before the beginnining
6226         of the current invisibility overlay, if any.
6228         (allout-overlay-insert-in-front-handler)
6229         (allout-overlay-interior-modification-handler)
6230         (allout-before-change-handler, allout-isearch-end-handler): New
6231         functions to handle extraordinary actions affecting concealed
6232         text.
6234         (allout-flag-region): Use overlays instead of selective-display
6235         for invisible text - by inheritence from the properties of
6236         allout-overlay-category in mainline Emacs, and applied
6237         property-by-property in XEmacs, some recent versions of which
6238         don't inherit the properties from the category.  Provisions to
6239         respond to concealed-text edits simplified drastically.
6241         (allout-isearch-rectification, allout-isearch-was-font-lock)
6242         (allout-isearch-expose, allout-enwrap-isearch)
6243         (allout-isearch-abort, allout-pre-was-isearching)
6244         (allout-isearch-prior-pos, allout-isearch-did-quit)
6245         (allout-isearch-dynamic-expose)
6246         (allout-hide-current-entry-completely): Functions deleted.
6248         (allout-undo-aggregation): Explicit undo aggregation no longer
6249         necessary due to transition away from selective-display.
6251         (set-allout-regexp, allout-up-current-level)
6252         (allout-next-visible-heading, allout-forward-current-level)
6253         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6254         (allout-kill-line, allout-yank-processing, allout-show-children)
6255         (allout-expose-topic, allout-old-expose-topic)
6256         (allout-listify-exposed, allout-insert-latex-header)
6257         (allout-toggle-subtree-encryption, allout-encrypt-string)
6258         (remove-from-invisibility-spec, allout-hide-current-subtree):
6259         Ditched unused variables.
6261 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
6263         * textmodes/ispell.el (ispell-change-dictionary): Call
6264         ispell-buffer-local-dict instead of
6265         ispell-accept-buffer-local-defs.
6266         (ispell-local-dictionary-alist): Accept as valid any coding-system
6267         supported by Emacs.
6268         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6269         changed to iso-8859-3.
6271 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
6273         * speedbar.el (speedbar-frame-width): Make an inline function
6274         instead of a macro.  Use frame-width.
6275         (speedbar-try-completion, speedbar-update-contents)
6276         (speedbar-timer-fn): Use consp.
6277         (speedbar-update-localized-contents): Try to preserve point.
6279         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6280         (menu): Re-order menu items.
6281         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6282         field.
6283         (gdb-var-update-handler-1): Use it for GDB 6.4+.
6284         (gdb-post-prompt): Speed things by not forcing update.
6286 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
6288         * wid-edit.el (widget-button-click): For mouse-1, cancel button
6289         press and perform default action if we get a mouse movement event.
6291 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6293         * calendar/icalendar.el (icalendar--get-event-property)
6294         (icalendar--get-event-property-attributes): Fix typos in
6295         docstrings.
6297         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6298         docstring.
6300 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
6302         * bs.el (bs-mode): Use `buffer-disable-undo'.
6303         (bs--get-file-name): Simplify.
6304         (bs-show-in-buffer): Mark the buffer as not modified.
6306 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6308         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6309         widget-button-click.
6311         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6312         (custom-mode): Update docstring.
6314         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6315         binding.
6317         * files.el (hack-local-variables-confirm): Allow scrolling if the
6318         file variable list is too long.  Kill temp buffer after use.
6320 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
6322         * progmodes/gud.el (gdb): Improve doc string.
6323         (gdb-script-font-lock-keywords): Expand allowed character set.
6325         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6326         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6327         (gdb-separate-io-interrupt, gdb-separate-io-quit)
6328         (gdb-separate-io-stop, gdb-separate-io-eof):
6329         Rename from gdb-inferior-* to gdb-separate-*.
6330         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6332 2006-02-14  Jay Belanger  <belanger@truman.edu>
6334         * calc/calc-arith.el (math-check-known-scalarp): Make sure
6335         expression is a symbol before checking that it is bound.
6337         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6338         test to see if equation can be solved.
6340 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6342         * wid-edit.el (widget-button-click): Use :pressed-face property
6343         for overlay face, if it exists.
6345         * cus-edit.el (custom-manual, custom-add-see-also)
6346         (custom-add-parent-links, custom-group-link): Add :pressed-face
6347         property to links.
6349         * files.el (hack-local-variables): Remove ignored variables before
6350         checking if any variables need setting.
6352 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6354         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6356 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6358         * help.el (where-is): Fix message for remapped commands.
6360         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6361         Fix typos in docstrings.
6363 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6365         * files.el (safe-local-variable-values): New option.
6366         (hack-local-variables-prop-line): Return a list of variable-value
6367         pairs if MODE-ONLY is non-nil.
6368         (hack-local-variables): Construct list of variable-value pairs,
6369         and apply or reject them in one go.  Ask for confirmation if
6370         variables are not known safe.
6371         (hack-local-variables-confirm): Complete rewrite.  Support
6372         `safe-local-variable-values'.
6373         (enable-local-variables): Update docstring to reflect new
6374         behavior.
6375         (ignored-local-variables): Ignore ignored-local-variables and
6376         safe-local-variable-values.
6377         (safe-local-variable-p): New function.
6378         (risky-local-variable-p): `safe-local-variable' property check
6379         moved to safe-local-variable-p.
6380         (hack-one-local-variable): Checks moved to hack-local-variables.
6382         (byte-compile-dynamic, c-basic-offset, c-file-style)
6383         (c-indent-level, comment-column, fill-column, fill-prefix)
6384         (indent-tabs-mode, kept-new-versions, no-byte-compile)
6385         (no-update-autoloads, outline-regexp, page-delimiter)
6386         (paragraph-start, paragraph-separate, sentence-end)
6387         (sentence-end-double-space tab-width, version-control):
6388         Add `safe-local-variable' property.
6390         * find-lisp.el: Delete nonexistent `autocompile' file variable.
6392         * icomplete.el, play/landmark.el: Change nonexistent
6393         `outline-layout' file variable to `allout-layout'.
6395 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
6397         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6398         (gdb-get-changed-registers): Test value of gud-minor-mode relative
6399         to gud-comint-buffer.
6400         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6401         gdb-ui.el for gdb-mi.el.
6402         (gdb-post-prompt, gdb-get-changed-registers): Move test for
6403         registers buffer to gdb-get-changed-registers.
6404         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
6405         deletion of catchpoints (throw and catch).
6406         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6407         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6408         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6409         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6410         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6412 2006-02-13  Jay Belanger  <belanger@truman.edu>
6414         * calc/calc-arith.el (math-check-known-matrixp): Make sure
6415         expression is a symbol before checking that it is bound.
6417 2006-02-13  Richard M. Stallman  <rms@gnu.org>
6419         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6420         for the minibuffer too, but not if resize-mini-windows will interfere.
6422         * help.el (describe-key-briefly, describe-key): Do all arg-reading
6423         inside `interactive' spec.
6424         (describe-key-briefly-internal, describe-key-internal):
6425         Functions merged back into their callers.
6427 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
6429         * info.el (info-xref-visited): Inherit from info-xref too.
6430         (Info-set-mode-line): Replace occurrences of `%' by `%%'
6431         when propertizing Info-current-file and Info-current-node.
6433 2006-02-13  Juri Linkov  <juri@jurta.org>
6435         * tumme.el (tumme-thumbnail-storage): Fix docstring.
6436         (tumme-thumb-name): Fix per-directory format.
6438 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
6440         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6442 2006-02-12  Miles Bader  <miles@gnu.org>
6444         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6446 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
6448         * tumme.el: Remove history section.  If someone needs the it, it
6449         can always be found in CVS.
6451 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6453         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
6454         about the Thumbnail Managing Standard option.
6456 2006-02-12  Richard M. Stallman  <rms@gnu.org>
6458         * subr.el (substitute-key-definition): Doc fix.
6460         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6462         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6464         * info.el (Info-mode): Doc fix.
6466         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6468 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
6470         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6471         because on Solaris a POSIX compatible "id" is needed.  Reported by
6472         Magnus Henoch <mange@freemail.hu>.
6474 2006-02-12  Juri Linkov  <juri@jurta.org>
6476         * tumme.el: Remove todo item about Thumbnail Managing Standard.
6477         (tumme) <defgroup>: Change :group to `multimedia'.
6478         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6479         Managing Standard.
6480         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6481         Fix dostring.
6482         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6483         and %y.  Fix docstring.
6484         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6485         (tumme-cmd-create-standard-thumbnail-command): New user options.
6486         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6487         is `standard'.  Fix docstring.
6488         (tumme-thumb-width, tumme-thumb-height): New user options.
6489         (tumme-external-viewer): Try to find various viewers.
6490         (tumme-get-thumbnail-image): Use `create-image' instead of
6491         constructing the `image' structure.
6492         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6493         `standard'.
6494         (tumme-thumb-name): Add file name generation for standard storage.
6495         Simplify code for other storages.
6496         (tumme-thumb-name): Use width %w and height %h instead of size %s.
6497         Add modification time %m and thumbnail-nq8 %q.
6498         Use `tumme-cmd-create-standard-thumbnail-command' if
6499         tumme-thumbnail-storage is `standard'.
6500         (tumme-dired-insert-marked-thumbs): New autoload command.
6501         (tumme-dired-after-readin-hook): New function.
6502         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6503         `tumme-thumb-size'.
6504         (tumme-display-image): Replace size-x %x and size-y %y with
6505         width %w and height %h.
6507         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6508         `tumme-dired-insert-marked-thumbs'.
6510 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6512         * tumme.el (tumme-write-tag): Fix small bug (file name did not
6513         include path).
6514         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6515         matching tag.
6517 2006-02-12  Miles Bader  <miles@gnu.org>
6519         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6520         New variables.
6521         (rcirc-abbrev-nick): New function.
6522         (rcirc-format-response-string): Rewrite to use the formats in
6523         `rcirc-response-formats' and expand escape sequences therein.
6524         A text-property `rcirc-text' is added over the actual response
6525         text to make easy to find inside the returned string.
6526         (rcirc-print): When filling, just look for the `rcirc-text'
6527         text-property to find the appropriate fill prefix, instead of
6528         using hardwired patterns.
6530 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
6532         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
6533         Managing Standard.
6535 2006-02-11  Kim F. Storm  <storm@cua.dk>
6537         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6538         Don't use insert-buffer; do insert-buffer-substring directly.
6539         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
6541 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
6543         * files.el (revert-buffer, recover-file): Replace buffer-read-only
6544         with inhibit-read-only.  Suggested by Stefan Monnier.
6545         (revert-buffer): Let insert-file-contents discard
6546         buffer-undo-list.  Simplify code.
6547         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6549 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
6551         * menu-bar.el (menu-bar-select-yank): Add a doc string.
6553         * help.el (describe-key-briefly): Now a wrapper for
6554         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
6555         to t.  Populate yank-menu if empty.
6556         (describe-key-briefly-internal): Renamed from describe-key-briefly.
6557         (describe-key): Now a wrapper for describe-key-internal.  Bind
6558         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
6559         (describe-key-internal): Renamed from describe-key.
6561 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
6563         * progmodes/glasses.el (glasses-separator): Doc fix.
6564         (glasses-original-separator): New defcustom.
6565         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6567 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
6569         * mwheel.el (mouse-wheel-up-event): Doc fix.
6571 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
6573         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6574         (tumme-dir): New function.  Copied from thumbs.el.
6576 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
6578         * desktop.el (desktop-outvar): Fix typo.
6579         (desktop-save-buffer-p): Doc fix.
6581         * subr.el (substitute-key-definition): Fix typo.
6583 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6585         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6586         when window-system is mac.
6588         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6590 2006-02-10  Kim F. Storm  <storm@cua.dk>
6592         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6593         indirect-function instead of using condition-case.
6595 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
6597         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6598         less `colloquial'...
6600 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
6602         * tumme.el: Add a couple of todo items.
6604 2006-02-09  Lars Hansen  <larsh@soem.dk>
6606         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6607         (highlight-changes-mode): Don't change desktop-locals-to-save.
6609 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
6611         * image-mode.el (image-toggle-display): Clear image cache if using
6612         filename.
6614 2006-02-09  Masatake YAMATO  <jet@gyve.org>
6616         * dired-x.el (dired-guess-shell-alist-default): Add .man as
6617         a `dired-man' target.
6619         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6620         boundary of symbols.
6622 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
6624         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6626 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
6628         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6629         `mapcar'; return nil.
6631 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
6633         * mouse.el (mouse-drag-track): Don't change window if we rebind to
6634         some other event.
6636 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
6638         * net/rcirc.el (rcirc-startup-channels-alist):
6639         Add irc.freenode.net and #emacs as defaults.
6640         (rcirc-ignore-all-activity-flag): Remove variable.
6641         (rcirc-authinfo): New variable.
6642         (rcirc-authinfo-filename): Remove variable.
6643         (rcirc-always-use-server-buffer-flag): New flag.
6644         (rcirc): M-x rcirc will automatically connect without prompting.
6645         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
6646         connection in lisp.
6647         (rcirc-process-server-response-1): Remove everything but the nick
6648         portion of the sender so it doesn't need to be done everywhere
6649         else.  Update related code.
6650         (global-map): Remove global keybindings.
6651         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6652         (rcirc-send-input): Split into several functions.
6653         (rcirc-process-input-line, rcirc-process-message)
6654         (rcirc-process-command): New functions.
6655         (rcirc-target-buffer): New function to determine where to route
6656         messages.
6657         (rcirc-user-nick): Save match data.
6658         (rcirc-toggle-ignore-buffer-activity)
6659         (rcirc-update-activity-string): Remove global ignore functionality,
6660         which can be done now by toggling rcirc-track-minor-mode.
6661         (rcirc-track-minor-mode-map): New keymap.
6662         (rcirc-track-minor-mode): New minor-mode.
6663         (ignore): Make the ignore output nicer.  Always print it when
6664         adding or removing nicks.
6665         (rcirc-url-regexp): Improve.
6666         (rcirc-mangle-text): Remove properties before using text in the
6667         modeline.
6668         (rcirc-authenticate): Authentication data comes from
6669         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6670         (rcirc-server-prefix): Inherit from rcirc-server.
6672 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
6674         * Makefile.in (compile): Append "|| true" to the end of the `find'
6675         command, like compile-always does.
6677 2006-02-08  Sam Steingold  <sds@gnu.org>
6679         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6680         output from a dead connection.
6682 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6684         * dired.el (dired-mode-map): Add more bindings for tumme.
6686 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6688         * wdired.el (wdired-mode-map): Use remap.
6689         (wdired-get-filename): Massage.
6690         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6691         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6692         `keymap' property rather than `local-map'.
6694 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6696         * tumme.el (tumme-get-thumbnail-image): New utility function.
6697         Suggested by from Chong Yidong.
6698         (tumme-dired-with-window-configuration): Rename from
6699         `tumme-dired'.  Add code to save window configuration.
6700         (tumme-restore-window-configuration): New command to restore the
6701         window configuration that `tumme-dired-with-window-configuration'
6702         saves before it changes the window configuration.
6703         (tumme-show-all-from-dir): New command to display thumbnails for
6704         all files in a directory entered by the user, like M-x thumbs.
6705         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6706         have been created.
6707         (tumme-display-thumbnail-original-image): Call `display-buffer'.
6708         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6709         Remove obsolete test function.
6711 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
6713         * vc.el (small-temporary-file-directory): Remove defvar; there's
6714         a defcustom for it in files.el.
6716         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6717         Fix typo in message.
6718         (tumme-gallery-generate): Fix typo in `error' message.
6719         (tumme-display-window-height-correction)
6720         (tumme-display-window-width-correction, tumme-line-up-dynamic)
6721         (tumme-line-up-interactive): Dox fixes.
6722         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6723         (tumme-restore-window-configuration, tumme-format-properties-string)
6724         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6725         Fix typos in docstrings.
6727 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
6729         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6731 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
6733         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6734         User should use hook if desired.
6736         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6737         buffer if necessary.
6738         (gdb-delete-frame-or-window): New function.
6739         (gdb-breakpoints-mode-map): Bind "q" to it.
6741 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6743         * textmodes/nroff-mode.el: Clean up name space.
6744         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6745         (nroff-mode): Obey the global setting of nroff-electric-mode.
6746         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6748         * calendar/calendar.el (calendar-increment-month): Typo in last change.
6750 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
6752         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6754 2006-02-06  Lars Hansen  <larsh@soem.dk>
6756         * generic-x.el (etc-fstab-generic-mode): Add file system types
6757         cifs and usbdevfs.  Allow special chars in file names.
6759 2006-02-05  Jay Belanger  <belanger@truman.edu>
6761         Update copyright notices of the files in lisp/calc.
6763 2006-02-05  Romain Francoise  <romain@orebokech.com>
6765         Update copyright notices of all files in the lisp/play directory.
6767 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
6769         * ldefs-boot.el: Regenerate.
6771         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6773 2006-02-05  Kim F. Storm  <storm@cua.dk>
6775         * files.el (magic-mode-regexp-match-limit): New defvar.
6776         (set-auto-mode): Use it to limit magic-mode-alist matching.
6778 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
6780         * simple.el (display-message-or-buffer): Compare the number of
6781         characters to the frame width when determining whether a 1-line
6782         message string will fit in the echo area.  Count screen lines
6783         instead of buffer lines when determining whether a multi-line
6784         message will fit in the echo area/minibuffer window.
6786 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
6788         * info.el (Info-index, Info-mode): Improve the description of the
6789         `i' command.
6791         * ldefs-boot.el: Regenerate.
6793 2006-02-03  Werner Lemberg  <wl@gnu.org>
6795         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6796         greedy to find the closing bracket in \*[...] and similar
6797         expressions.  This is a first rough fix -- many additional
6798         refinements are necessary to make nroff mode really usable with groff.
6800 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
6802         * international/mule-cmds.el (set-locale-environment):
6803         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6804         libX11.
6806 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
6808         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6809         archive are created in archive-tmpdir.
6811 2006-02-02  John Paul Wallington  <jpw@pobox.com>
6813         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6814         (ibuffer-fontification-alist): Use it.
6815         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6816         to "* z" and the Ibuffer Mark menu.
6818         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6820 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6822         * textmodes/table.el (*table--cell-describe-mode)
6823         (*table--cell-describe-bindings): Undo last change since
6824         print-help-return-message is not obsoleted by anything at all.
6826 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6828         * emulation/cua-base.el (cua-mode): Doc fix.
6830 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
6832         * dframe.el (dframe-handle-make-frame-visible)
6833         (dframe-handle-iconify-frame, dframe-get-focus)
6834         (dframe-select-attached-frame, dframe-power-click)
6835         (dframe-frame-mode): Fix typos in docstrings.
6837         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6838         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6839         Fix typos in docstrings.
6841         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6842         (hi-lock-face-buffer, hi-lock-font-lock-hook)
6843         (hi-lock-archaic-interface-message-used)
6844         (hi-lock-file-patterns-range): Fix typos in docstrings.
6846         * savehist.el (savehist-loaded, savehist-load, savehist-install)
6847         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6849         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6850         Fix typo in docstring.
6852         * net/newsticker.el (newsticker--decode-iso8601-date)
6853         (newsticker--set-customvar, newsticker--buffer-insert-item)
6854         (newsticker--do-run-auto-mark-filter)
6855         (newsticker--parse-generic-feed): Doc fixes.
6856         (newsticker--retrieval-timer-list, newsticker-url-list)
6857         (newsticker-hide-immortal-items-in-echo-area)
6858         (newsticker-hide-obsolete-items-in-echo-area)
6859         (newsticker-new-item-face, newsticker--enclosure)
6860         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6861         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6862         (newsticker--parse-generic-feed, newsticker--cache-contains)
6863         (newsticker--stat-num-items, newsticker-download-enclosures):
6864         Fix typos in docstrings.
6866         * net/rcirc.el (rcirc-debug): Doc fix.
6867         (rcirc-fill-column, rcirc-receive-message-hooks)
6868         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6869         (rcirc-mode, rcirc-generate-new-buffer-name)
6870         (rcirc-startup-channels, rcirc-ignore-update-automatic)
6871         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6872         Fix typos in docstrings.
6873         (rcirc-print): "?\ " -> "?\s".
6874         (rcirc-cmd-join): Improve argument/docstring consistency.
6876 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
6878         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6879         before narrow-to-region.
6881 2006-02-01  Richard M. Stallman  <rms@gnu.org>
6883         * simple.el (move-beginning-of-line): Scan properly for invis change.
6885         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6887 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
6889         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6890         change bit only when id-format is 'integer.  Reported by Matt
6891         Hodges <M.P.Hodges@rl.ac.uk>.
6893 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
6895         * hilit-chg.el (highlight-changes-initial-state)
6896         (highlight-changes-global-initial-state): Doc fixes.
6897         (highlight-changes-global-modes, global-highlight-changes):
6898         Fix typos in docstrings.
6900 2006-02-01  Kim F. Storm  <storm@cua.dk>
6902         * emulation/cua-base.el (cua-mode): Mention that CUA enables
6903         transient-mark-mode in doc string.
6905 2006-01-31  Richard M. Stallman  <rms@gnu.org>
6907         * replace.el (multi-occur): Doc fix.
6908         (multi-occur-in-matching-buffers): Rename from
6909         multi-occur-by-filename-regexp.  Prefix arg says match
6910         buffer names instead of file names.
6912 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
6914         * bs.el: Allow non-default values of `bs-header-lines-length'.
6915         (bs--running-in-xemacs): Remove (not needed anymore).
6916         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6917         instead of `shrink-window', thus avoiding having to compute the
6918         height of the window.
6919         (bs--up): Wrap around even when there's no header.
6920         (bs--down): Use `forward-line' instead of `next-line'.
6922 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
6924         * image-mode.el (image-toggle-display): Use file name if possible,
6925         instead of unnecessarily allocating a (possibly huge) lisp string.
6927 2006-01-30  John Paul Wallington  <jpw@pobox.com>
6929         * subr.el (toplevel): Define `cl-assertion-failed' condition here
6930         because the `assert' macro signals it at runtime.
6932         * emacs-lisp/cl.el (toplevel): Remove definition of
6933         `cl-assertion-failed' condition.
6935 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
6937         * thumbs.el (thumbs-marked-list): Make buffer-local and
6938         permanent-local.
6939         (thumbs-insert-thumb): Make help-echo non-sticky.
6940         (thumbs-file-alist): Use eolp as check for (non)-image.
6942 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
6944         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6945         (ediff-before-session-group-setup-hooks)
6946         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6947         Fix typos in docstrings.
6949         * window.el (bw-dir, bw-eqdir, balance-windows)
6950         (split-window-keep-point): Fix typos in docstrings.
6952         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6953         (org-quote-string, org-calendar-to-agenda-key)
6954         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6955         (org-show-following-heading, org-tags-column)
6956         (org-use-tag-inheritance, org, org-allow-space-in-links)
6957         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6958         (org-enable-table-editor, org-calc-default-modes)
6959         (org-table-allow-automatic-line-recalculation)
6960         (org-export-html-style, org-export-with-fixed-width)
6961         (org-export-with-sub-superscripts, org-special-keyword)
6962         (org-formula, org-time-grid, org-table-may-need-update)
6963         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6964         (org-goto-quit, org-get-indentation, org-end-of-item)
6965         (org-move-item-down, org-move-item-up)
6966         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6967         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6968         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6969         (org-agenda-log-mode, org-agenda-toggle-diary)
6970         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6971         (org-agenda-file-to-end, org-agenda-no-heading-message)
6972         (org-agenda-get-closed, org-format-agenda-item)
6973         (org-cmp-priority, org-cmp-category, org-cmp-time)
6974         (org-agenda-change-all-lines, org-agenda-diary-entry)
6975         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6976         (org-link-search, org-camel-to-words, org-open-file)
6977         (org-remember-handler, org-table-convert-region)
6978         (org-table-move-row-down, org-table-move-row-up)
6979         (org-table-copy-region, org-table-wrap-region)
6980         (org-table-toggle-vline-visibility)
6981         (org-table-get-vertical-vector, org-table-modify-formulas)
6982         (org-table-get-specials, org-recalc-commands)
6983         (org-table-rotate-recalc-marks, org-table-eval-formula)
6984         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6985         (org-level-color-stars-only, org-insert-heading):
6986         Fix typos in docstrings.
6987         (last-arg): Add defvar.
6989         * makefile.w32-in (WINS): Add erc.
6990         (MH_E_SRC): Update (copied from lisp/Makefile.in).
6992 2006-01-29  Bill Wohler  <wohler@newt.com>
6994         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6995         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6996         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
6997         (mh-autoloads): Don't use comments on otherwise empty lines.
6999 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
7001         * emulation/viper.el (viper-major-mode-modifier-list): Add
7002         insert-state and vi-state entries for erc-mode.
7003         (viper-go-away, viper-set-hooks): Add and remove
7004         viper-comint-mode-hook from erc-mode-hook as appropriate.
7006         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7008 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
7010         * bs.el (bs--format-aux): Implement `middle' alignment as
7011         described in the docstring for `bs-attributes-list'.
7012         (bs--get-name): Simplify.  Don't pad the buffer name.
7014 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
7016         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7017         English aspell dictionary is installed, use the first entry of
7018         ispell-dictionary-alist-1.
7020 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
7022         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7023         Doc fix.
7025 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
7027         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7028         for `process-file', in order to let it work for older Emacsen too.
7030 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7032         * international/latexenc.el: Add a suitable `coding:' tag.
7033         (latexenc-find-file-coding-system): Undo last change.
7035 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7037         * international/latexenc.el (latexenc-find-file-coding-system):
7038         Make sure latexenc-main-file is a regular file and is readable.
7040 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
7042         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7043         Pass FILE to vc-user-login-name.
7045         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7047 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
7049         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7050         there are no more images to display.
7051         (thumbs-mark, thumbs-unmark): Revert change so that they move to
7052         the next image.
7054 2006-01-26  Richard M. Stallman  <rms@gnu.org>
7056         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7058         * wid-edit.el (advertised-widget-backward): New alias.
7059         (widget-keymap): Use advertised-widget-backward for S-TAB.
7061         * tumme.el: Correct the keywords.
7062         (tumme-dir-max-size): Use defvar.
7063         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7065         * simple.el (move-beginning-of-line): Take account of fields.
7066         (clone-indirect-buffer-other-window): Take args like
7067         clone-indirect-buffer, and work like it.
7069         * help-fns.el (describe-function): Don't pass `nil' as default.
7071         * files.el (risky-local-variable-p): Follow var aliases.
7073         * subr.el (lazy-completion-table): Doc fix.
7075         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7076         global binding of `line'.
7078 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
7080         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7081         Tramp.
7083         * vc.el (vc-default-dired-state-info): Pass FILE to
7084         vc-user-login-name.
7085         (vc-default-update-changelog): Don't use vc-user-login-name, we
7086         don't need it here.
7088         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7089         no longer necessary.
7091 2006-01-25  Kenichi Handa  <handa@m17n.org>
7093         * international/mule.el (decode-char): Avoid the overhead of
7094         calling utf-lookup-subst-table-for-decode if
7095         utf-translate-cjk-mode is nil.
7096         (encode-char): Avoid the overhead of calling
7097         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7098         nil.
7100 2006-01-22  Kenichi Handa  <handa@m17n.org>
7102         * international/mule.el (make-subsidiary-coding-system): Reset
7103         `coding-system-define-form' property of subsidiaries to nil.
7104         Avoid duplicated entry in coding-system-alist.
7105         (make-coding-system): Avoid duplicated entry in
7106         coding-system-alist.
7107         (define-coding-system-alias): Likewise.
7109 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
7111         * completion.el: Minor fixes in introductory comment.
7112         (completion-def-wrapper): Fix alist.
7114 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
7116         * thumbs.el (thumbs-new-image-size): New function.
7117         (thumbs-increment-image-size-element)
7118         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7119         (thumbs-decrement-image-size): Delete.
7120         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
7121         temp files and use to resize.
7122         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7123         Use increment argument to enlarge/shrink.  Preserve point.
7124         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7125         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7126         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7127         (thumbs-mark, thumbs-unmark): Preserve point.
7128         (thumbs-modify-image): Keep old temp files and use to modify.
7129         Cleanup old temp files at load time.  Preserve point.
7130         (thumbs-view-image-mode-map): Use new command names.
7132 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7134         * log-view.el (log-view-minor-wrap): First rev is the one at point.
7136         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7137         the nastiest part of the cyclic dependency.
7138         (cal-menu-update): Use dotimes and calendar-increment-month.
7140         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7141         (calendar-week-start-day): Add an :initializer.
7142         (calendar-mode-map): Use suppress-keymap, and command remapping.
7143         (describe-calendar-mode): Setup xref-stack info for the back button.
7144         (calendar-star-date): Insert before delete.
7145         (calendar-set-mode-line): Add file-modified info if applicable.
7146         (calendar-increment-month): New function.
7148 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
7150         * font-lock.el (lisp-font-lock-keywords-2):
7151         Recognize "& keywords" only at word boundaries.
7153 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
7155         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
7156         and permanent-local.
7157         (thumbs-max-image-number): New variable.
7158         (thumbs-do-thumbs-insertion): Use them.
7159         (thumbs-per-line): Change default to 4.
7160         (thumbs-marked-list): Rename from thumbs-markedL.
7161         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7162         (thumbs-rename-images): Use -list instead of L for internal variables.
7163         (thumbs-call-convert): Use call-process instead of shell-command.
7164         (thumbs-insert-thumb): Add filename as help-echo to each image.
7165         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7166         Give dir to thumbs-show-thumbs-list.
7167         (thumbs-show-thumbs-list): Set default-directory to that of images.
7168         (thumbs-dired-show): Rename from thumbs-dired-show-all.
7169         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7170         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7171         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7173 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7175         * ses.el (ses-read-cell): Provide a default value.
7177 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
7179         * term/w32-win.el (image-library-alist): Add additional names for
7180         GIF library.
7182 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7184         * international/latexenc.el (latexenc-find-file-coding-system):
7185         Add file-regular-p check.
7187 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7189         * simple.el (clone-buffer): Don't show the new buffer in the same
7190         window.
7192 2006-01-23  Juri Linkov  <juri@jurta.org>
7194         * faces.el (link, link-visited): New faces based on default values
7195         of `info-xref' and `info-xref-visited'.
7197         * info.el (info-xref): Inherit from `link'.
7198         (info-xref-visited): Inherit from `link-visited'.
7200         * cus-edit.el (custom-buffer-create-internal): Use widget type
7201         `custom-manual' instead of `info-link' and don't set properties
7202         `button-face' and `mouse-face' explicitly.
7203         (custom-browse-group-tag, custom-browse-variable-tag)
7204         (custom-browse-face-tag): Inherit from widget class
7205         `custom-group-link' instead of `push-button'.
7206         (custom-button-unraised): Inherit from `underline' face.
7207         (custom-link): Inherit from `link' face.  Fix doc and group.
7208         (custom-add-parent-links, custom-group-value-create): Don't set
7209         properties `button-face' and `mouse-face' explicitly for
7210         `custom-group-link' widget.
7211         (custom-group-link): Add properties `button-face' and `mouse-face'
7212         to widget definition.
7213         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
7214         editable-field's :keymap property.
7215         (custom-mode): Fix docstring: substitute keybindings for
7216         `widget-forward' and `widget-backward' from `widget-keymap',
7217         `widget-complete' from `custom-field-keymap', replace old
7218         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
7220         * desktop.el (desktop-load-file): Check for `fboundp' before
7221         calling `symbol-function'.
7223         * simple.el (clone-buffer, clone-indirect-buffer)
7224         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7225         `read-string'.  Fix prompts.
7227         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7229 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
7231         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7233 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
7235         * startup.el (inhibit-splash-screen, initial-scratch-message):
7236         Doc fixes.
7238 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7240         Sync with Tramp 2.0.52.
7242         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7243         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
7244         `tramp-unload-tramp' for checklist.
7246         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7247         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
7248         (tramp-unload-file-name-handler-alist)
7249         (tramp-unload-tramp): New defuns.
7250         (tramp-advice-PC-expand-many-files): New defadvice.
7251         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7252         removed.
7253         (tramp-handle-expand-file-name): Remove double slash.
7254         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7255         It doesn't matter, because it will be converted later on.
7256         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
7257         implementation was just heuristic.
7258         (tramp-post-connection): Set uid and gid properties.
7259         (tramp-convert-file-attributes): Set file's gid change bit.
7260         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7261         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7262         in case of su(do)? methods.  The home directory of the local user
7263         will be taken else.
7264         (tramp-open-connection-telnet)
7265         (tramp-open-connection-rsh, tramp-open-connection-su)
7266         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
7267         local shell prompt could hurt.  Reported by Romain Francoise
7268         <romain@orebokech.com>.
7269         (tramp-let-maybe): Add `edebug-form-spec' property.
7270         (tramp-handle-expand-file-name): Bind `default-directory' locally
7271         to "/" in order to avoid problems with UNC shares or Cygwin
7272         mounts.
7273         (tramp-md5-function): Fix typo in error message.
7275         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7277         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7278         for byte-compiler pacification.
7280 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
7282         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7283         ID-FORMAT `string'.  This allows us to get rid of
7284         `vc-user-login-name UID'.
7286         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7288 2006-01-22  John Paul Wallington  <jpw@pobox.com>
7290         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7292 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
7294         * emacs-lisp/find-func.el (find-definition-noselect)
7295         (find-variable-noselect): Search variables in C source code too.
7296         (find-function-C-source, find-function-noselect, find-function)
7297         (find-function-other-frame, find-variable-noselect, find-variable)
7298         (find-variable-other-frame, find-variable-at-point):
7299         Fix docstrings.
7301 2006-01-21  Francesco Potorti`  <pot@gnu.org>
7303         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7305 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
7307         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7308         Default to disabling the "Save affix" question.
7310 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
7312         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7313         the first arg to run-python.
7315 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7317         * startup.el (command-line-1): Handle --no-desktop if desktop.el
7318         is not loaded.
7320 2006-01-20  Jay Belanger  <belanger@truman.edu>
7322         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7323         limit is 0.
7325         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7326         the correct variable.
7328 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
7330         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7331         link.  Fixed buggy argument sequence in call to `org-view-tags'.
7332         (org-compile-prefix-format): Set `org-prefix-has-tag'.
7333         (org-prefix-has-tag): New variable.
7334         (org-format-agenda-item): Remove tags from headline if
7335         appropriate.
7336         (org-agenda-remove-tags-when-in-prefix): New option.
7337         (org-get-tags-at): New function.
7339 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
7341         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
7342         (thumbs-find-image): Move image name and number from buffer name
7343         to mode name.  Set thumbs-buffer.  Preserve point so that large
7344         images remain visible.
7345         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7346         order.
7347         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
7348         mode name.
7349         (thumbs-next-image, thumbs-previous-image): Make them work.
7351 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
7353         * cus-edit.el (custom-buffer-create-internal): State in the text above
7354         the whole buffer buttons that they do not operate on hidden items.
7355         (custom-face-menu): Use `custom-face-save' instead of
7356         `custom-face-save-command'.
7357         (custom-face-save-command): Make it an alias for `custom-face-save'
7358         and declare it obsolete.
7359         (custom-face-save): Doc fix.
7361         * dired.el (dired-no-confirm): Add quote.
7362         (dired-subdir-alist-pre-R): Add quote in
7363         `make-variable-buffer-local' form and remove unbalanced parenthesis.
7365 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7367         * textmodes/table.el (table-mode-indicator): Typo in last change.
7369 2006-01-19  Richard M. Stallman  <rms@gnu.org>
7371         * outline.el (hide-leaves): Don't call outline-end-of-heading.
7372         Fixes bug reported in Nov 2005.
7374         * isearch.el (isearch-forward): Doc fix.
7376         * dired.el (dired-move-to-filename-regexp): Define as alias.
7377         (dired-no-confirm): Use defcustom.
7378         (dired-subdir-alist-pre-R): Put defvar at top level.
7380         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7382         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7383         Mark as risky.
7385         * simple.el (set-mark-command): Doc fix.
7386         (clone-indirect-buffer-other-window):
7387         Read arg like clone-indirect-buffer.
7388         (move-beginning-of-line): Skip invisible newlines.
7390 2006-01-19  Masatake YAMATO  <jet@gyve.org>
7392         * progmodes/cpp.el (cpp-edit-load): Make the order of
7393         listed conditions in a base C code buffer and its associate
7394         CPP Edit buffer the same.
7396 2006-01-19  Kenichi Handa  <handa@m17n.org>
7398         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7399         (rmail-mime-feature): Likewise.
7400         (rmail-require-mime-maybe): Use display-warning to show a warning
7401         message.
7403         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7404         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7406 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7408         * array.el: Move defvars out of eval-when-compile.
7409         (array-make-template): Replace undeclared global var with a local one.
7410         (array-mode): Inline initialization functions.
7411         (array-init-local-variables, array-init-max-row)
7412         (array-init-max-column, array-init-columns-per-line)
7413         (array-init-field-width, array-init-rows-numbered)
7414         (array-init-line-length, array-init-lines-per-row): Remove.
7416         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
7417         (doc-mode-map): Define explicitly.
7418         (doctor-txtype): Use mapc.
7420         * textmodes/table.el: Move defvars out of eval-when-compile.
7421         Remove harmful code meant to avoid byte-compiler warnings.
7422         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
7423         specification that checks table-fixed-width-mode directly.
7424         (table-recognize-region, table-recognize-cell):
7425         Use restore-buffer-modified-p.
7426         (table-fixed-width-mode): Remove code that refreshes
7427         table-fixed-mode-indicator.
7428         (*table--cell-describe-bindings, *table--cell-describe-mode):
7429         Avoid obsolete name print-help-return-message.
7430         (table--test-cell-list): Don't use replace-regexp from elisp.
7431         (table--point-entered-cell-function, table--point-left-cell-function):
7432         Don't set table-fixed-mode-indicator, use force-mode-line-update.
7434         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
7435         that was after the end of file.  Use buffer-file-name variable.
7436         (org-timestamp-change): Use with-current-buffer.
7437         (org-todo-list): Don't unnecessarily define a new buffer-local var.
7438         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7439         `file'.
7441         * progmodes/fortran.el: Move defvars out of eval-when-compile.
7442         (fortran-break-line): Remove unused var `opoint'.
7443         (fortran-abbrev-start): Obey help-event-list.
7445 2006-01-18  Jesper Harder  <harder@phys.au.dk>
7447         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7449 2006-01-18  Masatake YAMATO  <jet@gyve.org>
7451         * progmodes/make-mode.el (makefile-imake-mode): New mode
7452         derived from makefile-mode.
7453         (makefile-imake-mode-syntax-table): New syntax table
7454         derived from makefile-mode-syntax-table.
7455         (makefile-mode): Write about makefile-imake-mode in doc string.
7456         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7457         (makefile-imake-font-lock-keywords): New font lock keywords.
7459         * files.el (auto-mode-alist): Add Imakefile.
7461 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
7463         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7464         loading the file rather than when turning on flyspell-mode.
7466 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7468         * cus-edit.el (customize-rogue): Minor doc fix.
7470 2006-01-17  Juri Linkov  <juri@jurta.org>
7472         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7473         instead of the file at the mark as default if the file at the mark
7474         is the same as the file at point or if dired-dwim-target-directory
7475         is not the same as the current directory and the mark is not active.
7477         * log-view.el (log-view-minor-wrap): Use the same logic to get
7478         revisions as `log-view-diff'.
7480         * info.el (Info-revert-find-node): Check for Info-current-file
7481         before preserving new-history.
7483         * man.el (Man-heading-regexp): Add `/'.
7485         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7486         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7488 2006-01-16  Juri Linkov  <juri@jurta.org>
7490         * faces.el (mode-line-faces): New defgroup.
7491         (mode-line-highlight): Move definition after new defgroup.
7492         (mode-line, mode-line-inactive, mode-line-highlight):
7493         Replace :group `modeline' with `mode-line-faces'.
7494         (mode-line-buffer-id): New face.
7495         (modeline-buffer-id): New face alias.
7496         (vertical-border): Remove :group `modeline'.
7498         * bindings.el (propertized-buffer-identification): Use face
7499         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7500         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7501         (mode-line-buffer-identification-keymap): For mouse-1 replace
7502         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7503         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7504         mouse-3.
7506         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7507         Buffer-menu-buffer.  Doc fix.
7508         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7509         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7510         `Buffer-menu-buffer'.
7512         * info.el (Info-mode-line-node-keymap): New defvar.
7513         (Info-set-mode-line): Use `stringp' to check Info-current-file.
7514         Propertize Info-current-node with `mode-line-buffer-id' and
7515         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7517         * time.el (display-time-mail-face): Replace :group `faces' with
7518         `mode-line-faces'.
7520 2006-01-16  Kenichi Handa  <handa@m17n.org>
7522         * international/code-pages.el: Add autoload cookies for cp125[0345678].
7524         * language/european.el (cp1252): New alias for windows-1252.
7526         * international/mule.el (autoload-coding-system): Prepare for EOL
7527         variants.
7529 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
7531         * term.el (term-raw-map): Add mapping for insert.
7532         (term-send-insert): New.
7533         (term-mode): Make variables local here instead of doing it in
7534         `term-emulate-terminal'.
7535         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7536         Scroll reverse needs to take into account the scroll region.
7537         Saving and restoring the cursor should save the color attributes too.
7538         (term-reset-terminal): Reset the scroll region.
7539         (term-handle-ansi-escape): Cursor up and down should take into
7540         account the scroll region.
7541         (term-set-scroll-region): Rename from `term-scroll-region'.
7542         Move to 0,0 after setting the region.
7543         (term-handle-scroll): Handle scroll up.
7544         (term-down): Fix off by one error.
7545         (term-delete-lines): Do not delete outside the scroll region.
7546         (term-insert-lines): Take into account the scroll region.
7548 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7550         * textmodes/ispell.el (ispell-internal-change-dictionary)
7551         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7552         (start, end): Move declaration outside of eval-when-compile.
7554         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7555         (flyspell-mode-on): Use it.
7557         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7558         ispell-kill-ispell-hook.
7560 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
7562         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7563         (Custom-reset-saved): Do not ask for confirmation in single option
7564         buffers.
7566 2006-01-13  Richard M. Stallman  <rms@gnu.org>
7568         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7570 2006-01-13  Romain Francoise  <romain@orebokech.com>
7572         * add-log.el (add-change-log-entry, change-log-merge):
7573         Conditionally use `hard-newline'.
7575 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
7577         * wid-edit.el (widget-field-end): If the overlay is no longer
7578         associated with a buffer, behave as if the overlay didn't exist.
7580         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7581         Make sure the links use the `custom-link' face.
7583 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7585         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7586         (ld-script-mode): Don't set indent-line-function since we don't
7587         have one.
7589 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7591         * textmodes/org.el (org-open-file): Use mailcap for selecting an
7592         application.
7593         (org-file-apps-defaults-gnu): Use mailcap as the default for
7594         selecting an application on a UNIX system.
7595         (org-agenda-show-tags): New command.
7596         (org-table-insert-hline): Keep cursor in current table line.
7597         (org-table-convert): Offset effect of modifying
7598         `org-table-insert-hline'.
7599         (org-format-agenda-item): New optional argument TAG.
7600         (org-compile-prefix-format): Handle %T format for the tag.
7601         (org-expand-wide-chars): New function.
7602         (org-table-insert-row, org-table-insert-hline):
7603         Use `org-expand-wide-chars'.
7604         (org-open-file): Fix bug in program launch.
7605         (org-get-time-of-day): Fix bug with times before 1am.
7606         (org-agenda-menu): Add tags commands.
7608 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
7610         * textmodes/ispell.el (ispell-init-process): Include the used
7611         dictionary in ispell process start message.
7612         (ispell-internal-change-dictionary): When flyspell-mode is active
7613         and dictionary is changed, make sure ispell process is restarted
7614         and flyspell word cache cleared out for the current buffer.
7615         (ispell-change-dictionary): Make sure flyspell word cache is
7616         cleared out in all buffers with active flyspell mode when
7617         dictionary is globally changed.
7618         Call ispell-internal-change-dictionary after dictionary change.
7620 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7622         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7624         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7625         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7626         years.  Fix small differences wrt Makefile.in.
7627         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7628         Makefile.in does.
7630 2006-01-12  Bill Wohler  <wohler@newt.com>
7632         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7633         mh-search.el.
7635 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7637         * progmodes/ld-script.el: Update copyright year.
7639 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
7641         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7642         Don't add widget if setting undefined.
7644 2006-01-12  John Paul Wallington  <jpw@pobox.com>
7646         * help-fns.el (describe-variable): Remove newlines from void
7647         variable output.
7649 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
7651         * wdired.el (wdired-mode-map): Add help echo for
7652         wdired-abort-changes.
7654         * man.el (Man-file-name-regexp): Adjust for a list of files.
7656 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7658         * progmodes/ld-script.el (auto-mode-alist): Support
7659         suffix conventions used in netbsd and eCos.
7661 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7663         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7664         (custom-variable-menu, custom-face-menu, custom-group-menu)
7665         (Custom-mode-menu): Change names of menu items.  (As discussed on
7666         emacs-devel.)
7667         (custom-face-menu): Add "Undo Edits" item.
7669         * startup.el (init-file-user): defcustom -> defvar.
7671         * tooltip.el (tooltip-mode): Doc fix.
7673 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         * reveal.el (reveal-post-command): window-buffer signals an error on
7676         dead windows rather than returning nil.
7677         (reveal-open-new-overlays): An overlay might die while we open others.
7679 2006-01-11  Bill Wohler  <wohler@newt.com>
7681         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7682         phrasing in docstring.
7684         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7685         can give some systems gas.  Add new file mh-buffers.el.
7687 2006-01-06  Masatake YAMATO  <jet@gyve.org>
7689         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7690         C preprocessor forward ported from GNU Emacs 21.2.
7692         * progmodes/asm-mode.el (asm-font-lock-keywords):
7693         Use `cpp-font-lock-keywords'.
7695         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7697         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7698         of $ for "\\.ld[s]?".
7700 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7702         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7703         (tcl-indent-line): Return `noindent' if inside a string.
7705         * progmodes/flymake.el (flymake-split-string): Remove more than one
7706         empty string at beg/end of the result.
7707         (flymake-find-buildfile, flymake-find-possible-master-files):
7708         Use expand-file-name.
7709         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7710         since expand-file-name does it for us.  Use directory-file-name.
7711         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7712         (flymake-ler-get-type, flymake-ler-get-text)
7713         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
7714         (flymake-current-line-no): Remove spurious interactive spec.
7715         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7716         (flymake-check-include): Remove arg inc-path merged into inc-name.
7717         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7718         Arg regexp-list replaced by a simple regexp.
7719         (flymake-master-make-header-init, flymake-master-tex-init):
7720         Correspondingly replace regexp-list with a regexp.  Fix regexp.
7722 2006-01-10  Simon Josefsson  <jas@extundo.com>
7724         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7725         describing AUTH PLAIN fix.
7727 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
7729         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7730         (report-emacs-bug): Don't record initial prompt text.
7731         Instead, add text properties to prompting text.
7732         (report-emacs-bug-hook): Delete prompting text.
7734 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7736         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7737         `dirs'.  Adjust callers.
7739 2006-01-09  John Paul Wallington  <jpw@gnu.org>
7741         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7743 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7745         * reveal.el (reveal-open-new-overlays): New extracted fun.
7746         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
7747         using them.  Simplify the code.
7748         (reveal-post-command): Use them.  Fix up obsolete windows in
7749         reveal-open-spots.
7751         * progmodes/flymake.el: Use `require' rather than autoload for
7752         XEmacs's overlays.
7753         (flymake-get-common-file-prefix, flymake-build-relative-filename):
7754         Delete.  Use file-relative-name instead.
7755         (flymake-get-syntax-check-program-args, flymake-perl-init):
7756         Simplify the resulting code.
7758         * log-view.el (log-view-file-re, log-view-message-re): Add support
7759         for DaRCS output.
7761 2006-01-09  Alex Schroeder  <alex@gnu.org>
7763         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7764         identifiers sometimes added in square brackets at the beginning of
7765         subject lines.
7767 2006-01-07  Richard M. Stallman  <rms@gnu.org>
7769         * cus-edit.el (Custom-set, Custom-save): Doc fix.
7770         (Custom-reset-current, Custom-reset-saved): Change question text.
7771         (Custom-reset-standard): Likewise.
7772         (custom-variable-reset-saved): Doc fix.
7774 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
7776         * startup.el (init-file-user): Doc fix.
7778 2006-01-07  Alex Schroeder  <alex@gnu.org>
7780         * mail/rmail.el (rmail-current-subject): New function.
7781         (rmail-current-subject-regexp): New function.
7782         (rmail-next-same-subject): Use it.
7784         * mail/rmailsum.el (rmail-summary-by-topic):
7785         Use rmail-current-subject and rmail-current-subject-regexp.
7786         (rmail-summary-next-same-subject): Ditto.
7788         * net/rcirc.el (rcirc-send-input): No longer check whether the
7789         process is open, since not all commands need an open process.
7790         (rcirc-send-string): Check whether the process is open before
7791         sending anything.
7792         (rcirc-ignore-list): New option.
7793         (rcirc-ignore-list-automatic): New variable.
7794         (rcirc-print): Take rcirc-ignore-list into account.
7795         (rcirc-cmd-ignore): New command.
7796         (rcirc-ignore-update-automatic): New function.
7797         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7798         list if ignored nicks.
7799         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7801 2006-01-06  David Reitter  <david.reitter@gmail.com>
7803         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7804         reflect the address to which the report will be sent.
7806 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7808         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7809         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7811 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
7813         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7815         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7816         the doc string: "functoin" => "function".
7817         * ldefs-boot.el: Likewise.
7819         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7820         message text: "Duplicat" => "Duplicate".
7822 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7824         * files.el (basic-save-buffer-2): If backing-up failed, reset
7825         buffer-backed-up to nil.
7827 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
7829         * progmodes/gud.el (gdb-script-skip-to-head)
7830         (gdb-script-calculate-indentation): Indent for breakpoint command
7831         lists also.
7833 2006-01-05  Bill Wohler  <wohler@newt.com>
7835         * Makefile.in (compile-always): Add mh-autoloads dependency.
7836         (bootstrap): Remove mh-autoloads dependency, as compile dependency
7837         provides it.
7838         (updates): Remove mh-autoloads dependency, since it probably has
7839         already run recently (via recompile).
7841 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7843         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7844         argument `force' to disable the flyspell-last-buffer optimization.
7845         (flyspell-mode-on): Use it.
7847         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7848         flymake-simple-cleanup.
7849         (flymake-allowed-file-name-masks): Use this new default.
7850         All the functions are now called in the right buffer rather than
7851         passing the buffer as argument.
7852         (flymake-process-sentinel): Switch to buffer before calling cleanup.
7853         (flymake-parse-err-lines): Remove redundant buffer arg.
7854         (flymake-get-program-dir): Comment out unused function.
7855         (flymake-start-syntax-check, flymake-start-syntax-check-process):
7856         Remove redundant buffer argument.
7857         (flymake-get-real-file-name, flymake-simple-java-cleanup)
7858         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7860 2006-01-05  Richard M. Stallman  <rms@gnu.org>
7862         * info.el (Info-find-node): Don't record previous node if have none.
7863         (info): Go to directory only if history is empty.
7865         * simple.el (mark): Doc fix.
7867 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7869         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7870         already of desired type.
7871         (mac-ae-list): Coerce parameter to "list" type.
7872         (mac-dispatch-apple-event): Replace cadr part of event with a
7873         dummy position so that event-start returns it.
7875 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7877         * textmodes/org.el (org-end-of-subtree): New function.
7878         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7879         Use `org-end-of-subtree'.
7880         (org-agenda, org-agenda-convert-date): Protect calls to
7881         `fit-window-to-buffer'.
7882         (org-tags-view): Force matching of sublevels when doing a
7883         todo-only search.  Define the correct redo command, including the
7884         arguments.
7885         (org-agenda-redo): Display message.
7886         (org-check-for-org-mode): New function.
7887         (org-agenda-type): New variable.
7888         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7889         Set `org-agenda-type'.
7890         (org-agenda-check-type): New function.
7891         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7892         (org-agenda-week-view, org-agenda-day-view)
7893         (org-agenda-next-date-line, org-agenda-previous-date-line)
7894         (org-agenda-log-mode, org-agenda-toggle-diary)
7895         (org-agenda-toggle-time-grid, org-agenda-date-later)
7896         (org-agenda-date-prompt, org-agenda-diary-entry)
7897         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7898         (org-agenda-convert-date, org-agenda-menu):
7899         Use `org-agenda-check-type'.
7900         (org-make-overlay, org-delete-overlay)
7901         (org-detatch-overlay, org-move-overlay, org-overlay-put):
7902         New compatibility functions.
7903         (org-calendar-select-mouse): New command.
7905 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
7907         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7908         (Custom-reset-standard): Fix y-or-n-p messages.
7909         (custom-link): New face for links.
7910         (custom-buffer-create-internal, custom-manual): Use it.
7911         (custom-face-save): Push to theme-face before setting face spec.
7913         * wid-edit.el (widget-default-mouse-face-get): New function.
7914         (widget-specify-button): Handle mouse-face like button-face.
7916         * custom.el (load-theme): Clear old theme settings if reloading.
7918 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7920         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7921         "Erase Customization" button back to same position it occupies in
7922         the individual State menus.
7924 2006-01-04  Kim F. Storm  <storm@cua.dk>
7926         * wid-edit.el (key-sequence): Rework widget to read key binding
7927         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
7928         (widget-key-sequence-default-value): Default value for empty sequence.
7929         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
7930         (widget-key-sequence-read-event): New command for C-q.
7931         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7932         (widget-key-sequence-value-to-external): New functions.
7934 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7936         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7937         Use expand-file-name.
7938         (flymake-delete-temp-directory): Use expand-file-name,
7939         file-name-directory, and directory-file-name.
7940         (flymake-strrchr): Delete.
7941         (flymake-start-syntax-check): Don't pass the redundant buffer argument
7942         to the init-f function.
7943         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7944         (flymake-init-find-buildfile-dir)
7945         (flymake-init-create-temp-source-and-master-buffer-copy)
7946         (flymake-simple-make-init-impl, flymake-simple-make-init)
7947         (flymake-master-make-init, flymake-master-make-header-init)
7948         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7949         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7950         (flymake-xml-init): Remove corresponding redundant buffer argument.
7951         (flymake-allowed-file-name-masks): Remove last elems that are equal to
7952         the default anyway.  Clean up regexps.
7954         * progmodes/flymake.el (flymake-temp-source-file-name)
7955         (flymake-master-file-name, flymake-temp-master-file-name)
7956         (flymake-base-dir): New buffer-local vars.
7957         (flymake-buffer-data, flymake-get-buffer-value)
7958         (flymake-set-buffer-value): Replace those hash-tables by the new
7959         buffer-local vars.  Update callers.
7961         * progmodes/flymake.el (flymake-check-start-time)
7962         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7963         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7964         Move definition, so we can remove redundant earlier declaration.
7965         (flymake-replace-regexp-in-string, flymake-split-string)
7966         (flymake-get-temp-dir): Use defalias.
7967         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
7968         (flymake-xemacs-window-edges): Remove unused function.
7969         (flymake-get-point-pixel-pos): Move.
7970         (flymake-pid-to-names, flymake-reg-names)
7971         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7972         Replace by a simple list flymake-processes and by process-buffer.
7973         Update callers.  Other than simplify the code, it uses buffers rather
7974         than buffer-names so it doesn't get confused by uniquify.
7975         (flymake-buffer-data): The global value should just be nil.
7977         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7978         Optimize the body of a defalias like any other code.
7980         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7981         Make sure we've setup font-lock's vars.  It may influence which
7982         function we then call.
7983         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7984         here since it's too late anyway.
7986 2006-01-03  Romain Francoise  <romain@orebokech.com>
7988         * startup.el (fancy-splash-tail, normal-splash-screen):
7989         Update copyright year.
7991 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
7993         * mouse.el (mouse-drag-track): Rename, from
7994         `mouse-drag-region-1'.  Includes optional argument required to
7995         enable post-drag event processing (e.g. delete region keys).
7996         Can be used without this argument to track a mouse region and operate
7997         on it as soon as the drag completes.
7998         (mouse-drag-region): Use `mouse-drag-track'.
8000 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
8002         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8003         Move to `custom-buffer' group.
8005         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8006         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8007         (custom-theme-insert-face-marker, custom-theme-variable-menu)
8008         (custom-theme-face-menu): New variables.
8009         (custom-theme-add-variable, custom-theme-variable-action)
8010         (custom-variable-reset-theme, custom-theme-delete-variable)
8011         (custom-face-reset-theme, custom-theme-face-action)
8012         (custom-theme-delete-face, custom-theme-merge-theme)
8013         (custom-theme-add-face, custom-theme-visit-theme): New functions.
8015 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
8017         * custom.el: Move Custom Themes commentary to start of theme code.
8018         (custom-known-themes): Rename `standard' theme to `changed'.
8019         (custom-push-theme): Caller no longer specifies what theme to use
8020         when doing `reset'---the setting is simply removed from the theme.
8021         Delete MODE from `theme-value' and `theme-settings' properties.
8022         (custom-declare-theme): Ignore &rest args since we don't use them.
8024         (custom-loaded-themes): Delete variable.
8025         (custom-theme-load-themes, custom-theme-loaded-p)
8026         (custom-theme-value): Delete functions.
8028         (custom-declare-theme): Signal error on invalid theme names.
8029         (provide-theme): custom-loaded-themes was deleted.
8030         (load-theme): Load the file unconditionally.
8031         (enable-theme): Call `load-theme' if theme is undefined.
8032         (custom-enabled-themes): Only update value for successful loads.
8033         (disable-theme): Complete from enabled themes when interactive.
8034         (custom-variable-theme-value): Calculate theme value directly.
8036         (custom-theme-reset-variables, custom-reset-variables): Mark as
8037         XEmacs compatibility functions.  We don't actually use these.
8039         * cus-edit.el (custom-variable-state-set):
8040         Use custom-variable-theme-value instead of custom-theme-value.
8041         (custom-face-state-set): Rename `standard' theme to `changed'.
8042         (custom-save-variables, custom-save-faces): Delete unneeded
8043         references to custom-reset-variables.
8044         (custom-save-resets): Delete function.
8045         (custom-save-variables, custom-save-faces): MODE argument deleted.
8046         (custom-save-variables, custom-save-faces): Ignore theme values.
8048         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8049         compatibility function.
8051 2006-01-01  Richard M. Stallman  <rms@gnu.org>
8053         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8054         (Custom-reset-current, Custom-reset-saved): Likewise.
8055         (Custom-reset-standard): Show message if aborted.
8056         (custom-mode): Doc fix, describing those commands.
8058         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8059         put on event-kind property.
8061 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
8063         * custom.el (provide-theme): Ban `user' theme name.
8064         (custom-enabling-themes): New variable.
8065         (enable-theme): Don't enable user if custom-enabling-themes is t.
8066         (custom-enabled-themes): Make it a defcustom.
8067         (custom-theme-recalc-face): No-op if face is undefined.
8069         * cus-edit.el (custom-button-mouse): New variable.
8070         (custom-button-mouse): New face.
8071         (custom-raised-buttons, custom-mode): Use it.
8073         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8075 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8077         * progmodes/gud.el (gud-display-line): Support hl-line in the
8078         source buffer.
8080 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
8082         * mouse.el (mouse-drag-window-above): Verify that the found window
8083         overlaps with the given window in the horizontal dimension.
8085 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8087         * Makefile.in (cvs-update): New target.
8089         * makefile.w32-in (cvs-update): Ditto.
8091 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
8093         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8094         (custom-new-theme-mode-map): New variable.
8096 2005-12-30  Richard M. Stallman  <rms@gnu.org>
8098         * custom.el (custom-load-themes): Function deleted.
8100         * cus-edit.el (custom-save-loaded-themes): Function deleted.
8101         (custom-save-variables): Don't delete or add custom-load-themes call.
8103 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         * cus-start.el: Add `visible-cursor'.
8107         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8108         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8109         (flymake-process-filter): Switch to buffer before calling it instead.
8110         (flymake-post-syntax-check, flymake-highlight-err-lines)
8111         (flymake-delete-own-overlays, flymake-parse-err-lines)
8112         (flymake-start-syntax-check, flymake-start-syntax-check-process)
8113         (flymake-count-lines, flymake-parse-residual):
8114         Remove constant buffer argument.
8115         (flymake-start-syntax-check-for-current-buffer): Remove.
8116         Update callers to use flymake-start-syntax-check instead.
8117         (flymake-display-err-menu-for-current-line):
8118         Remove unused var `mouse-pos'.
8119         (flymake-restore-formatting): Comment out unused function.
8120         (flymake-report-status, flymake-report-fatal-status): Remove buffer
8121         argument, use current-buffer instead.  Update callers.
8123 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8125         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8126         buffer-local because choose-completion-delete-max-match requires
8127         that we set completion-ignore-case (i.e., binding via let is not
8128         sufficient).
8129         (bibtex-complete): Always set completion-ignore-case and
8130         choose-completion-string-functions.  The latter is needed because
8131         choose-completion-string-functions keeps its value if we quit the
8132         *Completions* buffer without requesting a completion.
8134 2005-12-30  Andreas Schwab  <schwab@suse.de>
8136         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8138 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
8140         * jit-lock.el (jit-lock-chunk-size): Doc fix.
8142 2005-12-30  Juri Linkov  <juri@jurta.org>
8144         * locate.el (locate-fcodes-file, locate-header-face)
8145         * progmodes/delphi.el (delphi-other-face)
8146         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8148         * paren.el (show-paren-match, show-paren-mismatch): Use existing
8149         group `paren-showing-faces'.
8151         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8152         (goto-address): Fix docstring.
8154         * net/webjump.el (webjump-sample-sites): Update URLs.
8156         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8158         * subr.el (cancel-change-group): Add listp around pending-undo-list.
8160 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * font-lock.el (font-lock-compile-keywords): Signal an error when
8163         font-lock-set-defaults hasn't been called.
8165 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8167         * subr.el (noreturn, 1value): Doc fixes.
8169 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8171         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8172         that assoc-string returns nil.
8174 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8176         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8177         (bibtex-entry-type-str, bibtex-empty-field-re)
8178         (bibtex-search-backward-string, bibtex-preamble-prefix)
8179         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8180         (bibtex-any-valid-entry-type): New variable.
8181         (bibtex-parse-field-name): Simplify.
8182         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8183         (bibtex-preamble-prefix): Include left delimiter.
8184         (bibtex-search-forward-field, bibtex-search-backward-field):
8185         Allow unbounded search past entry boundaries (required by bibtex-pop).
8186         (bibtex-text-in-field-bounds): Use push.
8187         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8188         (bibtex-parse-preamble, bibtex-valid-entry)
8189         (bibtex-beginning-first-field): New functions.
8190         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
8191         (bibtex-map-entries): Fix docstring.
8192         (bibtex-flash-head): New arg prompt.  Simplify.
8193         (bibtex-enclosing-field): Include code of bibtex-inside-field.
8194         (bibtex-insert-kill): Simplify.  Always insert text past the
8195         current field or entry.
8196         (bibtex-format-entry): Use bibtex-parse-field.
8197         (bibtex-pop): Use bibtex-beginning-of-entry and
8198         bibtex-end-of-entry to initiate the search.  Insert empty field if
8199         we found ourselves.
8200         (bibtex-print-help-message): New args field and comma.
8201         Handle entry keys.
8202         (bibtex-make-field): Use bibtex-beginning-of-entry.
8203         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
8204         invalid entry.
8205         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8206         Handle preambles.  Simplify code for thorough test.
8207         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8208         New arg comma.  Handle entry heads.
8209         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8210         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8211         New arg comma.
8212         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8213         (bibtex-fill-field): Simplify.
8214         (bibtex-fill-entry): Use bibtex-beginning-first-field and
8215         bibtex-parse-field.
8216         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8217         (bibtex-complete): Use bibtex-parse-preamble.
8219 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
8221         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8222         Display name of expression instead of convenience variable.
8223         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8225         * progmodes/gud.el (gud-tooltip-dereference): Rename from
8226         toggle-gud-tooltip-dereference.
8227         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8228         (gud-tooltip-tips): ...here when dereferencing.
8230 2005-12-28  Bill Wohler  <wohler@newt.com>
8232         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8234 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8236         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8237         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
8238         (vc-annotate-display-autoscale): Adjust call.
8239         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
8240         Fix interactive spec.
8241         (vc-annotate-time-span): Remove.
8242         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8243         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8244         (vc-annotate-display-select): Use new name.
8246         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8247         (vc-annotate-mode-menu): Remove left-over redundant declaration.
8248         Correct the construction of span entries.  Simplify.
8249         (vc-annotate-display-select): Fix the nil case.
8250         (vc-annotate): Remove obsolete (and now broken) code.
8251         (vc-annotate-extract-revision-at-line): Remove obsolete code.
8252         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
8254 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
8256         * subr.el (lazy-completion-table): Correct typo in docstring.
8258         * startup.el (command-line): Use `custom-reevaluate-setting' for
8259         `send-mail-function'.
8261         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8263 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
8265         * mail/smtpmail.el (smtpmail-try-auth-methods):
8266         Send credentials together with "AUTH PLAIN" command.
8268 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8270         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8271         mouse-2, go back to previously selected window, so it's selected
8272         when mouse-2 command runs.
8274 2005-12-27  Juri Linkov  <juri@jurta.org>
8276         * descr-text.el (describe-text-sexp): Use square brackets for
8277         button [Show] to distinguish it from the property value `show'.
8278         (describe-property-list): Use `insert-text-button' with
8279         `help-face' type instead of putting face in quotes, because button
8280         is not created automatically for a list of faces.
8281         (describe-text-properties-1): Put button-type value in quotes to
8282         distinguish from plain text "button".
8283         (describe-char): Display code point values in hex.  Don't use
8284         `symbol-name' for `current-input-method' because it is a string.
8285         Use `insert-text-button' with `help-face' type instead of putting
8286         hardcoded face in quotes, because button is not created automatically.
8288 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8290         * progmodes/glasses.el (glasses-face): More specific custom type.
8292         * files.el (set-visited-file-name): Doc fix.
8294         * textmodes/flyspell.el (flyspell-external-point-words):
8295         Use local var buffer-scan-pos to advance scan for next misspelling.
8296         Advance it only after we find the misspelling.
8298 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
8300         * textmodes/flyspell.el (flyspell-external-point-words):
8301         New criteria for finding the misspelling in the buffer.
8303 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
8305         * help-mode.el (help-insert-string): Set help-xref-stack-item
8306         rather than call help-setup-xref.
8308         * descr-text.el (describe-char): Revert previous changes for
8309         optional buffer argument.
8311 2005-12-27  Juri Linkov  <juri@jurta.org>
8313         * help-mode.el (help-insert-string): New function.  Save buffer
8314         contents in cases where it is impossible to recompute the old contents.
8316         * descr-text.el (describe-char): Set help-xref-stack-item
8317         explicitly after buffer has been generated.
8319 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8321         * cus-start.el (all): Add x-gtk-show-hidden-files.
8323 2005-12-26  Richard M. Stallman  <rms@gnu.org>
8325         * replace.el (perform-replace): Calculate match-again
8326         before skipping read-only matches.
8328         * paren.el (paren-showing-faces): New group.
8329         (show-paren-match, show-paren-mismatch): Move to that group.
8331         * button.el (button): Put into group `basic-faces'.
8333         * progmodes/make-mode.el: Remove faces from group `faces'.
8335         * apropos.el (apropos, apropos-value): Doc fix.
8336         (apropos-documentation): Doc fix.
8338 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * subr.el (lazy-completion-table): Remove argument `args'.
8342         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8343         Don't use the `args' argument of lazy-completion-table.
8345 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
8347         * descr-text.el (describe-char): Add optional argument for buffer.
8348         Set buffer appropriately.  Call help-setup-xref.
8349         Suggested by Stefan Monnier.
8351 2005-12-26  Juri Linkov  <juri@jurta.org>
8353         * descr-text.el: Require `help-fns' at runtime.  Don't require
8354         `button' for byte compilation.
8355         (describe-text-widget): Add `help-echo' for first button.
8356         Use `help-info' for second.
8357         (describe-property-list): Use `help-argument-name' instead of `italic'.
8358         (describe-text-category): Add prompt to interactive spec.
8359         Call `help-setup-xref'.
8360         (describe-char): Use `help-character-set'.  Add `help-echo' for
8361         code point.  Use `help-input-method'.  Remove superfluous insert.
8363 2005-12-25  Richard M. Stallman  <rms@gnu.org>
8365         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8366         at point, in case of narrowing.
8368         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8370         * locate.el (locate-header-face): Allow nil in type.
8372         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8374 2005-12-25  Romain Francoise  <romain@orebokech.com>
8376         * battery.el (battery-linux-proc-acpi): Also try
8377         `/proc/acpi/thermal_zone/THM0/temperature'.
8379 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
8381         * custom.el (custom-push-theme): Fix docstring.
8383         * cus-edit.el (custom-variable-set, custom-variable-save)
8384         (custom-variable-save): Custom-quote widget values.
8385         (customize-save-variable): Fix custom-push-theme call.
8387 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
8389         * w32-fns.el (w32-batch-update-autoloads): New function.
8391         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8392         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8393         from the command line.
8395 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
8397         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
8398         reset means to remove setting from theme entirely.  Don't keep
8399         expanding theme-settings list; delete old entries if necessary.
8401         * cus-edit.el (custom-buffer-create-internal): Move "Erase
8402         customization" button one line up.
8403         (custom-themed): New face.
8404         (custom-magic-alist): New value, THEMED, for theme settings.
8405         (custom-variable-state-set, custom-face-state-set):
8406         Check theme-value instead of saved-value.
8407         (custom-variable-reset-standard, custom-face-reset-standard):
8408         Remove theme setting entirely.  Recalculate new values.
8409         (custom-variable-set, custom-variable-set)
8410         (custom-variable-reset-saved, custom-variable-reset-backup)
8411         (custom-face-set, custom-face-reset-saved): Update `user' theme.
8412         (custom-variable-save): Fix typos.
8414 2005-12-23  Juri Linkov  <juri@jurta.org>
8416         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8417         Add autoload cookies.
8418         (edebug-outside-d-c-i-n-s-w): New variable.
8419         (edebug-display, edebug-outside-excursion): Use it to save the
8420         original value of default-cursor-in-non-selected-windows.
8421         Set default-cursor-in-non-selected-windows to t while Edebug
8422         is active.
8423         (edebug-mode, edebug-eval-mode): Doc fix.
8425         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8426         with `buffer-substring-no-properties' to remove common substring
8427         highlighting.
8429         * info.el (info-other-window, info): Rename function argument
8430         `file' to `file-or-node'.
8431         (Info-complete-menu-item): Use local variable `complete-nodes' to
8432         keep the global value of `Info-complete-nodes' unchanged for
8433         subsequent completions.
8434         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8436         * simple.el (get-next-valid-buffer, last-buffer)
8437         (next-error-buffer-p, next-error-find-buffer)
8438         (minibuffer-history-sexp-flag): Doc fix.
8440         * savehist.el (savehist-mode-hook): Add `:group'.
8442         * log-view.el: Call autoload for vc-find-version.
8443         (log-view-current-file): Adjust subgroup numbers.
8444         (log-view-current-tag): Add `length'.
8446 2005-12-23  Richard M. Stallman  <rms@gnu.org>
8448         * vc.el (vc-annotate-car-last-cons): Defn moved up.
8450 2005-12-23  Juri Linkov  <juri@jurta.org>
8452         * hi-lock.el (hi-lock-archaic-interface-message-used)
8453         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8454         (hi-lock-mode): Display "Hi" in the mode line only when
8455         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8456         (hi-lock-write-interactive-patterns):
8457         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8458         (hi-lock-set-pattern, hi-lock-set-file-patterns)
8459         (hi-lock-font-lock-hook): Set 3rd arg `how' of
8460         font-lock-add-keywords to t.
8462 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
8464         * hi-lock.el (hi-lock-highlight-range): New variable.
8465         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8466         only if font-lock-fontified is non-nil.  Remove overlays.
8467         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8468         font-lock-fontified is non-nil, otherwise use overlays (instead of
8469         text properties).
8470         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8471         New variables.
8472         (hi-lock-string-serialize) New function.
8474 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8476         * menu-bar.el (menu-find-file-existing): New function.
8477         (menu-bar-file-menu): Use menu-find-file-existing for Open.
8479         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8481 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8483         * vc.el: Remove unnecessary leading * in docstrings.
8484         (vc-annotate-mode-map): Move initialization into declaration.
8485         (vc-static-header-alist): Nitpick on the regexp.
8486         (vc-default-init-version): New fun.
8487         (vc-register): Use it.
8488         (vc-insert-headers): Use dolist.
8489         (vc-annotate-get-backend): Remove unused function.
8490         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
8491         (vc-annotate-mode): Remove corresponding call.
8492         (vc-annotate-car-last-cons): Simplify.
8493         (vc-annotate-buffers): Remove var.
8494         (vc-annotate-backend): Make it buffer-local.
8495         (vc-annotate): Move the interaction to the interactive spec.
8496         Add a `buf' argument.
8497         (vc-annotate-warp-version): Use this new `buf' argument to avoid
8498         killing&creating a vc-annotate buffer, which is very disruptive when
8499         the buffers are shown in dedicated frames.
8501 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
8503         * descr-text.el: Add FSF as maintainer.
8504         (describe-text-mode, describe-text-mode-map)
8505         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
8506         help-mode.
8507         (describe-text-widget, describe-text-sexp)
8508         (describe-property-list, describe-text-category)
8509         (describe-text-properties, describe-text-properties-1)
8510         (describe-char): Use help buttons instead of widgets.
8511         (describe-char-unicodedata-file): Make URL link in doc string.
8513 2005-12-22  Richard M. Stallman  <rms@gnu.org>
8515         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8516         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8517         Don't include buttons that write a file when there's no file.
8518         (custom-variable-menu, custom-face-menu, custom-group-menu):
8519         Don't include commands that write a file when there's no file.
8520         (customize-browse): Reword the top-of-buffer help intro.
8521         (custom-buffer-create-internal): Fix previous change.
8522         (customize-changed-options-previous-release): Prev release is 21.1.
8523         (customize-changed-options): Doc fix.
8524         (customize-changed): New alias.
8525         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8526         Say "standard values".
8527         (Custom-reset-standard): Doc fix.
8528         (custom-face-reset-standard): Doc fix.
8530 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8532         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8533         even if font-lock-mode is non-nil since it may be t without having
8534         turned on font-lock-mode-internal.
8535         (font-lock-choose-keywords): Minor optimization.
8536         (font-lock-add-keywords, font-lock-remove-keywords)
8537         (font-lock-set-defaults): Don't call make-local-variable on a variable
8538         that we know to already be local.
8540 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8542         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8543         messages if in the minibuffer.
8545 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8547         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8548         (tex-mode-flyspell-verify, flyspell-get-word)
8549         (flyspell-external-point-words): Don't use point-min/max uselessly.
8551         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8552         by Kevin Rodgers.  Instead, just hide the completions buffer if we
8553         don't need to show it.
8555 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
8557         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8559 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8561         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8562         delete-windows-on with an inexistent buffer.
8564 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
8566         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8567         Delete defcustom variable :tag names.
8569 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8571         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8572         (log-view-font-lock-keywords): Ajust subgroup numbers.
8573         (log-view-current-tag): Don't hard code the number of subgroups.
8575 2005-12-20  Juri Linkov  <juri@jurta.org>
8577         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8578         (tooltip-x-offset, tooltip-y-offset): Doc fix.
8580         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8581         (menu-bar-non-minibuffer-window-p): Instead of checking
8582         display-multi-frame-p, use selected-frame when menu-updating-frame
8583         is nil.
8585 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
8587         * align.el (align-rules-list): Use [ \t] instead of \s-
8588         for column separators in text mode.
8590 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
8592         * help-mode.el (help-customize-variable, help-customize-face):
8593         Don't pop help-xref-stack as help-follow no longer pushes
8594         anything on to it.
8596 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
8598         * textmodes/org.el (org-agenda-custom-commands): New option.
8599         (org-agenda): Offer custom commands on splash screen.
8600         (org-make-tags-matcher): Parser for Boolean logic added.
8601         (org-agenda-set-tags): New command.
8602         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8603         (org-set-tags): Efficiency improvements.
8604         (org-auto-align-tags): New option.
8605         (org-todo, org-demote, org-promote): Realign tags.
8606         (org-tags-completion-function): Use also "&" and "|" as separators.
8607         (org-org-menu): Agenda commands simplified.
8609 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
8611         * cus-edit.el (customize-apropos, customize-apropos-options):
8612         Docstring changes.
8614         * font-lock.el (font-lock): Add tags to the links in the defgroup.
8616 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
8618         * longlines.el (longlines-mode): Wrap while widened.
8619         (longlines-decode-region, longlines-encode-region): Compute max
8620         just once.
8622 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8624         * cus-edit.el (mac): New group.
8626         * cus-start.el (all): Add user options in macterm.c.  Add test for
8627         Mac-related built-ins.  Fix test for GTK-related built-ins.
8629         * term/mac-win.el (mac-handle-language-change)
8630         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8631         (mac-services-open-selection, mac-services-mail-selection)
8632         (mac-services-mail-to, mac-services-insert-text)
8633         (mac-dispatch-apple-event): Add docstrings.
8634         (x-get-selection, mac-select-convert-to-string): Select coding
8635         system from `utf-16be' and `utf-16le' using `byteorder'.
8637 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8639         * subr.el (lazy-completion-table): Don't be fooled if the var holds
8640         a "list" (lambda ...) rather than a real completion list.
8642         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8643         lexical-let when encountering ((lambda (...) ...) ...).
8645 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8647         * progmodes/sh-script.el (sh-mode):
8648         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8649         * textmodes/picture.el (picture-mode): Update docstrings.
8651 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
8653         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8654         commands enclosed in $(ARGQUOTE)s should not be split between two
8655         lines, as that will break with GNU Make >3.80, when sh.exe is used
8656         and arg quoting is with '..'.
8657         (autoloads): Don't break the quoted --eval expression between
8658         several lines.
8660 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8662         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8663         Capture error from printing circular structures.
8665 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
8667         * wid-edit.el (widget-checkbox-action): Clear undo info.
8669 2005-12-16  Bill Wohler  <wohler@newt.com>
8671         * menu-bar.el (kill-this-buffer): Set a good example by using menu
8672         bar, not menubar in comment.
8674 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8676         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8677         After-change-functions should not clobber the match data.
8679 2005-12-16  Juri Linkov  <juri@jurta.org>
8681         * simple.el (choose-completion): Use `buffer-substring-no-properties'
8682         instead of `buffer-substring'.
8683         (completion-common-substring): Doc fix.
8684         (completion-setup-function): Use minibuffer-completion-contents
8685         instead of minibuffer-contents.  Don't set common-string-length
8686         initially.  Remove special handling of partial-completion-mode.
8687         Move computation of completion-base-size into one cond.
8688         Call completion-base-size-function in mainbuf.  In computation of
8689         completion-base-size for file name completion don't move point to
8690         the end of the minibuffer.  Move computation of common-string-length
8691         into one cond.  Start putting faces only when common-string-length>=0.
8692         Add condition to put completions-common-part when
8693         common-string-length>0.
8695         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8696         place point at the first different character in the minibuffer
8697         even if this position is at the beginning of the minibuffer.
8699         * info.el (Info-read-node-name-1): In completion-base-size-function's
8700         lambda return 1 if common-substring or minibuffer-completion-contents
8701         starts with (, and 0 otherwise.
8703         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8704         Use `crm-current-element' for second arg of `display-completion-list'.
8706 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
8708         * files.el (set-auto-mode): Look for an interpreter specified on
8709         the first line also if search for mode specification succeeded,
8710         but the mode is not known.
8712 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
8714         * textmodes/org.el (org-tags-match-list-sublevels): New option.
8715         (org-open-at-point): Implement tag searches as links.
8716         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8717         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8718         (org-tags-sparse-tree, org-tags-view, org-set-tags)
8719         (org-agenda-dispatch): New commands.
8720         (org-use-tag-inheritance, org-tags-column): New options.
8721         (org-tab-follows-link, org-return-follows-link): New options.
8722         (org-tags): New customize group.
8723         (org-start-icalendar-file): Get local time zone.
8724         (org-tags-completion-function): New function.
8725         (org-set-font-lock-defaults): Make sure links will also be
8726         highlighted inside headlines.
8728 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
8730         * term.el (term-emulate-terminal):
8731         Let term-handle-ansi-terminal-messages override what Bash says about
8732         its current directory.
8734 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8736         * bindings.el (last-buffer): Move to simple.el.
8737         * simple.el (last-buffer): Move here.
8738         (get-next-valid-buffer): New function.
8739         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8740         (prev-buffer): Ditto.  Rename to `previous-buffer'.
8742         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8743         * bindings.el (global-map): Ditto.
8745 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
8747         * cus-edit.el: Introductory comment change.
8748         (custom-magic-alist): Change message string for the `rogue' state.
8750 2005-12-15  Richard M. Stallman  <rms@gnu.org>
8752         * tooltip.el: Delete defcustom variable :tag names.
8754         * complete.el (partial-completion-mode): Doc fix.
8756         * textmodes/flyspell.el (flyspell-external-point-words):
8757         Use save-excursion to ensure we don't move backward in the
8758         search loop, not even one character.
8759         (flyspell-delete-all-overlays): Use remove-overlays directly.
8761         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8762         (ispell-start-process): Set that variable.
8763         Clear ispell-buffer-local-name.
8764         (ispell-internal-change-dictionary):
8765         Set ispell-current-dictionary after killing process.
8766         (ispell-buffer-local-dict):
8767         Don't set spell-personal-dictionary after killing process.
8768         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8769         (ispell-tex-skip-alists, ispell-html-skip-alists)
8770         (ispell-skip-region-alist): Mark as risky.
8772         * net/newsticker.el (newsticker--retrieval-timer-list)
8773         (newsticker--display-timer, newsticker-running-p)
8774         (newsticker-ticker-running-p): Definitions moved up.
8776 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
8778         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8780 2005-12-15  David Ponce  <david@dponce.com>
8782         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8783         (recentf-edit-list, recentf-open-files): Signal an error when
8784         there is no recent file.
8786 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8788         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8789         read-only except for texinfo-format-region evaluation.
8791 2005-12-14  Richard M. Stallman  <rms@gnu.org>
8793         * vc.el (vc-default-previous-version, vc-default-next-version)
8794         (vc-do-command): Doc fixes.
8796 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8798         * textmodes/bibtex.el (bibtex-expand-strings)
8799         (bibtex-autokey-expand-string, bibtex-name-part)
8800         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8801         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8802         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8803         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8804         (bibtex-entry-postfix, bibtex-known-entry-type-re)
8805         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8806         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8807         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8808         (bibtex-beginning-of-last-entry): Remove.
8809         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
8810         message if comma is missing but buffer is read-only.
8811         (bibtex-parse-field-text): Handle whitespaces at the end of field
8812         text.  Return 3-element list with beginning and end of field text
8813         and end of field.
8814         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8815         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
8816         (bibtex-search-forward-field, bibtex-search-backward-field):
8817         Search always delimited by limits of entry.  Use more efficient
8818         search algorithms.
8819         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8820         bibtex-end-of-name-in-field.
8821         (bibtex-text-in-field-bounds): Handle BibTeX strings when
8822         extracting the content of a field.
8823         (bibtex-text-in-field): Use search limits.
8824         (bibtex-parse-string-prefix): Handle empty string keys based on
8825         bibtex-string-empty-key.
8826         (bibtex-parse-string): Fix docstring.
8827         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8828         (bibtex-preamble-prefix, bibtex-strings): New functions.
8829         (bibtex-skip-to-valid-entry): Include preceding whitespace in
8830         BibTeX entries (consistent with other BibTeX functions).
8831         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8832         (bibtex-search-entry): Fix docstring.  Simplify.
8833         (bibtex-flash-head, bibtex-complete-string-cleanup)
8834         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8835         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8836         (bibtex-parse-entry): New optional arg content.
8837         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8838         Use bibtex-text-in-field-bounds.
8839         (bibtex-print-help-message): Handle BibTeX strings and preambles.
8840         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8841         bibtex-parse-string-postfix.
8842         (bibtex-find-text-internal): New function.
8843         (bibtex-remove-delimiters): Use it.
8844         (bibtex-find-text): Use it.  New optional arg help.
8845         (bibtex-complete): Handle BibTeX string and preamble entries.
8846         (bibtex-Preamble): Fix order of closing delimiters.
8848 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8850         * vc.el (vc-default-revert): New fun.
8852         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8854 2005-12-14  Romain Francoise  <romain@orebokech.com>
8856         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8857         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8858         (font-lock-remove-keywords): Likewise.
8860 2005-12-14  Juri Linkov  <juri@jurta.org>
8862         * log-view.el (log-view-diff): Doc fix.
8864         * isearch.el (isearch-query-replace): Use (mark) instead of
8865         isearch-opoint if mark is active in transient-mark-mode.
8867 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
8869         * isearch.el (isearch-query-replace): Check for isearch-other-end.
8871 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
8873         * progmodes/cpp.el (cpp-face): New widget.
8874         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8876 2005-12-14  Juri Linkov  <juri@jurta.org>
8878         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8879         around `erase-buffer' and `insert'.
8881         * descr-text.el (describe-text-properties): Replace buffer name
8882         "*Help-2*" with "*Help*<2>".
8883         (describe-char): Add functions print-help-return-message,
8884         toggle-read-only.  Use help-setup-xref with nil to not store
8885         describe-char in help-xref-stack.  Use help-make-xrefs to
8886         make [back] button.
8888         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8890         * wdired.el (wdired-old-point): New internal variable.
8891         (wdired-change-to-wdired-mode): Set it buffer-locally.
8892         (wdired-abort-changes): Restore point after aborting changes.
8894 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8896         * vc.el (vc-do-command): Add a new value t for okstatus.
8898         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8899         frame in case of errors.
8901 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8903         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8904         so it comes after "On the Left" in the menu.
8906 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
8908         * cus-edit.el (customize-apropos, customize-apropos-options)
8909         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8911 2005-12-12  Bill Wohler  <wohler@newt.com>
8913         * vc-svn.el (vc-svn-registered): Fix problem of visiting
8914         non-writable Subversion-controlled files by saving window
8915         configuration before calling vc-do-command.  vc-do-command calls
8916         pop-to-buffer on error which is unexpected during registration.
8918 2005-12-12  Jay Belanger  <belanger@truman.edu>
8920         * calc/README: Update the summary of changes.
8922 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8924         * descr-text.el (describe-char): Rework last fix to solve the problem
8925         is the same way it's solved for everything else in that function
8926         (i.e. by extracting the info before setting up the *Help* buffer).
8928 2005-12-12  Kim F. Storm  <storm@cua.dk>
8930         * subr.el (version-regexp-alist): Allow space as separator before
8931         non-numeric part, e.g. "1.0 alpha".
8932         (version-to-list): Interpret .X.Y version as 0.X.Y version.
8934 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
8936         * textmodes/org.el (org-agenda, org-timeline, org-todo):
8937         Implement Logging and the keep-modes setting.
8938         (org-get-category): Make sure a string is returned.
8939         (org-log-done): New function.
8940         (org-log-done, org-closed-string): New options.
8942 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8944         * tooltip.el (tooltip-y-offset): Change default to 20.
8946 2005-12-12  Richard M. Stallman  <rms@gnu.org>
8948         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8950         * frame.el (display-hourglass): Doc fix.
8952         * help.el (help-for-help-internal): Simplify entry for `a'.
8954         * info.el (Info-on-current-buffer): Doc fix.
8955         (info-insert-file-contents): Don't test (featurep 'jka-compr).
8957         * startup.el (inhibit-splash-screen): Make this the real name.
8958         (inhibit-startup-message): Make this the alias.
8959         (command-line): Find only simple.el, and use its directory
8960         to fill in other preloaded files' names.
8961         (command-line): Deactivate the mark if deactivate-mark is set.
8963         * international/mule.el (load-with-code-conversion):
8964         Bind deactivate-mark.
8966         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8968 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
8970         * cus-edit.el (customize-apropos): Avoid listing an option more
8971         than once under different aliases.  No longer list user options
8972         that are not defined with defcustom (unless a prefix arg is given).
8973         Doc fix.
8974         (customize-apropos-options): Doc fix.
8976 2005-12-11  Juri Linkov  <juri@jurta.org>
8978         * frame.el (set-background-color, set-foreground-color)
8979         (set-cursor-color, set-mouse-color, set-border-color):
8980         Add explicit prompts to read colors by `facemenu-read-color'.
8981         (show-trailing-whitespace, blink-cursor-delay)
8982         (blink-cursor-interval, display-hourglass, hourglass-delay):
8983         Remove tags.
8984         (display-hourglass, hourglass-delay): Doc fix.
8985         (cursor-in-non-selected-windows): Capitalize words in tag.
8987         * faces.el (frame-background-mode): Replace `choice-item' keywords
8988         with `const' to not make [default] button.  Change default value tag
8989         from `default' to `automatic'.  Doc fix.
8990         (trailing-whitespace) <defface>: Change group `whitespace' to
8991         `whitespace-faces'.
8993 2005-12-11  Richard M. Stallman  <rms@gnu.org>
8995         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8997 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8999         * term/mac-win.el: Create keymap for mac-apple-event-map.
9001 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
9003         * tooltip.el (tooltip-mode): Move to start of file so that it
9004         appears at top of customize buffer.
9006         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9007         Add the gud groupname.
9008         (gud-tooltip-mode): Add the tooltip groupname.
9009         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
9010         avoid conflict with tooltip-use-echo-area.
9012 2005-12-10  Romain Francoise  <romain@orebokech.com>
9014         * help.el (help-for-help-internal): Add `r' in doc string.
9016 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9018         * align.el (align-regexp, align-highlight-rule):
9019         Use region-beginning and region-end instead of point and mark, so that
9020         repetition (with `repeat-complex-command') recomputes the region
9021         bounds.
9023 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9025         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9026         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9027         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9028         (balance-windows): Rewrite using the above new functions.
9030 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
9032         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9033         react if global-hi-lock-mode seems intended.
9034         (global-hi-lock-mode) Renamed from hi-lock-mode.
9035         (hi-lock-archaic-interface-message-used)
9036         (hi-lock-archaic-interface-deduce): New variables.
9037         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9038         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9039         (hi-lock-find-patterns, hi-lock-font-lock-hook):
9040         Replace hi-lock-buffer-mode with hi-lock-mode.
9042 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
9044         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9045         completion list, even after a partial completion has been
9046         inserted in the current buffer.  If there are more than 1
9047         completion, redisplay the *Completions* buffer; if the
9048         completion is unique, delete the *Completions* window.
9050 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
9052         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9053         strings and long subject lines that were broken into multiple
9054         lines at arbitrary places.  Handle subjects that have "Re: " in
9055         the middle.
9057 2005-12-10  John W. Eaton  <jwe@octave.org>
9059         * emacs/octave-mod.el (octave-electric-space): Don't indent
9060         comments or strings if octave-auto-indent is nil.
9062 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9064         * term/mac-win.el: Require url when compiling.
9065         Call mac-process-deferred-apple-events after loading init files.
9066         (mac-apple-event-map): New defvar.  Define event handlers in it.
9067         (core-event, internet-event): New Apple event class symbols.
9068         (open-application, reopen-application, open-documents)
9069         (print-documents, open-contents, quit-application)
9070         (application-died, show-preferences, autosave-now, get-url):
9071         New Apple event ID symbols.
9072         (about): New HICommand ID symbol.
9073         (mac-event-spec, mac-event-ae): New macros.
9074         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9075         (mac-ae-selection-range, mac-ae-text-for-search)
9076         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9077         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
9078         and Services menu events are now defined in mac-apple-event-map.
9079         (mac-drag-n-drop): Remove selection range handling.
9081 2005-12-10  Kenichi Handa  <handa@m17n.org>
9083         * simple.el (zap-to-char):
9084         * isearch.el (isearch-process-search-char): Translate CHAR by
9085         translation-table-for-input.
9087 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
9089         * foldout.el (foldout-exit-fold): Properly hide subtree.
9091 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9093         * files.el (save-buffer):
9094         * international/ucs-tables.el (ucs-set-table-for-input):
9095         * mail/mail-extr.el (mail-extract-address-components):
9096         * mail/sendmail.el (mail-mode): Reformat doc string.
9098 2005-12-09  Juri Linkov  <juri@jurta.org>
9100         * isearch.el (isearch-highlight): Change main overlay priority
9101         from 1 to 1001.  Simplify.
9102         (isearch-lazy-highlight-update): Change lazy overlay priority
9103         from 0 to 1000.
9105         * replace.el (replace-highlight): Change overlay priority from
9106         1 to 1001.
9108         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9109         Change overlay priority from 1 to 1001.  Reuse existing overlay.
9111         * compare-w.el (compare-windows-highlight): Change overlay
9112         priority from 1 to 1000.
9114         * menu-bar.el (menu-bar-edit-menu): Add listp around
9115         pending-undo-list to disable menu item "undo" when pending
9116         undo list is empty.
9118         * locate.el (locate): Disable undo in *Locate* buffer.
9120 2005-12-09  Kim F. Storm  <storm@cua.dk>
9122         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9124 2005-12-09  David Ponce  <david@dponce.com>
9126         * recentf.el: Improvement of the menu code.
9127         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
9128         instead of menu hook.
9129         (recentf-show-menu, recentf-hide-menu): New functions.
9130         (recentf-menu-customization-changed, recentf-mode): Use them.
9131         (recentf-menu-action, recentf-max-menu-items)
9132         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9133         (recentf-arrange-by-rule-others)
9134         (recentf-arrange-by-rules-min-items)
9135         (recentf-arrange-by-rule-subfilter) : Don't use
9136         `recentf-menu-customization-changed'.
9137         (recentf-arrange-rules): Likewise.  Accept functions to compute
9138         sub-menu titles.
9139         (recentf-menu-filter): Likewise.  Doc fix.
9140         (recentf-menu-value-shortcut): Doc fix.
9141         (recentf-dump-variable): Quote atom value.
9142         (recentf-make-menu-items): Update to use it as a menu filter.
9143         (recentf-match-rule): New function.
9144         (recentf-arrange-by-rule): Use it.
9145         (recentf-indirect-mode-rule): New function.
9146         (recentf-build-mode-rules): Use it.
9147         (recentf-dir-rule): New function.
9148         (recentf-arrange-by-dir): Use it.
9149         (recentf-filter-changer-current): Rename from
9150         `recentf-filter-changer-state'.  All references updated.
9151         (recentf-filter-changer-alist): Update filter names.
9152         (recentf-filter-changer-select): New function.
9153         (recentf-filter-changer): Use it.  Make a sub-menu from filters
9154         available in `recentf-filter-changer-alist'.
9155         (recentf-data-cache, recentf-clear-data)
9156         (recentf-update-menu): Remove.  All references updated.
9157         (recentf-match-rule-p, recentf-build-dir-rules)
9158         (recentf-filter-changer-goto-next)
9159         (recentf-filter-changer-get-current)
9160         (recentf-filter-changer-get-next): Remove.
9162 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
9164         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9165         buffer "Reset" button to "Reset to Current" for consistency with
9166         the State buttons.
9168 2005-12-08  John Paul Wallington  <jpw@pobox.com>
9170         * ibuf-ext.el (define-ibuffer-filter filename):
9171         If `dired-directory' is a list then really use its car.
9173 2005-12-08  Kim F. Storm  <storm@cua.dk>
9175         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9176         Fix indention of text on right side of replaced rectangle.
9178 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
9180         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9181         No need to check gud-comint-buffer is bound.
9182         (gdb): Prevent multiple debugging when first session uses gdba.
9184 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9186         CC Mode update to 5.31.
9188         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9189         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
9190         We might do this function properly in the future).
9192         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9193         New macros c-sentence-end and c-default-value-sentence end, to cope
9194         with Emacs 22's new function `sentence-end'.
9196 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9198         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9199         compat issue using `c-put-overlay' and `c-delete-overlay'.
9201         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9202         New compat macros to handle overlays/extents.
9204 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9206         * progmodes/cc-fix.el: Add definitions of the macros push and pop
9207         (for GNU Emacs 20.4)
9209         * progmodes/cc-defs.el:
9210         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9212         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9213         highlighting mechanism so it will work in XEmacs too.
9215         * progmodes/cc-defs.el: Insert c-int-to-char.
9217         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9218         call to the new macro c-int-to-char.  This solves XEmacs's
9219         regarding characters as different from integers.
9221 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9223         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9224         New internal helper.
9226         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9227         construct to make the indirect face lookup work in XEmacs.
9229         (c-cpp-matchers): Append the negation char face to the existing
9230         fontification, so that the cpp face doesn't disappear.
9231         Use `c-make-syntactic-matcher' to avoid negation chars in comments
9232         and strings.
9234         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9235         to map to `font-lock-negation-char-face' in emacsen where it exists.
9237 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9239         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9241         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9242         Rename "c-subword-move-mode" as "c-subword-mode".
9244         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9245         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
9247 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9249         * progmodes/cc-mode.el: Added autoload directive for
9250         `c-subword-move-mode' for use in older emacsen.
9252 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9254         * progmodes/cc-mode.el:
9255         (i) Insert a binding for C-c C-backspace into
9256         c-bind-special-erase-keys which works in TTYs.
9257         (ii) Make sure that when file styles are used, any explicitly
9258         given style variables take priority over those in the style.
9259         Do this by calling `hack-local-variables' a second time.
9261         * progmodes/cc-vars.el: Add language specific customization
9262         widgets for AWK to c-doc-comment-style, c-require-final-newline
9263         and c-default-style.  Add a defcustom for awk-mode-hook.
9264         Give c-syntactic-element and c-syntactic-context doc-strings by
9265         directly setting their `variable-documentation' propery.
9266         This allows Emacs 22.1 to read these with C-h v.
9268         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9270 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9272         * progmodes/cc-fonts.el, cc-vars.el
9273         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9274         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9275         Masatake YAMATO.
9277         (c-doc-comment-style): Made GtkDoc default in C mode.
9279         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9280         and C-c C-<delete>.
9282         (c-bind-special-erase-keys): New function for use on
9283         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9285         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9286         <delete> key behavior in XEmacs according to `delete-forward-p'.
9287         C.f. `c-electric-delete'.
9289 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9291         * progmodes/cc-mode.el: Give c-hungry-backspace and
9292         c-hungry-delete-forward permanent key bindings.
9294         * progmodes/cc-cmds.el (c-electric-semi&comma):
9295         Bind c-syntactic-context for calls to "criteria functions", for
9296         consistency with other calls to user functions.
9298         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9299         `current-prefix-arg', since this might be the prefix arg to a
9300         command which calls c-indent-command as a function.  Change the
9301         interactive spec from "p" to "P".
9303         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9304         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9305         was difficult to understand.
9307 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9309         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9310         first char of an identifier.
9312         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9313         +" syntax in C++.
9315 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9317         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9318         auto-fill doesn't split a c-comment's last word from a hanging
9319         "*/" when a space is typed between them after fill-column.
9321         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9323         * progmodes/cc-styles.el (c-set-style)
9324         (c-setup-paragraph-variables): Abort the command if we're not in a
9325         CC Mode buffer.
9327         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9328         with blank comment-prefix, and a blank line as the comment's
9329         second line.
9331 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9333         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9334         Incorporate the patterns added in the Emacs development branch
9335         for the new Emacs 22 face `font-lock-negation-char-face'.
9337         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9338         of "red" since it stands out better in xterms and DOS terminals.
9340         * progmodes/cc-engine.el (c-literal-faces):
9341         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9343 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9345         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9346         forcibly enable c-electric-flag.
9348         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9349         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9350         after the comment-prefix of a C-style comment will close that comment.
9352 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9354         * progmodes/cc-fonts.el (c-basic-matchers-before)
9355         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9356         in Pike.
9358         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9359         digraphs.
9361         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9362         (c-cpp-message-directives, c-cpp-include-directives)
9363         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9364         (c-cpp-expr-directives): Introduce new language constants to
9365         control cpp syntax in a cleaner way.
9367         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9369         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9371         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9372         (c-multiline-string-start-char): New language constants and
9373         variables to specify how newlines in string literals work.
9375         (c-font-lock-invalid-string): Use them.
9377         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9378         unbalanced close brace is entered.  Optimization by avoiding going
9379         back over arbitrarily large blocks.  Removed hints that this
9380         function only would be relevant/useful in AWK.
9382         (c-electric-brace): Indent syntactically after the cleanups since
9383         lineup functions might do it differently then.
9385         * progmodes/cc-engine.el, cc-langs.el
9386         (c-opt-op-identifier-prefix): New language constant and variable.
9388         (c-just-after-func-arglist-p, c-after-special-operator-id)
9389         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9391         * progmodes/cc-align.el, cc-engine.el
9392         (c-after-special-operator-id): New helper to handle C++ operator
9393         identifiers.
9395         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9396         (c-guess-basic-syntax): Handle C++ operator identifiers in
9397         declarations.
9399         * progmodes/cc-langs.el (c-assignment-operators): Add the
9400         trigraph version of ^= too.
9402         * progmodes/cc-langs.el (c-assignment-operators): Add the
9403         trigraph version of |= in C++.
9405         * progmodes/cc-fonts.el (c-font-lock-declarators):
9406         Handle `c-decl-hangon-kwds' after the identifier name.
9408         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9409         whether an arglist is "nonempty", ignore a comment after the open
9410         paren if it isn't followed by a non-comment token on the same line.
9412         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9413         Enable heuristics below the point to cope with classes inside special
9414         brace lists in Pike.
9416 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9418         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9420 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9422         * progmodes/cc-guess.el (cc-guess-install): New function to
9423         install an already guessed style in another buffer.
9425         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9426         sets `inhibit-read-only' - `c-save-buffer-state' should be used
9427         anyway if the change always is undone.
9429 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9431         Implement togglable electricity:
9433         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9434         saying when it should be used.
9436         * progmodes/cc-engine.el: Add the new buffer-local variable,
9437         c-electric-flag.
9439         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9440         c-toggle-auto-newline.
9442         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9443         c-toggle-auto-newline.  Remove the binding for
9444         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
9445         c-toggle-electric-state.
9447         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9449         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9450         c-\(forward\|backward\)-subword.
9451         (c-update-modeline): Add the new modeline flag `l' for
9452         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
9453         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9454         Make the old name an alias of the new name.
9455         (c-toggle-electric-state): New function.
9456         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9457         Adapt these functions to do electric things only when
9458         c-electric-flag is non-nil.
9459         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9460         new functions from c-electric-brace.
9461         (c-point-syntax): Add a check for "virtual semicolons" in AWK
9462         mode, so that the tentative extra newline doesn't change the
9463         syntax of the following brace.
9464         (c-electric-brace): Restructure by extracting the above functions.
9465         Tidy up the coding somewhat.
9466         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9467         restructure a bit.
9469 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9471         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9472         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
9474         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9475         (c-submode-indicators): Change name from `c-auto-hungry-string'
9476         since it's now used to track another submode.
9478         (c-update-modeline): Convert to function and extended to check
9479         `c-subword-move-mode'.
9481         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9482         Convert to compat aliases for `c-forward-subword' and
9483         `c-backward-subword'.
9485         * progmodes/cc-subword.el: New functions and minor mode to handle
9486         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9488         (c-forward-subword, c-backward-subword, c-mark-subword)
9489         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9490         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9491         Functions corresponding to the standard word handling functions.
9493         (c-subword-move-mode): Minor mode that replaces all the standard
9494         word handling functions with their subword equivalences.
9496 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9498         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9499         entry for one-liner-defun.
9501         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9502         name in its def-edebug-spec.
9504         * progmodes/cc-cmds.el (c-electric-brace): Make the
9505         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
9506         compacts space before a comment, if this will make things fit on
9507         one line.
9509         Introduce an "awk" style, mainly for auto-newline and clean-ups.
9511         * progmodes/cc-align.el: New function c-snug-1line-defun-close
9513         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9514         clean-up one-liner-defun.
9516         * progmodes/cc-styles.el: Add the new "awk" style.
9518         * progmodes/cc-vars.el: Add description of one-liner-defun to
9519         c-cleanup-list's doc-string.  New user options,
9520         c-max-one-liner-length.  In c-default-style, set the default style
9521         for AWK to "awk".
9523 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9525         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9526         macros inside labels.
9528         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9529         `c-at-statement-start-p' and `c-at-expression-start-p'.
9531         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9532         error if the mark isn't set.
9534         * progmodes/cc-engine.el (c-guess-continued-construct)
9535         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9536         accurately detect functions inside functions.
9538         * progmodes/cc-engine.el (c-at-expression-start-p): New function
9539         like `c-at-statement-start-p' that additionally recognizes commas
9540         and expression parentheses as delimiters.
9542         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9543         to avoid heuristics that doesn't work for unclosed blocks.
9544         (c-at-statement-start-p): New function.
9546         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9547         Objective-C directives, e.g. directives spanning lines should work
9548         reasonably well now.
9550         (c-put-c-type-property, c-clear-c-type-property): New helpers.
9552         (c-forward-objc-directive): New function to move over any ObjC
9553         directive.
9555         (c-just-after-func-arglist-p, c-guess-basic-syntax)
9556         (c-basic-matchers-before): Use it.
9558         (c-font-lock-objc-iip-decl): Remove.
9560         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9561         in the template arglist recognition.
9563         * progmodes/cc-styles.el (c-style-alist): Fix several
9564         inconsistencies in the Whitesmith style.
9566         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9567         New lineup function to get lines after Whitesmith style blocks
9568         correctly indented.
9570         (c-lineup-whitesmith-in-block): Back out the compensation for
9571         opening parens since it's done using `add' lists in the style
9572         definition instead.  Don't use the anchor position since it varies
9573         too much between the syntactic symbols. :P
9575         * progmodes/cc-vars.el (c-valid-offset): Update.
9577         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9578         lists where the offsets are combined according to several
9579         different methods: `first', `min', `max', and `add'.
9580         Report offset evaluation errors with `c-benign-error' so that some kind
9581         of reindentation still is done.
9583         * progmodes/cc-engine.el (c-guess-basic-syntax):
9584         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9585         `arglist-close'.
9587         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9588         situations for `arglist-cont-nonempty' and `arglist-close'.
9590         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9592         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9593         cc-bytecomp-boundp' in a number of places.
9595         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9596         macro related issue.
9598 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9600         * progmodes/cc-awk.el: Change the terminology of regexps: A char
9601         list is now [asdf], a char class [:alpha:].
9602         Include code for char classes.
9603         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
9604         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9606         Remove (nearly all of) the cruft associated with AWK Mode's former
9607         concept of "virtual semicolons":
9609         Adapt c-beginning-of-statement, c-end-of-statement (together with
9610         subfunctions) to use the new notion of "virtual semicolon" in
9611         place of the old awkward special handling for AWK.  There remains
9612         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9613         * progmodes/cc-cmds.el:
9614         (c-ascertain-adjacent-literal): In the backwards direction, now
9615         recognises AWK regexp delimiters as string delimiters.
9616         (c-after-statement-terminator-p): Adapt for virtual semicolons;
9617         check more rigorously for "end of macro".
9618         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9619         virtual semicolons;
9620         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9621         out the code for forward movement into ...
9622         (c-end-of-statement): Now contains the code for forward movement,
9623         adapted for virtual semicolons.
9625         * progmodes/cc-engine.el:
9626         (c-ws*-string-limit-regexp): New regexp.
9627         (c-forward-single-comment, c-backward-single-comment): Comment out
9628         the (now redundant) "special" AWK stuff.
9630         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9631         c-string-par-start, c-string-par-separate to be more like Text
9632         Mode than Fundamental Mode.
9634 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9636         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9637         to the fontified region so that fontification doesn't occur
9638         outside it (could happen e.g. when fontifying a line with an
9639         unfinished declaration).
9641 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9643         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9644         start of the file.  ^L now separate sections of the file.
9645         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
9646         (c-awk-one-line-possibly-open-string-re)
9647         (c-awk-regexp-one-line-possibly-open-char-class-re)
9648         (c-awk-one-line-possibly-open-regexp-re)
9649         (c-awk-one-line-non-syn-ws*-re): New defonsts.
9650         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9652         Amend the concept of "virtual semicolons" (in the indentation
9653         engine) for languages like AWK, such that they are now
9654         conceptually attached to end of the last token of a statement, not
9655         the end of the line.  (In AWK Mode, however, the pertinent text
9656         property is still physically set on the EOL.)  Remove the specific
9657         tests for awk-mode, thus facilitating the introduction of other
9658         language modes where EOLs can end statements.
9659         (Note: The funtionality in cc-cmds.el, specifically
9660         c-beginning/end-of-statement has yet to be amended.)
9662         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9663         New macros.
9665         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9666         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
9667         c-vsemi-status-unknown-p-fn (in a new page).
9669         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9670         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9671         numerous awkward forms like
9672         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9673         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
9674         variable before-ws-ip, the place just after char-before-ip appears.
9676         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9677         a comment.
9679 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9681         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9682         `c-tentative-buffer-changes'.
9684         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9685         convert to macro to choose between Emacs and XEmacs at compile time.
9687         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9689         (c-tentative-buffer-changes): New macro to handle temporary buffer
9690         changes in a convenient way.
9692         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9693         for `c-tentative-buffer-changes'.
9695         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9696         the checks for paren sexps between the point and the keyword, to
9697         avoid some false alarms.
9699         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9700         Fixed a situation where an error could be thrown for unbalanced
9701         parens.  Changed to make use of c-keyword-member' to avoid some
9702         repeated regexp matches.
9704         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9705         These language variable are no longer necessary.
9707         (c-block-stmt-kwds): New language constant used by
9708         c-looking-at-inexpr-block'.
9710         (c-guess-basic-syntax): Remove an optional check that looked at
9711         the existence of the now removed language variables.
9713         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9714         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9715         object instantiation expressions as declarations in some contexts.
9716         This bug only affected languages where the declarator can't be
9717         enclosed in parentheses.
9719         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9720         insert newlines before and after substatement braces.
9722         * progmodes/cc-engine.el: Improved the heuristics for recognizing
9723         function declaration headers and the handling of C++ style member
9724         init lists.
9726         (c-just-after-func-arglist-p): Rewritten to use
9727         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
9729         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9731         (c-guess-basic-syntax): Adapt case 5B for the new
9732         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
9733         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9734         covers all cases now).
9736         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9738 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9740         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9741         c-string-par-start/separate c-sentence-end-with-esc-eol,
9742         initialised in c-setup-paragraph-variables, used in string
9743         scanning subroutines of c-beginning-of-statement.
9745         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9746         which precedes the newly inserted `{'.
9748 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9750         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9751         function for declaration level blocks.  It should now cope with
9752         templates better and also be a lot more comprehensible.
9754         (c-looking-at-decl-block): The new function.
9756         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
9757         for compatibility.
9759         (c-add-class-syntax, c-guess-continued-construct)
9760         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9762         (c-decl-block-key): Change to tell apart ambiguous and
9763         unambiguous keywords.  Pike specials are now handled directly in
9764         the code instead.
9766         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9767         New language constants and variables to make the backward skip in
9768         `c-looking-at-decl-block' as tight as possible.
9770         (c-nonsymbol-token-char-list): New language constant.
9772         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9773         find balanced template arglists backwards.
9775         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9776         making char classes for `c-syntactic-skip-backward'.
9778         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9779         16D - can't be a class-close at that point.
9781         * progmodes/cc-engine.el (c-guess-basic-syntax)
9782         (c-add-class-syntax): Don't narrow out the enclosing declaration
9783         level.  This makes everything a lot easier, and it was actually
9784         only four small places that needed it to work.  Some places that
9785         previously did `widen' are removed now, which has the effect that
9786         `c-guess-basic-syntax' never will look at things outside the
9787         current narrowment now.  The anchor position for `topmost-intro'
9788         is affected by this, but it was so bogus it was basically useless
9789         before, and now it's equally bogus but in a slightly different way.
9791         (c-narrow-out-enclosing-class): Gone.
9793         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9794         the narrowed region.
9796         (c-least-enclosing-brace): Remove silly optional argument.
9798         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9799         the point could be left directly after an open paren when finding
9800         the beginning of the first decl in the block.
9802         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9803         Specify which submatch to use.
9805         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9807         (c-decl-start-re): No longer any need for special treatment of
9808         ObjC due to the above.
9810         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9811         presumably follows C in that regard.
9813         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9814         New language constants to specify operator tokens inside
9815         identifiers in a more high level way.
9817         (c-opt-identifier-prefix-key): New internal language constant.
9819         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9820         (c-identifier-start, c-identifier-key): Now completely calculated
9821         from other constants.
9823         (c-identifier-last-sym-match): Decommission since it's no longer used.
9825         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
9827         * progmodes/cc-engine.el (c-forward-name): Remove the
9828         optimization when c-identifier-key is equal to c-symbol-key since
9829         it doesn't work in byte compiled files.  Don't record empty
9830         regions as identifiers.
9832         * progmodes/cc-langs.el (c-filter-ops): New helper function to
9833         simplify access to `c-operators' and its likes.
9835         (c-operator-list, c-all-op-syntax-tokens)
9836         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9837         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9838         (c-primary-expr-regexp, c-cast-parens): Use it.
9840         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9841         an explicit language in functions.
9843         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9844         variant of adornment.
9846         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9847         variable.
9849         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9850         the Pike value.
9852         * progmodes/cc-engine.el (c-on-identifier)
9853         (c-simple-skip-symbol-backward): Small fix for handling "-"
9854         correctly in `skip-chars-backward'.  Affected the operator lfun
9855         syntax in Pike.
9857         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9858         diagnostic message about precompiled language vars not being used.
9860         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9861         "__attribute__" is followed by a parenthesis.
9863         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9864         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9865         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9867         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9868         Internal cleanups to properly detect the declared identifiers in
9869         various declarations.
9871         (c-decl-start-kwds): New language constant to recognize
9872         declarations that can start anywhere.  Used for class declarations
9873         in Pike.
9875         (c-specifier-key, c-not-decl-init-keywords)
9876         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9877         (c-find-decl-spots): Implement `c-decl-start-kwds'.
9879         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9880         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9881         handling of the compiler specific extension keywords into a new
9882         language constant `c-decl-hangon-kwds' that defines keyword
9883         clauses to be ignored in declarations.
9885         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9886         past unrecognized tokens when handling `c-colon-type-list-kwds'.
9887         Necessary to stop at the declared identifier in e.g. IDL valuetype
9888         declarations.
9890         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9891         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9892         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9893         (c-forward-decl-or-cast-1): Recognize the declared identifier in
9894         class and enum declarations as such and not as part of the type.
9896         (c-forward-decl-or-cast-1, c-forward-label): Relax the
9897         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9899         (c-forward-decl-or-cast-1): Don't disregard sure signs of
9900         declarations when there's some syntax error later on.
9902         (c-complex-decl-matchers): Did away with a reference to
9903         `c-specifier-key'.
9905         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9906         value - this variable is always dynamically bound.
9908         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9909         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9910         * cc-cmds.el, cc-defs.el: Change the policy for marking up
9911         functions that might do hidden buffer changes: All such internal
9912         functions are now marked instead of those that don't.
9914         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9915         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9916         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9917         (c-literal-type): Allow these functions to make hidden buffer changes,
9918         so that they are free to use text property caching later on.
9920         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9921         (c-electric-brace, c-electric-slash, c-electric-star)
9922         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9923         (c-electric-paren, c-electric-continued-statement, c-indent-command)
9924         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9925         (c-context-line-break): Add `c-save-buffer-state' calls to comply
9926         with the changed semantics of the functions above.
9928         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9929         when macros occur in obscure places.  Optimized the sexp movement
9930         a bit.
9932 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9934         Enhancements for c-beginning-of-statement to work in AWK Mode:
9936         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9937         (completed statement) with `}' (statement completed by closing
9938         brace or semicolon) and `$' (statement completed by EOL).
9940         (c-awk-virtual-semicolon-ends-prev-line-p)
9941         (c-awk-virtual-semicolon-ends-line-p)
9942         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9943         (c-awk-at-statement-end-p): New functions.
9945         * progmodes/cc-cmds.el: Simplify the structure of functions
9946         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
9947         two functions and c-beginning-of-statement to handle AWK Mode.
9949         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9950         c-backward-single-comment for AWK mode.  Attempt to clarify their
9951         doc-strings.
9953         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9955 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9957         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9958         label handling.  Labels are now recognized in a uniform and more
9959         robust way, regardless of context.  Text properties are put on all
9960         labels to recognize the following declarations better.
9961         Multiword labels are handled both in indentation and fontification for
9962         the benefit of language extensions like Qt.  For consistency, keywords
9963         in labels are now fontified with the label face instead.
9964         That also applies to "case" and "default".
9966         (c-beginning-of-statement-1): Fix some bugs in the label
9967         handling.  Disregard `c-nonlabel-token-key' in labels that begin
9968         with `c-label-kwds'.
9970         (c-find-decl-spots): Support that the callback adds more
9971         `c-decl-end' spots to find.
9973         (c-forward-decl-or-cast-1): Don't treat a list of plain
9974         identifiers followed by a colon as a declaration.
9976         (c-forward-label): New function to recognize labels.
9978         (c-guess-basic-syntax): Replace uses of `c-label-key' with
9979         `c-forward-label'.  Moved the label recognition cases (14 and 15)
9980         earlier since they aren't so context sensitive now.  Handle labels
9981         on the top level gracefully.  Moved access label recognition to
9982         the generic label case (CASE 15) - removed CASE 5E.
9984         (c-font-lock-declarations): Add recognition of labels in the
9985         same round since we need to handle labels in parallell with other
9986         declarations to recognize both accurately.  It should also improve
9987         speed.
9989         (c-simple-decl-matchers, c-basic-matchers-after):
9990         Move `c-font-lock-labels' so that it only is used on decoration level 2
9991         since `c-font-lock-declarations' handles it otherwise.
9993         (c-complex-decl-matchers): Remove the simplistic recognition of
9994         access labels.
9996         (c-decl-prefix-re): Remove the kludges that was necessary to cope
9997         with labels earlier.
9999         (c-decl-start-re): New language variable to make
10000         `c-font-lock-declarations' stop for the special protection labels
10001         in Objective-C that start with `@'.
10003         (c-label-key): Remove since it's no longer used.
10005         (c-recognize-colon-labels, c-label-prefix-re): New language
10006         constants to support recognition of generic colon-terminated labels.
10008         (c-type-decl-end-used): `c-decl-end' is now used whenever there
10009         are colon terminated labels.
10011         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10012         first argument starts with a special brace list.
10014         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10015         (c-font-lock-declarations): Break out the declaration and cast
10016         recognition from `c-font-lock-declarations' to a new function, so
10017         that it can be used in the indentation engine.
10019         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10020         up to the start of the literal.  Fixed bug with the point on the
10021         wrong side of the search limit that could happen when the start
10022         position is inside a literal.
10024         * progmodes/cc-engine.el (c-parse-state)
10025         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10026         so that it's kept a little bit back to increase the hit rate.
10028         (c-parse-state): Change the macro handling and fixed some
10029         glitches.  Macro context is checked more often than necessary now,
10030         but otoh less garbage conses are generated.
10032         * progmodes/cc-engine.el (c-parse-state)
10033         (c-invalidate-state-cache): Cache the last position where
10034         `c-state-cache' applies.  This can speed up refontification quite
10035         a bit in blocks where there are many non-brace parens before the point.
10037         (c-state-cache-end): New variable for this.
10039         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10040         cache variable.
10042         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10043         get close initial continue positions when the start position is
10044         inside a literal or macro.  Do not call the callback for spots
10045         before the start position (which can happen e.g. for `c-decl-end'
10046         spots inside comments).  Optimize better in special cases when the
10047         region is a single line inside a literal or macro (typically when
10048         the current line is refontified).
10050         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10051         to `c-add-stmt-syntax' - there's no need to explicitly whack off
10052         entries from the paren state.
10054         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10055         special case for "else if" clauses.
10057         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10058         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10060         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10061         New language variable to recognize the gcc extension with statement
10062         blocks inside expressions.
10064         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10065         it somewhat more comprehensible.  The argument AT-BLOCK-START is
10066         no longer used and hence removed.
10068         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10069         to `c-add-stmt-syntax'.
10071         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10072         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10073         This fixes bogus label recognition.
10075         * progmodes/cc-engine.el (c-add-type, c-check-type)
10076         (c-forward-name, c-forward-type): Improve storage of template
10077         types in `c-found-types' so that they can be recognized better.
10079         (c-syntactic-content): Add option to skip past nested parens.
10081         * progmodes/cc-engine.el (c-forward-name):
10082         Set `c-last-identifier-range' all the time.  It's less work that way.
10083         Handle that there might not be an identifier to store in
10084         `c-last-identifier-range'.
10086         (c-forward-type): Handle that `c-last-identifier-range' might be
10087         nil from `c-forward-name'.
10089         * progmodes/cc-defs.el (c-safe-scan-lists)
10090         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10092         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10093         to work even if the form fails.
10095         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10096         down in a large file in one go.
10098         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10100         * progmodes/cc-align.el (c-lineup-assignments): New lineup
10101         function which is like `c-lineup-math' but returns nil instead of
10102         `c-basic-offset' when it doesn't match.
10104         (c-lineup-math): Change to use `c-lineup-assignments'.
10106 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10108         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10109         c-beginning-of-statement.  New subfunctions
10110         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10112 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10114         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10115         hardcoded char classes whereever possible.  Changed a couple of
10116         places to use skip by syntax instead of skip by char class.
10118         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10119         Fix a bug in the regexp that caused extreme backtracking.
10121         * progmodes/cc-langs.el (c-block-comment-starter)
10122         (c-block-comment-ender): New language constants to specify in a
10123         single place how block comments look.
10125         (c-comment-start-regexp, c-block-comment-start-regexp)
10126         (comment-start, comment-end, comment-start-skip)
10127         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10128         (c-syntactic-ws, c-nonempty-syntactic-ws)
10129         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10130         `c-line-comment-starter', `c-block-comment-starter' and
10131         `c-block-comment-ender'.
10133         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10134         New language constants to break up things a bit.
10136         (c-simple-ws): New language constant for simple whitespace.
10138         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10140         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10141         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10142         newlines.  Allow and ignore nil elements in the list.
10144 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10146         * progmodes/cc-cmds.el: Comment out a (n almost certainly
10147         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10149         * progmodes/cc-cmds.el: Tidy up the comments in
10150         c-beginning-of-statement and subfunctions.
10152         * progmodes/cc-awk.el: Replace calls to put-text-property to the
10153         more flexible c-put-char-property and c-clear-char-properties.
10154         Add the author's email address.
10156         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10158         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10159         closing "*/" of a block comment.
10161         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10162         subfunctions) so that it works at BOB and EOB.
10164         * progmodes/cc-cmds.el, cc-vars.el: More updating of
10165         c-beginning-of-statement, including new variable
10166         c-block-comment-start-regexp.
10168 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10170         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10171         symbols from `*-font-lock-extra-types' so that there's no need to
10172         use `regexp-opt' on those lists.
10174         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10175         `c-type-modifier-kwds' is empty.
10177         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10178         there are several strings on the same line.
10180         * progmodes/cc-engine.el (c-literal-limits): Remove the
10181         compatibility function for older emacsen.  `c-literal-limits-fast'
10182         has now taken the place of this function.
10184         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10185         with older emacsen: We now require `pps-extended-state'.
10187 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10189         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10190         which obviates the need to hack sentence-end.  This now handles
10191         escaped newlines in strings correctly.  Correct minor bugs in
10192         c-move-over-sentence and in c-beginning-of-statement.
10194         * progmodes/cc-cmds.el (c-beginning-of-statement (and
10195         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10196         that movement over macros and code are rigorously separated from
10197         eachother.  Correct a few incidental bugs.
10199         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10200         Improve its doc-string.  Improve the handling of certain specific cases.
10202 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10204         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10205         (c-guess-basic-syntax): Change the way class-level labels are
10206         recognized; they can now contain essentially any symbols.
10208         (c-opt-extra-label-key): New language variable to cope with the
10209         special protection label syntax in Objective-C.
10211         (c-opt-access-key): Remove; this is now handled better by
10212         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10214         (c-complex-decl-matchers): Update to handle that
10215         `c-opt-access-key' no longer exists.
10217         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10218         improved label recognition in `c-beginning-of-statement-1'.
10220         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10221         Recognize bitfields better.
10223         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10224         Remove some cruft and fixed a bug that could cause it to go to a
10225         position further down.
10227         * progmodes/cc-langs.el, cc-engine.el
10228         (c-beginning-of-statement-1): Improve detection of labels in
10229         declaration contexts.
10231         (c-beginning-of-decl-1): Use it.
10233         (c-nonlabel-token-key): New language constant and variable needed
10234         by `c-beginning-of-statement-1'.
10236         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10237         manifested itself due to the correction in `c-forward-sexp'.
10239         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10240         Make these behave as documented when used at the buffer limits.
10242         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10243         (c-type-decl-end-used): Made this a language variable.
10245         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10246         correctly when `combine-after-change-calls' is used together with
10247         temporary narrowings.
10249         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10250         Report labels correctly when the start point is immediately after the
10251         colon.
10253         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10254         Remove since it isn't used anymore.
10256         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10257         bracket arglists such as template parens in C++.
10259         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10260         in the last check-in.  Some optimization.
10262         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10263         where it could stop at the same level in a preceding sexp when
10264         PAREN-LEVEL is set.
10266         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10267         text property lookup only when it's needed.
10269         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10270         Change the policy for paren marked angle brackets to be more
10271         persistent; once marked they remain marked even when they're found
10272         to be unbalanced in the searched region.  This should keep the
10273         paren syntax around even when individual lines are refontified in
10274         multiline template arglists.
10276         (c-parse-and-markup-<>-arglists): New dynamically bound variable
10277         to control markup so that incorrect angle bracket arglists aren't
10278         marked in contexts where the correct value for
10279         `c-disallow-comma-in-<>-arglists' isn't known.
10281         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10282         argument has become `c-parse-and-markup-<>-arglists'.
10284         (c-remove-<>-arglist-properties): Remove - no longer used.
10286         (c-after-change-check-<>-operators): New function used on
10287         `after-change-functions' to avoid that "<" and ">" characters that
10288         are part of longer operators have paren syntax.
10290         (c-<>-multichar-token-regexp): New language variable used by
10291         `c-after-change-check-<>-operators'.
10293         (c-after-change): Call `c-after-change-check-<>-operators'.
10295         (c-font-lock-<>-arglists): Use the context properties set by
10296         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10297         correctly to avoid doing invalid markup.
10299         (c-font-lock-declarations): Remove code that undoes the invalid
10300         markup done by `c-font-lock-<>-arglists'.
10302         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10303         after `c-font-lock-declarations'.
10305         * progmodes/cc-engine.el (c-syntactic-skip-backward):
10306         Add paren-level feature.
10308         (c-guess-basic-syntax): Improve the anchor position for
10309         `template-args-cont' in nested template arglists.  There's still
10310         much to be desired in this area, though.
10312 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10314         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10315         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10317 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10319         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10320         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10322         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10323         it doesn't work no longer are supported.
10325         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10326         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10327         requires support for the syntax-table' text property, which rules
10328         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
10329         cruft associated with those versions.
10331         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10332         for the `syntax-table' text property, which rules out Emacs 19 and
10333         XEmacs < 21.4.  Removed various compatibility cruft associated
10334         with those versions.
10336         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10337         support for the `syntax-table' text property.
10339         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10340         variable and use an extra quoted face name instead.  All the
10341         emacsen flavors handle that correctly.
10343         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10344         (c-font-lock-declarators, c-font-lock-declarations)
10345         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10346         property to mark the items in in declarator lists to handle
10347         refontification inside multiline declarations better.
10349         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10350         construct like "a * b = c;" as a declaration.
10352 2005-12-08  Kim F. Storm  <storm@cua.dk>
10354         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10355         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
10356         select either meta, hyper, or super modifier for rectangle commands.
10357         (cua--rectangle-modifier-key): New defvar.
10358         (cua--M/H-key): Use it.  Remove special case for `space'.
10359         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10360         on X, to meta otherwise.  Always bind C-return to toggle
10361         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
10363         * emulation/cua-rect.el (cua-help-for-rectangle):
10364         Use cua--rectangle-modifier-key.  Handle super modifier too.
10365         (cua--init-rectangles): Always bind C-return to toggle rectangle.
10366         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10368         * ido.el: Move Acknowledgements and History after Commentary.
10369         Minor changes to Commentary.
10371         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10372         keymap if cua--prefix-override-timer is `shift'.
10373         (cua--shift-control-prefix): New function; emulate "type prefix
10374         key twice" functionality to handle shifted prefix key override.
10375         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10376         New commands.
10377         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10379 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
10381         * textmodes/org.el (org-insert-heading): Try to do items before
10382         headings.
10383         (org-agenda-mode): Quote `org-agenda-mode-hook'.
10384         (org-insert-item): New function.
10385         (org-renumber-ordered-list): Don't skip to higher level lists.
10387 2005-12-08  Juri Linkov  <juri@jurta.org>
10389         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10391         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10393         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10395         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10396         the constructed function name fun-1.
10398         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10399         because such links don't lead to parent documentation.
10401 2005-12-08  Kenichi Handa  <handa@m17n.org>
10403         * descr-text.el (describe-char): Use *Help-2* buffer if the
10404         current buffer is *Help*.  Call describe-text-properties while
10405         setting the original buffer.
10407 2005-12-07  Bill Wohler  <wohler@newt.com>
10409         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
10410         and causes problems with non-MH users (such as Gnus users).
10412 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
10414         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10415         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10416         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10417         command "info sources".  Move calls to GDB command "list".
10418         (gdb-find-file-hook): Just use gdb-source-file-list.
10419         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10420         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10421         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10422         (gdb-data-list-register-values-handler): Use correct trigger name.
10424 2005-12-07  Kim F. Storm  <storm@cua.dk>
10426         * ido.el (ido-completion-map): Rename from ido-mode-map.
10427         (ido-common-completion-map, ido-file-completion-map)
10428         (ido-file-dir-completion-map, ido-buffer-completion-map):
10429         Rename from ido-mode-....-map.
10430         (ido-init-completion-maps): Rename from ido-init-mode-maps.
10431         (ido-setup-completion-map): Rename from ido-define-mode-map.
10432         (ido-read-internal): Bind minibuffer-local-filename-completion-map
10433         to ido-completion-map.
10435 2005-12-07  Kenichi Handa  <handa@m17n.org>
10437         * international/mule-cmds.el
10438         (set-display-table-and-terminal-coding-system): If the coding
10439         system specified in `unibyte-display' property is different from
10440         the arg coding-system, don't setup standard-display-table.
10442 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10444         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10445         that comments end at \n, regardless of selective-display.
10447 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
10449         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10450         (gdb-version): New variables.
10451         (gdb-source-file-list, gdb-register-names)
10452         (gdb-changed-registers): New variables for use with GDB 6.4+.
10453         (gdb-ann3): Replace with...
10454         (gdb-init-1, gdb-init-2): ...two new functions.
10455         (gdba, gdb-prompt): Call gdb-init-1.
10456         (gdb-get-version): New function.  Call gdb-init-2 from here.
10457         (gud-watch): Make it work with mouse events too.
10458         (gdb-post-prompt): Don't add to queue until GDB version is known.
10459         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10460         (gdb-locals-mode): Use gdb-version.
10461         (gdb-memory-format-map, gdb-memory-unit-map)
10462         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10463         (gdb-locals-font-lock-keywords-1)
10464         (gdb-locals-font-lock-keywords-2): New variables.
10465         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10466         (gdb-set-gud-minor-mode-existing-buffers-1)
10467         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10468         (gdb-var-update-1, gdb-var-update-handler-1)
10469         (gdb-data-list-register-values-handler)
10470         (gdb-data-list-register-values-custom)
10471         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10472         (gdb-stack-list-locals-handler, gdb-get-register-names):
10473         New functions for use with GDB 6.4+.
10474         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10475         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10476         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10477         (gdb-stack-list-locals-regexp)
10478         (gdb-data-list-register-names-regexp): New regexps for use with
10479         GDB 6.4+.
10481 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10483         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10485 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
10487         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10488         prompts work for AUTH PLAIN.  Also reported by Steve Allan
10489         <seallan@verizon.net>.
10491 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10493         * frame.el (set-frame-parameter): Add doc string.
10495 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
10497         * textmodes/org.el (org-occur-highlights): New variable.
10498         (org-highlight-new-match, org-remove-occur-highlights): New functions.
10499         (org-highlight-sparse-tree-matches): New option.
10500         (org-do-occur): New function.
10501         (org-get-heading): Make it work also at beginning of line.
10502         (org-category-table): New variable.
10503         (org-get-category-table, org-get-category)
10504         (org-camel-to-words, org-link-search): New functions.
10505         (org-select-this-todo-keyword): New variable.
10506         (org-todo-list): New command.
10507         (org-shiftright, org-shiftleft): New commands.
10508         (org-agenda-todo): Add prefix argument.
10509         (org-show-hierarchy-above): New option.
10510         (org-show-todo-tree): Numerical prefix creates tree for specific
10511         TODO keyword.
10512         (org-outline-level): New function, to assign a level to plain
10513         lists items.
10514         (org-cycle-include-plain-lists): New option.
10515         (org-mode): Use `org-outline-level' as value of `outline-level'.
10516         (org-cycle): Temporarily switch `outline-regexp' if
10517         `org-cycle-include-plain-lists' is non-nil.
10518         (org-start-icalendar-file): Fix format bug.
10519         (org-agenda-get-day-entries): Create category table.
10520         (org-agenda-get-todos, org-agenda-get-timestamps)
10521         (org-agenda-get-deadlines, org-agenda-get-scheduled)
10522         (org-agenda-get-blocks): Use `org-get-category'.
10523         (org-context-in-file-links): Rename from
10524         `org-line-numbers-in-file-links'.
10526 2005-12-06  Romain Francoise  <romain@orebokech.com>
10528         * window.el (balance-windows): Delete extraneous third arg in call
10529         to `enlarge-window'.
10531 2005-12-06  Kenichi Handa  <handa@m17n.org>
10533         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10535 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
10537         * progmodes/gdb-ui.el (gdb-var-create-handler)
10538         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10539         (gdb-var-list-children-handler, gdb-var-update-handler):
10540         Current buffer is already gdb-partial-output-buffer, don't
10541         make it current again.
10543 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
10545         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10546         (list-buffers-noselect): Use it.
10548 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10550         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10551         (mail-yank-ignored-headers): Use regexp-opt.
10552         (mail-mode-map): Move initialization into declaration.
10553         (mail-sent-via): Remove unused shadowed var `to-line'.
10554         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10555         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10556         (mail-do-fcc): Use dolist and push.
10557         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10558         (mail-yank-ignored-headers): Don't autoload.
10560 2005-12-05  Kenichi Handa  <handa@m17n.org>
10562         * international/mule-cmds.el (set-language-info-internal): New fun.
10563         (set-language-info): Call set-language-info-internal to update
10564         language-info-alist.  If LANG-ENV is the current one, call
10565         set-language-environment to make INFO effective now.
10566         (set-language-info-alist): Likewise.
10567         (locale-language-names): With locale "en", use English
10568         lang. env. but set the default codings to iso-8859-1.
10570 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
10572         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10573         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10574         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10575         for plain strings.
10576         (gdb-frames-mode): Remove redundant call to font-lock-mode.
10577         (gdb-all-registers): Rename from toggle-gdb-all-registers.
10578         Create registers buffer if necessary.  Echo new state in minibuffer.
10579         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10581 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
10583         * info.el (Info-fontify-node): Match external links using
10584         non-directory part of filename.
10586 2005-12-04  Juri Linkov  <juri@jurta.org>
10588         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10589         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
10590         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10591         because there is no customization option for it.
10593         * font-lock.el (lisp-font-lock-keywords-1):
10594         Add define-global-minor-mode.
10596         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10598         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10599         properties on the constructed variable names.
10601         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10602         Put `definition-name' properties on the constructed function names
10603         next-sym and prev-sym.
10605         * emacs-lisp/find-func.el (find-function-regexp):
10606         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
10607         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
10608         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10609         and easy-menu-define.
10611         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10612         easy-mmode-define-global-mode and define-global-minor-mode.
10613         (lisp-imenu-generic-expression): Add define-global-minor-mode.
10615         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10616         instead of easy-mmode-define-global-mode.
10618         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10619         Use define-minor-mode instead of easy-mmode-define-minor-mode.
10621         * cus-edit.el (customize-group, customize-group-other-window):
10622         Filter out autoloaded options from the group completion list by
10623         using heuristics that autoloaded groups don't have `custom-autoload'
10624         property on their symbols (they have only `custom-loads').
10626         * simple.el (completion-setup-function): Put completions-common-part
10627         face on complete completion string too (i.e. completion string
10628         without completions-first-difference face).
10630         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10632 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
10634         * view.el (view-mode): Doc fix.
10636         * disp-table.el (standard-display-european): Add to the warning
10637         message a reference to the doc string.
10639         * play/yow.el (apropos-zippy): Call print-help-return-message,
10640         similar to other Help and Apropos commands.
10642         * help.el (print-help-return-message): If pop-up-frames is
10643         non-nil, set up help-return-method to delete the help window and,
10644         possibly, its frame as well, and don't display message about
10645         scrolling the help window.  Doc fix.
10646         (help-return-method): Doc fix.
10648 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
10650         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10651         whereby names of length one or names starting with a
10652         symbol-constituent character would not be returned.
10654 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10656         * subr.el (atomic-change-group): Add edebug and indentation spec.
10658 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10660         * completion.el (save-completions-file-name): Fix typo in last change.
10662 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10664         * info.el: Move back/forward history to the beginning of the tool bar.
10666 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
10668         * allout.el (eval-when-compile): Remove unnecessary load of cl.
10669         Add fset of allout-real-isearch-abort during compile to fix
10670         byte-compilation warnings.
10671         (allout-mode-p): Move definition of this macro above all uses, or
10672         byte compilation in barren emacs (eg, during emacs build) will
10673         lack the definition.
10674         (allout-mode): Move this variable above any uses, or byte
10675         compilation will fail.
10676         (allout-resolve-xref): Remove use of personal file-reference function.
10677         (allout-toggle-current-subtree-encryption): Do the current (ie,
10678         visible containing) topic, rather than nearest around point.  Doc fix.
10679         (allout-toggle-subtree-encryption): New function, workhorse that
10680         works on nearest topic containing point.
10681         (allout-encrypt-string): Signal requirement for newer version of pgg.
10682         (allout-resumptions): Doc fix.
10684 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
10686         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10688 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
10690         * textmodes/flyspell.el (flyspell-external-point-words):
10691         Consider a misspelling as found in the string search if: (a) misspelling
10692         and found string lengths match, or (b) misspelling is found as
10693         element in a boundary-chars separated longer string, or (c)
10694         ispell-program-name is really ispell and misspelling is found as
10695         part of a TeX string.  After successful match move beginning of
10696         search region to end of match.  Warn about not found misspellings
10697         once the process is done.
10698         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10700 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
10702         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10703         tool bar (removed inadvertently).
10705 2005-12-02  Juri Linkov  <juri@jurta.org>
10707         * log-view.el (log-view-diff): Clarify doc string.
10709 2005-12-01  Bill Wohler  <wohler@newt.com>
10711         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10712         triggers lm-verify errors.
10714 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10716         * simple.el (transient-mark-mode, line-number-mode)
10717         (column-number-mode, size-indication-mode): Remove `:require nil'.
10719 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
10721         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10722         in the margin also.
10723         (gdb-breakpoints-mode-map): Use D instead of d for
10724         gdb-delete-breakpoint.
10725         (gdb-get-frame-number): Require a number to match on.
10726         (gdb-threads-mode-map): Add follow-link binding.
10728 2005-11-30  Jason Rumney  <jasonr@gnu.org>
10730         * isearch.el (isearch-mode-map): Avoid exiting search on
10731         language-change event.
10733 2005-11-30  Romain Francoise  <romain@orebokech.com>
10735         * speedbar.el (speedbar-default-position): New defcustom.
10736         (speedbar-frame-reposition-smartly): Use it.
10738         * dframe.el (dframe-reposition-frame-emacs): Fix position
10739         computation for `left' location.
10740         Update copyright year.
10742 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10744         * help.el (help-map): Move initialization into declaration.
10746         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10748         * help-fns.el (help-argument-name): Don't autoload.
10749         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10750         to be re-loaded when customizing the `help' group.
10752 2005-11-30  John Paul Wallington  <jpw@gnu.org>
10754         * help-fns.el (describe-function-1): Fill arglist output.
10756 2005-11-30  Kim F. Storm  <storm@cua.dk>
10758         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10759         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10760         after revert-buffer (or anything else which kills all local variables).
10762         * apropos.el (apropos-parse-pattern): Doc fix.
10763         Set apropos-regexp directly, rather than expecting callers to do so.
10764         (apropos-command, apropos, apropos-value, apropos-documentation):
10765         Simplify calls to apropos-parse-pattern.
10767 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10769         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10770         (hi-lock-face-phrase-buffer): Use hi-yellow face.
10771         (hi-lock-write-interactive-patterns): Use comment-region.
10773         * longlines.el (longlines-mode): Add mail-setup-hook.
10775         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10777         * simple.el (sendmail-user-agent-compose, next-line):
10778         Conditionally use hard-newline.
10780 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10782         * international/latexenc.el (latex-inputenc-coding-alist):
10783         Reword doc string.
10785 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10787         * help.el (describe-key-briefly, describe-key): Recognize default
10788         bindings.
10790 2005-11-29  Romain Francoise  <romain@orebokech.com>
10792         * view.el (view-inhibit-help-message): New defcustom.
10793         (view-mode-enter): Use it.
10795 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
10797         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10798         Preserve user position.
10800 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
10802         * font-lock.el: Throw error if facemenu is not loaded to prevent
10803         accidental change of loading order in loadup.el.  (Suggested by RMS.)
10805         * loadup.el: Add comment explaining why facemenu must be loaded
10806         before font-lock.
10808 2005-11-28  Jay Belanger  <belanger@truman.edu>
10810         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10811         (calc-dispatch-map): Add more keys for `calc-same-interface'.
10813         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10815         * calc/calc-embed.el (calc-do-embedded): Update help message.
10817         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10819 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10821         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10823         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10824         called-interactively-p.
10825         (elp-profilable-p): Rename from elp-not-profilable-p.
10826         Invert result and take into account macros and autoloaded functions.
10827         (elp-instrument-function): Update call.
10828         (elp-instrument-package): Update call.  Add completion.
10829         (elp-pack-number): Use match-string.
10830         (elp-results-jump-to-definition-by-mouse): Merge into
10831         elp-results-jump-to-definition and then remove.
10832         (elp-output-insert-symname): Make help echo text single-line.
10834         * replace.el (query-replace-map): Move initialization into declaration.
10835         (occur-engine): Use with-current-buffer.
10836         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10837         (occur-mode-mouse-goto): Replace with an alias.
10839 2005-11-28  Juri Linkov  <juri@jurta.org>
10841         * simple.el (quoted-insert): Let-bind input-method-function to nil.
10843         * term/w32-win.el: Bind [S-tab] to [backtab].
10845         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10846         `Info-find-file' to t.
10848         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10849         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10850         and same-window-regexps.
10851         (occur-next-error): Don't move point for arg 0.
10853 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
10855         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10857 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10859         * log-edit.el (log-edit-changelog-use-first): New var.
10860         (log-edit-changelog-ours-p): Use it.
10861         (log-edit-insert-changelog): Set it with new arg `use-first'.
10862         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10863         (log-edit-hook): Add them to the list of suggested options.
10865         * textmodes/flyspell.el (flyspell-last-buffer): New var.
10866         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10867         redundant work.
10868         (flyspell-mode-on): Use add-hook for after-change-functions.
10869         (flyspell-mode-off): Use remove-hook for after-change-functions.
10870         (flyspell-changes): Make it buffer-local.
10871         (flyspell-after-change-function): Make it non-interactive.  Use push.
10872         (flyspell-post-command-hook): Check input-pending-p while processing
10873         the potentially long list of buffer changes.
10875 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10877         * buff-menu.el (list-buffers-noselect): Display the selected
10878         frame's buffer list, not the global one.
10880 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10882         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10883         that (list last-input-event) works as in interactive spec.
10885 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10887         * loadup.el ("facemenu"): Load facemenu before font-lock, because
10888         `facemenu-keymap' needs to be defined when font-lock is loaded.
10889         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10891 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10893         * completion.el: Remove useless leading * in defcustom docstrings.
10894         (save-completions-file-name): Use ~/.emacs.d if available.
10895         (completion-standard-syntax-table): Rename from
10896         cmpl-standard-syntax-table and fold initialization into declaration,
10897         thus removing cmpl-make-standard-completion-syntax-table.
10898         (completion-lisp-syntax-table, completion-c-syntax-table)
10899         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10900         (cmpl-saved-syntax, cmpl-saved-point): Remove.
10901         (symbol-under-point, symbol-before-point)
10902         (symbol-under-or-before-point, symbol-before-point-for-complete)
10903         (add-completions-from-c-buffer): Use with-syntax-table.
10904         (make-completion): Don't return a list of completion entries.
10905         Update callers.
10906         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10907         (completion-initialize): Rename from initialize-completions.
10908         (completion-find-file-hook): Rename from cmpl-find-file-hook.
10909         (kill-emacs-save-completions): Collect stats here.
10910         (save-completions-to-file, load-completions-from-file):
10911         Use with-current-buffer.
10912         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
10913         into a function.  Move all calls to toplevel.
10914         (completion-lisp-mode-hook): New fun.
10915         (completion-c-mode-hook, completion-setup-fortran-mode):
10916         Set the syntax-table here.  Use local-set-key.
10917         (completion-saved-bindings): New var.
10918         (dynamic-completion-mode): Make it into a proper minor mode.
10919         (load-completions-from-file): Remove unused var `num-uses'.
10921         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10922         constructor if it is explicitly overridden.
10924         * complete.el (PC-completion-as-file-name-predicate):
10925         Use minibuffer-completing-file-name.
10926         (partial-completion-mode): Use find-file-not-found-functions.
10927         (PC-lisp-complete-symbol): Use with-syntax-table.
10928         (PC-look-for-include-file): Remove dead setq.
10929         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10930         (PC-complete): Use with-current-buffer.
10932         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10933         escape single quotes.
10935 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10937         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10938         of `if' whose condition always returned nil.  Doc fix.
10940         * buff-menu.el (Buffer-menu-revert-function): Make the selected
10941         window's buffer the current buffer around the call to
10942         `list-buffers-noselect'.  This is necessary to mark that buffer
10943         with a `.' in the Buffer Menu when called from Lisp, for instance
10944         by Auto Revert Mode.
10946 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10948         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10949         attaching to it.
10950         (gdb-pre-prompt): Make sure gdb-error is reset.
10952         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10953         with a child process, detect it.
10954         (gud-speedbar-buttons): Match regexp more carefully.
10956 2005-11-27  Richard M. Stallman  <rms@gnu.org>
10958         * mouse.el (mouse-drag-move-window-bottom):
10959         Use adjust-window-trailing-edge.
10961 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10963         * simple.el (blink-matching-open): Ignore
10964         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10965         (blink-matching-paren-on-screen): Update docstring.
10967         * paren.el (show-paren-mode): No longer change
10968         `blink-matching-paren-on-screen'.
10970 2005-11-27  John Paul Wallington  <jpw@pobox.com>
10972         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10973         (gdb-threads-select, gdb-edit-register-value):
10974         Use `posn-set-point' instead of `mouse-set-point' because the
10975         latter is not fbound when configured without X.
10977 2005-11-27  Kim F. Storm  <storm@cua.dk>
10979         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10980         existing face when partially highlighting a TAB in a rectangle.
10982 2005-11-26  Kim F. Storm  <storm@cua.dk>
10984         * ido.el (ido-mode-map): Doc fix.
10985         (ido-mode-common-map, ido-mode-file-map)
10986         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10987         (ido-define-mode-map): Rewrite.  Select one of the new maps as
10988         parent for ido-mode-map instead of building from scratch.
10989         (ido-init-mode-maps): New defun to initialize new maps.
10990         (ido-mode): Call it.
10991         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10992         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10994 2005-11-26  John Paul Wallington  <jpw@pobox.com>
10996         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10997         `mouse-set-point' because the latter is not fbound when configured
10998         without X.
11000 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
11002         * files.el (file-relative-name): Doc fix.
11004 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11006         * progmodes/octave-inf.el (inferior-octave-startup): Force a
11007         non-empty string for secondary prompt PS2.
11009 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11011         * progmodes/compile.el (compilation-setup): Fix last change.
11013 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
11015         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11016         (gdb-mouse-toggle-breakpoint-margin)
11017         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11018         Add gdb-server-prefix to keep out of command history.
11019         (gdb-edit-register-value): New function.
11020         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11021         (gdb-info-registers-custom): Use above map.
11023 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11025         * custom.el (enable-theme): Signal error if argument is not a
11026         theme.  Don't recalculate a face if it's not loaded yet.
11028         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11029         the `user' theme is in effect.
11031         * info.el (Info-on-current-buffer): Record actual filename in
11032         Info-current-file, instead of t, or a fake filename if a non-file
11033         buffer.  Make autoload.
11034         (Info-find-node, Info-revert-find-node): No need to check for
11035         Info-current-file nil.
11036         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11037         Info-current-file is now never `t'.
11038         (Info-fontify-node): Many simplifications due to Info-current-file
11039         always being valid.  Use Info-find-file to find node filename.
11041 2005-11-25  David Kastrup  <dak@gnu.org>
11043         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11044         new character, then delete" in order to preserve markers.
11046 2005-11-25  David Ponce  <david@dponce.com>
11048         * recentf.el (recentf-arrange-by-rule): Handle a special
11049         `auto-mode-alist'-like "strip suffix" rule.
11050         (recentf-build-mode-rules): Handle second level auto-mode entries.
11052 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11054         * viper-keym.el (viper-ESC-key): Use different values in terminal and
11055         window modes.
11057         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11058         jde-javadoc-checker-report-mode.
11060         * ediff-wind (ediff-make-wide-display): Slight simplification.
11062         * ediff.el (ediff-date): Change the date of last update.
11064 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
11066         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11067         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
11068         (hi-lock-mode): New global minor mode.
11069         (turn-on-hi-lock-if-enabled): New function.
11070         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11071         Change arguments to regexp and face instead of a font-lock pattern.
11072         Directly set face property, instead of refontifying.
11073         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11074         (hi-lock-find-patterns): Use line-number-at-pos.
11076         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
11077         arguments for hi-lock-set-pattern.
11078         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11079         Call font-lock-fontify-buffer.
11080         (hi-lock-find-file-hook, hi-lock-current-line)
11081         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11083         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11084         turned off.
11086         * progmodes/compile.el (compilation-setup): Don't fiddle with
11087         font-lock-defaults.
11089 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
11091         * progmodes/gdb-ui.el (gdb-var-create-handler)
11092         (gdb-var-list-children-handler): Find values for all variable
11093         objects.  gud-speedbar-buttons decides whether to display them.
11095 2005-11-24  Romain Francoise  <romain@orebokech.com>
11097         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11098         buffer name with a space.
11100 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
11102         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11103         `org-export-local-list-max-depth'.  Change default value to 3.
11104         (org-auto-renumber-ordered-lists)
11105         (org-plain-list-ordered-item-terminator): New options.
11106         (org-at-item-p, org-beginning-of-item, org-end-of-item)
11107         (org-get-indentation, org-get-string-indentation)
11108         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11109         New functions.
11110         (org-move-item-down, org-move-item-up): New commands.
11111         (org-export-as-html): New classes for CSS support.  Bug fix in
11112         regular expression detecting fixed-width regions.  Respect
11113         `org-local-list-ordered-item-terminator'.
11114         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11115         also a list item.
11116         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11117         New item moving functions.
11119 2005-11-24  Juri Linkov  <juri@jurta.org>
11121         * isearch.el (isearch-repeat): With empty search ring set
11122         `isearch-error' to the error string instead of signaling error
11123         with the function `error'.
11125 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11127         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11129 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
11131         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11132         and variable.
11133         (gdb-var-create-handler, gdb-var-list-children-handler):
11134         Don't match on "char **...".
11135         (gdb-var-update-handler): Find values for all variable objects.
11136         (gdb-info-frames-custom): Identify frames by leading "#".
11138         * progmodes/gud.el (gud-speedbar-menu-items): Add
11139         gdb-speedbar-auto-raise as radio button.
11140         (gud-speedbar-buttons): Raise speedbar if requested.
11141         Don't match on "char **...".
11142         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11143         Make it editable.
11145 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
11147         * info.el (Info-fontify-node): Handle the case where
11148         Info-current-file is t.
11150 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11152         * simple.el (blink-matching-open): Fix off-by-one in last change.
11154 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11156         * term/mac-win.el: Don't change default directory.
11158 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
11160         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11161         buffers correctly.  (It used to throw an error in such buffers.)
11162         Make it ask for confirmation in group buffers and other Custom
11163         buffers containing more than one customization item.
11165 2005-11-22  John Paul Wallington  <jpw@gnu.org>
11167         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11168         property on mail and url overlays.
11169         (goto-address-at-point): Use `posn-set-point' instead of
11170         `mouse-set-point' because the latter is not fbound when configured
11171         without X.
11173 2005-11-22  Lars Hansen  <larsh@soem.dk>
11175         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11176         (ls-lisp-classify, ls-lisp-format): Delete call to
11177         ls-lisp-parse-symlink.
11178         (ls-lisp-handle-switches): Handle symlinks to directories as
11179         directories when ls-lisp-dirs-first in non-nil.
11181 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11183         * startup.el (command-line): Make sure that loaddefs.el is handled
11184         correctly in load-history.
11186 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
11188         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11189         (gdb-struct-string, gdb-array-string): New constants.
11190         (gdb-info-locals-handler): Use them.
11191         (gdb-reset): Reset gdb-var-list to nil.
11193 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11195         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11196         in patterns.
11198 2005-11-21  Juri Linkov  <juri@jurta.org>
11200         * custom.el (defcustom): Update link types in docstring.
11202 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
11204         * custom.el (defgroup): Add doc-string-elt info.
11206         * widget.el (define-widget): Don't use declare for the doc-string-elt.
11208 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11210         * newcomment.el (comment-enter-backward): Fix last fix.
11212         * simple.el (blink-matching-open):
11213         * paren.el (show-paren-function): Allow new paren-class info.
11215 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
11217         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
11218         handled automagically.
11220 2005-11-20  Andreas Schwab  <schwab@suse.de>
11222         * descr-text.el (describe-char): When copying overlays put them
11223         over the full char description instead of just the first character
11224         of it.
11226 2005-11-20  Juri Linkov  <juri@jurta.org>
11228         * simple.el (what-cursor-position):
11229         * descr-text.el (describe-char): Use Lisp-readable syntax
11230         for octal and hex.  Reorder decimal, octal and hex values.
11231         Remove excess whitespace in the output.  Use `=' in `column='
11232         like in `point=' and `Hscroll='.
11234         * international/mule-cmds.el (encoded-string-description):
11235         Use Lisp-readable syntax for hex.
11237 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11239         * newcomment.el (comment-enter-backward): Handle the case where the
11240         comment is closed by EOB.
11242 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11244         * longlines.el (longlines-before-revert-hook)
11245         (longlines-after-revert-hook): New functions.
11246         (longlines-mode): Turn off longlines temporarily when reverting.
11247         Add a message-setup-hook.
11248         (longlines-decode-buffer): New function.
11249         (longlines-wrap-line): Preserve marker positions.
11251 2005-11-19  Andreas Schwab  <schwab@suse.de>
11253         * emacs-lisp/shadow.el: Handle compressed files.
11255 2005-11-19  Romain Francoise  <romain@orebokech.com>
11257         * net/browse-url.el (browse-url-default-browser): Signal an error
11258         if no usable browser can be found, rather than try to load w3.
11260 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
11262         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11263         replacing existing properties.
11264         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11265         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11266         tty specs.
11267         (rcirc-server-prefix, rcirc-server): New faces.
11268         (rcirc-url-regexp): Generate with rx macro.
11269         (rcirc-last-server-message-time): New variable.
11270         (rcirc-filter): Record time of last message.
11271         (rcirc-keepalive): Kill processes that did not send a message
11272         since the last ping.
11273         (rcirc-mode): Give rcirc-topic a local binding here.
11275 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
11277         * subr.el (read-passwd): Fontify the prompt as we do with other
11278         prompts.
11280 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
11282         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11283         binding buffer-read-only to nil.
11285 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11287         * complete.el (partial-completion-mode):
11288         Mention completion-auto-help in the doc string.
11290         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
11291         more Lisp-ish way.
11293 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11295         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11296         digits, not 8, to avoid misalignment for files larger than 100MB.
11298 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11300         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11301         Mention "keyboard shortcuts" in the help text.
11303 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11305         * startup.el (fancy-splash-default-action): Discard only
11306         mouse-down and succeeding mouse-up events in the splash screen
11307         window so that drag-n-drop event can be processed.
11309 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
11311         * longlines.el (longlines-mode): Add hacks for mail-mode and
11312         message-mode.
11314 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
11316         * textmodes/org.el (org-table-sort-lines): New command.
11317         (org-tbl-menu): Add entry for `org-table-sort-lines'.
11318         (org-add-file): Command removed, use `org-agenda-file-to-front'
11319         instead.
11320         (org-export-icalendar): Use `org-icalendar-combined-name'.
11321         (org-cycle-agenda-files, org-agenda-file-to-end)
11322         (org-agenda-file-to-front): New commands.
11323         (org-table-tab-jumps-over-hlines, org-export-html-style):
11324         New options.
11325         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11326         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11327         New functions.
11328         (org-fill-paragraph): Call `org-table-align' in tables.
11329         (org-mode): Call `org-set-autofill-regexps'.
11330         (org-export-as-html): Support for local handformatted lists.
11331         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
11332         (org-export-local-list-max-depth): New option.
11333         (org-html-expand): Use `org-html-protect'.
11335 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
11337         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11338         to "p".
11339         (gdb): Move definition of gud-pp to...
11341         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
11342         speedbar.
11343         (gdb-find-watch-expression): New function.
11345 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11347         * faces.el (face-attribute, set-face-attribute): Mention existence
11348         of `:ignore-defface' setting in docstring.
11350 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11352         * simple.el (completion-setup-function): Fix last change.
11354 2005-11-17  John Paul Wallington  <jpw@pobox.com>
11356         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11357         Use `posn-set-point' instead of `mouse-set-point' because the
11358         latter is not fbound when configured without X.
11360         * comint.el (comint-insert-input): Likewise.
11362 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11364         * simple.el (hard-newline): New variable.
11365         (sendmail-user-agent-compose, next-line): Use it.
11367         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11368         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11369         (mail-mail-reply-to, mail-mail-followup-to)
11370         (mail-position-on-field, mail-signature, mail-yank-original)
11371         (mail-attach-file): Likewise.
11373         * mail/mailheader.el (mail-header-format)
11374         (mail-header-format-function): Likewise.
11376         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11378 2005-11-17  Juri Linkov  <juri@jurta.org>
11380         * font-lock.el (font-lock-faces): Rename this defgroup from
11381         `font-lock-highlighting-faces'.
11382         (font-lock-comment-face, font-lock-comment-delimiter-face)
11383         (font-lock-string-face, font-lock-doc-face)
11384         (font-lock-keyword-face, font-lock-builtin-face)
11385         (font-lock-function-name-face, font-lock-variable-name-face)
11386         (font-lock-type-face, font-lock-constant-face)
11387         (font-lock-warning-face, font-lock-negation-char-face)
11388         (font-lock-preprocessor-face)
11389         (font-lock-regexp-grouping-backslash)
11390         (font-lock-regexp-grouping-construct): Rename :group from
11391         `font-lock-highlighting-faces' to `font-lock-faces'.
11393         * cus-edit.el (lisp, c, tex):
11394         * progmodes/ada-mode.el (ada):
11395         * progmodes/asm-mode.el (asm):
11396         * progmodes/cperl-mode.el (cperl-faces):
11397         * progmodes/cpp.el (cpp):
11398         * progmodes/dcl-mode.el (dcl):
11399         * progmodes/f90.el (f90):
11400         * progmodes/fortran.el (fortran):
11401         * progmodes/icon.el (icon):
11402         * progmodes/idlwave.el (idlwave-misc):
11403         * progmodes/m4-mode.el (m4):
11404         * progmodes/make-mode.el (makefile):
11405         * progmodes/meta-mode.el (meta-font):
11406         * progmodes/modula2.el (modula2):
11407         * progmodes/octave-mod.el (octave):
11408         * progmodes/pascal.el (pascal):
11409         * progmodes/perl-mode.el (perl):
11410         * progmodes/prolog.el (prolog):
11411         * progmodes/ps-mode.el (PostScript-edit):
11412         * progmodes/scheme.el (scheme):
11413         * progmodes/sh-script.el (sh-script):
11414         * progmodes/simula.el (simula):
11415         * progmodes/tcl.el (tcl):
11416         * textmodes/nroff-mode.el (nroff):
11417         * textmodes/reftex-vars.el (reftex-fontification-configurations):
11418         * textmodes/sgml-mode.el (sgml):
11419         * textmodes/texinfo.el (texinfo):
11420         Add :link (custom-group-link font-lock-faces) to defgroup.
11422         * hi-lock.el (hi-lock): Rename this defgroup from
11423         `hi-lock-interactive-text-highlighting'.  Change parent group from
11424         `faces' to `font-lock'.  Add link to the manual.
11425         (hi-lock-mode, hi-lock-file-patterns-range)
11426         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11427         `hi-lock-interactive-text-highlighting' to `hi-lock'.
11428         (hi-lock-faces): Add :group `faces'.
11430         * cus-edit.el (custom-variable-prompt): Clarify the code.
11432         * faces.el (face-read-string): Set the default value arg of
11433         completing-read.
11435 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
11437         * rfn-eshadow.el (file-name-shadow-properties)
11438         (file-name-shadow-tty-properties, file-name-shadow-mode):
11439         Remove autoloads, because the file is now preloaded.
11441 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11443         * printing.el (easy-menu-intern): Don't define.
11444         (pr-get-symbol): Use easy-menu-intern only if defined.
11446         * simple.el (blink-matching-open): Simplify a bit.
11447         (completion-setup-function): Fix the case of partial-completion-mode
11448         when the minibuffer's contents start with "-".
11449         Obey completion-base-size-function even when
11450         minibuffer-completing-file-name is non-nil.
11452 2005-11-16  Richard M. Stallman  <rms@gnu.org>
11454         * net/eudcb-ph.el (eudc-ph-open-session):
11455         Use set-process-query-on-exit-flag.
11457         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11459         * international/ucs-tables.el (ucs-set-table-for-input):
11460         Use make-local-variable, not make-variable-buffer-local.
11462         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11463         Improve warning message text.
11465         * savehist.el (savehist-save-hook): Add :group.
11467         * menu-bar.el (menu-bar-help-menu):
11468         Rename Find Extra Packages to External Packages.
11470         * cus-edit.el (Custom-reset-standard): Verify that
11471         :custom-standard-value prop exists before calling it.
11473         * apropos.el (apropos-calc-scores): Use apropos-pattern.
11475 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
11477         * wid-edit.el (color): Enclose %t in %{...%}.
11479         * cus-edit.el (face): Enclose %t in %{...%}.
11481 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
11483         * savehist.el (savehist-mode-hook): Re-add the var.
11484         (savehist-mode): Use it.
11486 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11488         * textmodes/flyspell.el: Fix commenting convention.
11489         Remove unnecessary leading * in custom docstrings.
11490         (flyspell-emacs): Remove unused var.
11491         (flyspell-delete-region-overlays): Use remove-overlays.
11492         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11493         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11494         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11495         (flyspell-debug-signal-word-checked): Use with-current-buffer.
11496         (make-flyspell-overlay): Don't locally reuse a global name.
11497         (flyspell-highlight-incorrect-region)
11498         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11499         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11500         (flyspell-notify-misspell): Remove unused args `start' and `end'.
11501         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
11502         Wrap calls to accept-process-output inside with-local-quit since it's
11503         often called from a post-command-hook.
11504         (flyspell-correct-word, flyspell-auto-correct-word):
11505         Use ispell-send-string.
11506         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
11508         * calendar/diary-lib.el (diary-list-entries): Also hide the
11509         terminating newline.
11511 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
11513         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11514         window-system, to allow fonts on tty.
11516 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
11518         * progmodes/gud.el (gud-speedbar-item-info): New function.
11519         (gud-install-speedbar-variables): Use it to display data type
11520         of watch expression as a tooltip in speedbar.
11522 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
11524         * font-core.el (global-font-lock-mode): Add :version keyword,
11525         because default was changed.
11527         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11529         * startup.el (command-line): Use `custom-reevaluate-setting' for
11530         `file-name-shadow-mode'.
11532         * loadup.el: Preload rfn-eshadow.
11534         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11535         Add :version keyword.
11536         (file-name-shadow-properties, file-name-shadow-tty-properties)
11537         (file-name-shadow): Add :version keyword.
11539         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11540         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11541         in the custom-group property of the symbol frames and the fringe
11542         group got no link to its parent group frames.
11543         Doc fix.
11545 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11547         * progmodes/gud.el (gud-stop-subjob): New function.
11548         (gud-menu-map, gud-tool-bar-map): Use it.
11550 2005-11-16  Kim F. Storm  <storm@cua.dk>
11552         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11553         than kill it.
11554         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
11555         to a more useful/logical place.
11557 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11559         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11560         go buttons complementary.
11562 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11564         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11565         (rfn-eshadow-sifn-equal): New function.
11566         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11568 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11570         * viper-utils.el (viper-non-word-characters-reformed-vi):
11571         Quote `-' in string.
11573         * viper.el (viper-emacs-state-mode-list): Ensure that
11574         rcirc-mode buffers come up in Emacs state.
11576         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11577         operation.
11579 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11581         * term.el (term-termcap-format): Fix typos.
11582         (term-down): Fix the negative argument case.
11584 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11586         * progmodes/gdb-ui.el: Remove face-alias left over from change on
11587         2005-08-15.
11588         (gdb-ann3): New command gud-go.
11589         (menu): Accomodate gdb-mi.el.
11590         (gdb-assembler-custom): Make buffer of selected window current
11591         so that set-window-point works.
11593         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11594         buttons and include new ones.
11596 2005-11-16  Kim F. Storm  <storm@cua.dk>
11598         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11599         (gud-menu-map): Use it.
11601 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11603         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11604         that works correctly for Custom and that does not override a user
11605         who disables it.
11607         * help-mode.el (help-make-xrefs, help-xref-on-pp)
11608         (help-xref-interned, help-follow): Make hyperlinks for variables
11609         that are unbound, but have a non-nil variable-documentation property.
11611         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11612         mode hook.  (It conflicted with defcustoms for some mode hooks.)
11613         Use the `variable-documentation' property to give the mode hook a
11614         docstring and expand that docstring.
11616 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
11618         * savehist.el (savehist-mode): Don't bother with
11619         `custom-set-minor-mode'.
11620         (savehist-coding-system): Check XEmacs version.
11621         (history-length): Declare also at run time.
11622         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
11623         Don't set the customize state.
11624         (savehist-minibuffer-hook): Special case for when
11625         minibuffer-history-variable is equal to t.
11627 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11629         * files.el (write-file): Refresh VC status.
11631         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11632         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11633         than fundamental-mode to see if the mode was set.
11635 2005-11-14  Romain Francoise  <romain@orebokech.com>
11637         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11638         dummy function in `eval-when-compile' to avoid compiler warning.
11639         Require `man' at compile time.
11641 2005-11-14  Jay Belanger  <belanger@truman.edu>
11643         * calc-alg.el (calcFunc-write-out-power): Rename it to
11644         calcFunc-powerexpand.
11645         (math-write-out-power): Rename it to math-powerexpand; have it
11646         handle negative exponents.
11647         (calc-writeoutpower): Rename it to calc-powerexpand.
11649         * calc-ext.el: Change calcFunc-writeoutpower and
11650         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11651         autoloads.
11652         Add calcFunc-ldiv to autoloads.
11654         * calc-arith.el (calcFunc-ldiv): New function.
11656         * calc.el (calc-left-divide): New function.
11658 2005-11-14  Juri Linkov  <juri@jurta.org>
11660         * cus-edit.el (custom-variable-prompt): Set the default value arg
11661         of completing-read.
11663         * cus-dep.el (custom-make-dependencies): Reverse the list of
11664         found dependencies.
11666 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11668         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11669         Highlighting" entry, it is on by default now.
11670         (menu-bar-options-save): Do not save global-font-lock-mode.
11672 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11674         * textmodes/flyspell.el (flyspell-large-region):
11675         Call flyspell-accept-buffer-local-defs.
11677 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
11679         * textmodes/flyspell.el (flyspell-notify-misspell):
11680         Fix misspelling of "Misspelling".
11681         (flyspell-process-localwords): New function.
11682         (flyspell-large-region): Call flyspell-process-localwords and
11683         flyspell-delete-region-overlays.
11684         (flyspell-delete-region-overlays): New function.
11685         (flyspell-delete-all-overlays): Call that.
11687 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11689         * help.el (help-for-help-internal): Improve doc of C-h a.
11690         (describe-key): Improve prompt; doc fix.
11692 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11694         * vc-svn.el (vc-svn-registered): Catch all errors.
11696         * cus-dep.el (custom-make-dependencies): Typo.
11698 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
11700         * net/tramp-util.el (top): Fix compilation warning.
11702 2005-11-13  Kim F. Storm  <storm@cua.dk>
11704         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
11706 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11708         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11709         (gud-speedbar-buttons): Match on "const char *" too.
11711         * progmodes/gdb-ui.el (gdb-var-create-handler)
11712         (gdb-var-list-children-handler): Match on "const char *" too.
11713         (gdb-var-evaluate-expression-handler): Match on empty string.
11714         (gdb-var-update-handler): Only call
11715         gdb-var-evaluate-expression-handler when required.
11717 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11719         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11720         selected window.  This still doesn't work for speedbar.
11721         (gud-speedbar-buttons): Handle string expressions properly.
11723         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11724         (gdb-var-create-handler): Handle string expressions properly.
11725         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11726         Handle string expressions properly.  Move "type" field into regexp.
11728 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11730         * bookmark.el (bookmark-maybe-message): New function to reduce
11731         code duplication: invokes `message' iff baud-rate is high enough.
11732         (bookmark-write-file): Use above instead of an inline conditional.
11733         (bookmark-load): Same.
11735 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11737         * bookmark.el (bookmark-write-file): Don't visit the destination
11738         file, just write the data to it using write-region.  This is
11739         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11740         change to avoid visiting the file in the first place.
11742 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
11744         * hi-lock.el (hi-lock-mode): Set the default value of
11745         font-lock-defaults.
11747 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
11749         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11750         arg to `file-attributes'.
11751         (find-lisp-format): The UID and GID can now be strings.
11753 2005-11-12  Kim F. Storm  <storm@cua.dk>
11755         * help.el (help-map): Bind C-h d to apropos-documentation.
11757         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11758         when point is at end-of-buffer.
11760         * apropos.el (apropos-match-face): Doc fix.
11761         (apropos-sort-by-scores): Add new choice `verbose'.
11762         (apropos-documentation-sort-by-scores): New defcustom.
11763         (apropos-pattern): Now contains the pattern entered by the user.
11764         (apropos-pattern-quoted): New defvar.
11765         (apropos-regexp): New defvar, containing the regexp corresponding
11766         to apropos-pattern.
11767         (apropos-all-words-regexp): Rename from apropos-all-regexp.
11768         (apropos-read-pattern): New defun.  Use it to read pattern arg in
11769         interactive calls; returns list of words for a word list, and
11770         string for a regexp.
11771         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
11772         parses a list of words or regexp as returned by apropos-read-pattern.
11773         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11774         (apropos-score-doc): Return a very high score if the string
11775         entered by the user matches literally.
11776         (apropos-variable): Doc fix.  Use apropos-read-pattern.
11777         (apropos-command): Doc fix.  Use apropos-read-pattern and
11778         apropos-parse-pattern.  Call apropos-print with nosubst=t.
11779         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
11780         apropos-parse-pattern.
11781         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
11782         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
11783         apropos-documentation-sort-by-scores.  Call apropos-print with
11784         nosubst=t.
11785         (apropos-documentation-internal): Pass doc string through
11786         substitute-key-definition before adding text properties.
11787         Highlight substring matching literal user input if possible.
11788         (apropos-documentation-check-doc-file): Remove locals beg and end.
11789         Fix calculation of score (as added twice).  Pass doc string through
11790         substitute-key-definition before adding text properties.
11791         (apropos-documentation-check-elc-file): Pass doc string through
11792         substitute-key-definition before adding text properties.
11793         Highlight substring matching literal user input if possible.
11794         (apropos-print): Add new arg NOSUBST; if set, command and variable
11795         doc strings have already been passed through substitute-key-definition.
11796         Add code to handle apropos-accumulator items without score element
11797         for backwards compatibility (e.g. with woman package).
11798         Only show scores if apropos-sort-by-scores is `verbose'.
11800 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11802         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11803         Add jka-compr-load-suffixes to load-suffixes.
11805         * jka-compr.el: Require jka-cmpr-hook.
11806         (jka-compr-info-compress-message, jka-compr-info-compress-program)
11807         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11808         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11809         (jka-compr-info-can-append, jka-compr-info-strip-extension)
11810         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11811         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
11812         (jka-compr-uninstall): Remove entries from
11813         jka-compr-added-to-file-coding-system-alist after they are used.
11814         (jka-compr-error): Remove unused var `curbuf'.
11815         (jka-compr-file-local-copy): Remove unused var `notfound'.
11817 2005-11-10  Romain Francoise  <romain@orebokech.com>
11819         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11821 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
11823         * progmodes/gud.el (gud-menu-map): Move parentheses.
11824         (gdb): New command gud-pv.
11826 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11828         * tar-mode.el: Remove spurious or unnecessary leading stars
11829         in docstrings.
11830         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11831         (tar-parse-octal-integer-safe): Use mapc.
11832         (tar-header-block-summarize): Remove unused var `ck'.
11833         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11834         cleared before.  Obey default-enable-multibyte-characters.
11835         Use mapconcat.  Simplify setting of tar-header-offset.
11836         (tar-mode-map): Move initialization inside delcaration.
11837         (tar-flag-deleted): Use `abs'.
11838         (tar-expunge-internal): Remove unused var `line'.
11839         (tar-expunge-internal): Don't hardcode point-min==1.
11840         (tar-expunge): Widen while doing set-buffer-multibyte.
11841         (tar-rename-entry): Use file-name-coding-system.
11842         (tar-alter-one-field): Don't hardcode point-min==1.
11843         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11844         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
11846 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11848         * add-log.el (add-log-current-defun): Handle class::method
11849         notation of c++.  Fix incorrect comment.
11851 2005-11-10  Alan Mackenzie  <acm@muc.de>
11853         * help-fns.el (describe-variable): Make C-h v work when a variable
11854         has variable documentation yet is unbound.
11856 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11858         * man.el (Man-highlight-references): Set an empty
11859         string to `Man-arguments' if it is nil.
11860         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11862 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11865         commenting conventions.
11867         * cus-dep.el (custom-make-dependencies): Simplify.
11868         Better follow the commenting conventions.
11870 2005-11-09  Richard M. Stallman  <rms@gnu.org>
11872         * apropos.el (apropos-pattern): Rename from apropos-regexp.
11873         (apropos-orig-pattern): Rename from apropos-orig-regexp.
11874         All uses changed.
11875         (apropos-rewrite-regexp): Doc fix.
11876         (apropos-variable, apropos-command, apropos, apropos-value):
11877         Change prompt; carry through the argument renaming.
11879 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
11881         * find-lisp.el: Require dired.
11882         (find-lisp-find-dired-internal): Do not call
11883         `abbreviate-file-name' on DIR.
11885 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
11887         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11889 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
11891         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11892         when using the speedbar.
11893         (gdb): New command gud-pp.
11894         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11896 2005-11-09  Juri Linkov  <juri@jurta.org>
11898         * replace.el (occur-excluded-properties): New defcustom.
11899         (occur-1, occur-engine, occur-accumulate-lines): Use it.
11901 2005-11-08  Jay Belanger  <belanger@truman.edu>
11903         * calc/calc-units.el (math-convert-units): Replace any composite
11904         unit by its definition.
11906 2005-11-08  Lars Hansen  <larsh@soem.dk>
11908         * emacs-lisp/autoload.el (update-directory-autoloads):
11909         Add obsolete function alias.
11911 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11914         comment-indent-function.
11915         (lisp-comment-indent): Replace by an alias for comment-indent-default.
11917         * reveal.el (reveal-post-command): Rework the handling of
11918         reveal-open-spots, so as to be more reliable.  There were several
11919         tricky corner cases where an open spot might be lost, or where
11920         a closed spot might end up on the list of open spots.
11921         Only reveal text that's ellipsised.
11923 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
11925         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11927 2005-11-07  John Paul Wallington  <jpw@gnu.org>
11929         * ibuffer.el (ibuffer): Search iconified frames too when
11930         getting Ibuffer buffer's window.
11932 2005-11-06  Richard M. Stallman  <rms@gnu.org>
11934         * progmodes/compile.el (compilation-internal-error-properties):
11935         save-excursion around the computation of MARKER.
11937 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
11939         * textmodes/flyspell.el (flyspell-external-point-words):
11940         flyspell-get-word returns a list, not just a string.
11942 2005-11-06  John Paul Wallington  <jpw@pobox.com>
11944         * ibuffer.el (ibuffer): Search all visible frames when getting
11945         Ibuffer buffer's window.
11947 2005-11-07  Masatake YAMATO  <jet@gyve.org>
11949         * man.el (Man-reference-regexp): Accept spaces between
11950         `Man-name-regexp' and `Man-section-regexp'.
11951         (Man-apropos-regexp): New variable.
11952         (Man-abstract-xref-man-page): Use value for `Man-target-string'
11953         if available.
11954         (Man-highlight-references, Man-highlight-references0):
11955         Handle the case when `Man-arguments' includes "-k".
11956         (Man-highlight-references0): Rename the argument `TARGET-POS' to
11957         `TARGET'. `TARGET' can be a number, function or nil.
11959 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
11961         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11962         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11963         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11964         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11965         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11966         (gdb-send-item): Use buffer-local-value and simplify.
11968 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
11970         * startup.el (command-line): Use `custom-reevaluate-setting' for
11971         `global-font-lock-mode'.
11973         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11974         by default, except in batch mode or when the -D option is given.
11976         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11977         specified keyword args on to `define-minor-mode'.  Update docstring.
11979 2005-11-05  Romain Francoise  <romain@orebokech.com>
11981         * replace.el (occur-engine): Add marker at end of line, too.
11983 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11985         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11986         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11987         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11988         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11989         argument to all these routines, so the passphrase can be managed
11990         externally and passed in to the system.
11991         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11992         pgg-add-passphrase-to-cache function.
11994         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11995         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11996         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11997         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11998         argument to all these routines, so the passphrase can be managed
11999         externally and passed in to the system.
12000         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12001         function.
12003 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12005         * font-lock.el: Don't deal with font-lock-face-attributes here,
12006         move the code ...
12008         * startup.el (command-line): ... here.  Use face-spec-set instead
12009         of custom-declare-face.
12011         * faces.el (face-spec-set): Reset the face if spec is not nil.
12013 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12015         * newcomment.el (comment-region-internal): Box more tightly in the
12016         common case where there's no TAB in the boxed text.
12018 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12020         * info.el (info-tool-bar-map): Use images prev-node, next-node and
12021         up-node.
12023 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
12025         * newsticker.el: Commentary updated.  Code formatting changed.
12026         (newsticker-version): Change to "1.9".
12027         (newsticker, newsticker-feed): Doc fix.
12028         (newsticker-url-list): Doc fix.  Add option "Weekly".
12029         (newsticker-retrieval-interval): Add option "Weekly".
12030         (newsticker-headline-processing): Doc fix.
12031         (newsticker-auto-mark-filter): Remove.
12032         (newsticker-auto-mark-filter-list): New.
12033         (newsticker-layout, newsticker-sort-method): Doc fix.
12034         (newsticker-hide-old-items-in-newsticker-buffer)
12035         (newsticker-heading-format, newsticker-item-format)
12036         (newsticker-desc-format): Doc fix.
12037         (newsticker-show-all-rss-elements): Remove.
12038         (newsticker-show-all-news-elements): New.
12039         (newsticker-faces, newsticker-ticker): Doc fix.
12040         (remove-from-invisibility-spec): Code formatting.
12041         (newsticker--process-ids): New.
12042         (newsticker-mode): Doc fix.
12043         (newsticker-mode): Change mode-line-format.
12044         (newsticker-start): Remove debug output.
12045         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
12046         (newsticker-w3m-show-inline-images): Code formatting.
12047         (newsticker-next-item): Call `force-mode-line-update'.
12048         (newsticker-previous-item): Call `force-mode-line-update'.
12049         (newsticker-next-feed): Call `force-mode-line-update'.
12050         (newsticker-previous-feed): Call `force-mode-line-update'.
12051         (newsticker-mark-all-items-at-point-as-read): Code formatting.
12052         (newsticker-show-old-items): Do not show descs.
12053         (newsticker-hide-entry): Hide too much.
12054         (newsticker-hide-entry, newsticker-show-entry)
12055         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12056         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12057         (newsticker-toggle-auto-narrow-to-item): Code formatting.
12058         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12059         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12060         (newsticker-get-news): Call `force-mode-line-update'.
12061         Collect process ids.
12062         (newsticker--sentinel): Change coding system handling.
12063         Move image retrieval to new functions newsticker--get-logo-url-*.
12064         Move feed parsing to new functions newsticker--parse-*.
12065         Update list of process ids.
12066         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12067         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12068         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12069         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12070         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12071         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12072         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12073         (newsticker--decode-coding-string): Remove.
12074         (newsticker--decode-numeric-entities): Check input.  Format code.
12075         (newsticker--remove-whitespace): Check input.
12076         (newsticker--do-forget-preformatted): Doc fix.
12077         (newsticker--decode-rfc822-date): Allow for missing time.
12078         (newsticker--update-process-ids): New.
12079         (newsticker--image-sentinel): Change comment.
12080         (newsticker--image-read): Change error message.
12081         (newsticker--imenu-goto): Doc fix.  Show headline title.
12082         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12083         (newsticker--buffer-do-insert-text): Clean whitespace in
12084         html-rendered headline title.  Code formatting.
12085         Call `newsticker--buffer-print-extra-elements'.
12086         (newsticker--buffer-print-extra-element): Remove.
12087         (newsticker--buffer-print-extra-elements): New.
12088         (newsticker--buffer-do-print-extra-element): New.
12089         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
12090         large sizes.
12091         (newsticker--run-auto-mark-filter)
12092         (newsticker--do-run-auto-mark-filter):
12093         Use `newsticker-auto-mark-filter-list'.
12095 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
12097         * net/rcirc.el: Use split-string OMIT-NULLS argument.
12098         (rcirc-print): Force redisplay before running hooks.  Do long
12099         buffer truncation after making new text read-only.  Deal with nil
12100         text when decoding strings.  If TARGET is nil, use either the
12101         currently selected buffer, if it is an rcirc buffer and of the
12102         same process or the process buffer.
12103         (rcirc-mode): Remove header-line.  Recompute short buffer names.
12104         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12105         (rcirc-short-buffer-name): Add variable.
12106         (rcirc-kill-buffer-hook): Recompute short buffer names.
12107         Remove nick from private channel.
12108         (rcirc-send-input): Send command text to current-buffer.
12109         Don't clear overlay arrow here.
12110         (rcirc-short-buffer-name): Return a short buffer name.
12111         (rcirc-update-short-buffer-names, rcirc-abbreviate)
12112         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12113         buffer-name abbreviations.
12114         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12115         Do not touch nick-table when killing a parted channel.
12116         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12117         Clear arrow from current buffer if it is now hidden.
12118         (rcirc-current-buffer): Add variable.
12119         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12120         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12121         Remove -face from names.
12122         (rcirc-update-activity-string): Print "DND" when globally ignoring
12123         activity.
12124         (rcirc-ignore-buffer-activity-flag): Rename from
12125         rcirc-ignore-channel-activity.
12126         (rcirc-ignore-all-activity-flag): Doc fix.
12127         (rcirc-channels): Remove variable.
12128         (rcirc-kill-buffer-hook):
12129         (rcirc-get-buffer-create): Add nick to private channel.
12130         (rcirc-multiline-edit-submit): Remove tabs.
12131         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12132         folded.
12133         (rcirc-remove-nick-channel): Bug fix.
12134         (rcirc-toggle-ignore-buffer-activity): Rename from
12135         rcirc-toggle-ignore-channel-activity.
12136         (rcirc-record-activity): Add buffers to the front of the list.
12137         (rcirc-update-activity): Remove killed buffers from list.
12138         (rcirc-process-server-response-1): Remove last argument if it is
12139         null before calling handler.
12140         (rcirc): Add "rcirc" defcustom prefix.
12141         (rcirc-prompt): Simplify default prompt.
12142         Use custom-initialize-default.
12143         (rcirc-private-chats): Remove variable.
12144         (rcirc-prompt): Change initialization.
12145         (rcirc-version): Remove function.
12146         (rcirc-id-string): Add constant.
12147         (rcirc-last-buffer): Remove variable.
12148         (rcirc-buffer-alist): Add variable.
12149         (rcirc-connect): Update variable setup.
12150         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12151         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12152         default.
12153         (rcirc-handler-generic): Trigger activity.
12154         (rcirc-send-message): Create the buffor of the target.
12155         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12156         (rcirc-get-buffer): Just return nil if there is no matching buffer.
12157         (rcirc-multiline-edit-cancel): Remove function.
12158         (rcirc-set-last-buffer): Remove function.
12159         (rcirc-get-any-buffer): Add function.
12160         (rcirc-join-channels): Don't print /join text.
12161         (rcirc-toggle-ignore-channel-activity): Add and update echo area
12162         messages.
12163         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12164         (rcirc-handler-NOTICE): Recognize CTCP responses.
12165         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12166         constructing TOPIC string for buffers we are not JOINed.
12167         (rcirc-handler-CTCP-response): Add handler.
12168         (rcirc-multiline-edit-submit): Restore the window-configuration
12169         before adjusting point.
12170         (rcirc): Add customization group.
12171         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12172         (rcirc-user-full-name, rcirc-startup-channels-alist)
12173         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12174         (rcirc-ignore-all-activity-flag, rcirc-time-format)
12175         (rcirc-input-ring-size, rcirc-read-only-flag)
12176         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12177         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12178         Change defvar to defcustom.
12179         (rcirc-update-prompt): Add optional ALL arg, which will update
12180         prompts in all rcirc buffers.  Regexp quote replacement text.
12181         (rcirc-fill-column): Accept frame-width as a value.
12182         (rcirc-set-changed): Add function.
12183         (rcirc-next-active-buffer): Write more meaningful messages.
12184         (rcirc-faces): Add customization group.
12185         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12186         (rcirc-nick-in-message-face, rcirc-prompt-face)
12187         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12188         (with-rcirc-process-buffer): Move before first usage.
12189         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12190         (rcirc-debug-flag): Rename from `rcirc-log-p'.
12191         (rcirc-debug): Rename from `rcirc-log'.
12192         (rcirc-format-response-string): Do not print `-' chars for a
12193         NOTICE with no sender.  Simplify output of server responses.
12195 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12197         (rcirc-browse-url-map, rcirc-browse-url-at-point)
12198         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12199         Make urls mouse and RET clickable.
12201 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12203         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12205 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
12207         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12208         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12209         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12210         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12211         argument to all these routines, so the passphrase can be managed
12212         externally and passed in to the system.
12213         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12214         pgg-add-passphrase-to-cache function.
12216         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12217         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12218         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12219         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12220         argument to all these routines, so the passphrase can be managed
12221         externally and passed in to the system.
12222         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12223         function.
12225 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
12227         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12228         from goto-address-url-regexp.
12230 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
12232         * textmodes/org.el (org-read-date, org-goto-calendar)
12233         (org-recenter-calendar, org-agenda-goto-calendar):
12234         Temporarily clear `calendar-move-hook'.
12236 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
12238         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12239         merging.
12241         * ediff-util.el (ediff-previous-difference): Don't skip regions that
12242         have merge clashes.
12244 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12246         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12247         Undo previous change.
12249         * startup.el (command-line): Use `custom-reevaluate-setting' for
12250         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
12251         tty-register-default-colors on Mac.
12253 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12255         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12256         (gdb-buffer-type): Make it automatically buffer local...
12257         (gdb-get-create-buffer): ...and set it accordingly.
12258         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12259         actually work.
12261 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
12263         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12264         not red.
12266 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12268         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12269         case GUD buffer is not visible.
12270         (gdb-goto-breakpoint): Try to force display in source buffer.
12271         (gdb-frame-gdb-buffer): Copy other similar functions.
12272         (gdb-restore-windows): Don't display source if not asked for.
12273         (gdb-assembler-buffer-name): Don't capitalise.
12275 2005-11-03  Richard M. Stallman  <rms@gnu.org>
12277         * wid-edit.el (key-sequence): New widget type.
12279         * simple.el (set-mark-command-repeat-pop): New variable.
12280         (set-mark-command): Only interpret plan C-@ after a pop as a pop
12281         if set-mark-command-repeat-pop is true.
12283         * info.el (Info-fontify-node): Don't display extra "see" if there
12284         already is one here.
12286         * mouse.el: Fix special handling of DEL after dragging a region:
12287         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12288         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
12290         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12292         * textmodes/ispell.el (ispell-command-loop): Change `i' description
12293         not to assume it pertains to an affix.
12295         * textmodes/flyspell.el (flyspell-post-command-hook):
12296         Bind deactivate-mark to prevent deactivation.
12298 2005-11-03  Lars Hansen  <larsh@soem.dk>
12300         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12301         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12302         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12304 2005-11-03  Romain Francoise  <romain@orebokech.com>
12306         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
12307         Update copyright years.
12309 2005-11-03  Sam Steingold  <sds@gnu.org>
12311         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12312         Use system-type instead of window-system because window-system is not
12313         correctly defined during loadup.
12315 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
12317         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12318         (xml-parse-tag): Join strings separated by a comment properly.
12320 2005-11-02  Andreas Schwab  <schwab@suse.de>
12322         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12324 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12326         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12327         (byte-optimize-pure-func): Quote the eval'd value.
12329         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12330         Rename from perl-font-lock-syntactic-face-function.
12331         Change the calling convention so it can be used as a font-lock MATCHER.
12332         Do the parse-partial-sexp loop outselves.
12333         (perl-font-lock-syntactic-keywords): Use it.
12334         (perl-mode): Don't set font-lock-syntactic-face-function any more.
12336 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
12338         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12339         disassembly buffer too.
12340         (gdb-exited): Remove overlay arrows when execution has finished.
12341         (gdb-info-frames-custom, gdb-info-threads-custom)
12342         (gdb-info-registers-custom): Don't add inappropriate text
12343         properties if inferior is not active.
12345 2005-11-02  Glenn Morris  <rgm@gnu.org>
12347         * progmodes/fortran.el (fortran-blink-match):
12348         Use `blink-matching-delay'.
12350 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
12352         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12354 2005-11-02  Lars Hansen  <larsh@soem.dk>
12356         * net/tramp.el (tramp-action-out-of-band): Handle scp message
12357         "Permission denied".
12359 2005-11-01  Richard M. Stallman  <rms@gnu.org>
12361         * textmodes/flyspell.el (flyspell-external-point-words):
12362         Pass nil to flyspell-get-word.
12364 2005-11-02  Kim F. Storm  <storm@cua.dk>
12366         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12367         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12369 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12371         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12372         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12373         (calendar-mouse-print-dates): Add optional `event' argument.
12374         Update interactive-spec.
12375         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12376         Use `calendar-event-to-date' instead of `event'.
12378 2005-11-02  Masatake YAMATO  <jet@gyve.org>
12380         * progmodes/ld-script.el (ld-script-builtins):
12381         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12382         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12383         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12385 2005-11-01  Romain Francoise  <romain@orebokech.com>
12387         * vc-sccs.el: Update copyright year.
12388         * ezimage.el: Likewise.
12390 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
12392         * info.el (Info-fontify-node): Use `string-width' for fontifying
12393         underlined titles.
12395 2005-11-01  Juri Linkov  <juri@jurta.org>
12397         * info.el (Info-fontify-node): Downcase node header keywords Node,
12398         Prev, Next, Up before comparison.
12399         (Info-history): Insert absolute directory name, and put invisible
12400         property on it.
12402 2005-11-01  Juri Linkov  <juri@jurta.org>
12404         * info.el (Info-file-supports-index-cookies): New variable.
12405         (Info-find-node-2): Check makeinfo version for index cookie support.
12406         (Info-index-nodes): Search for nodes with index cookies only when
12407         Info-file-supports-index-cookies is t.  Otherwise, search nodes
12408         with "Index" in the node name.
12409         (Info-index-node): Search index cookie in the current node only when
12410         Info-file-supports-index-cookies is t.  Otherwise, check the word
12411         "Index" in the node name.
12412         (Info-find-emacs-command-nodes): Remove code that searches nodes
12413         with "Index" node name in the top menu.
12415 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12417         * progmodes/scheme.el (scheme-mode-variables): Use the default
12418         comment-indent-function.
12420         * faces.el (face-attribute): Handle the case where a face inherits from
12421         a non-existent face.
12423         * simple.el (eval-expression-print-format): Use lisp-readable syntax
12424         for octal and hexa output, and merge the char into the paren.
12425         (kill-new): Use push.
12426         (copy-to-buffer): Use with-current-buffer.
12427         (completion-setup-function): Move code in loop to remove redundancy.
12428         (minibuffer-local-must-match-map): Don't add bindings that duplicate
12429         those inherited from minibuffer-local-completion-map.
12431         * savehist.el (savehist-mode) <defcustom>:
12432         Use custom-set-minor-mode if available.
12433         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12434         and emit a message if applicable.
12436 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
12438         * savehist.el: Sync up to version 19.
12439         (savehist-mode): New minor mode.
12440         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12441         (savehist-length): Remove (use history-length instead).
12442         (savehist-file-modes): Rename from savehist-modes.
12443         (savehist-save-hook, savehist-loaded): New vars.
12444         (savehist-load): Use savehist-mode.  Try to smooth up transition from
12445         old format to new format.
12446         (savehist-install): Allow savehist-autosave-interval to be nil.
12447         (savehist-save): Run the new hook.  Be more careful to only trim the
12448         history variables.
12449         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
12450         (savehist-printable): Print into a buffer rather than char-by-char.
12452 2005-11-01  John Wiegley  <johnw@newartisans.com>
12454         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12455         toggle-ignore keybinding (C-a).  The author said it had been
12456         disabled much earlier due to a possible incompatibility, but after
12457         many months of usage I have encountered no problems (and it is a
12458         rather useful option, especially for switching to " *temp*").
12460         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12461         support for OS/X's AddressBook, by calling out to the open source
12462         program "contacts" (installable through Fink).
12464         * net/eudc.el (eudc-expand-inline): If the
12465         `eudc-multiple-match-handling-method' is set to `all', delete the
12466         query string before inserting the query result.
12468         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12469         flag, to prevent Eshell from using the system ls when
12470         `eshell-ls-insert-directory' is in used.
12471         (eshell-ls-insert-directory): Disable font-lock in directory
12472         buffer so that Eshell's own fontification is seen.  This broke
12473         recently due to changes in font-lock, so this goes back to version
12474         21 behavior.
12476 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
12478         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12479         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12480         (gdb-many-windows): Doc fix.
12482 2005-10-31  Romain Francoise  <romain@orebokech.com>
12484         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12486 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
12488         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12489         that global-font-lock-mode can be enabled by default.
12491         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12492         (font-lock-add-keywords, font-lock-remove-keywords)
12493         (font-lock-fontify-buffer): Remove autoload cookies.
12495         * jit-lock.el (jit-lock-register): Likewise.
12497         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12499 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
12501         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12502         intact if there is no gud-comint-buffer.
12504 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
12506         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12507         old prompt comint-prompt-read-only is t and GDB commands are
12508         issued from tool bar etc.
12510 2005-10-31  Masatake YAMATO  <jet@gyve.org>
12512         * vc.el (vc-directory-exclusion-list): Add "{arch}".
12514 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12516         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12517         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12519 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
12521         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12522         starting at beginning of line.  Fontification is messed up when
12523         `open-paren-in-column-0-is-defun-start' set to t.
12524         Reported by John Paul Wallington <jpw@pobox.com>.
12526 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
12528         * comint.el (comint-send-input): Call `comint-update-fence' when
12529         `comint-process-echoes' and `comint-prompt-read-only' are both
12530         non-nil, to avoid leftover read-only newline.
12532 2005-10-30  Richard M. Stallman  <rms@gnu.org>
12534         * textmodes/flyspell.el (flyspell-external-point-words):
12535         Detect when WORD can't be checked properly because
12536         flyspell-get-word finds just part of it, and move on.
12538         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12539         boundarychar for Polish.
12540         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12541         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12543 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
12545         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12546         (gdb-registers-font-lock-keywords): Delete.
12547         (gdb-registers-mode): Don't fontify.
12548         (gdb-info-registers-custom): Use text properties instead as, in
12549         future, changed register values will use font-lock-warning-face.
12550         (gdb-local-font-lock-keywords): Rename to...
12551         (gdb-locals-font-lock-keywords): ...for consistency.
12553 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
12555         * vc.el (vc-switch-backend): Better error message if the buffer is
12556         not visiting a file under version control.
12558         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12560 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
12562         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12563         ~/.emacs.d/.emacs.
12565 2005-10-29  Richard M. Stallman  <rms@gnu.org>
12567         * replace.el (occur-mode-mouse-goto): Always go to other window.
12568         (occur-mode-goto-occurrence): Always switch in same window.
12570         * simple.el (undo): Display message at end, not at start.
12572         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12573         New arg REUSE-CELL.
12574         (cancel-timer-internal): New function.
12575         (timer-event-handler): Use cancel-timer-internal,
12576         and pass the cell it returns to timer-activate...
12578         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12579         (jit-lock-deferred-fontify, jit-lock-context-fontify)
12580         (jit-lock-after-change): Test memory-full.
12582 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12584         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12585         part of the decoded armor to find the key-identifier.
12586         (pgg-gpg-lookup-key-owner): New function to return the
12587         human-readable identifier of a key owner.
12588         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12589         key itself.
12590         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12591         the key value) if we have a key and can match it against a secret
12592         key.  Also, added a note pointing out fact that the prompt only
12593         indicates the first matching key.
12595         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12596         pgg-decrypt-region.
12597         (pgg-pending-timers): A new hash for tracking the passphrase cache
12598         timers, so that new ones supercede old ones.
12599         (pgg-add-passphrase-to-cache): Rename from
12600         `pgg-add-passphrase-cache' to reduce confusion (all callers
12601         changed).  Modified to cancel old timers when new ones are added.
12602         (pgg-remove-passphrase-from-cache): Rename from
12603         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12604         changed).  Modified to cancel old timers when their keys are
12605         removed from the cache.
12606         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12607         XEmacs, an indirection to delete-itimer.
12608         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12609         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12610         users can only check cache without risk of prompting.  Correct bug in
12611         notruncate behavior.
12612         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12613         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12614         Add informative docstrings.
12615         (pgg-decrypt): Convey provided passphrase in subordinate call to
12616         pgg-decrypt-region.
12618         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12619         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12620         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12621         `passphrase' argument, so the passphrase can be managed externally
12622         and then passed in to the system.
12624         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12625         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12626         so the passphrase cache can be used reliably with identifiers
12627         besides a pgp packet's key id.
12629         * pgg-gpg.el (pgg-pgp-encrypt-region)
12630         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12631         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12632         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12633         argument to all these routines, so the passphrase can be managed
12634         externally and passed in to the system.
12636         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12637         `notruncate' argument, so the passphrase cache can be used
12638         reliably with identifiers besides a pgp packet's key id.
12640 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12642         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12643         symmetric encryption.
12644         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12645         encrypted session key.
12646         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12647         message ask for the passphrase in a proper way.
12649         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12650         New user commands for symmetric encryption.
12652 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
12654         * textmodes/conf-mode.el (conf-assignment-sign)
12655         (conf-assignment-regexp): Fix docstrings.
12656         (conf-mode-initialize): New function.
12657         (conf-mode): Remove optional args.  Use delay-mode-hooks to
12658         recognize recursive calls.
12659         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12660         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12661         (conf-xdefaults-mode): Use define-derived-mode and
12662         conf-mode-initialize.
12664 2005-10-29  Romain Francoise  <romain@orebokech.com>
12666         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12668 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12670         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12671         part of the decoded armor to find the key-identifier.
12672         (pgg-gpg-lookup-key-owner): New function to return the
12673         human-readable identifier of a key owner.
12674         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12675         key itself.
12676         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12677         the key value) if we have a key and can match it against a secret
12678         key.  Also, added a note pointing out fact that the prompt only
12679         indicates the first matching key.
12681         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12682         pgg-decrypt-region.
12683         (pgg-pending-timers): A new hash for tracking the passphrase cache
12684         timers, so that new ones supercede old ones.
12685         (pgg-add-passphrase-to-cache): Rename from
12686         `pgg-add-passphrase-cache' to reduce confusion (all callers
12687         changed).  Modified to cancel old timers when new ones are added.
12688         (pgg-remove-passphrase-from-cache): Rename from
12689         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12690         changed).  Modified to cancel old timers when their keys are
12691         removed from the cache.
12692         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12693         XEmacs, an indirection to delete-itimer.
12694         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12695         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12696         users can only check cache without risk of prompting.  Correct bug in
12697         notruncate behavior.
12698         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12699         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12700         Add informative docstrings.
12701         (pgg-decrypt): Convey provided passphrase in subordinate call to
12702         pgg-decrypt-region.
12704 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12706         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12707         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12708         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12709         `passphrase' argument, so the passphrase can be managed externally
12710         and then passed in to the system.
12712         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12713         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12714         so the passphrase cache can be used reliably with identifiers
12715         besides a pgp packet's key id.
12717         * pgg-gpg.el (pgg-pgp-encrypt-region)
12718         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12719         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12720         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12721         argument to all these routines, so the passphrase can be managed
12722         externally and passed in to the system.
12724         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12725         `notruncate' argument, so the passphrase cache can be used
12726         reliably with identifiers besides a pgp packet's key id.
12728 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12730         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12731         symmetric encryption.
12732         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12733         encrypted session key.
12734         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12735         message ask for the passphrase in a proper way.
12737         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12738         New user commands for symmetric encryption.
12740 2005-10-28  Bill Wohler  <wohler@newt.com>
12742         * help-mode.el (help-url): New button type.  Calls browse-url.
12743         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12744         Similar to Info nodes: URL `url'.
12745         (help-make-xrefs): Create help-url buttons for
12746         help-xref-url-regexp matches.
12748 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
12750         * tool-bar.el (tool-bar-add-item-from-menu)
12751         (tool-bar-local-item-from-menu): Fix doc strings.
12753 2005-10-28  Romain Francoise  <romain@orebokech.com>
12755         * ldefs-boot.el: Update.
12757         * subr.el (locate-library): Move from help-fns.el.
12758         * help-fns.el (locate-library): Move to subr.el.
12760 2005-10-28  Richard M. Stallman  <rms@gnu.org>
12762         * net/tramp.el (tramp-completion-mode): defvar moved up.
12764         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12766         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12768         * files.el (find-file-noselect): Use %d to format large file size.
12770         * bindings.el (mode-line-format): Add %e.
12772         * loadup.el ("facemenu"): Load unconditionally.
12773         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12774         ("x-dnd"): Load, when appropriate.
12776         * startup.el (command-line): Call before-init-hook earlier.
12777         Warn about some bad characters in -u user name.
12779         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12780         (flyspell-external-point-words): Error if misspelled word is not found.
12781         Set flyspell-large-region-beg at end of word.
12783 2005-10-28  Andreas Schwab  <schwab@suse.de>
12785         * view.el (View-revert-buffer-scroll-page-forward):
12786         Use view-page-size-default.
12788 2005-10-28  Juri Linkov  <juri@jurta.org>
12790         * international/quail.el (quail-get-current-str): Translate last
12791         raw character for deterministic input methods.
12793 2005-10-27  Jay Belanger  <belanger@truman.edu>
12795         * calc/calc-ext.el: Add functions to autoloads.
12796         (math-identity-matrix-p, math-ident-row-p): New functions.
12798         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12799         multiplication by an identity matrix; don't turn multiplication by
12800         an inverse matrix into division.
12801         (math-div-symbol-fancy): Replace division by matrices with
12802         multiplication by inverse.
12804         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12806         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12807         (calc-writeoutpower): New functions.
12809 2005-10-27  Romain Francoise  <romain@orebokech.com>
12811         * replace.el (occur-engine): Include colon in mouse-face highlight.
12813         * dired-x.el: Change Maintainer field.
12815 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
12817         * longlines.el (longlines-mode): Bind after-change-functions to
12818         nil during initial decoding and final encoding.
12820 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12822         * term.el (term-emulate-terminal, term-handle-colors-array)
12823         (term-handle-ansi-escape): Specify the terminfo capabilities
12824         implemented.
12826 2005-10-26  Richard M. Stallman  <rms@gnu.org>
12828         * info.el (Info-fontify-node): Fix detection of sentence-break
12829         before *Note.
12831 2005-10-26  Romain Francoise  <romain@orebokech.com>
12833         * smerge-mode.el: Add `tools' to file keywords.
12835 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
12837         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12838         when the fringe is not available.
12840         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12841         (def-gdb-auto-update-trigger): Simplify construction.
12842         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12843         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12844         defined explicitly.
12845         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12846         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12847         defined explicitly.
12848         (gdb-info-locals-custom): Remove as it's a no-op.
12850 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
12852         * longlines.el (longlines-mode): Remove narrowing before
12853         performing the initial decoding or final encoding.
12855 2005-10-25  Romain Francoise  <romain@orebokech.com>
12857         * emacs-lisp/find-func.el (find-library-name): Also strip
12858         extension if library name ends in .el, to take advantage of
12859         `find-library-suffixes'.
12861 2005-10-25  Richard M. Stallman  <rms@gnu.org>
12863         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12865 2005-10-25  Juri Linkov  <juri@jurta.org>
12867         * textmodes/texinfo.el (texinfo-mode): Change charset of one
12868         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12870 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12872         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12873         (blackbox-redefine-key): Add argument `map'.
12875         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12876         regions when moving the jit-lock-context-unfontify-pos boundary.
12878 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12880         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12882 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12884         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12886 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
12888         * play/blackbox.el (blackbox-redefine-key): New function.
12889         (blackbox-mode-map): Use it to remap existing bindings for cursor
12890         motion instead of binding literal keys.
12892 2005-10-25  Glenn Morris  <rgm@gnu.org>
12894         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12895         diary does not end in a newline.  Do not assume a blank line at
12896         the start of the diary file.
12898 2005-10-25  Kenichi Handa  <handa@m17n.org>
12900         * international/quail.el (quail-translate-key): If the input
12901         method is deterministic and failed to handle the last key, restart
12902         the key handling loop from an appropriate key.
12904 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
12906         * vc.el (vc-dired-mode): Extend comment for binding of
12907         `directory-listing-before-filename-regexp'.
12909 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12911         * textmodes/texinfo.el (texinfo-mode):
12912         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12913         not to unnecessarily expose emacs-mule's internal char codes.
12915 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
12917         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12918         Display hand pointer and help-echo on disabled icon too.
12919         (gdb-mouse-until): New function.
12920         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12922 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
12924         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12925         with 2005-10-23 change to doctor.el.
12927         * finder.el (finder-mode-map): Add follow-link binding.
12929 2005-10-25  Kim F. Storm  <storm@cua.dk>
12931         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12932         to gdb-mouse-toggle-breakpoint-fringe.
12933         (gdb-mouse-toggle-breakpoint-margin): Rename from
12934         gdb-mouse-toggle-breakpoint.  Fix doc.
12935         (gdb-mouse-toggle-breakpoint-fringe): New defun.
12936         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
12937         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12938         string properties also for fringe breakpoint bitmaps.
12940 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
12942         * textmodes/org.el (org-start-icalendar-file): Fix format form.
12944 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12946         * simple.el (completion-common-substring):
12947         Use `completion-common-substring' prior to `completion-base-size'.
12949 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
12951         * savehist.el: Require CL while compiling.
12952         (savehist-history-variables): Remove.
12953         (savehist-save-minibuffer-history, savehist-additional-variables)
12954         (savehist-minibuffer-history-variables): New vars.
12955         (savehist-save): Use them.
12956         (savehist-uninstall, savehist-minibuffer-hook): New funs.
12957         (savehist-install): New fun, extracted from savehist-load.
12958         (savehist-load): Use them.
12960 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12962         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12963         a dummy doc-string-elt property.
12964         (defalias, defvaralias, define-category): Add a docstring property.
12966         * image.el (defimage):
12967         * widget.el (define-widget):
12968         * custom.el (defface, defcustom): Add `doc-string' declaration.
12970         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12971         (defadvice): Add `doc-string' declaration.
12973         * emacs-lisp/byte-run.el (macro-declaration-function):
12974         Handle `doc-string' declarations.
12975         (define-obsolete-function-alias, define-obsolete-variable-alias):
12976         Add `doc-string' declaration.
12978 2005-10-24  Kenichi Handa  <handa@m17n.org>
12980         * international/utf-7.el (utf-7): Add autoload cookie.
12982         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12984 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12986         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12987         list of directories passed to batch-update-autoloads.  Add "." to
12988         the list of the echoed directories.
12990         * pgg-def.el:
12991         * pgg-gpg.el:
12992         * pgg-parse.el:
12993         * pgg-pgp.el:
12994         * pgg-pgp5.el:
12995         * pgg.el: Moved here from the gnus subdirectory.
12997 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
12999         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13000         in case comint-prompt-read-only is set to t.
13002         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13003         in case comint-prompt-read-only is set to t.
13005 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
13007         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13008         Now a string.
13009         (icalendar-import-format): Handle CLASS, STATUS, URL.
13010         Rename `subject' to `summary'.
13011         (icalendar-import-format-summary): Rename from
13012         `icalendar-import-format-subject'.
13013         (icalendar-import-format-url, icalendar-import-format-status)
13014         (icalendar-import-format-class): New variables.
13015         (icalendar--rris): Take variable argument list.
13016         (icalendar--datestring-to-isodate): Remove unnecessary
13017         calendar-style check when converting dates with explicit month names.
13018         (icalendar-export-region): Change return type of conversion
13019         subroutines.  Bury current buffer unless error occurred.
13020         (icalendar--convert-to-ical)
13021         (icalendar--parse-summary-and-rest): New functions.
13022         (icalendar--convert-ordinary-to-ical)
13023         (icalendar--convert-weekly-to-ical)
13024         (icalendar--convert-yearly-to-ical)
13025         (icalendar--convert-block-to-ical)
13026         (icalendar--convert-cyclic-to-ical)
13027         (icalendar--convert-anniversary-to-ical): Change return type.
13028         Strip trailing blanks from subject.
13029         (icalendar--convert-sexp-to-ical): Change return type.
13030         Strip trailing blanks from subject.  Handle simple sexp
13031         entries as generated by icalendar.el.
13032         (icalendar--convert-float-to-ical)
13033         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13034         (icalendar-import-file): Doc fix.
13035         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13036         Correct call to icalendar--rris.
13037         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
13038         `summary'.
13039         (icalendar--add-diary-entry): Rename `subject' to `summary'.
13041 2005-10-24  Romain Francoise  <romain@orebokech.com>
13043         * server.el (server-sentinel): Set query-on-exit flag to nil on
13044         new client processes (it isn't inherited from the server process).
13046         * replace.el (occur-engine): Rearrange text properties.
13048 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13050         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13051         case-fold-search is nil.
13052         (debug-help-follow): Use help-xref-interned directly.
13054 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13056         * thumbs.el (thumbs-image-type): Add .pbm.
13058 2005-10-23  Richard M. Stallman  <rms@gnu.org>
13060         * faces.el (inhibit-face-set-after-frame-default): New variable.
13061         (set-face-attribute): Bind it.
13062         (face-set-after-frame-default): Test it.
13064         * help-fns.el (describe-simplify-lib-file-name): New function.
13065         (describe-function-1, describe-variable): Use it.
13067         * faces.el (describe-face): Use describe-simplify-lib-file-name.
13069         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13070         Eliminate nil as possible value.
13071         (tooltip-hide-delay): Reduce internal-border-width.
13073         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13074         (menu-bar-file-menu) <new-file>: Likewise.
13076         * simple.el (line-move-finish): Ignore fields computing LINE-END.
13078         * international/mule.el (load-with-code-conversion):
13079         Pass full file name to `eval-buffer' unless preloading.
13081         * textmodes/flyspell.el (flyspell-large-region):
13082         Call ispell-check-version.
13084         * textmodes/ispell.el (ispell-local-dictionary-overridden):
13085         Fix the make-variable-buffer-local call that was supposed
13086         to be for this variable.
13087         (ispell-aspell-supports-utf8): Doc fix.
13088         (ispell-find-aspell-dictionaries): Preserve elements of
13089         ispell-dictionary-alist for dictionaries that aspell doesn't report.
13090         (ispell-aspell-find-dictionary): Return nil on error.
13092         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13093         (doctor-symptoms): Likewise.
13095         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13097 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13099         * cus-edit.el (custom-button, custom-button-pressed): New vars.
13100         (custom-raised-buttons): Add :set spec.
13101         (custom-button-unraised, custom-button-pressed-unraised):
13102         New faces, so that custom-raised-buttons actually does something.
13103         (custom-mode): Use custom-button and custom-button-pressed.
13105         * wid-edit.el (widget-specify-button): Don't ignore
13106         widget-mouse-face on graphic terminals.
13107         (widget-move-and-invoke): Cleanup.
13109 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
13111         * whitespace.el (whitespace-cleanup): Doc fix.
13113 2005-10-23  Romain Francoise  <romain@orebokech.com>
13115         * emulation/viper.el (viper-set-hooks): Quote forms passed to
13116         `eval-after-load' to avoid evaluating their result.
13118 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
13120         * files.el (directory-listing-before-filename-regexp):
13121         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
13123         * dired.el (dired-move-to-filename-regexp): Remove.
13124         All occurences replaced by `directory-listing-before-filename-regexp'.
13126         * dired-x.el, locate.el, vc.el:
13127         Replace `dired-move-to-filename-regexp' by
13128         `directory-listing-before-filename-regexp'.  In vc.el it is
13129         overwritten locally; maybe this can be handled in files.el too.
13131         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
13132         replaced by `directory-listing-before-filename-regexp'.
13134 2005-10-23  Andreas Schwab  <schwab@suse.de>
13136         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13137         and eval-next-after-load.
13139 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
13141         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13142         exist, create it.
13144 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
13146         * allout.el: Remove autoloads for mailcrypt and crypt++.
13147         Require pgg, pgg-gpg during compilation.
13148         (allout-version): Increment version number to 2.1, and use a literal
13149         rather than RCS Id.
13150         (allout-default-encryption-scheme): Remove.
13151         (allout-passphrase-verifier-handling)
13152         (allout-passphrase-verifier-string)
13153         (allout-file-passphrase-verifier-string)
13154         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13155         (allout-passphrase-hint-handling): Rename and simplify.
13156         (allout-init): Use `find-file-hook' if available, otherwise
13157         `find-file-hooks'.
13158         (allout-mode): Use `write-file-functions' if available, otherwise
13159         `local-write-file-hooks' and, instead of making auto-save-hook
13160         buffer local, make the write-file-hook activity contingent to
13161         allout-mode.
13162         (allout-mode): Use key-binding substitution in the docstring.
13163         (allout-kill-line): Spell-out kill ring data structure mutation
13164         instead of using byte-compiler-complaint-provoking `pop'.
13165         (allout-insert-listified): Use `insert' rather than `insert-string'
13166         (allout-toggle-current-subtree-encryption): Update docstring, adjust
13167         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13168         (allout-encrypt-string): Totally revamped vis new underlying
13169         encryption facilities.
13170         (allout-mc-activate-passwd): Remove.
13171         (allout-obtain-passphrase): New, more or less replaces
13172         allout-mc-activate-passwd.
13173         (allout-encrypted-key-info): More or less replaces
13174         allout-encrypted-text-type.
13175         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13176         (my-mark-marker): Use `(featurep 'xemacs)'.
13178 2005-10-23  Lars Hansen  <larsh@soem.dk>
13180         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13181         (byte-compile-file-form-defmumble, byte-compile-defun)
13182         (byte-compile-defmacro): Use it.
13183         (byte-compile-form): Don't call byte-compile-set-symbol-position
13184         when a byte-compile handler is called.
13186 2005-10-22  Romain Francoise  <romain@orebokech.com>
13188         * savehist.el (savehist-history-variables): Add `grep-find-history'.
13190         * subr.el (eval-after-load): Convert library name to an absolute
13191         file name using locate-library, since load-history no longer has
13192         library names in it.
13194 2005-10-22  Richard M. Stallman  <rms@gnu.org>
13196         * files.el (make-temp-file): Move from subr.el.
13197         * subr.el (make-temp-file): Move to files.el.
13199         * window.el (get-buffer-window-list): Move from subr.el.
13200         * subr.el (get-buffer-window-list): Move to window.el.
13202         * image.el (image-load-path): Use eval-at-startup to initialize.
13204         * subr.el (eval-at-startup): New macro.
13206         * subr.el: Much rearrangement of functions and division
13207         into pages.  No code changes.
13209 2005-10-22  Kenichi Handa  <handa@m17n.org>
13211         * tar-mode.el (tar-extract): Be sure to call
13212         find-operation-coding-system if set-auto-coding doesn't find a
13213         coding system.
13215 2005-10-22  Kim F. Storm  <storm@cua.dk>
13217         * image.el (image-type-header-regexps): Rename from image-type-regexps.
13218         Change users.
13219         (image-type-file-name-regexps): New defconst.
13220         (image-type-from-data): Simplify loop.
13221         (image-type-from-buffer): New defun.
13222         (image-type-from-file-header): Use it instead of image-type-from-data.
13223         Use image-search-load-path instead of only looking in data-directory.
13224         (image-type-from-file-name): New defun.
13225         (image-search-load-path): Change `pathname' to `filename'.
13226         Make PATH arg optional, default to image-load-path.
13228 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13230         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13232         * textmodes/paragraphs.el (sentence-end-base): New variable.
13233         (sentence-end): Use sentence-end-base.
13235 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13237         * font-lock.el (font-lock-default-fontify-region): Check the multiline
13238         property independently from the font-lock-multiline variable.
13240 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13242         * emacs-lisp/find-func.el (find-library-name): Doc fix.
13244         * startup.el (command-line): Convert library names
13245         in `load-history' to absolute file names.
13247         * subr.el (symbol-file): Doc fix.
13249         * loadhist.el (file-loadhist-lookup): Call locate-library
13250         instead of find-library-name.  Don't try converting
13251         abs file names to library names, since load-history no longer
13252         has library names in it.
13253         (file-dependents, file-provides, file-requires): Doc fixes.
13255 2005-10-21  Juri Linkov  <juri@jurta.org>
13257         * progmodes/etags.el (tags-table-mode): New function.
13258         (tags-verify-table): Replace initialize-new-tags-table with
13259         tags-table-mode.
13261         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13262         default value.
13263         (desktop-modes-not-to-save): Add tags-table-mode to the
13264         default value.
13266         * info.el (Info-index-next): Add total number of index
13267         alternatives to the message.
13269         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13270         backward only space (instead of space and period) before looking
13271         at sentence end.
13273         * simple.el (set-variable): Use user-variable-p instead of symbolp.
13274         Add the old variable value as 4th default-value arg of read-string.
13276 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13278         * cus-face.el (custom-declare-face): Make face from X resources
13279         also on Mac.
13281         * disp-table.el (standard-display-g1, standard-display-graphic):
13282         Refuse to use string glyphs also on Mac.
13283         (standard-display-european): Don't set terminal coding system also
13284         on Mac.
13286         * frame.el (display-screens): Use x-display-screens also on Mac.
13288 2005-10-21  Romain Francoise  <romain@orebokech.com>
13290         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
13292 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13294         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13295         and $? into sexps.
13297         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13298         warning face on open-paren-in-column-0.
13300         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13301         boundary case.  Fix typo.
13302         Suggested by Martin Rudalics <rudalics@gmx.at>.
13304 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
13306         * textmodes/org.el (org-combined-agenda-icalendar-file)
13307         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13308         (org-export-icalendar-this-file)
13309         (org-export-icalendar-all-agenda-files)
13310         (org-export-icalendar-combine-agenda-files): New commands.
13311         (org-export-icalendar, org-print-icalendar-entries)
13312         (org-start-icalendar-file, org-finish-icalendar-file)
13313         (org-ical-ts-to-string): New functions.
13314         (org-read-date, org-goto-calendar)
13315         (org-agenda-goto-calendar): Inhibit displaying diary entries by
13316         call to `calendar'.
13317         (orgtbl-setup): Remove the :keys arguments from the menu description.
13318         (org-after-save-iCalendar-file-hook): New variable.
13320 2005-10-21  Kenichi Handa  <handa@m17n.org>
13322         * language/vietnamese.el (tcvn-5712): Make it an alias of
13323         vietnamese-tcvn coding-system.
13325 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
13327         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13328         group id is given.
13330 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13332         * progmodes/sh-script.el (sh-escaped-line-re): New var.
13333         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13334         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13335         whose line is either continued or ends with a comment.
13337 2005-10-20  Romain Francoise  <romain@orebokech.com>
13339         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13341         * replace.el (occur-engine): Add follow-link property.
13343         * font-core.el (font-lock-mode): Doc fix.
13345 2005-10-20  Richard M. Stallman  <rms@gnu.org>
13347         * net/rcirc.el: New file.
13349 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
13351         * term.el (term-term-name): Initialize to "eterm-color".
13353 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
13355         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13356         for encryption functionality.
13357         Move allout customization subgroup from `editing' to `outlines' group.
13358         Fix commentary keywords to legitimate ones.
13359         Update author info (using my current email address, obscurified).
13360         (allout-encrypt-string, allout-encryption-produce-work-buffer)
13361         (allout-encrypted-topic-p, allout-encrypted-text-type)
13362         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13363         (allout-situate-encryption-key-verifier)
13364         (allout-get-encryption-key-verifier, allout-verify-key)
13365         (allout-next-topic-pending-encryption)
13366         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13367         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13368         (outline-key-verifier-handling, outline-key-hint-handling)
13369         (outline-encrypt-unencrypted-on-saves): New defcustoms.
13370         (allout-file-key-verifier-string, allout-encryption-scheme)
13371         (allout-key-verifier-string, allout-key-hint-string)
13372         (allout-after-save-decrypt): New variables.
13373         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13374         (allout-after-saves-handler): New hook functions.
13375         (allout-post-command-business): Do allout-after-save-decrypt.
13376         (allout-enable-file-variable-adjustment): Custom var to enable
13377         mechanism for adding and adjusting settings of Emacs file variables.
13378         (allout-adjust-file-variable, allout-file-vars-section-data):
13379         New functions, implement the mechanism.
13380         (outlineify-sticky): Use the file vars mechanism.
13381         (allout-inhibit-protection, allout-during-write-cue)
13382         (allout-override-protect, allout-before-change-protect): Remove.
13383         (allout-flag-region, allout-open-topic): Adjust read-only text.
13384         (allout-open-line-not-read-only): Add to facilitate read-only
13385         text based protection.
13386         (allout-kill-line): Revise to adjust read-only text, clue the
13387         user about the inhibition.
13388         (allout-unprotected): Use unwind-protect.
13389         (allout-shift-in, allout-shift-out): Disallow manually shifting a
13390         topic deeper than the offspring depth of the previous topic -
13391         avoiding confusing "containment discontinuities".
13392         (allout-reindent-bodies): Fix retention of body relative hanging
13393         indent during promotion of collapsed bodies.
13394         (allout-open-topic): Make it easy to open new topic with same
13395         bullet as current topic - topic creation functions provided with
13396         any universal argument provokes now prompt for bullet, defaulting
13397         to the bullet of the previous topic.
13398         (allout-plain-bullets-string, allout-distinctive-bullets-string):
13399         Plain bullet alternates `.' period and `,' comma only.  All other
13400         bullets are relegated to special status (but customizable).
13401         (allout-end-of-entry): Rename from allout-end-of-current-entry
13402         since it actually operates w.r.t. most immediately containing
13403         entry, visible or not.
13404         (allout-hide-current-entry, allout-show-current-entry): Use the
13405         revised version.
13406         (allout-old-expose-topic): Solidify deprecation.
13407         (allout-end-of-subtree): Add so we can span concealed as well
13408         as visible topics.
13409         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13410         (allout-end-of-current-heading): Tweak to just respect the first line.
13411         (allout-get-body-text): Add.
13412         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13413         when invoked interactively.
13414         (allout-up-current-level): Use `interactive-p'.
13415         (allout-mode, allout-init): Miscellaneous docstring and
13416         operational refinements, as well as hookups of new encryption stuff.
13417         (allout-beginning-of-current-entry): Now works as advertised.
13418         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13419         (allout-isearch-rectification): Refine condition for isearching.
13420         (allout-isearch-abort, allout-enwrap-isearch)
13421         (allout-flag-region, my-region-active-p): Relocate some macros.
13422         (allout-title): Fallback title is (buffer-name), not
13423         non-existing (current-buffer-name).
13424         (subst-char-in-string): Define if absent (for some XEmacs versions).
13426 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
13428         * mail/sendmail.el (mail-setup-hook, mail-aliases)
13429         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13430         (mail-citation-prefix-regexp, mail-signature-file)
13431         (mail-default-headers, mail-bury-selects-summary)
13432         (mail-send-nonascii): Add autoload cookies.
13434 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13436         * frame.el (blink-cursor-mode): Add `mac' to the list of
13437         window-system's that support blinking cursor.
13439 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13441         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13443 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
13445         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13446         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13447         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13449 2005-10-20  Kim F. Storm  <storm@cua.dk>
13451         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13452         (ido-set-current-directory): Don't add / after final @.
13453         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13454         Explicitly handle ange-ftp completion oddities.
13455         (ido-make-file-list): Don't rotate list at tramp root to avoid
13456         triggering tramp file handler for expand-file-name via get-file-buffer.
13458 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13460         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13462 2005-10-19  Jay Belanger  <belanger@truman.edu>
13464         * calc/calc-units.el (math-standard-units): Add units, adjust
13465         symbols and update values.
13466         (math-unit-prefixes): Add more prefixes.
13468 2005-10-19  Romain Francoise  <romain@orebokech.com>
13470         * bookmark.el (bookmark-menu-heading): New face.
13471         (bookmark-bmenu-list): Use it.
13472         Don't fiddle with `baud-rate' at top-level.
13474 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
13476         * image.el (create-image, find-image): Mention max-image-size in
13477         docstring.
13479 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13481         * savehist.el (savehist-load): Revert to checking XEmacs.
13483         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13484         Various docstring and line-width fixups.
13485         (conf-mode): Use cond.
13486         Set font-lock-defaults.  Don't set comment-use-syntax.
13488 2005-10-18  David Ponce  <david@dponce.com>
13490         * tree-widget.el (tree-widget-button-click): New function.
13491         (tree-widget-button-keymap): Use it.
13493 2005-10-18  Romain Francoise  <romain@orebokech.com>
13495         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13496         (bookmark-bmenu-hide-filenames): Add follow-link property.
13497         Improve help-echo text.
13499         * ffap.el (find-file-at-point): Doc fix.
13501 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13503         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13505 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13507         Install to the CVS repository what I forgot to install in my
13508         2005-10-16 changes.
13510         * progmodes/python.el (python-complete-symbol): Pass the common
13511         prefix substring of completion to `display-completion-list'.
13513         * textmodes/org.el (org-complete): Ditto.
13515 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13517         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13519         * woman.el (WoMan-xref-man-page): New button type derived
13520         from `Man-abstract-xref-man-page'.
13521         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13523         * man.el (Man-abstract-xref-man-page): New button type.
13524         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13525         (Man-highlight-references): Add new optional argument `xref-man-type'.
13527 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13529         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13531 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13533         * cus-edit.el (Custom-move-and-invoke): Delete.
13534         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13536         * wid-edit.el (widget-move-and-invoke): New function, from
13537         Custom-move-and-invoke.
13539 2005-10-17  Bill Wohler  <wohler@newt.com>
13541         Move all remaining images from lisp/toolbar to etc/images, move
13542         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
13543         the low resolution images in their own directory (low-color).
13545         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13546         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13547         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13548         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13549         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13550         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13551         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13553         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13554         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13555         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13556         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13557         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13558         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13559         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13560         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13561         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13562         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13563         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13564         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13565         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13566         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13567         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13569         To conform with convention, replace the underscore (_) in the
13570         following image names with dash (-) or (/) as appropriate.
13572         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13573         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13574         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13575         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13576         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13577         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13578         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13579         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13580         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13581         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13582         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13583         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13584         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13585         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13586         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13588         * info.el (info-tool-bar-map): Replace underscores in image names
13589         with dashes.
13591         * makefile.w32-in (WINS): Remove toolbar.
13593         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13595         * tool-bar.el: Move to lisp from toolbar.  Now that
13596         toolbar is empty, it should be deleted when folks run "cvs up -P".
13598 2005-10-18  Jay Belanger  <belanger@truman.edu>
13600         * calc/calc-store.el (calc-store-into): Get the proper variable name
13601         to display in message.
13603 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13605         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13606         expressions display in speedbar for all buffers when debugging.
13607         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13609         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13610         (speedbar-insert-button, speedbar-make-button):
13611         Use add-text-properties.
13612         (speedbar-update-localized-contents)
13613         (speedbar-update-directory-contents)
13614         (speedbar-update-special-contents): Use dolist.
13615         (speedbar-buffer-easymenu-definition): Add a menu separator.
13617 2005-10-17  Jason Rumney  <jasonr@gnu.org>
13619         * makefile.w32-in: Use $(lisp) consistently.
13620         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13621         for shell specific generation of mh-autoloads.
13623 2005-10-17  Richard M. Stallman  <rms@gnu.org>
13625         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13627 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13629         * jit-lock.el (jit-lock-fontify-now):
13630         Move jit-lock-context-unfontify-pos to avoid wasted work.
13632 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
13634         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
13635         `tramp-completion-mode' for checking if we are in completion mode.
13636         (tramp-completion-handle-file-name-all-completions): Reorder code
13637         in order to complete for file names only in case there are no
13638         method/user/host completions.  This is necessary for cooperation
13639         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
13641 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
13643         * longlines.el (longlines-search-forward)
13644         (longlines-search-backward): Match any number of spaces.
13646 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
13648         * diff-mode.el (diff-mode): Doc fix.
13650 2005-10-16  David Reitter  <david.reitter@gmail.com>
13652         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13653         as default on darwin and windows systems.
13655 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13657         * arc-mode.el (archive-zip-extract): Doc fix.
13659 2005-10-16  Romain Francoise  <romain@orebokech.com>
13661         * mouse.el (mouse-1-click-follows-link): Doc fix.
13663 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13665         * savehist.el: Don't require CL at runtime.
13666         (savehist-xemacs): Remove.
13667         (savehist-coding-system): Use utf-8 if present, regardless of religion.
13668         (savehist-no-conversion): Use (featurep 'xemacs).
13669         (savehist-load): Check existence of start-itimer rather than XEmacs.
13670         Use an idle timer.
13671         (savehist-process-for-saving): Replace use of CL funs `subseq' and
13672         `delete-if-not'.
13674 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
13676         * savehist.el: Newer version.
13677         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13678         (savehist-last-checksum, savehist-no-conversion): New vars.
13679         (savehist-autosave, savehist-process-for-saving, savehist-printable):
13680         New functions.
13681         (savehist-load, savehist-save): Use them.
13682         (savehist-delimit): Remove.
13684 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13686         * progmodes/compile.el (compilation-goto-locus): Display the
13687         compilation buffer first and the source buffer second, in case they're
13688         in overlapping frames.  Don't raise the compilation frame if it was the
13689         selected window upon entry.  Pass the `other-window' arg to
13690         pop-to-buffer.
13692         * info.el (Info-fontify-node): Use dolist.
13693         Change add-text-properties to put-text-property.
13695 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13697         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13698         bound of search.
13700 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13702         * dabbrev.el (dabbrev-completion): Pass the common
13703         prefix substring of completion to `display-completion-list'.
13705         * filecache.el (file-cache-minibuffer-complete)
13706         (file-cache-complete): Ditto.
13708         * tempo.el (tempo-display-completions): Ditto.
13710         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13712         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13714         * eshell/em-hist.el (eshell-list-history): Ditto.
13716         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13718         * mail/mailalias.el (mail-complete): Ditto.
13720         * progmodes/etags.el (complete-tag): Ditto.
13722         * progmodes/make-mode.el (makefile-complete): Ditto.
13724         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13726         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13728         * progmodes/pascal.el (pascal-complete-word)
13729         (pascal-show-completions): Ditto.
13731         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13733         * simple.el (completion-common-substring): New variable.
13734         (completion-setup-function): Use `completion-common-substring'
13735         to put faces.
13737 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13739         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13740         (x-get-selection, mac-select-convert-to-string): Convert from/to
13741         UTF-16 clipboard data as in native byte order, no BOM.
13743 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
13745         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13746         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13747         (gud-sentinel): Use speedbar-frame to check for speedbar.
13749 2005-10-15  Richard M. Stallman  <rms@gnu.org>
13751         * savehist.el: New file.
13753 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
13755         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13756         Fix bug in \bf fontification.
13758 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13760         * pcvs.el (cvs-edit-log-files): New var.
13761         (cvs-mode-edit-log): New arg `file'.
13762         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13763         Instead force the use of the original file and nothing else.
13764         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13765         the cvs-minor-wrap-function is set.
13766         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13768 2005-10-14  Bill Wohler  <wohler@newt.com>
13770         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13771         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13772         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13773         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13774         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13775         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13776         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13777         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13778         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13779         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13780         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13781         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13782         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13783         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13784         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13786         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13787         appropriately (for example, gud-break to gud/break).
13789 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
13791         * longlines.el (longlinges-search-function)
13792         (longlines-search-forward, longlines-search-backward): New functions.
13793         (longlines-mode): Set isearch-search-fun-function to
13794         longlinges-search-function.
13796         * mouse.el (mouse-drag-region-1): Handle the case where a
13797         double-click event is bound to an arbitrary function.
13799 2005-10-14  David Ponce  <david@dponce.com>
13801         * recentf.el (recentf-track-opened-file)
13802         (recentf-track-closed-file, recentf-update-menu)
13803         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13804         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13805         mouse-1-click-follows-link.
13807 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13809         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13810         Gnome file-manager.png.  Suggested by
13811         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13813         * toolbar/README: Add diropen.xpm.
13815 2005-10-13  Bill Wohler  <wohler@newt.com>
13817         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13818         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
13820 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13822         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13823         Don't waste the byte-compiler's time on constant data.
13825 2005-10-13  Kenichi Handa  <handa@m17n.org>
13827         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13828         byte with `escape-glyph' face.
13830         * international/fontset.el (ccl-encode-unicode-font):
13831         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13832         Handle the case that ucs-mule-to-mule-unicode translates a character to
13833         ASCII (usually for IPA characters).
13835 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13837         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13838         Don't hide the underline of titles if font-lock-mode is disabled.
13840 2005-10-12  Bill Wohler  <wohler@newt.com>
13842         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
13843         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13844         files in MH-E-SRC have been updated.
13845         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13847 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13849         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13850         (mixal-mode-syntax-table): Add \n as end-comment.
13851         (mixal-operation-codes-alist): Immediately initialize to full value.
13852         (mixal-add-operation-code): Remove.
13853         (mixal-describe-operation-code): Make the arg non-optional.
13854         Use the interactive spec instead.
13855         Use mixal-operation-codes-alist rather than mixal-operation-codes.
13856         (mixal-font-lock-keywords): Don't highlight comments here any more.
13857         (mixal-font-lock-syntactic-keywords): New var.
13858         (mixal-mode): Use it.  Fix comment-start-skip.
13860 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13862         * startup.el (command-line-x-option-alist): -nb => -nbi
13864 2005-10-12  Kim F. Storm  <storm@cua.dk>
13866         * startup.el (fancy-splash-default-action): Discard mouse click in
13867         the splash screen window, as it has no sensible meaning in the
13868         next window to be selected.  Fixes error reported by Jan D.
13870 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13872         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13874 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13876         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13877         Try to fix up minor layout issues like indentation, line break, etc...
13878         (mixal-mode-syntax-table): Don't try to specify comment syntax,
13879         because it doesn't work.
13880         (mixal-operation-codes): Add some more codes.
13881         (mixal-font-lock-keywords): Process comments here.
13882         (mixal-mode): mixasm no longer needs -g option.
13884 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13886         * progmodes/sh-script.el (sh-tmp-file):
13887         Use mktemp -t.  Finish support for es and rc shells.
13889 2005-10-11  Jay Belanger  <belanger@truman.edu>
13891         * calc/calcalg2.el (calc-integral): With an argument, compute the
13892         definite integral.
13894 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
13896         * mouse.el (mouse-drag-region-1): Don't try to catch a
13897         double-click when doing follow-link (it's overridden anyway).
13899 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
13901         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13902         (autoload-print-form-outbuf): Add docstring.
13904 2005-10-11  Juri Linkov  <juri@jurta.org>
13906         * info.el (Info-mode-menu): Delete menu item "Edit".
13907         (Info-mode): Delete description of Info-edit from docstring,
13908         and rearrange descriptions of Info commands in the order
13909         they are documented in the Info manual.
13911 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13913         * calendar/appt.el (appt-check): Use diary-selective-display var.
13915 2005-10-10  Richard M. Stallman  <rms@gnu.org>
13917         * net/newsticker.el (newsticker-start, newsticker-show-news):
13918         Add autoload cookies.
13920 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
13922         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13924 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
13926         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13928 2005-10-10  Jay Belanger  <belanger@truman.edu>
13930         * calc/calc-arith.el (math-check-known-scalarp)
13931         (math-check-known-matrixp): Check the values of arguments that are
13932         variables.
13933         (math-check-known-square-matrixp): New function.
13934         (math-known-square-matrixp): Use math-check-known-square-matrixp.
13935         (math-super-types): Add sqmatrix type.
13937         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13938         mode name `square' to `sqmatrix'.
13940         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13941         mode name `square' to `sqmatrix'.
13943 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13945         * progmodes/etags.el (select-tags-table-mode): Don't use
13946         selective-display.
13947         (tags-select-tags-table): Pass `button' to the action function.
13948         (select-tags-table): Place the side-info on button properties rather
13949         than in hidden text.  Abbreviate file names.
13950         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13951         (select-tags-table-select): Add `button' argument.
13952         Get side-info from the button property rather than from hidden text.
13954 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
13956         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13957         (gud-speedbar-buttons): Preserve point if possible.
13958         (gud-sentinel): Restore previous speedbar display type.
13960         * progmodes/gdb-ui.el (gdba): Improve diagram.
13961         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13962         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13963         Call get-buffer-window once.
13965 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13967         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13968         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13969         (pascal-indent-command): Remove unused var `ind'.
13970         (pascal-indent-case): Remove unused var `oldpos'.
13971         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13972         since it's now used as a proper minor mode map.
13973         (pascal-outline): Rename to pascal-outline-mode.
13974         (pascal-outline-mode): Use define-minor-mode.
13975         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13976         selective-display.
13978 2005-10-10  Andreas Schwab  <schwab@suse.de>
13980         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13981         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
13983         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13984         outside source directory.
13986 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
13988         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13989         C-x' as a prefix.
13990         (orgtbl-mode-map): Full keymap instead of sparse, because all
13991         `self-insert-command' keys are redefined in this map.
13992         (org-export-as-html): Specify charset for HTML file, by taking it
13993         from the coding system.
13995 2005-10-10  Kenichi Handa  <handa@m17n.org>
13997         * textmodes/flyspell.el (flyspell-check-word-p):
13998         If unread-command-events is non-empty, don't call sit-for.
14000 2005-10-09  Richard M. Stallman  <rms@gnu.org>
14002         * font-lock.el (font-lock-syntactic-keywords)
14003         (font-lock-keywords): Doc fixes.
14005         * textmodes/flyspell.el (flyspell-external-point-words):
14006         Simplify logic, and don't try to check for consecutive appearances
14007         of one incorrect word.
14009 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
14011         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14012         separator.
14014         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14015         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14016         (gud-expansion-speedbar-buttons): New function.
14017         (gud-speedbar-buttons): Check for gud-comint-buffer.
14019 2005-10-09  Bill Wohler  <wohler@newt.com>
14021         * Makefile.in (updates): Add mh-loaddefs dependency.
14023 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
14025         * speedbar.el (speedbar-file-key-map): Fix typo.
14027 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14029         * cus-start.el (line-spacing): Add custom spec.
14031 2005-10-09  Romain Francoise  <romain@orebokech.com>
14033         * textmodes/ispell.el (ispell-check-version): Fix last change.
14035 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14037         * term/x-win.el: Remove -i, --icon-type from comment.
14039         * startup.el (command-line-x-option-alist): Remove options -i,
14040         -itype, --icon-type, added -nb, --no-bitmap-icon
14042 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
14044         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14045         instead of :active.
14047 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14049         * textmodes/ispell.el (ispell-check-version):
14050         Ignore hyphen, and all that follows, in aspell's version text.
14052 2005-10-08  Jay Belanger  <belanger@truman.edu>
14054         * calc/calc-arith.el (math-known-square-matrixp): New function.
14055         (math-pow-fancy): Check for matrices before distributing exponent
14056         across products.
14058         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14059         fullscreen keypad.  Suggested by Luc Teirlinck.
14060         (calc-keypad-show-input): Add space for formatting.
14062         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14063         Add square matrix option.
14065         * calc/calc-poly.el (math-expand-term): Check for matrices instead
14066         of checking calc-matrix-mode when deciding how to expand.
14068         * calc/calc.el (calc-set-mode-line): Add square matrix option.
14070 2005-10-08  Lars Hansen  <larsh@soem.dk>
14072         * net/tramp.el (tramp-perl-directory-files-and-attributes):
14073         Add error handling.
14074         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14076 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
14078         Sync with Tramp 2.0.51.
14080         * net/tramp.el (tramp-handle-set-visited-file-modtime)
14081         (tramp-handle-insert-file-contents, tramp-handle-write-region):
14082         Insert special handling for `last-coding-system-used', again
14083         it still seems to be necessary (unlike stated before).
14084         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14085         (tramp-password-prompt-regexp): There might be other words before
14086         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14087         (tramp-chunksize): Improve docstring.
14088         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14089         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
14090         Christian Joergensen <bugs@razor.dk>.
14092 2005-10-07  Glenn Morris  <rgm@gnu.org>
14094         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14095         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14096         precision'.
14098 2005-10-07  Romain Francoise  <romain@orebokech.com>
14100         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14101         (ibuffer-do-shell-command-pipe-replace)
14102         (ibuffer-do-shell-command-file, ibuffer-do-eval)
14103         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14104         (ibuffer-do-revert, ibuffer-do-replace-regexp)
14105         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14106         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14107         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14108         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14109         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14110         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14111         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14112         Autoload file sans suffix.
14114         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14116 2005-10-07  David Ponce  <david@dponce.com>
14118         * recentf.el (recentf-menu-open-all-flag): New option.
14119         (recentf-digit-shortcut-command-name): New function.
14120         (recentf--shortcuts-keymap): New variable.
14121         (recentf-menu-shortcuts): New variable.
14122         (recentf-make-menu-items): Initialize it.  Replace the "More..."
14123         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14124         (recentf-menu-value-shortcut): New function.
14125         (recentf-make-menu-item): Use it.  No more in-lined.
14126         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14127         (recentf-open-most-recent-file): Rename from
14128         `recentf-open-file-with-key'.  Don't depend on key binding.
14129         (recentf-mode-map): New variable.
14130         (recentf-mode): Use it.
14132 2005-10-06  Bill Wohler  <wohler@newt.com>
14134         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
14136         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14137         (MH-E-SRC): New.  Used by mh-autoloads.
14138         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
14139         files in MH-E-SRC have been updated.
14140         (compile, recompile, bootstrap): Depend on mh-autoloads.
14142 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
14144         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14145         gud-break and gud-remove icons when the fringe is not available.
14147         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14148         Typo.
14150 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
14152         * play/zone.el (zone): Wrap body with save-window-excursion.
14154 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14156         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14157         Use the new `list-only' arg to diary-list-entries.
14159         * calendar/diary-lib.el: Use overlays rather than selective-display.
14160         (diary-selective-display): New var.
14161         (diary-header-line-format): Use it.
14162         (diary-list-entries): Add argument `list-only'.
14163         Put the buffer in diary-mode.  Don't add \^M at beg and end.
14164         Replace \^M by invisible overlays.
14165         (diary-unhide-everything): Replace \^M by invisible overlays.
14166         (print-diary-entries): Look for overlays rather than \^M.
14167         Add a space to the temp buffer name.
14168         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14169         Put the buffer in diary-mode.
14170         (list-sexp-diary-entries): Replace \^M by invisible overlays.
14171         (diary-anniversary): Make the year arg optional.
14172         (diary-time-regexp): New const.
14173         (diary-font-lock-keywords): Use it to accept a few more time formats.
14175         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14177 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
14179         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14180         Fix bug introduced 2005-07-03: Use (car (last ...))
14181         to faithfully reproduce replaced artist-last.
14182         (artist-set-arrow-points-for-poly): Likewise.
14183         Suggested by Johan Bockg\e,Ae\e(Brd.
14185 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
14187         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14188         * wid-edit.el (widget):
14189         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14190         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14192 2005-10-06  Kenichi Handa  <handa@m17n.org>
14194         * international/mule-cmds.el (set-language-environment):
14195         Fix setting up of case-table for unibyte mode.
14197         * simple.el (what-cursor-position): If the character is displayed
14198         by some `display' text property, show that.  Don't use
14199         single-key-description for eight-bit characters in multibyte mode.
14201 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
14203         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14204         (gdb-ann3): Set it.
14205         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14206         (gdb-info-frames-custom): Use inverse-video for first five
14207         characters of selected frame only.
14208         (gdb-get-frame-number): Select frame even when point is on frame
14209         number.
14211 2005-10-06  Masatake YAMATO  <jet@gyve.org>
14213         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14214         Put `font-lock-function-name-face'.
14215         (gdb-info-frames-custom): Put `font-lock-function-name-face'
14216         and `font-lock-variable-name-face'
14217         (gdb-registers-font-lock-keywords): New font lock keywords definition.
14218         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14219         (gdb-memory-font-lock-keywords): New font lock keywords definition.
14220         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14221         (gdb-local-font-lock-keywords): New font lock keywords definition.
14222         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14223         (gdb-threads-font-lock-keywords): New font lock keywords definition.
14224         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14226 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
14228         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14229         (ediff-merge-region-is-non-clash-to-skip): Previously called
14230         ediff-merge-region-is-non-clash.
14232         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14233         Use insert-buffer-substring.
14235         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14236         selecting files to patch.  Also bug fixes.
14238         * ediff-util.el (ediff-setup): Bug fix.
14239         (ediff-next-difference): Never skip clashes that differ in white
14240         space only.
14242         * ediff-wind.el (ediff-setup-control-frame)
14243         (ediff-destroy-control-frame): Check the menubar feature.
14245         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14246         (viper-refresh-mode-line): Use make-local-variable to localize
14247         some vars instead of make-variable-buffer-local.  Suggested by
14248         Stefan Monnier.
14250         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14251         (viper-restore-cursor-type, viper-set-insert-cursor-type):
14252         Use make-local-variable instead of make-variable-buffer-local.
14253         Suggested by Stefan Monnier.
14255         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14256         (viper-comint-mode-hook): Use make-local-variable on
14257         require-final-newline.
14258         (viper-non-hook-settings): Don't use make-variable-buffer-local.
14260 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14262         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14263         also the second char of a comment-start sequence.
14264         (scheme-sexp-comment-syntax-table): New var.
14265         (lambda, define): Set their scheme-doc-string-elt property.
14266         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14267         Use lisp-font-lock-syntactic-face-function now that it properly
14268         handles |...| symbols.
14269         (scheme-mode-variables): Set lisp-doc-string-elt-property,
14270         parse-sexp-lookup-properties and font-lock-extra-managed-props.
14272         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14273         bit from # to |.
14274         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14276         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14277         (lisp-doc-string-elt-property): New var.
14278         (lisp-font-lock-syntactic-face-function): Use it.
14279         Rewrite to recognize docstrings even for forms not at toplevel.
14281         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14282         annotation on the | part of #| rather than on the # part.
14283         (scheme-font-lock-syntactic-face-function): New function, to
14284         distinguish strings from |...| symbols.
14285         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
14286         syntax-table so that #|...|# is properly highlighted.
14288         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14289         Don't mark as docstring the 3rd elem of an unknown toplevel form.
14291 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14293         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14294         and C-e.
14296         * emacs-lisp/eldoc.el: Move comments into docstrings.
14297         (eldoc-message-commands): Initialize in its declaration.
14298         Add move-beginning-of-line and move-end-of-line.
14299         (eldoc-add-command, eldoc-add-command-completions)
14300         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14302         * outline.el (outline-mark-subtree): Activate the mark.
14304         * calendar/appt.el (appt-time-regexp): New var.
14305         (appt-add, appt-make-list): Use it.
14306         (appt-convert-time): Clean up.
14308         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14309         Don't set any syntax-table property here.
14310         (tex-font-lock-verb): New function.  Do it here.
14311         (tex-font-lock-syntactic-keywords): Use it.
14313 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14315         * wid-edit.el (widget-file-complete): Get the widget start point
14316         the right way.  Default directory to `/' if file has none.
14318         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14320         * textmodes/flyspell.el (flyspell-mode-on):
14321         Call ispell-maybe-find-aspell-dictionaries.
14323         * textmodes/ispell.el (ispell-word, ispell-region):
14324         Call ispell-maybe-find-aspell-dictionaries.
14325         (ispell-accept-buffer-local-defs):
14326         Don't call ispell-maybe-find-aspell-dictionaries
14328 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14330         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14332 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
14334         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14335         instead of `fboundp' in order to allow for anonymous functions.
14337 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
14339         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14340         case the user clicks on the link while another window is selected.
14341         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14343         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14344         functionality.
14345         (dframe-help-echo): Save point in case mouse tracking is off.
14347 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
14349         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14351 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14353         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14354         not change the global value of those vars.
14356         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14357         make-local-variable which we do not need any more.
14359 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
14361         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14362         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14363         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14364         (speedbar-path-line): Define obsolete aliases.
14365         (speedbar-line-directory): Doc fix.
14367         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14368         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14369         instead of speedbar-line-path.
14371 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14373         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14374         to nil if dropping on a window.  Handle dropping on a minibuffer window
14375         like dropping on a non-window part of Emacs.
14377 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14379         * net/ange-ftp.el: Use with-current-buffer.
14380         (ange-ftp-insert-directory): Do not follow symlinks any more.
14382         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14383         Remove interactive spec.
14385 2005-10-03  Kim F. Storm  <storm@cua.dk>
14387         * ido.el (ido-mode): Use custom-initialize-set.
14389 2005-10-02  Richard M. Stallman  <rms@gnu.org>
14391         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14392         Use insert-buffer-substring.
14394         * net/tramp.el: Pacify byte compiler warnings in pacification code.
14395         (tramp-handle-file-local-copy): Use insert-buffer-substring.
14397 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14399         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14400         in last change.
14401         (ange-ftp-insert-directory): Fix up the search for the case where
14402         `file' is absolute.
14404 2005-10-02  Romain Francoise  <romain@orebokech.com>
14406         * progmodes/compile.el (compile-goto-error): Delete extra paren.
14408 2005-10-02  Andreas Schwab  <schwab@suse.de>
14410         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14411         directory component in the session info.
14413 2005-10-01  Richard M. Stallman  <rms@gnu.org>
14415         * comint.el (comint-redirect-subvert-readonly): Doc fix.
14417         * simple.el (next-error-internal): New function.
14419         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14420         (compilation-start): Pass new arg to compilation-buffer-name.
14421         (compile-goto-error): Use next-error-internal.
14423 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14425         * speedbar.el: Remove RCS tag.
14426         (speedbar-check-read-only): Handle non-existent files.
14428         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14430         * info.el (Info-speedbar-hierarchy-buttons)
14431         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14433 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14435         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14436         Do not match newline.
14437         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14438         (bibtex-summary): Remove unnecessary save-excursion.
14439         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14441 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14443         * term/mac-win.el: Add charset info for "iso10646-1".
14444         Modify default fontset to use ATSUI-compatible fonts for some charsets
14445         if available.
14447 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14449         * speedbar.el: Re-apply arch tag.
14450         (speedbar-version): Rename to version 1.0.  Suggested by Eric
14451         M. Ludlam.
14452         Reapply two changes from Emacs CVS' version of speedbar lost
14453         during the merge:
14454         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14455         (speedbar-frame-parameters): Improve customize type.
14457 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14459         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14460         (ange-ftp-file-directory-p): Fix the symlink case.
14461         (ange-ftp-insert-directory): When listing a single file, get a list of
14462         the parent buffer and extract the relevant line.  Inspired from a patch
14463         by Katsumi Yamaoka <yamaoka@jpl.org>.
14464         (ange-ftp-file-name-sans-versions): Simplify.
14466 2005-09-30  Bill Wohler  <wohler@newt.com>
14468         Move MH-E image files from toolbar and mail directories into
14469         etc/images.
14471         * mail/reply2.*: Move to etc/images/mail/reply*.
14473         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14474         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14475         etc/images.
14477         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14478         * toolbar/reply*: Move to etc/images/mail.
14480         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14482 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
14484         * speedbar.el: New version 1.0pre3.
14486         Frame management code (including timer, and mouse click specifics)
14487         moved to dframe.el:
14488         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
14489         (speedbar-timer): Removed.  Use dframe-timer.
14490         (speedbar-close-frame): Removed.  Use dframe-close-frame.
14491         (speedbar-activity-change-focus-flag): Removed.  Use
14492         dframe-activity-change-focus-flag.
14493         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
14494         dframe-update-speed.
14496         (speedbar-current-frame): New macro.  Use this instead of the
14497         variable speedbar-frame.
14499         (speedbar-use-images, speedbar-expand-image-button-alist)
14500         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14502         (speedbar-find-image-on-load-path): Removed.  Replaced by
14503         defezimage in ezimage.el.
14504         (speedbar-expand-image-button-alist): Removed.  Replaced by
14505         ezimage-expand-image-button-alist in ezimage.el.
14507         (speedbar-ignored-directory-regexp)
14508         (speedbar-add-ignored-directory-regexp)
14509         (speedbar-ignored-directory-expressions)
14510         (speedbar-line-directory, speedbar-buffers-line-directory)
14511         (speedbar-directory-line, speedbar-buffers-line-directory):
14512         Renamed, replacing `path' with `directory'.
14514         (speedbar-create-directory, speedbar-expand-line-descendants)
14515         (speedbar-toggle-line-expansion)
14516         (speedbar-contract-line-descendants): New commands.
14518         (speedbar-query-confirmation-method, speedbar-select-frame-method)
14519         (speedbar-use-tool-tips-flag): New options.
14521         (speedbar-check-read-only, speedbar-require-version)
14522         (speedbar-insert-separator, speedbar-buffers-tail-notes)
14523         (speedbar-handle-delete-frame, speedbar-try-completion)
14524         (speedbar-update-localized-contents): New functions.
14526         (speedbar-incompatible-version, speedbar-ro-to-do-point)
14527         (speedbar-object-read-only-indicator): New variables.
14529         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14530         New hooks.
14532         (speedbar-separator-face): New face.
14534         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14535         (speedbar-ignored-modes): Add fundamental-mode.
14536         (speedbar-directory-unshown-regexp): Add . directories.
14538         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14539         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14540         `]' for full expand/close.
14541         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14543         (speedbar-check-vc): Support hidden files.
14544         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14545         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
14546         state is nil, it is not checked out.
14548         (speedbar-line-text, speedbar-line-token): Support expand buttons
14549         with no text.
14550         (speedbar-refresh): Universal argument acts as power-click.
14551         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14552         that buffer to get variable values.
14554         And many other bugfixes.
14556         * dframe.el, ezimage.el, sb-image.el: New files.
14558         * sb-*.xpm: Remove files.  New image files installed into
14559         etc/images/ezimage.
14561 2005-09-30  Kenichi Handa  <handa@m17n.org>
14563         * ps-mule.el (ps-mule-show-warning): If a character is in
14564         ps-print-translation-table, don't treat it as non-printable.
14566 2005-09-30  David Ponce  <david@dponce.com>
14568         * tree-widget.el (tree-widget-themes-load-path): New variable.
14569         (tree-widget-themes-directory): Doc fix.
14570         (tree-widget-image-formats) [Emacs]: Doc fix.
14571         (tree-widget--locate-sub-directory): New function.
14572         (tree-widget-themes-directory): Use it.
14574         * recentf.el (recentf-filename-handlers): Rename from
14575         `recentf-filename-handler'.  Allow a list of functions.
14576         (recentf-menu-items-for-commands): Fix :help strings.
14577         (recentf-apply-filename-handlers): New function.
14578         (recentf-expand-file-name): Use it.
14579         (recentf-cleanup): Remove duplicates too.
14581 2005-09-29  Juri Linkov  <juri@jurta.org>
14583         * faces.el: Rearrange face definitions to be in the same order as
14584         their face descriptions in "(emacs)Standard Faces".
14586         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14588         * tooltip.el (tooltip): Add group `basic-faces'.
14590         * buff-menu.el (Buffer-menu-buffer): Remove group
14591         `font-lock-highlighting-faces'.
14593         * progmodes/compile.el (compilation-error, compilation-warning)
14594         (compilation-info, compilation-line-number, compilation-column-number):
14595         Change group from `font-lock-highlighting-faces' to `compilation'.
14597         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14598         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14599         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14600         (vhdl-font-lock-reserved-words-face)
14601         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14602         `font-lock-highlighting-faces'.
14604         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14606 2005-09-28  Kim F. Storm  <storm@cua.dk>
14608         * emulation/cua-base.el: Set CUA move property on additional commands:
14609         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14610         forward-sexp, backward-sexp, forward-list, backward-list.
14612 2005-09-28  Romain Francoise  <romain@orebokech.com>
14614         * comint.el (comint-show-output): Really set point at the
14615         beginning of the output when not using `comint-use-prompt-regexp'.
14617 2005-09-27  Jay Belanger  <belanger@truman.edu>
14619         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14620         in TeX mode.
14622 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
14624         * textmodes/org.el (org-table-sum): Fix format string.
14626         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14627         Quote face names.
14629 2005-09-26  Romain Francoise  <romain@orebokech.com>
14631         * isearch.el (isearch-forward-regexp): Close doc string.
14633 2005-09-25  Richard M. Stallman  <rms@gnu.org>
14635         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14637         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14639         * progmodes/compile.el (compilation-error-properties):
14640         When getting the file from the previous error message,
14641         correctly decode the new data format.
14643         * progmodes/cc-cmds.el (c-electric-paren):
14644         Call old-blink-paren only for close-paren.
14646 2005-09-24  Andreas Schwab  <schwab@suse.de>
14648         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14649         condition.
14651 2005-09-25  Romain Francoise  <romain@orebokech.com>
14653         * dired-aux.el (dired-copy-file-recursive):
14654         * dired.el (dired-delete-file):
14655         * ediff-mult.el (ediff-dir-diff-copy-file):
14656         * ediff-util.el (ediff-test-save-region):
14657         * forms.el (forms-mode):
14658         * ido.el (ido-file-internal, ido-delete-file-at-head):
14659         * log-edit.el (log-edit-done):
14660         * ses.el (ses-yank-resize):
14661         * play/gomoku.el (gomoku-human-plays, gomoku)
14662         (gomoku-human-resigns, gomoku-prompt-for-other-game)
14663         (gomoku-offer-a-draw):
14664         * play/landmark.el (lm-human-resigns, lm):
14665         * net/eudcb-ldap.el (eudc-ldap-check-base):
14666         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14667         * progmodes/ebrowse.el (ebrowse-find-pattern):
14668         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14669         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14670         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14672         * vc.el (vc-delete-file):
14673         * play/gomoku.el (gomoku-terminate-game, gomoku)
14674         (gomoku-prompt-for-move, gomoku-human-takes-back):
14675         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14676         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14678 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
14680         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14681         color rxvt terminals by using the code xterm.el used to use before
14682         2005-04-09 in order to match the colors used by rxvt.
14684 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14686         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14687         colors rxvt-unicode terminals by using the same code as xterm.el.
14689 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14691         * textmodes/tex-mode.el (tex-font-lock-append-prop)
14692         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14693         new symbol used for the tex-verbatim face.
14695 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14697         * woman.el (woman-file-name):
14698         * wid-edit.el (widget-file-prompt-value)
14699         (widget-coding-system-prompt-value):
14700         * w32-fns.el (set-w32-system-coding-system):
14701         * vc.el (vc-version-diff, vc-annotate):
14702         * textmodes/reftex-auc.el (reftex-arg-cite)
14703         (reftex-arg-index-tag):
14704         * textmodes/refer.el (refer-get-bib-files):
14705         * textmodes/artist.el (artist-figlet-choose-font):
14706         * terminal.el (terminal-emulator):
14707         * replace.el (occur-read-primary-args):
14708         * rect.el (string-rectangle, string-insert-rectangle):
14709         * ps-print.el (ps-print-preprint):
14710         * progmodes/pascal.el (pascal-goto-defun):
14711         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14712         * progmodes/compile.el (compilation-find-file):
14713         * printing.el (pr-interactive-n-up):
14714         * play/animate.el (animate-birthday-present):
14715         * net/rcompile.el (remote-compile):
14716         * man.el (man, Man-goto-section, Man-follow-manual-reference):
14717         * mail/rmailsum.el (rmail-summary-search-backward)
14718         (rmail-summary-search):
14719         * mail/rmailout.el (rmail-output-read-rmail-file-name)
14720         (rmail-output-read-file-name):
14721         * mail/rmail.el (rmail-search, rmail-search-backwards):
14722         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14723         * locate.el (locate):
14724         * international/quail.el (quail-show-keyboard-layout):
14725         * international/mule.el (set-buffer-file-coding-system)
14726         (revert-buffer-with-coding-system, set-file-name-coding-system)
14727         (set-terminal-coding-system, set-keyboard-coding-system)
14728         (set-next-selection-coding-system):
14729         * international/mule-diag.el (describe-coding-system)
14730         (describe-font, describe-fontset):
14731         * international/mule-cmds.el (universal-coding-system-argument)
14732         (search-unencodable-char, describe-input-method)
14733         (set-language-environment, describe-language-environment):
14734         * international/codepage.el (codepage-setup):
14735         * international/code-pages.el (codepage-setup):
14736         * info.el (Info-search, Info-follow-reference)
14737         (Info-search-backward):
14738         * emacs-lisp/advice.el (ad-read-advised-function)
14739         (ad-read-advice-class, ad-clear-cache, ad-activate)
14740         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14741         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14742         (ad-read-regexp):
14743         * ediff-util.el (ediff-toggle-regexp-match):
14744         * ediff-ptch.el (ediff-prompt-for-patch-file):
14745         * dired-aux.el (dired-diff):
14746         * diff.el (diff):
14747         * cus-edit.el (custom-variable-prompt):
14748         * calendar/timeclock.el (timeclock-ask-for-project):
14749         * calc/calcalg3.el (calc-get-fit-variables):
14750         * calc/calc-store.el (calc-edit-variable)
14751         (calc-permanent-variable):
14752         * vc-mcvs.el (vc-mcvs-register):
14753         * shadowfile.el (shadow-define-literal-group):
14754         * woman.el (woman-file-name):
14755         * vc.el (vc-version-diff, vc-merge):
14756         * textmodes/reftex-index.el (reftex-index-complete-tag):
14757         * format.el (format-decode-buffer, format-decode-region):
14758         * emulation/viper-cmd.el (viper-read-string-with-history):
14759         * emacs-lisp/debug.el (cancel-debug-on-entry):
14760         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14761         * ediff.el (ediff-merge-revisions)
14762         (ediff-merge-revisions-with-ancestor, ediff-revision):
14763         * completion.el (interactive-completion-string-reader):
14764         * calc/calc-prog.el (calc-user-define-formula):
14765         Follow convention for reading with the minibuffer.
14767 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
14769         * progmodes/python.el (python-describe-symbol): Add globals() and
14770         locals() to the arguments of emacs.ehelp.
14772 2005-09-24  Magnus Henoch  <mange@freemail.hu>
14774         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14775         New function, code extracted from ispell-valid-dictionary-list.
14776         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14777         Call it.
14779 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
14781         * subr.el (version-regexp-alist): Extend valid syntax for version
14782         strings: allow any of the characters -,_,+ to separate the
14783         alpha/beta/rc part from the version part.  Doc fix.
14784         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
14786 2005-09-23  David Reitter  <david.reitter@gmail.com>
14788         * mail/mailclient.el: New file.
14790 2005-09-23  Richard M. Stallman  <rms@gnu.org>
14792         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14793         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14794         Doc fixes.
14796         * progmodes/cc-mode.el (c-font-lock-init):
14797         Specify font-lock-lines-before.
14799 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14801         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14802         whole conflict.
14804 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
14806         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14807         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
14808         of `remap' feature when available.  Additional key bindings for
14809         better tty support.
14810         (org-mode-restart, org-force-self-insert): New commands.
14811         (org-time-stamp-inactive): New command.
14812         (org-remap): New function.
14813         (org-table-auto-blank-field, org-level-color-stars-only): New options.
14814         (org-enable-fixed-width-editor): Move to `org-structure'
14815         customization group.
14816         (org-self-insert-command, orgtbl-self-insert-command): Modify to
14817         blank field after field motion commands.
14819 2005-09-23  Kenichi Handa  <handa@m17n.org>
14821         * international/mule-cmds.el (set-language-environment):
14822         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14823         have to call utf-translate-cjk-load-tables.
14825 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14827         * mouse.el (mouse-move-drag-overlay): Fix last change.
14829 2005-09-22  David Ponce  <david@dponce.com>
14831         * tree-widget.el (tree-widget-value-create): Fix previous change.
14833 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14835         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14837 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14839         * mouse.el (mouse-move-drag-overlay): New function.
14840         (mouse-drag-region-1): Use it.
14841         Try to simplify a bit the state handling.  Handle clicks on links
14842         inside intangible areas.
14843         (mouse-save-then-kill): Minor simplification.
14844         (mouse-secondary-overlay): Make it always non-nil instead of
14845         recreating it each time.
14846         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14847         (mouse-kill-secondary, mouse-secondary-save-then-kill):
14848         Simplify accordingly.
14850 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14852         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14854 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
14856         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14857         (ediff-file-name-sans-prefix): Treat nil as an empty string.
14858         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14859         to patch.
14861         * ediff-util.el: Use insert-buffer-substring.
14863         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14865         * emulation/viper-cmd.el (viper-change-state): Don't move over the
14866         field boundaries in the minibuffer.
14867         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14868         (viper-minibuffer-post-command-hook): New hook.
14869         (viper-line): Don't move cursor at bolp.
14871         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14873         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14874         avoid compiler warnings.
14876         * emulation/viper-macs.el (ex-map): Better messages.
14878         * emulation/viper-utils.el (viper-beginning-of-field): New function.
14880         * emulation/viper.el: Replace make-variable-buffer-local with
14881         viper-make-variable-buffer-local everywhere, to avoid warnings.
14883 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14885         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14886         Delete unused var `old-selected-window'.
14887         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14888         (mouse-drag-secondary): Delete unused var `start-frame'.
14890 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14892         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14894 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14896         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14897         Re-indent within 80 columns.  Use inhibit-read-only.
14899 2005-09-19  Romain Francoise  <romain@orebokech.com>
14901         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14903 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14905         * font-lock.el (font-lock-default-fontify-region): Don't add a line
14906         unconditionally, since the after-change-function already did it.
14908 2005-09-19  Miles Bader  <miles@gnu.org>
14910         * net/newsticker.el: Get rid of CVS keyword.
14912 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
14914         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14915         The prompt is formatted later.
14917 2005-09-19  David Ponce  <david@dponce.com>
14919         * tree-widget.el (tree-widget-value-create): Save the converted
14920         tree :node widget.
14922 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
14924         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14925         variable `message'.
14927 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
14929         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14930         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
14931         <slawomir.nowaczyk.847@student.lu.se>.
14933 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
14935         * image.el (image-load-path): Use symbol `data-directory' instead
14936         of its value, for backward compatibility with packages that bind
14937         it during `find-image'.  Suggested by Katsumi Yamaoka.
14938         (image-search-load-path): Handle symbols whose values are strings.
14940 2005-09-18  Romain Francoise  <romain@orebokech.com>
14942         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14943         with-current-buffer form in save-excursion.
14945 2005-09-18  Deepak Goel  <deego@gnufans.org>
14947         * apropos.el (apropos-command): Fix `message' call: first arg
14948         should be a format spec.  In this and all other cases that appear
14949         below and elsewhere in the source code, I made a change only when
14950         two conditions were satisfied: [1] I can think of a possibility
14951         that the arguments would cause an error, for example, the code in
14952         question relies on external variables such as filenames.  [2] I
14953         was sure that the arg to `message' could not have been nil in the code.
14955         * textmodes/tildify.el (tildify-region): Ditto.
14957         * textmodes/reftex-index.el (reftex-index-change-entry)
14958         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14959         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14960         * textmodes/org.el (org-complete, org-deadline, org-schedule)
14961         (org-priority, org-table-sum):
14962         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14963         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14964         (flyspell-word, flyspell-display-next-corrections):
14965         * textmodes/bibtex.el (bibtex-print-help-message):
14966         * textmodes/artist.el (artist-key-set-point-poly):
14967         * term/mac-win.el (mac-services-insert-text):
14968         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14969         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14970         (vhdl-port-paste-testbench, vhdl-compose-new-component)
14971         (vhdl-compose-configuration):
14972         * progmodes/sh-script.el (sh-blink, sh-show-indent)
14973         (sh-set-indent, sh-learn-line-indent):
14974         * progmodes/ps-mode.el (ps-mode-target-column):
14975         * progmodes/idlwave.el (idlwave-make-tags)
14976         (idlwave-scan-library-catalogs):
14977         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14978         * progmodes/gud.el (gud-jdb-analyze-source):
14979         * progmodes/flymake.el (flymake-log):
14980         * progmodes/ebnf2ps.el (ebnf-generate-region):
14981         * progmodes/cmacexp.el (c-macro-expansion):
14982         * progmodes/ada-xref.el (ada-treat-cmd-string):
14983         * progmodes/ada-mode.el (ada-create-case-exception-substring)
14984         (ada-justified-indent-current, ada-batch-reformat):
14985         * play/zone.el (zone):
14986         * play/landmark.el (lm-move):
14987         * play/decipher.el (decipher-show-alphabet):
14988         * net/newsticker.el (newsticker--display-jump)
14989         (newsticker--display-scroll):
14990         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14991         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14992         * mail/feedmail.el (feedmail-dump-message-to-queue):
14993         * eshell/esh-proc.el (eshell-remove-process-entry):
14994         * emulation/ws-mode.el (ws-last-error):
14995         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14996         (viper-record-kbd-macro):
14997         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14998         * emacs-lisp/lisp-mnt.el (lm-report-bug):
14999         * emacs-lisp/find-func.el (find-function-noselect):
15000         * calendar/timeclock.el (timeclock-status-string)
15001         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15002         (timeclock-when-to-leave-string):
15003         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15004         * calc/calc-units.el (calc-enter-units-table):
15005         * calc/calc-mode.el (calc-mode-record-mode):
15006         * woman.el (woman-mini-help):
15007         * wdired.el (wdired-change-to-wdired-mode):
15008         * vc.el (vc-retrieve-snapshot):
15009         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15010         * startup.el (display-startup-echo-area-message):
15011         * simple.el (set-goal-column):
15012         * ses.el (ses-command-hook, ses-recalculate-cell):
15013         * server.el (server-process-filter):
15014         * printing.el (pr-interface-txt-print, pr-interface-printify)
15015         (pr-interface-ps):
15016         * pcvs.el (cvs-help):
15017         * log-edit.el (log-edit, log-edit-mode-help):
15018         * iswitchb.el (iswitchb-possible-new-buffer):
15019         * isearch.el (isearch-edit-string):
15020         * image-mode.el (image-mode, image-minor-mode):
15021         * ibuf-macs.el (define-ibuffer-filter):
15022         * hi-lock.el (hi-lock-find-patterns):
15023         * files.el (toggle-read-only):
15024         * ediff-util.el (ediff-copy-diff)
15025         (ediff-write-merge-buffer-and-maybe-kill):
15026         * echistory.el (Electric-history-undefined):
15027         * dnd.el (dnd-insert-text):
15028         * dired-aux.el (dired-query):
15029         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15030         * bookmark.el (bookmark-bmenu-locate):
15031         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15032         Fix `message' calls to ensure first arg is a format string.
15033         The change was made only when these two conditions were satisfied:
15034         [1] when there is a possibility that the arguments would cause an error
15035         for example, if the code in question relies on external variables
15036         such as filenames, and
15037         [2] if the arg to `message' could not have been nil in the code.
15039         * pcomplete.el (pcomplete--help): Fix `message' format spec.
15040         Not having a %s would be weird, though not technically wrong.
15042 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15044         * term/mac-win.el (mac-add-charset-info): Doc fix.
15046 2005-09-17  Romain Francoise  <romain@orebokech.com>
15048         * shell.el (shell-resync-dirs): Handle echoing processes more
15049         reliably.  Don't insert resync command if `comint-process-echoes'
15050         is non-nil.
15052 2005-09-17  Magnus Henoch  <mange@freemail.hu>
15054         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15055         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15056         aspell versions >= 0.60.
15057         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15058         only if ispell-aspell-supports-utf8 is non-nil.
15060 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15062         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15063         buffer-local value to lisp-indent-function.
15065 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
15067         * progmodes/glasses.el (glasses-make-readable): If
15068         glasses-separator differs from underscore, put appropriate
15069         overlays over underscore characters.
15070         (glasses-convert-to-unreadable): If glasses-separator differs from
15071         underscore, try to convert glasses-separator characters to
15072         underscores.
15074 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15076         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15077         Use with-syntax-table and dolist.
15079 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
15081         * textmodes/reftex-auc.el:
15082         * textmodes/reftex-cite.el:
15083         * textmodes/reftex-dcr.el:
15084         * textmodes/reftex-global.el:
15085         * textmodes/reftex-parse.el:
15086         * textmodes/reftex-ref.el:
15087         * textmodes/reftex-sel.el:
15088         * textmodes/reftex-toc.el:
15089         * textmodes/reftex-vars.el:
15090         * textmodes/reftex.el: Small changes to remove compiler warnings.
15092         * textmodes/reftex-index.el: Likewise.
15093         (reftex-query-index-phrase): More efficient use of markers.
15095 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15097         * image.el (image-load-path): New variable.
15098         (image-search-load-path): New function.
15099         (find-image): Search for images in `image-load-path'.
15101 2005-09-15  Richard M. Stallman  <rms@gnu.org>
15103         * follow.el: Change Maintainer field.
15105 2005-09-15  David Ponce  <david@dponce.com>
15107         * recentf.el (recentf-save-file-modes): New option.
15108         (recentf-save-list): Use it.
15110 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
15112         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15113         (mode-line-mule-info, mode-line-modified): Move bindings from
15114         mouse-3 to mouse-1.
15116 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15118         * simple.el (sendmail-user-agent-compose): Revert last change.
15120 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15122         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15123         Use with-current-buffer.
15124         (ange-ftp-gwp-start): Remove unused var `gw-user'.
15125         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15126         (ange-ftp-insert-directory): Remove unused var `short'.
15127         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15129         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15130         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15132         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15133         (check-calendar-holidays, diary-list-entries): Autoload.
15134         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15135         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15137         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15138         which mistakenly removed a call to display-buffer.
15140 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
15142         * obsolete/iso-insert.el: Move to obsolete/ from international/.
15144 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
15146         * progmodes/hideshow.el
15147         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15148         (hs-allow-nesting): New user var.
15149         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15150         (hs-hide-block-at-point): When nesting allowed,
15151         if there is already an overlay in place, delete it.
15152         (hs-safety-is-job-n): Delete func; remove call sites.
15153         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15154         (hs-overlay-at): New func.
15155         (hs-already-hidden-p, hs-show-block): Use it.
15156         (hs-hide-all): Don't pre-clean if nesting allowed.
15157         (hs-show-all): Temporarily disallow
15158         nesting around call to `hs-discard-overlays'.
15160 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
15162         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15163         Delete unused local var.
15165 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
15167         * help-fns.el (describe-categories): "?\ " -> "?\s".
15168         (help-do-arg-highlight): Recognize also ARG-n, as in
15169         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
15171         * international/codepage.el (dos-unsupported-char-glyph):
15172         * net/newsticker.el (tool-bar-map, w3-mode-map)
15173         (w3m-minor-mode-map):
15174         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15175         (ent-alist):
15176         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15178 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
15180         * custom.el (custom-push-theme): Handle the case where a symbol is
15181         bound but face properties have not yet been assigned.
15183         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15184         Fix behavior if noerase is `t' and there is no mail buffer.
15186         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15187         if `continue' is nil, rather than signal an error.
15189 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15191         * font-lock.el (font-lock-keywords): Add autoload.
15193         * help-fns.el (describe-variable): Rearrange to put source link
15194         in a predictable place.
15196         * net/newsticker.el: New file.
15198 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15200         * calendar/calendar.el (calendar-for-loop): Add edebug info.
15201         (calendar-basic-setup): Use the new nil arg.
15202         (number-of-diary-entries): Move to diary-lib.el.
15204         * calendar/diary-lib.el: Use with-current-buffer, match-string.
15205         (diary-list-entries): Use with-syntax-table and dolist.
15206         Rename from list-diary-entries.
15207         Use number-of-diary-entries if `number' is nil.
15208         (diary, diary-view-entries): Use this new name and new nil arg value.
15209         (number-of-diary-entries): Move from calendar.el.
15210         (diary-unhide-everything): New function.
15211         (include-other-diary-files, fancy-diary-display)
15212         (diary-show-all-entries, make-diary-entry): Use it.
15213         (diary-mail-entries): Use buffer-string.
15214         (mark-diary-entries): Fix long standing paren typo.
15215         (diary-sexp-entry): Use count-lines.
15216         (make-diary-entry): Avoid `previous-line'.
15217         (diary-mode-map): New var.
15218         (diary-mode): Redraw cal after saving.  Setup header-line.
15219         (fancy-diary-display-mode): Use local-set-key.
15221         * startup.el (command-line): Try calling various terminal-init-foo-bar
15222         functions by stripping hyphenated suffixes from $TERM.
15224         * files.el (normal-mode): Check boundness of font-lock-keywords.
15226 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15228         * progmodes/compile.el: Don't decide a file's directory
15229         until the user actually tries to go there.
15230         (compilation-next-error-function):
15231         Pass compilation-find-file the directory from the file-struct.
15232         (compilation-internal-error-properties): Separate local FILE-STRUCT
15233         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
15234         (compilation-find-file): Arg DIR renamed to DIRECTORY.
15235         Expand it, and if nil, use default-directory.
15236         (compilation-get-file-structure): Don't mix specified directory
15237         with default directory.  Put specified directory into
15238         file-struct.  Don't make the file name absolute.
15240         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15241         (compile-command): Add autoload.
15242         (compilation-disable-input): Add autoload.
15244 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
15246         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15247         strings of the variables it can override.
15248         (time-stamp): New (as yet undocumented) time-stamp-format escapes
15249         %Q and %q, for fully-qualified domain name and unqualified host name.
15251 2005-09-11  Kim F. Storm  <storm@cua.dk>
15253         * emacs-lisp/authors.el (authors-aliases): Update list.
15254         (authors-fixed-entries): Update mldrag.el entry.
15256 2005-09-10  Alan Mackenzie  <acm@muc.de>
15258         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15259         from the region narrowed to.
15261 2005-09-10  Magnus Henoch  <mange@freemail.hu>
15263         * textmodes/ispell.el (ispell-check-version): Signal an error if
15264         aspell version is less than 0.60.
15266 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
15268         * progmodes/octave-inf.el (inferior-octave-startup):
15269         Resync current dir at the end.
15271 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
15273         * woman.el (woman-topic-at-point-default):
15274         Rename to woman-use-topic-at-point-default.
15275         (woman-topic-at-point): Rename to woman-use-topic-at-point.
15276         (woman-file-name): Reflect renames above.  Automatically use the
15277         word at point as topic if woman-use-topic-at-point is non-nil.
15278         Otherwise offer it as default but don't insert it in the
15279         minibuffer.  Also use `test-completion' instead of `assoc' as
15280         suggested by Stefan Monnier.
15282 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
15284         * vc.el (vc-directory, vc-update-change-log): Throw an error on
15285         the attempt to do it over Tramp.  This is not yet supported.
15287 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
15289         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15290         (menu-bar-non-minibuffer-window-p): New functions.
15291         ("Split Window", "Save As..."): Use them.
15292         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15293         ("Print Buffer", "Truncate Long Lines in this Buffer"):
15294         Use menu-bar-menu-frame-live-and-visible-p.
15295         ("Save Buffer", "Insert File", "Open Directory...")
15296         ("Open File...", "Visit New File..."):
15297         Use menu-bar-non-minibuffer-window-p.
15298         (kill-this-buffer-enabled-p, dired <menu-enable>):
15299         Use menu-bar-non-minibuffer-window-p.
15301 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15303         * cus-start.el (all): Don't complain about fringe-related
15304         built-ins if fringes are not supported.  Ditto about
15305         selection-related built-ins.  Fix the test for GTK-related built-ins.
15307         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15308         ("Postscript Print Buffer", "Print Region", "Save As...")
15309         ("Save", "Insert File...", "Open Directory...")
15310         ("Open File...", "Visit New File..."")
15311         ("Truncate Long Lines in this Buffer"): Don't look at
15312         menu-updating-frame if this display does not support multiple frames.
15314 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15316         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15318 2005-09-09  Emilio Lopes  <eclig@gmx.net>
15320         * woman.el: Format- and whitespace-related changes.
15322 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15324         * woman.el: Fix my email address.
15326 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15328         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15329         (sh-mode): Locally set skeleton-pair-default-alist.
15331         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15333         * progmodes/flymake.el: Require `compile' unconditionally.
15335         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15337         * woman.el (woman-file-name): Provide a default, not initial input.
15339         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15341         * font-lock.el (font-lock-support-mode): Doc fix.
15343         * descr-text.el (describe-property-list): Handle non-symbol prop names.
15345 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15347         * simple.el (blink-matching-open): Get rid of text props from
15348         the string shown in echo area.  Don't permanently set point.
15349         Some rearrangements.
15351 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15353         * recentf.el (recentf-filename-handler): Add custom choice
15354         `abbreviate-file-name'.
15356         * msb.el (msb--very-many-menus): Fix typo.
15358         * disp-table.el (standard-display-european): Don't set
15359         enable-multibyte-characters to nil.
15361 2005-09-08  David Ponce  <david@dponce.com>
15363         * recentf.el (recentf-show-file-shortcuts-flag): New option.
15364         (recentf-expand-file-name): Doc fix.
15365         (recentf-dialog-mode-map): Define digit shortcuts.
15366         (recentf--files-with-key): New variable.
15367         (recentf-show-digit-shortcut-filter): New function.
15368         (recentf-open-files-items): New function.
15369         (recentf-open-files): Use it.
15370         (recentf-open-file-with-key): New command.
15372 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
15374         * buff-menu.el (Buffer-menu-sort-by-column): New function.
15375         Suggested by Kim F. Storm.
15376         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15377         (Buffer-menu-make-sort-button): Use global keymap.
15379 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
15381         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15382         (Man-getpage-in-background-advice): Remove defadvice; it isn't
15383         necessary any longer with the remapped command.
15384         (Man-bgproc-sentinel-advice): Remove defadvice which counts
15385         formatting time only.
15387         * net/tramp.el (tramp-action-password)
15388         (tramp-multi-action-password): Compile the password prompt from
15389         `method', `user' and `host'.  Sometimes it isn't obvious which
15390         password to enter, for example with remote files offered by
15391         recentf.el, or with multiple steps.  Suggested by Robert Marshall
15392         <robert@chezmarshall.freeserve.co.uk>.
15394 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15396         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15397         Fix regexp for when "s///" is at the beginning of line.
15399 2005-09-07  Jay Belanger  <belanger@truman.edu>
15401         * calc/calc-poly.el (math-expand-term): Multiply out any powers
15402         when in matrix mode.
15404 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15406         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15407         non-anonymous functions.
15409 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
15411         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15412         when using a header line.  Otherwise, use mouse-1-click-follows-link.
15414         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15415         can't be moved; don't signal an error.
15417 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
15419         * cus-theme.el (custom-theme-write-faces): Save the current face
15420         spec, not the defface spec.
15422         * custom.el (custom-known-themes): Clarify meaning of "standard".
15423         (custom-push-theme): Save old values in the standard theme.
15424         (disable-theme): Correct typo.
15425         (custom-face-theme-value) Deleted unused function.
15426         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15428 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15430         * progmodes/compile.el (compilation-goto-locus): Take into account
15431         iconified frames when determining whether the buffer is
15432         already visible.
15433         Don't reset window height if the window already existed.
15435 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
15437         * custom.el (load-theme): Rename from require-theme.
15438         Add interactive spec.
15439         (enable-theme): Rename from custom-enable-theme.
15440         Add interactive spec.
15441         (disable-theme): Rename from custom-disable-theme.
15442         Add interactive spec.
15443         (custom-make-theme-feature): Doc fix.
15444         (custom-theme-directory): Doc fix.
15445         (provide-theme): Call enable-theme.
15447 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15449         * obsolete/lazy-lock.el (lazy-lock-mode):
15450         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15451         font-lock-mode if it's off.  Print a warning instead.
15453         * progmodes/compile.el (compilation-start): Ignore errors if the
15454         process died before we get to send-eof.
15456         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15457         Undo last change.  Enclosing the result in quotes broke things on Unix
15458         since tex-send-command passes it through shell-quote-argument.
15459         (tex-send-command): Pass `file' through convert-standard-filename
15460         when possible.
15461         (tex-uptodate-p): Handle the case where TeX hasn't put additional
15462         info in a transcript.
15464 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
15466         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15467         fix compilation warning.  Reorder the key definitions to group
15468         together keys emitted by the current version of xterm.
15470         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15471         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15472         Reorder predicates to correct min-color usage.
15474 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
15476         * longlines.el (longlines-mode): Inhibit read-only when encoding.
15477         Kill local variables when longlines-mode is turned off.
15479 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15481         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15483         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15485         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15487         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15488         (font-lock-lines-before): Change default to being inactive.
15489         (font-lock-default-fontify-region): Obey font-lock-lines-before.
15490         (font-lock-after-change-function): Don't handle f-l-lines-before here.
15492 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15494         * net/tramp.el (tramp-handle-make-auto-save-file-name):
15495         Deactivate temporarily advice if active (not needed for Emacs 22,
15496         but for backwards compatibility).
15497         (tramp-exists-file-name-handler): Rewrite.  First implementation
15498         was too simple.
15499         (tramp-advice-make-auto-save-file-name):
15500         Call `tramp-handle-make-auto-save-file-name' (again, just for
15501         backwards compatibility).
15503 2005-08-31  Reto Zimmermann  <reto@gnu.org>
15505         * progmodes/vhdl-mode.el
15506         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15507         (vhdl-end-p): Fix indentation bug "else" after "-- when".
15508         (vhdl-set-default-project): New function (easier setting of default).
15509         (vhdl-port-copy): Handle extended identifiers for generics.
15510         (vhdl-compiler-alist): Better description for error message regexp.
15511         (vhdl-make): Query for target, use previous as default.
15512         (vhdl-port-copy): Fix port copy for port names starting with "signal".
15513         (vhdl-font-lock-keywords-2): Fix fontification for record
15514         el. assign.
15515         (vhdl-speedbar-make-subpack-line): Add package body link.
15516         (vhdl-generate-makefile-1): Not include itself as dependency.
15517         (vhdl-font-lock-init): Highlight c-preprocessor directives.
15518         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15519         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15520         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15521         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15522         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15523         (vhdl-import-project): Add string argument for `error'.
15524         (vhdl-compose-configuration)
15525         (vhdl-compose-configuration-architecture): Add configuration
15526         declaration generation.
15527         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15528         (vhdl-trailer-re): Add "record" keyword (better indentation).
15529         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15530         "[^ \t-\"]+".
15531         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15532         (vhdl-testbench-entity-file-name)
15533         (vhdl-testbench-architecture-file-name): Allow separate
15534         customization of testbench file names.
15535         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15536         (vhdl-get-visible-signals): Allow newline within alias declaration.
15537         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15538         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15539         (member-ignore-case): Alias for missing function in XEmacs.
15540         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15541         (vhdl-update-sensitivity-list): Ignore case on read signals.
15542         (vhdl-replace-string): Adjust case only for file names.
15543         (vhdl-update-sensitivity-list): Fix search for read signals.
15544         (vhdl-update-sensitivity-list): Exclude formal parameters.
15545         (vhdl-get-visible-signals): Include aliases of signals.
15546         (vhdl-get-visible-signals): Fix signal name searching.
15547         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15548         (vhdl-fixup-whitespace-region): Fix for character
15549         literals (e.g. `:').
15551 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15553         * ansi-color.el (comint-last-output-start):
15554         * bs.el (font-lock-verbose):
15555         * diff-mode.el (add-log-buffer-file-name-function):
15556         * dired-x.el (vm-folder-directory):
15557         * faces.el (help-xref-stack-item):
15558         * files.el (font-lock-keywords):
15559         * find-lisp.el (dired-buffers, dired-subdir-alist):
15560         * ido.el (cua-inhibit-cua-keys):
15561         * log-view.el (cvs-minor-wrap-function):
15562         * outline.el (font-lock-warning-face):
15563         * simple.el (compilation-current-error):
15564         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15565         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15566         * tooltip.el (comint-prompt-regexp):
15567         * w32-fns.el (explicit-shell-file-name):
15568         * term/mac-win.el (mac-charset-info-alist)
15569         (mac-services-selection, mac-system-script-code):
15570         * term/tty-colors.el (msdos-color-values):
15571         * term/w32-win.el (xlfd-regexp-registry-subnum):
15572         * term/x-win.el (x-keysym-table, x-selection-timeout)
15573         (x-session-id, x-session-previous-id):
15574         * textmodes/ispell.el (mail-yank-prefix):
15575         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15576         * textmodes/org.el (calc-embedded-close-formula)
15577         (calc-embedded-open-formula)
15578         (font-lock-unfontify-region-function):
15579         * textmodes/reftex-global.el (isearch-next-buffer-function)
15580         (TeX-master):
15581         * textmodes/reftex.el (font-lock-keywords):
15582         * textmodes/tex-mode.el (font-lock-comment-face)
15583         (font-lock-doc-face):
15584         * textmodes/texinfo.el (outline-heading-alist):
15585         Add defvars.
15587         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15588         (artist-spray-chars, artist-mode-init, artist-replace-string)
15589         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15590         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15591         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15593         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15594         (conf-align-assignments): "?\ " -> "?\s".
15596         * textmodes/reftex-index.el (TeX-master): Add defvar.
15597         (reftex-index-phrases-marker): Move up defvar.
15599         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15600         (reftex-toc-include-labels-indicator)
15601         (reftex-toc-include-index-indicator)
15602         (reftex-toc-max-level-indicator): Move up declarations.
15604         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15605         of args to `tramp-run-real-handler', even if it's empty in this case.
15607 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15609         * dired.el (dired-move-to-filename-regexp): Add date format for
15610         Mac OS X 10.3 in East Asian locales.
15612 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15614         * files.el (make-auto-save-file-name): Add file name handler call
15615         if applicable.
15617         * net/tramp.el (tramp-file-name-handler-alist)
15618         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15619         (tramp-handle-make-auto-save-file-name): Rename from
15620         `tramp-make-auto-save-file-name'.
15621         (tramp-exists-file-name-handler): New defun.
15622         (tramp-advice-make-auto-save-file-name): Make defadvice only when
15623         `make-auto-save-file-name' is not a magic file name operation.
15625 2005-08-30  Richard M. Stallman  <rms@gnu.org>
15627         * files.el (risky-local-variable-p):
15628         Match `-predicates' and `-commands.
15630         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15631         (custom-save-all): Visit the file if necessary;
15632         kill the buffer if we created it.
15633         (custom-save-delete): Don't visit file or kill buffer here.
15635 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
15637         * textmodes/org.el (org-special-keyword): New face.
15638         (org-table-copy-down, org-table-eval-formula)
15639         (org-table-recalculate, org-init-section-numbers):
15640         Use `string-to-number' instead of `string-to-int'.
15641         (org-get-location): Use `insert-buffer-substring' instead of
15642         `insert-buffer'.
15643         (org-modify-diary-entry-string): New function.
15644         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15645         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15646         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15647         active region.
15648         (org-export-as-html): Handle QUOTE keyword.
15649         (org-quote-string): New option.
15650         (org-bookmark-jump-unhide): New function, used for
15651         `bookmark-after-jump-hook'.
15652         (org-diary-default-entry): Apply only when not called through
15653         `org-agenda'.
15655 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
15657         * net/eudc.el (mode-popup-menu):
15658         * play/handwrite.el (ps-printer-name, ps-lpr-command):
15659         * progmodes/ada-mode.el (compile-auto-highlight)
15660         (skeleton-further-elements):
15661         * progmodes/autoconf.el (font-lock-syntactic-keywords):
15662         * progmodes/cmacexp.el (msdos-shells):
15663         * progmodes/compile.el (font-lock-extra-managed-props)
15664         (font-lock-keywords, font-lock-maximum-size)
15665         (font-lock-support-mode):
15666         * progmodes/grep.el (font-lock-lines-before):
15667         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15668         * progmodes/mixal-mode.el (compile-command):
15669         * progmodes/perl-mode.el (font-lock-comment-face)
15670         (font-lock-doc-face, font-lock-string-face):
15671         * progmodes/prolog.el (comint-prompt-regexp):
15672         * progmodes/sh-script.el (font-lock-comment-face)
15673         (font-lock-set-defaults, font-lock-string-face):
15674         * progmodes/sql.el (font-lock-keyword-face)
15675         (font-lock-set-defaults, font-lock-string-face):
15676         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15677         (itimer-version, lazy-lock-defer-contextually)
15678         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15679         Add defvars.
15681         * progmodes/cperl-mode.el (cperl-electric-lbrace)
15682         (cperl-electric-keyword, cperl-electric-pod)
15683         (cperl-electric-backspace, cperl-forward-re)
15684         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15685         (vc-rcs-header, vc-sccs-header): Add defvars.
15687         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15688         (font-lock-syntactic-keywords, gud-find-expr-function):
15689         Add defvars.
15691         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15692         (gdb-frame-parameters): Declare before use.
15694         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15695         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15696         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15697         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15699         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15700         (idlwave-help-with-source): Use `insert-buffer-substring', not
15701         `insert-buffer'.
15703 2005-08-29  Juri Linkov  <juri@jurta.org>
15705         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15706         Put outline-back-to-heading function call inside save-excursion.
15708 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
15710         * man.el (Man-init-defvars, Man-translate-references)
15711         (Man-support-local-filenames, Man-highlight-references):
15712         * progmodes/sql.el (sql-interactive-mode):
15713         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15715         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15716         (compilation-mode-font-lock-keywords): Add defvars.
15717         (checkdoc-interactive-loop): "?\ " -> "?\s".
15719         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15720         (font-lock-doc-face, font-lock-string-face)
15721         (font-lock-keywords-case-fold-search): Add defvars.
15722         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15724         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15725         Don't pass X and Y (they are ignored anyway).
15726         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15727         (mouse-delete-window): Make arguments optional.
15729         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15730         (caesar-translate-table, minor-modes, news-buffer-save)
15731         (news-group-name, news-minor-modes): Add defvars.
15733         * emacs-lisp/lselect.el (mouse-highlight-priority)
15734         (x-lost-selection-functions, zmacs-regions):
15735         * emacs-lisp/pp.el (font-lock-verbose):
15736         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15737         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15738         (ses-mode-map):
15739         * emacs-lisp/tcover-unsafep.el (safe-functions):
15740         * international/mule-cmds.el (mac-system-coding-system)
15741         (mac-system-locale):
15742         * language/ethio-util.el (rmail-current-message)
15743         (rmail-message-vector):
15744         * language/thai-util.el (thai-auto-composition-mode):
15745         * mail/metamail.el (rmail-current-message, rmail-message-vector):
15746         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15747         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15748         (vm-primary-inbox, vm-spool-files):
15749         * mail/rmail.el (deleted-head, font-lock-fontified)
15750         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15751         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15752         (total-messages):
15753         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15754         (rmail-summary-mode-map):
15755         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15756         (rmail-last-label, rmail-last-multi-labels)
15757         (rmail-summary-vector, rmail-total-messages):
15758         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15759         * mail/rmailsum.el (msgnum):
15760         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15761         (rmail-current-message):
15762         * obsolete/fast-lock.el (font-lock-face-list):
15763         * obsolete/rnewspost.el (mail-reply-buffer):
15764         * obsolete/scribe.el (compile-command):
15765         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15767 2005-08-28  John Paul Wallington  <jpw@gnu.org>
15769         * ibuf-ext.el (ibuffer-auto-update-changed):
15770         Use `frame-or-buffer-changed-p' to check whether we need to update.
15771         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15772         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
15773         as a `frame-or-buffer-changed-p' state vector instead.
15775 2005-08-27  Romain Francoise  <romain@orebokech.com>
15777         * textmodes/makeinfo.el (makeinfo-compile):
15778         Use `compilation-start'.  Set `next-error-function' according to
15779         `disable-errors'.
15780         (makeinfo-next-error): New function.
15781         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15782         (makeinfo-buffer): Likewise.
15784         * progmodes/compile.el (compilation-start): Add autoload cookie.
15786         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15787         * textmodes/sgml-mode.el: Likewise.
15788         * progmodes/python.el: Likewise.
15790 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
15792         * simple.el (blink-matching-paren-distance): Document the meaning
15793         of nil value, and allow to customize to nil.
15795         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15796         command.com, not command.exe.
15798 2005-08-26  John Wiegley  <johnw@newartisans.com>
15800         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15801         code around a bit so that an extraneous nil argument is not added
15802         to a command when no args are given.
15804         * eshell/esh-arg.el (eshell-parse-double-quote): If a
15805         double-quoted argument resolves to nil, return it as an empty
15806         string rather than as nil.  This made it impossible to pass "" to
15807         a shell script as a null string argument.
15809 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15811         * outline.el (outline-invent-heading): New fun.
15812         (outline-promote, outline-demote): Use it.
15813         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15814         (outline-end-of-subtree): Remove unused var `opoint'.
15816 2005-08-26  David Reitter  <david.reitter@gmail.com>
15818         * menu-bar.el (truncate-lines, write-file, print-buffer)
15819         (ps-print-buffer-faces, ps-print-buffer, split-window):
15820         Disable menu items when the frame they refer to is invisible, or when
15821         they refer to a buffer and the minibuffer is selected.
15823 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
15825         * progmodes/flymake.el (flymake-highlight-err-lines):
15826         Use save-excursion around flymake-highlight-line to preserve point.
15828 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
15830         * progmodes/octave-mod.el: Change Author and Maintainer address.
15831         (octave-maintainer-address): Change Kurt's email address.
15832         * progmodes/octave-inf.el: Change Author and Maintainer address.
15833         * progmodes/octave-hlp.el: Change Author and Maintainer address.
15835 2005-08-26  Kim F. Storm  <storm@cua.dk>
15837         * subr.el (version-list-<, version-list-<=, version-list-=):
15838         Rename from integer-list-*.
15839         (version-list-not-zero): Likewise.  Fix while loop.
15840         (version=): Use version-list-= instead of string-equal.
15842 2005-08-26  Richard M. Stallman  <rms@gnu.org>
15844         * outline.el (outline-promote): Try shortening the heading.
15845         As last resort, read the heading to use.
15846         (outline-demote): As last resort, read the heading to use.
15848 2005-08-26  Romain Francoise  <romain@orebokech.com>
15850         * progmodes/compile.el (compilation-start): Doc fix.
15852         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15853         (antlr-font-lock-additional-keywords): Fix reference to
15854         `antlr-font-lock-literal-regexp' erroneously changed during the
15855         mass face rename.
15856         (antlr-run-tool): Use `compilation-start'.
15858         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15859         instead of the obsolete `compile-internal'.
15861 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
15863         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15864         (number, original-date):
15865         * calendar/cal-china.el (date):
15866         * calendar/cal-coptic.el (date):
15867         * calendar/cal-french.el (date):
15868         * calendar/cal-hebrew.el (date, entry, number, original-date):
15869         * calendar/cal-islam.el (date, number, original-date):
15870         * calendar/cal-iso.el (date):
15871         * calendar/cal-julian.el (date):
15872         * calendar/cal-mayan.el (date):
15873         * calendar/cal-menu.el (date, event):
15874         * calendar/cal-persia.el (date):
15875         * calendar/lunar.el (date):
15876         * calendar/solar.el (date): Add defvars.
15878         * emerge.el:
15879         * ibuffer.el:
15880         * info-xref.el:
15881         * obsolete/bg-mouse.el:
15882         * obsolete/sun-curs.el:
15883         * obsolete/swedish.el: Move the `defvar's to the top level.
15885         * smerge-mode.el (smerge-refined-change): Add :group.
15887 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15889         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15890         (smerge-keep-n): Remove props.
15891         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15892         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15893         now that it's done in smerge-keep-n.
15894         (smerge-refined-change): New face.
15895         (smerge-refine-chopup-region, smerge-refine-highlight-change)
15896         (smerge-refine): New funs.
15897         (smerge-basic-map): Bind smerge-refine.
15899 2005-08-25  Juri Linkov  <juri@jurta.org>
15901         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15902         compilation-process-setup-function and compilation-disable-input
15903         in grep-mode instead of let-bindings in grep.
15905         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15906         Delete "Automatic File De/compression" (auto-compression-mode).
15908 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
15910         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15911         Silence warning about non-existent variable.
15913 2005-08-25  Richard M. Stallman  <rms@gnu.org>
15915         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15916         Rename "Describe Key" to "Describe Key or Mouse Operation".
15918         * mail/mailalias.el (build-mail-aliases): Delete comments
15919         from the contents before processing them.
15921         * isearch.el (isearch-edit-string): Erase the Search prompt
15922         if user enters an empty string and there is no default.
15924         * comint.el (comint-file-name-prefix): Add autoload.
15926 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
15928         * subr.el (play-sound): Rearrange to avoid warning.
15930 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
15932         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15933         New hook.
15934         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15936 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15938         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15940         * custom.el (custom-theme-set-variables): Sort minor modes last.
15942 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15944         * subr.el (version-separator, version-regexp-alist): New vars used by
15945         version comparison funs.
15946         (integer-list-<, integer-list-=, integer-list-<=)
15947         (integer-list-not-zero): New funs for integer list comparison.
15948         (version-to-list, version=, version<, version<=): New funs for version
15949         comparison.
15951 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
15953         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15954         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15955         time to silence the byte-compiler.
15957         * ibuffer.el (ibuffer-compile-make-eliding-form)
15958         (ibuffer-check-formats): Use `with-no-warnings' to hide references
15959         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15960         so it's silly to get warnings for it).
15961         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15962         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15963         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15964         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15965         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15966         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15967         Defvar at compile time.
15968         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15969         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15970         Declare them before use.
15972         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15973         (info-xref-good, info-xref-bad): Defvar at compile time.
15975         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15976         Use `let*' instead of `let'.
15978         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15979         (*mouse-y*, menu, char): Defvar at compile time.
15980         (sc::menu): Declare it before use.
15981         (sc::pack-one-line): Use `let', not `let*'.
15983         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15984         (mail-send-hook): Defvar at compile time.
15986         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15987         Defvar at compile time.
15989         * term/sun-mouse.el (current-global-mousemap)
15990         (current-local-mousemap): Declare them before use.
15992 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
15994         * bookmark.el (bookmark-after-jump-hook): New hook.
15995         (bookmark-jump): Run `bookmark-after-jump-hook'.
15997 2005-08-23  Juri Linkov  <juri@jurta.org>
15999         * faces.el (minibuffer-prompt): Doc fix.
16001 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
16003         * progmodes/xscheme.el: Trivial changes to silence warnings.
16004         (xscheme-previous-mode, xscheme-previous-process-state):
16005         Add defvars.
16006         (xscheme-last-input-end, xscheme-process-command-line)
16007         (xscheme-process-name, xscheme-buffer-name)
16008         (xscheme-expressions-ring-max, xscheme-expressions-ring)
16009         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16010         (xscheme-control-g-synchronization-p)
16011         (xscheme-control-g-disabled-p, xscheme-string-receiver)
16012         (default-xscheme-runlight, xscheme-runlight)
16013         (xscheme-runlight-string, xscheme-process-filter-state)
16014         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16015         Move to beginning of file.
16016         (scheme-interaction-mode-commands-alist)
16017         (scheme-interaction-mode-map, scheme-debugger-mode-map):
16018         Declare them before use.  Note: the initialization code for the
16019         variables has not been moved because it uses functions that reference
16020         the variables.
16021         (xscheme-control-g-message-string, xscheme-process-filter-alist)
16022         (xscheme-prompt-for-expression-map): Declare them before use.
16023         (scheme-debugger-mode-commands): "?\ " -> "?\s".
16025 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
16027         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16029 2005-08-22  Juri Linkov  <juri@jurta.org>
16031         * faces.el (set-face-underline): Delete this duplicate function
16032         and make an obsolete alias to set-face-underline-p.
16033         (set-face-underline-p): Use docstring of set-face-underline.
16034         (describe-face): Create hyperlink to parent face.
16036         * info.el (Info-insert-dir): Use save-excursion around
16037         insert-buffer-substring.
16038         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16039         (Info-escape-percent): Delete function.
16040         (Info-fontify-node): Replace Info-escape-percent by
16041         replace-regexp-in-string with REP arg set to lambda that
16042         duplicates `%' and preserves text properties.
16044         * progmodes/compile.el (compilation-disable-input): Doc fix.
16045         (define-compilation-mode): Doc fix and refill.
16046         (kill-compilation): Use `mode-name' in the error message.
16047         (compilation-find-file): Use `compilation-error' in the
16048         read-file-name's prompt.
16050 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16052         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16053         (smerge-auto-leave): Make undo re-enable the mode.
16054         (debug-ignored-errors): Add the user-error of impossible resolution.
16055         (smerge-resolve): Move things around a bit, in preparation for later.
16056         (smerge-diff): Don't fail if the buffer has no associated file.
16057         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16058         (smerge-conflict-overlay): New function.
16059         (smerge-match-conflict): Don't add text properties here.
16060         (smerge-find-conflict): Instead, add an overlay here.
16061         Also check for the case where we're inside a conflict already, so as to
16062         obviate the need for font-lock-multiline, which is unbearably slow with
16063         large conflicts and ciomplex font-lock patterns.
16064         (smerge-remove-props): Remove overlay rather than text-properties.
16065         (smerge-mode): Don't set font-lock-multiline.
16066         Remove overlays when turned off.
16068 2005-08-21  Kim F. Storm  <storm@cua.dk>
16070         * ido.el (ido-ignore-item-p): Use save-match-data.
16071         Bind case-fold-search to ido-case-fold locally.
16073 2005-08-20  Richard M. Stallman  <rms@gnu.org>
16075         * files.el (normal-mode): If font lock is on, turn it off and on.
16077         * subr.el (replace-regexp-in-string): Doc fix.
16079         * startup.el (command-line-1): Don't suppress startup screen
16080         due to existing processes.
16082         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16084         * progmodes/compile.el (compilation-disable-input): Default to nil.
16086 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16088         * progmodes/compile.el (compilation-disable-input): New defcustom.
16089         (compilation-start): If compilation-disable-input is non-nil, send
16090         EOF to the compilation process.
16092 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
16094         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16095         Run the argument of tex-shell-cd-command through
16096         convert-standard-filename, to get the correct style of slashes on
16097         Windows, and enclose the result in quotes, in case the file name
16098         includes whitespace or other special characters.
16100 2005-08-19  Andreas Schwab  <schwab@suse.de>
16102         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16103         process.
16105 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
16107         * cus-start.el (minibuffer-prompt-properties): Correct typo.
16109 2005-08-18  Kim F. Storm  <storm@cua.dk>
16111         * scroll-lock.el: Fix errors due to incorrect line wrapping.
16113 2005-08-18  Richard M. Stallman  <rms@gnu.org>
16115         * scroll-lock.el: New file.
16117 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
16119         * dired.el (dired-move-to-end-of-filename):
16120         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16122 2005-08-18  Kim F. Storm  <storm@cua.dk>
16124         * ido.el (ido-everywhere): Fix defcustom :set function to disable
16125         rather than toggle mode when custom value is nil.
16126         (ido-everywhere): Fix defun doc string.
16128 2005-08-17  Richard M. Stallman  <rms@gnu.org>
16130         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16131         as tag instead of "Inviolable".
16133 2005-08-17  Kim F. Storm  <storm@cua.dk>
16135         * windmove.el (windmove-coordinates-of-position): Remove.
16136         (windmove-coordinates-of-window-position): Remove.
16137         (windmove-reference-loc): Use posn-at-point instead.
16139         * subr.el (insert-for-yank-1): Doc fix.
16141         * ido.el (ido-enter-matching-directory): Rename from
16142         ido-enter-single-matching-directory.  Change `slash' choice to
16143         `only'.  Add `first' choice.
16144         (ido-exhibit): Adapt to above changes.
16146 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
16148         * Makefile.in: Expand comment about building loaddefs.el.
16150 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
16152         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16153         Comment use of defadvice.
16155         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16157 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
16159         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16160         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16161         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16162         * progmodes/idlw-shell.el, progmodes/ld-script.el,
16163         * progmodes/which-func.el, ruler-mode.el, strokes.el,
16164         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16165         for backward compatibility for faces that did not appear in the
16166         previous Emacs release.
16168         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16170 2005-08-15  Kim F. Storm  <storm@cua.dk>
16172         * emulation/cua-base.el (cua-delete-region): Return t if
16173         deleted region was non-empty.
16174         (cua-replace-region): Inhibit overwrite-mode for
16175         self-insert-command if replaced region was non-empty.
16176         (cua--explicit-region-start, cua--status-string): Make them
16177         buffer-local at top-level...
16178         (cua-mode): ...rather than when mode is enabled.
16180 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
16182         * progmodes/vhdl-mode.el (vhdl-emacs-21):
16183         Set t for Emacs 21, 22, and so on.
16185 2005-08-15  David Ponce  <david@dponce.com>
16187         * tree-widget.el: Update Commentary header.
16188         (tree-widget-theme): Doc fix.
16189         (tree-widget-space-width): New option.
16190         (tree-widget-image-properties): Look up in the default theme too.
16191         (tree-widget--cursors): Only for images with arrow pointer shape.
16192         (tree-widget-lookup-image): Pointer shape is hand by default.
16193         (tree-widget-icon): Rename generic icon widget from
16194         `tree-widget-control'.
16195         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16196         derive from `tree-widget-icon'.
16197         (tree-widget-handle): Improve default look and feel of the text
16198         representation.
16199         (tree-widget): Rename :*-control properties to :*-icon properties.
16200         Add :action and :help-echo properties.
16201         (tree-widget-after-toggle-functions): Move.
16202         (tree-widget-close-node, tree-widget-open-node): Remove.
16203         (tree-widget-before-create-icon-functions): New hook.
16204         (tree-widget-value-create): Update to allow customization of icons
16205         and nodes at run-time via that new hook.
16206         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16207         (tree-widget-icon-action, tree-widget-icon-help-echo)
16208         (tree-widget-action, tree-widget-help-echo): New functions.
16210 2005-08-15  Kim F. Storm  <storm@cua.dk>
16212         * ido.el (ido-buffer-internal): Use with-no-warnings.
16213         (ido-make-merged-file-list): Use while-no-input.
16215 2005-08-15  Richard M. Stallman  <rms@gnu.org>
16217         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16218         (flyspell-large-region): Fix doc and custom type.
16220 2005-08-14  Richard M. Stallman  <rms@gnu.org>
16222         * files.el (interpreter-mode-alist): Doc fix.
16224         * mail/rmail.el (rmail-nonignored-headers): New variable.
16225         (rmail-clear-headers): Use it.
16226         (rmail-reply): Better handling of mail-followup-to header.
16228         * progmodes/sh-script.el (sh-font-lock-keywords-var):
16229         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
16230         don't try to refer to executable-font-lock-keywords.
16231         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16232         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16233         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16234         (sh-mode): Set comment-start-skip, local-abbrev-table,
16235         imenu-case-fold-search.
16236         (sh-set-shell): Don't set them here.
16237         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
16238         Don't cache the results in the original alist; don't ever modify
16239         that alist.
16241         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16243         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16244         empty.
16246 2005-08-15  Andreas Schwab  <schwab@suse.de>
16248         * desktop.el: Put autoload cookie at risky-local-variable declarations.
16250         * dired.el, info.el, mail/rmail.el: Revert last change.
16252 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
16254         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16255         modification in `eval-after-load' form.
16256         * info.el: Likewise.
16257         * mail/rmail.el: Likewise.
16259 2005-08-14  Juri Linkov  <juri@jurta.org>
16261         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16262         Remove highlighting of "Compilation started".  Highlight only
16263         the word "finished" in "Compilation finished".  Add highlighting
16264         of "interrupt", "killed", "terminated" and the exit code.
16265         (compilation-start): Add newline after header.  Use exactly the
16266         same time stamp format as the finishing message.
16267         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16269         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16270         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16271         Add highlighting of "interrupt", "killed", "terminated".
16273         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16274         enabled and the current command is self-insert-command, call it
16275         explicitly with overwrite-mode bound to nil, to not allow it
16276         to delete the character after the selected region.
16278 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
16280         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16281         move-end-of-line, end-of-line, and beginning-of-line to the list
16282         of commands after which the echo area is updated.
16284 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
16286         * cus-edit.el (custom-save-all, custom-save-delete):
16287         Bind recentf-exclude to exclude custom-file.
16289 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
16291         * mail/rmailsum.el (rmail-summary-end-of-message): New command
16292         to go to the bottom of the mail message.  Added to
16293         `rmail-summary-mode-map' with key "/".
16294         (rmail-summary-show-message): New (internal) function for use by
16295         both `rmail-summary-beginning/end-of-message'.
16296         (rmail-summary-beginning-of-message): Change to use
16297         rmail-summary-show-message.
16299         * mail/rmail.el (rmail-end-of-message): New command to go to the
16300         end of the current message.  Added to `rmail-mode-map' with key "/".
16301         (rmail-beginning-of-message): Fix to work as documented.
16302         (rmail-mode): Change documentation.
16304         * progmodes/compile.el (compilation-start): Add the line
16305         "Compilation started" with compilation start time.
16306         (compilation-mode-font-lock-keywords): Add `started' to keywords.
16308 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
16310         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16311         of menu items.
16313 2005-08-11  Richard M. Stallman  <rms@gnu.org>
16315         * simple.el (pop-global-mark): Reverse test of widen-automatically.
16317         * battery.el (battery-status-function): Don't use ignore-errors.
16319 2005-08-11  Lute Kamstra  <lute@gnu.org>
16321         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16322         define-obsolete-variable-alias.
16324 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16326         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16327         (ange-ftp-send-cmd): Revert last change, and expand
16328         the comment explaining the problem.
16330 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
16332         * ldefs-boot.el: Update.
16334         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16335         item to "Time, Load and Mail".  Change help echo text.
16337         * time.el (display-time-use-mail-icon, display-time-format)
16338         (display-time-string-forms): Shorten first line of docstrings.
16340 2005-08-10  Lars Hansen  <larsh@soem.dk>
16342         * desktop.el (desktop-buffer-mode-handlers):
16343         Make non-customizable.  Add autoload cookie.  Change initial value to
16344         nil; add elements in respective modules instead.  Fix doc string.
16345         (desktop-load-file): New function.
16346         (desktop-minor-mode-handlers): New autoloaded variable.
16347         (desktop-create-buffer): Call minor mode handlers.
16348         Use desktop-load-file to load major and minor mode modules prior to
16349         checking for a handler.
16350         (desktop-save): Don't add nil to desktop-minor-modes for minor
16351         modes with nil function in desktop-minor-mode-table.  Don't delete
16352         desktop file before rewriting it.
16353         (desktop-locals-to-save): Add autoload cookie.  Don't make
16354         automatically buffer-local.  Add variables column-number-mode,
16355         size-indication-mode, indent-tabs-mode,
16356         indicate-buffer-boundaries, indicate-empty-lines and
16357         show-trailing-whitespace.
16358         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16359         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
16360         (desktop-clear-preserve-buffers-regexp): Delete.
16361         (desktop-clear-preserve-buffers): Update initial value and docstring.
16362         (desktop-save-buffer): Fix doc string.
16364         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16365         (hilit-chg-desktop-restore): New function.
16366         (highlight-changes-mode): Add highlight-changes-mode to
16367         desktop-locals-to-save.
16369         * dired.el: Add handler to desktop-buffer-mode-handlers.
16370         (dired-restore-desktop-buffer): Remove autoload cookie.
16371         (dired-mode): Add autoload cookie.
16373         * info.el: Add handler to desktop-buffer-mode-handlers.
16374         (Info-restore-desktop-buffer): Remove autoload cookie.
16375         (Info-mode): Add autoload cookie.
16377         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16378         (mh-restore-desktop-buffer): Remove autoload cookie.
16379         (mh-folder-mode): Add autoload cookie.
16381         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16382         (rmail-restore-desktop-buffer): Remove autoload cookie.
16384 2005-08-11  Masatake YAMATO  <jet@gyve.org>
16386         * hexl.el (hexl-address-region):
16387         (hexl-ascii-region, hexl-font-lock-keywords):
16388         (hexl-highlight-line-range): Use the term "region"
16389         instead of "area" for consistency with the other symbols
16390         defined in hexl.el.
16392 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16394         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16395         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16396         out by Juri Linkov).  Add `display-battery-mode'.
16398 2005-08-09  Juri Linkov  <juri@jurta.org>
16400         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16401         Remove `-text' from face variable names.
16402         (compilation-error-file-name, compilation-warning-file-name)
16403         (compilation-info-file-name): Delete faces.
16404         (compilation-line-number, compilation-column-number):
16405         Remove face underlining.
16406         (compilation-message-face): Set to `underline' value by default.
16407         (compilation-error-face, compilation-warning-face)
16408         (compilation-info-face): Remove `-file-name' from face names.
16409         (compilation-error-text-face, compilation-warning-text-face)
16410         (compilation-info-text-face): Delete face variables.
16411         (compilation-text-face): Delete function.
16413         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16414         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16415         (grep-error-face): Set to `compilation-error' instead of
16416         `compilation-error-face' (which is redefined to `grep-hit-face' in
16417         grep buffers).
16418         (grep-mode-font-lock-keywords): Remove `-text' from face variable
16419         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
16421         * dired-aux.el (dired-do-query-replace-regexp):
16422         Use `query-replace-read-args'.
16424         * replace.el (query-replace-read-from, query-replace-read-to)
16425         (query-replace-read-args): Rename arg `string' to `prompt'.
16427         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16429 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16431         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16432         uploading files.
16433         (ange-ftp-canonize-filename): Handle file names beginning with ~
16434         correctly.
16436 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16438         * textmodes/fill.el (canonically-space-region)
16439         (fill-context-prefix, fill-french-nobreak-p)
16440         (fill-delete-newlines, fill-comment-paragraph)
16441         (justify-current-line): "?\ " -> "?\s".
16443 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
16445         * textmodes/fill.el (fill-nonuniform-paragraphs):
16446         Improve argument/docstring consistency.
16448 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16450         * textmodes/ispell.el (ispell-word): More fboundp checks.
16452         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16453         (find-file-noselect-1): Call it here, only if RAWFILE.
16454         (normal-mode): Always set some major mode.
16455         (save-some-buffers-action-alist): Change some explanation strings.
16456         (file-name-non-special): In the `quote' method, use unwind-protect.
16458 2005-08-09  Magnus Henoch  <mange@freemail.hu>
16460         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16461         (ispell-have-aspell-dictionaries): New variable.
16462         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16463         (ispell-get-aspell-config-value): New function.
16464         (ispell-aspell-find-dictionary): New function.
16465         (ispell-aspell-add-aliases): New function.
16466         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16467         appropriate.  Don't look for ispell dictionaries if we use aspell.
16468         (ispell-menu-map): Don't build a submenu of dictionaries.
16470 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16472         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16473         (sql-read-passwd): Use read-passwd.
16475         * progmodes/idlw-toolbar.el (idlwave-toolbar)
16476         (idlwave-toolbar-is-possible): Add defvars.
16478         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16479         Avoid warnings.
16481         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16482         (idlwave-system-class-info, idlwave-executive-commands-alist):
16483         Use defvar.
16485         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16487         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16488         Avoid warnings.
16490         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16491         and content-type: headers.
16493         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16495         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16496         and rename some of them to be more self-explanatory.
16498         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16500         * startup.el (command-line-1): Implement -scriptload.
16502         * replace.el (occur-engine): Initial *Occur* output not undoable.
16504         * menu-bar.el (menu-bar-file-menu): Rename some menu items
16505         and improve help strings.
16507         * isearch.el (isearch-repeat): When changing direction,
16508         mark search successful.
16510         * ediff-init.el: Use (featurep 'xemacs).
16512         * comint.el (send-invisible): Identify buffer, if not selected.
16514         * align.el: Delete autoload for c-guess-basic-syntax.
16516 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16518         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16519         Improve argument/docstring consistency.  Doc fixes.
16520         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16521         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16522         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16523         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16524         (r2bv-organization, r2bv-pages, r2bv-primary-author)
16525         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16526         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16527         Defvar at compile time.
16529 2005-08-09  Juri Linkov  <juri@jurta.org>
16531         * info.el: Replace `info' with upper-case `Info' where appropriate.
16532         (info-title-1, info-title-2, info-title-3, info-title-4)
16533         (info-menu-header): Move up face definitions.
16534         (info-menu-star): Rename from `info-menu-5'.
16535         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16536         (Info-fontify-visited-nodes): Fix docstring.
16537         (Info-hide-note-references): Fix docstring.
16538         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16539         menu items in the same way as on cross-references.
16540         (info-apropos): Fix sorting order and formatting to be like in the
16541         stand-alone Info browser.  Display error messages for 1 sec.
16542         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
16543         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16544         from the menu bar.
16545         (Info-insert-dir): Restore point after calling
16546         `insert-buffer-substring'.
16548 2005-08-08  Richard M. Stallman  <rms@gnu.org>
16550         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16551         (recompute-lucid-menubar): Add defvars.
16553         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16555         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16557         * net/net-utils.el (run-dig): Rename from `dig'.
16559         * play/gametree.el (gametree-mode): Use make-local-variable,
16560         not make-variable-buffer-local.
16562         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16564         * ansi-color.el (ansi-color-make-extent)
16565         (ansi-color-set-extent-face): Use fboundp, not functionp.
16567         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16568         not make-variable-buffer-local.
16570         * bookmark.el (Info-current-file): Add defvar.
16571         (bookmark-jump-noselect): Use with-no-warnings.
16573         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16575         * ebuff-menu.el (Helper-return-blurb): Add defvar.
16577         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16579         * find-file.el (ada-procedure-start-regexp)
16580         (ada-package-start-regexp): Add defvars.
16582         * info.el (Info-insert-dir): Use insert-buffer-substring.
16584         * xml.el (xml-att-def-re): Add defvar.
16586         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16587         calling convention.
16589         * subr.el (while-no-input): Return t if there is input.
16591 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
16593         * cus-start.el (all): Add `overflow-newline-into-fringe'.
16595 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
16597         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16598         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16600 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
16602         * cmuscheme.el (scheme-start-file): Replace reference to
16603         `user-emacs-directory' by "~/.emacs.d/".
16605 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
16607         * info.el (Info-dir-remove-duplicates): Avoid case folding
16608         in loop; instead, keep downcased strings for comparison.
16609         Suggested by Helmut Eller.
16611 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
16613         Sync with Tramp 2.0.50.
16615         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16616         XEmacs case; not necessary anymore.
16617         (tramp-user-regexp): Allow "@" as part of user name.
16618         (tramp-handle-set-visited-file-modtime)
16619         (tramp-handle-insert-file-contents)
16620         (tramp-handle-write-region): No special handling for
16621         `last-coding-system-used, because this is done in
16622         `tramp-accept-process-output' now.
16623         (tramp-accept-process-output): New defun.
16624         (tramp-process-one-action, tramp-process-one-multi-action)
16625         (tramp-wait-for-regexp, tramp-wait-for-output)
16626         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
16627         Howells <dhowells@redhat.com>.
16628         (clear-visited-file-modtime): Defadvice removed.  The check for
16629         unset buffer's modtime does not need to be based on
16630         `tramp-buffer-file-attributes'.  Suggested by RMS.
16631         (tramp-message): Insert "\n" if not being at beginning of line.
16632         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16633         sequence with same logic.
16634         (tramp-completion-handle-expand-file-name): Discard call of
16635         `tramp-drop-volume-letter'.  It is not necessary, and there have
16636         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16637         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16638         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16639         should always be visible.
16640         (tramp-handle-insert-directory, tramp-setup-complete)
16641         (tramp-set-process-query-on-exit-flag)
16642         (tramp-append-tramp-buffers): Pacify byte-compiler.
16643         (tramp-bug): Delete non-existing variables from list.
16644         Apply `tramp-load-report-modules' as pre-hook.
16645         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16646         `shell-prompt-pattern' because of non-7bit characters.
16647         Reported by Sebastian Luque <sluque@mun.ca>.
16648         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16649         (tramp-match-string-list): Remove function.
16650         (tramp-wait-for-regexp): Remove call of that function.
16651         Suggested by Kim F. Storm <storm@cua.dk>.
16652         (tramp-set-auto-save-file-modes): Use octal integer code #o600
16653         instead of octal character code ?\600.  The latter resulted in a
16654         syntax error with XEmacs.
16656         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16657         XEmacs case; not necessary anymore.
16658         (tramp-smb-handle-write-region): No special handling for
16659         `last-coding-system-used, because this is done in
16660         `tramp-accept-process-output' now.
16661         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16663 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
16665         * wid-edit.el (widget-choice-value-create):
16666         Unconditionally respect user choice.  Set :explicit-choice back to nil
16667         when no longer needed.
16668         (widget-choice-action): Unconditionally respect user choice.
16669         Eliminate :explicit-choice-value.
16671         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16673         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16674         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16675         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16676         running new function `toggle-indicate-empty-lines'.
16677         Rename "Customize" item to "Customize fringe".
16678         Rename "Indicators" item to "Buffer boundaries" and change help echo.
16679         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16680         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16681         Delete "Empty lines only" item.
16682         (menu-bar-showhide-fringe-ind-customize): New function.
16683         (menu-bar-showhide-fringe-ind-mixed)
16684         (menu-bar-showhide-fringe-ind-box)
16685         (menu-bar-showhide-fringe-ind-right)
16686         (menu-bar-showhide-fringe-ind-left)
16687         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16688         instead of `fringe-indicators'.
16690 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16692         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16693         Change the date of last update.
16695 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16697         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16698         (viper-exec-yank, viper-put-back): Don't display modification msg
16699         if in the minibuffer.
16701         * viper-init.el (viper-replace-overlay-cursor-color)
16702         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16703         Make variables frame local.
16705         * viper-util.el (viper-append-filter-alist): Use append instead of
16706         nconc.
16708         * viper.el (viper-vi-state-mode-list)
16709         (viper-emacs-state-mode-list): Move help-mode and
16710         completion-list-mode from the first list to the second.
16711         (viper-mode): Docstring.
16712         (viper-go-away, viper-non-hook-settings): Don't localize
16713         minor-mode-alist in newer Emacsen.  Add advice to
16714         set-cursor-color.  Don't bind "\C-c\\".
16716 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
16718         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16719         (scheme-macro-expand-command): New user options.
16720         (scheme-trace-procedure, scheme-expand-current-form): New commands.
16721         (scheme-form-at-point, scheme-start-file)
16722         (scheme-interactively-start-process): New functions.
16723         (scheme-get-process): New function, extracted from `scheme-proc'.
16724         (run-scheme): Call `scheme-start-file' to get start file, and pass
16725         it to `make-comint'.
16726         (switch-to-scheme, scheme-proc):
16727         Call `scheme-interactively-start-process' if no Scheme buffer/process
16728         is available.
16730 2005-08-06  Juri Linkov  <juri@jurta.org>
16732         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16733         Use `compilation-text-face', `compilation-info-text-face' and
16734         `compilation-error-text-face' instead of `font-lock-keyword-face'.
16735         (compilation-error): New face.
16736         (compilation-error-file-name): Inherit from
16737         `compilation-error' instead of `font-lock-warning-face'.
16738         (compilation-warning-file-name): Inherit from
16739         `compilation-warning' instead of `font-lock-warning-face'.
16740         (compilation-info, compilation-error-file-name)
16741         (compilation-warning-file-name, compilation-info-file-name)
16742         (compilation-line-number, compilation-column-number): Doc fix.
16743         (compilation-error-text-face, compilation-warning-text-face)
16744         (compilation-info-text-face): New face variables.
16745         (compilation-line-face, compilation-column-face)
16746         (compilation-enter-directory-face)
16747         (compilation-leave-directory-face): Doc fix.
16748         (compilation-text-face): New function.
16750         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16751         instead of 1 to display binary file names as info file links.
16752         (grep-error-face): Use `compilation-error-face' instead of
16753         `font-lock-keyword-face'.
16754         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16755         and `compilation-warning-text-face' instead of
16756         `font-lock-keyword-face'.  Use `compilation-error-text-face'
16757         instead of `grep-error-face'.
16759 2005-08-05  Kenichi Handa  <handa@m17n.org>
16761         * international/code-pages.el: Add autoload cookies for all coding
16762         systems.
16764 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
16766         * cus-start.el (all): Put undo.c where it alphabetically belongs.
16768 2005-08-04  Juri Linkov  <juri@jurta.org>
16770         * progmodes/compile.el (compilation-mode-map):
16771         * progmodes/grep.el (grep-mode-map):
16772         Bind TAB to `compilation-next-error' and [backtab] to
16773         `compilation-previous-error'.
16775         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16776         matching line numbers, column numbers and their ranges with regexp
16777         matching only line numbers.
16778         (grep-context-face): New face variable.
16779         (grep-mode-font-lock-keywords): Use it.
16781         * faces.el (read-face-name): Delete duplicate faces.
16783 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
16785         * thumbs.el (thumbs-find-image): Don't make variables
16786         automatically buffer local.
16787         (thumbs-current-tmp-filename, thumbs-current-image-filename)
16788         (thumbs-image-num): Make automatically buffer local.
16789         (thumbs-show-thumbs-list): Use `make-local-variable', not
16790         `make-variable-buffer-local'.
16791         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16793         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16794         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16795         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16796         (bother, bye, canyou, chatlst, continue, deathlst, describe)
16797         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16798         (feelings-about, foullst, found, hello, history, howareyoulst)
16799         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16800         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16801         (neglst, obj, object, owner, please, problems, qlist)
16802         (random-adjective, relation, remlst, repetitive-shortness)
16803         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16804         (shortlst, something, sportslst, stallmanlst, states, subj)
16805         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16806         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16807         Defvar at compile time.
16809         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16810         not `make-variable-buffer-local'.
16812 2005-08-02  Kim F. Storm  <storm@cua.dk>
16814         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16815         rectangle overlay in selected window.
16817 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
16819         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16820         instead of display group.  Make `indicate-buffer-boundaries'
16821         customizable through Custom.
16823 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
16825         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16826         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16827         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16828         (gdb-put-string): Fix typos in docstrings.
16830 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
16832         Update copyright notices of files in progmodes directory for
16833         release of Emacs 22.1.
16835         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16837         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16838         Don't barf if the GUD buffer has been killed.
16840 2005-08-01  Kim F. Storm  <storm@cua.dk>
16842         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16844 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16846         * simple.el (next-error-follow-minor-mode):
16847         make-variable-buffer-local -> make-local-variable.
16849         * emacs-lisp/cl-extra.el: Require CL also when compiling.
16851         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16852         (byte-compile-form-make-variable-buffer-local): New functions to warn
16853         about misuses of make-variable-buffer-local where make-local-variable
16854         was meant.
16856 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
16858         * bs.el (bs-attributes-list): Doc fix.
16859         (bs): Update url-link.
16861         * desktop.el (desktop-save-buffer): Fix typos in docstring.
16862         (desktop-load-default): Simplify.
16864         * ibuffer.el (ibuffer-columnize-and-insert-list)
16865         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16866         (ibuffer-unmark-all, ibuffer-toggle-marks)
16867         (ibuffer-unmark-forward, ibuffer-unmark-backward)
16868         (ibuffer-compile-make-format-form, ibuffer-format-column)
16869         (ibuffer-current-buffers-with-marks)
16870         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16871         (ibuffer): Doc fix.
16872         (ibuffer-mode): Fix typo in docstring.
16873         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16874         with `define-obsolete-variable-alias'.
16875         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
16877 2005-07-29  Kenichi Handa  <handa@m17n.org>
16879         * international/mule-cmds.el (select-message-coding-system):
16880         Be sure to use LF for end-of-line.  If no coding system is decided,
16881         return iso-8859-1-unix.
16883 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16885         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16886         (ange-ftp-pending-error-line): New vars.
16887         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16888         to handle the non-fatal no-route-to-host messages.
16889         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16891 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
16893         * isearch.el (isearch-mode-map, isearch-other-meta-char)
16894         (isearch-quote-char, isearch-printing-char)
16895         (isearch-text-char-description): "?\ " -> "?\s".
16896         (isearch-lazy-highlight-cleanup)
16897         (isearch-lazy-highlight-initial-delay)
16898         (isearch-lazy-highlight-interval)
16899         (isearch-lazy-highlight-max-at-a-time)
16900         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16901         Declare with define-obsolete-*-alias macros.
16902         (isearch-forward): Fix typo in docstring.
16903         (search-invisible, search-ring-yank-pointer)
16904         (regexp-search-ring-yank-pointer): Doc fixes.
16906         * recentf.el (recentf-menu-append-commands-p): Declare with
16907         `define-obsolete-variable-alias'.
16908         (recentf-max-saved-items, recentf-menu-filter)
16909         (recentf-arrange-by-rule-subfilter): Doc fixes.
16910         (recentf-menu-append-commands-flag)
16911         (recentf-initialize-file-name-history, recentf-expand-file-name)
16912         (recentf-clear-data): Fix typos in docstrings.
16914 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
16916         * progmodes/gdb-ui.el: Smarten comments.
16917         (gdb-info-breakpoints-custom): Use nowarn when finding file.
16919 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16921         * term/apollo.el (terminal-init-apollo): New function containing
16922         all former top level forms in the file.
16923         * term/bobcat.el (terminal-init-bobcat):
16924         * term/cygwin.el (terminal-init-cygwin):
16925         * term/iris-ansi.el (terminal-init-iris-ansi):
16926         * term/linux.el (terminal-init-linux):
16927         * term/news.el (terminal-init-news):
16928         * term/rxvt.el (terminal-init-rxvt):
16929         * term/sun.el (terminal-init-sun):
16930         * term/tvi970.el (terminal-init-tvi970):
16931         * term/vt100.el (terminal-init-vt100):
16932         * term/vt102.el (terminal-init-vt102):
16933         * term/vt125.el (terminal-init-vt125):
16934         * term/vt200.el (terminal-init-vt200):
16935         * term/vt201.el (terminal-init-vt201):
16936         * term/vt220.el (terminal-init-vt220):
16937         * term/vt240.el (terminal-init-vt240):
16938         * term/vt300.el (terminal-init-vt300):
16939         * term/vt320.el (terminal-init-vt320):
16940         * term/vt400.el (terminal-init-vt400):
16941         * term/vt420.el (terminal-init-vt420):
16942         * term/wyse50.el (terminal-init-wyse50):
16943         * term/xterm.el (terminal-init-xterm): Likewise.
16945         * term/README: Describe the terminal-init-* functionality.
16947         * startup.el (command-line): After loading the terminal initialization
16948         file call the corresponding terminal initialization function.
16950 2005-07-27  Kenichi Handa  <handa@m17n.org>
16952         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16953         negative.
16955         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16956         (ps-mule-composition-prologue): Fix for the case that
16957         RelativeCompose is false.
16959 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16961         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16963         * descr-text.el (describe-char): Handle the case where the list of
16964         chars is displayed in a separate frame.
16965         Be a bit more discriminating when looking for the char.
16967 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
16969         * bookmark.el (bookmark-automatically-show-annotations)
16970         (bookmark-read-annotation-text-func): Doc fixes.
16971         (bookmark-save): Improve argument/docstring consistency.
16972         (bookmark-get-bookmark, bookmark-get-bookmark-record)
16973         (bookmark-alist-from-buffer)
16974         (bookmark-upgrade-file-format-from-0)
16975         (bookmark-grok-file-format-version)
16976         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16977         (bookmark-read-annotation-mode)
16978         (bookmark-insert-current-bookmark, bookmark-jump)
16979         (bookmark-exit-hook): Fix typos in docstrings.
16980         (bookmark-exit-hooks): Define as obsolete alias.
16981         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16982         not `bookmark-exit-hooks'.  Fix docstring.
16983         (bookmark-bmenu-select): "?\ " -> "?\s".
16985 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
16987         * startup.el (command-line): Fix typo.
16989 2005-07-24  Richard M. Stallman  <rms@gnu.org>
16991         * tooltip.el (tooltip-mode): Test emacs-basic-display,
16992         not emacs-quick-startup.
16994 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
16996         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16997         (reb-next-match, reb-show-subexp): Use `with-selected-window'
16998         instead of `reb-with-current-window'.
16999         (reb-prev-match): Likewise.  Also, don't move left if the search
17000         was unsuccessful.
17001         (reb-initialize-buffer): New function.
17002         (re-builder, reb-change-syntax): Use it.
17004         * man.el (Man-goto-page): Make second argument NOERROR optional.
17006 2005-07-23  Richard M. Stallman  <rms@gnu.org>
17008         * man.el (Man-bgproc-sentinel): Check here for failure to find
17009         any man page in the output, and report the error here.
17010         (Man-arguments): Make it permanent local.
17011         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
17012         (Man-mode): Pass t for NOERROR.
17014         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17015         (grep-mode-font-lock-keywords):
17016         Don't use compilation-...-face for messages that are not file names.
17018         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17019         Don't use compilation-...-face for messages that are not file names.
17021 2005-07-22  Juri Linkov  <juri@jurta.org>
17023         * startup.el (normal-splash-screen): Update menu name.
17025         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17027 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17029         * term/xterm.el: Load term/rxvt if the terminal is actually an
17030         rxvt terminal.
17031         (xterm-rxvt-set-background-mode): Remove, not used anymore.
17033         * term/rxvt.el (function-key-map): Use substitute-key-definition
17034         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
17036         * term/cygwin.el: New file.
17038 2005-07-22  Kim F. Storm  <storm@cua.dk>
17040         * image-file.el (insert-image-file, image-file-yank-handler):
17041         Fix last change to maintain a (unique) yank-handler on yanked images.
17043 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
17045         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17046         of the file size (as in "177B" for 177 bytes).  This happens with
17047         "ls -lh" on FreeBSD.
17049 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
17051         * hilit-chg.el (highlight-changes-global-initial-state)
17052         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17053         (hilit-chg-fixup, highlight-changes-mode):
17054         Fix typos in docstrings.
17055         (highlight-changes-global-modes, highlight-changes-rotate-faces):
17056         Doc fixes.
17058 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
17060         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17061         mode function using `eval-after-load'.
17063 2005-07-21  Kim F. Storm  <storm@cua.dk>
17065         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17066         included when reporting an emacs crash, and tell about the DEBUG file.
17068         * image-file.el (insert-image-file): Add yank-handler.
17069         (image-file-yank-handler): Yank handler to make unique copies of
17070         images when they are yanked into a buffer next to each other.
17072 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
17074         * comint.el (comint-use-prompt-regexp, comint-send-input)
17075         (comint-source-default, comint-extract-string)
17076         (comint-get-source, comint-word, comint-completion)
17077         (comint-source, comint-prompt-read-only, comint-update-fence):
17078         Fix typos in docstrings.
17079         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17080         Declare with define-obsolete-*-alias macros.
17081         (comint-previous-matching-input-from-input)
17082         (comint-next-matching-input-from-input)
17083         (comint-previous-matching-input, comint-next-matching-input)
17084         (comint-forward-matching-input):
17085         Improve argument/docstring consistency.
17087         * desktop.el (desktop-clear-preserve-buffers-regexp):
17088         Also preserve the *server* buffer.
17090         * simple.el (clone-indirect-buffer): Doc fix.
17091         (fixup-whitespace, just-one-space)
17092         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17093         (next-error, next-error-highlight)
17094         (next-error-highlight-no-select, next-error-last-buffer)
17095         (next-error-buffer-p, next-error-find-buffer, next-error)
17096         (previous-error, next-error-no-select, previous-error-no-select)
17097         (open-line, split-line, minibuffer-prompt-width, kill-new)
17098         (binary-overwrite-mode): Fix typos in docstrings.
17099         (set-fill-column): Fix typo in message.
17101         * skeleton.el (skeleton-proxy-new): Doc fix.
17103         * strokes.el (strokes-load-hook): Doc fix.
17104         (strokes-grid-resolution, strokes-get-grid-position)
17105         (strokes-renormalize-to-grid, strokes-read-stroke)
17106         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17107         (strokes-global-map): Fix typos in docstrings.
17108         (strokes-help): Doc fix.  Fix help message and pass it through
17109         `substitute-command-keys'.
17111         * tempo.el (tempo-insert-prompt, tempo-interactive)
17112         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17113         (tempo-insert-string-functions, tempo-local-tags)
17114         (tempo-define-template, tempo-insert-template)
17115         (tempo-insert-prompt-compat, tempo-is-user-element)
17116         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17117         Fix typos in docstrings.
17119         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17120         (vcursor-key-bindings, vcursor-use-vcursor-map)
17121         (vcursor-find-window, vcursor-scroll-down)
17122         (vcursor-disable, vcursor-beginning-of-buffer)
17123         (vcursor-end-of-buffer): Fix typos in docstrings.
17124         (vcursor-relative-move, vcursor-get-char-count):
17125         Improve argument/docstring consistency.
17127         * version.el: "?\ " -> "?\s".
17129         * wid-edit.el (widget-default-create, widget-after-change)
17130         (widget-default-format-handler, widget-checklist-add-item)
17131         (widget-radio-add-item, widget-choose, widget-specify-secret)
17132         (widget-field-value-create, widget-field-value-get)
17133         (widget-editable-list-format-handler)
17134         (widget-editable-list-entry-create, widget-group-value-create)
17135         (widget-documentation-link-add)
17136         (widget-documentation-string-value-create): "?\ " -> "?\s".
17137         (widget-convert-text): Doc fix.
17138         (widget-narrow-to-field, widget-field-find)
17139         (widget-url-link-action, widget-emacs-library-link-action)
17140         (widget-color-notify): Fix typos in docstrings.
17142         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17143         (x-select-text, set-w32-system-coding-system)
17144         (w32-add-charset-info): Fix typos in docstrings.
17146         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17147         (cua-enable-cua-keys, cua-use-hyper-key)
17148         (cua-virtual-rectangle-edges): Fix typos in docstrings.
17149         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17151         * net/tramp.el (tramp-handle-load): Fix typo in error message.
17153         * emacs-lisp/re-builder.el (regexp-builder): Declare with
17154         `defalias' instead of faking it.
17156         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17157         (eshell-ls-missing, eshell-ls-dired-initial-args)
17158         (eshell-ls-use-in-dired): Fix typos in docstrings.
17160 2005-07-20  Kim F. Storm  <storm@cua.dk>
17162         * emulation/cua-base.el (cua-mode): Improve doc string.
17164 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
17166         * abbrev.el (expand-region-abbrevs): Doc fix.
17167         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17168         Improve argument/docstring consistency.
17170         * arc-mode.el (archive-get-descr, archive-alternate-display):
17171         Doc fixes.
17172         (archive-l-e): Improve argument/docstring consistency.
17173         (archive-tmpdir, archive-unixdate, archive-unixtime)
17174         (archive-chmod-entry): Fix typos in docstrings.
17175         (archive-unflag, archive-unflag-backwards)
17176         (archive-unmark-all-files): "?\ " -> "?\s".
17178         * buff-menu.el (Buffer-menu-unmark): Doc fix.
17179         (Buffer-menu-not-modified, Buffer-menu-execute)
17180         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17181         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17183         * composite.el (compose-string, encode-composition-rule)
17184         (compose-last-chars): Fix typos in docstrings.
17186         * desktop.el (desktop-enable, desktop-basefilename):
17187         Declare with `define-obsolete-variable-alias'.
17188         (desktop-internal-v2s): Don't quote keywords.
17189         (desktop-clear): "?\ " -> "?\s".
17191         * dired.el (dired-align-file, dired-flag-backup-files)
17192         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17193         (dired-listing-switches, dired-ls-F-marks-symlinks)
17194         (dired-dwim-target, dired-load-hook, dired-mode-hook)
17195         (dired-directory, dired-faces, dired, dired-revert)
17196         (dired-mode, dired-summary, dired-view-file)
17197         (dired-copy-filename-as-kill, dired-delete-file)
17198         (dired-no-confirm, dired-unmark-all-marks)
17199         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17200         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17201         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17202         Fix typos in message strings.
17204         * dired-x.el (virtual-dired): Declare with `defalias'.
17205         (dired-mark-unmarked-files, dired-local-variables-file)
17206         (dired-omit-here-always): Doc fix.
17207         (dired-omit-mode, dired-find-subdir)
17208         (dired-enable-local-variables, dired-clean-up-buffers-too)
17209         (dired-extra-startup, dired-mark-extension, dired-jump)
17210         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17211         (dired-smart-shell-command, dired-guess-shell-alist-user)
17212         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17213         (dired-x-bind-find-file, dired-x-submit-report):
17214         Fix typos in docstrings.
17215         (dired-mark-unmarked-files): "?\ " -> "?\s".
17217         * dirtrack.el (dirtrack-list): Fix typos in docstring.
17219         * faces.el (describe-face): "?\ " -> "?\s".
17220         (read-all-face-attributes, read-face-font, modify-face)
17221         (face-attr-construct, italic): Fix typos in docstrings.
17222         (frame-update-face-colors): Declare with
17223         `define-obsolete-function-alias'.
17225         * files.el (find-file-noselect, recode-file-name): Doc fixes.
17226         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17227         (magic-mode-alist, buffer-file-numbers-unique)
17228         (write-file-functions, get-free-disk-space):
17229         Fix typos in docstrings.
17230         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17231         (write-contents-hooks, write-file-hooks):
17232         Declare with `define-obsolete-variable-alias'.
17234         * forms-d2.el (arch-rj): Fix typo in docstrings.
17235         (arch-tocol): Likewise.  "?\ " -> "?\s".
17237         * frame.el (set-frame-font, cursor-in-non-selected-windows):
17238         Fix typo in docstring.
17239         (set-screen-width, set-screen-height): Delete redundant info in
17240         doctrings.
17241         (new-frame, screen-height, screen-width): Declare with
17242         `define-obsolete-function-alias'.
17243         (delete-frame-hook, blink-cursor): Declare with
17244         `define-obsolete-variable-alias'.
17246         * paths.el (prune-directory-list): Fix typos in docstring.
17248         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17249         (cvs-prefix-get): Fix typos in docstrings.
17251         * ps-print.el (ps-extend-face-list, ps-extend-face)
17252         (ps-print-background-image): Fix typos in docstrings.
17253         (ps-default-fg, ps-default-bg): Doc fixes.
17255         * s-region.el (s-region-bind): Doc fix.
17256         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17258         * textmodes/org.el (org-table-formula-substitute-names)
17259         (org-table-get-vertical-vector): Doc fixes.
17260         (org-table-recalculate): Remove unused argument to `message'.
17262 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
17264         * textmodes/org.el (org-table-column-names)
17265         (org-table-column-name-regexp)
17266         (org-table-named-field-locations): New variables.
17267         (org-archive-subtree): Protect `this-command' when calling
17268         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17269         the kill buffer.
17270         (org-complete): Remove fixed-formula completion.
17271         (org-edit-formulas-map): New variable.
17272         (org-table-edit-formulas): New command.
17273         (org-finish-edit-formulas, org-abort-edit-formulas)
17274         (org-show-variable, org-table-get-vertical-vector): New functions.
17275         (org-table-maybe-eval-formula): Handle `:=' fields.
17276         (org-table-get-stored-formulas, org-table-store-formulas)
17277         (org-table-get-formula, org-table-modify-formulas)
17278         (org-table-replace-in-formulas): Handle named field formulas.
17279         (org-table-get-specials): Store locations of named fields.
17281 2005-07-19  Juri Linkov  <juri@jurta.org>
17283         * progmodes/grep.el (grep-regexp-alist)
17284         (grep-mode-font-lock-keywords, grep-process-setup):
17285         Use default GNU grep match color "01;31m" instead of "01;41m".
17286         (grep-regexp-alist, grep-mode-font-lock-keywords):
17287         Use `\\[[0-9]*m' instead of `\\[00m'.
17288         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17289         sgr_start where its handling is more important.  Use the real
17290         length of sgr_start instead of constant 8.
17291         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17292         specially.  Delete all remaining escape sequences.
17293         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17294         (grep-regexp-alist): Make hyperlink only for binary file name
17295         instead of the whole line.
17296         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17297         (grep-mode): Add autoload.
17299         * emacs-lisp/find-func.el (find-function-regexp):
17300         Add `define-compilation-mode'.
17302 2005-07-19  Juri Linkov  <juri@jurta.org>
17304         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17305         (compare-windows-sync-string-size, compare-windows-recenter)
17306         (compare-windows-highlight, compare-windows): Add version 22.1.
17307         (compare-windows) <defface>: Inherit from lazy-highlight instead
17308         of duplicating its default value.
17310         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17311         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17313         * descr-text.el (describe-char): Create link buttons for `charset'
17314         and `code point'.  Add the current input method name with a link
17315         button to `to input' field.  Print face names of display table
17316         characters in `The display table entry is displayed by' section
17317         instead of printing face-id in the `display' field.
17318         Guess hardcoded faces and create a link button for them.
17319         Skip empty fields when calculating max-width.
17320         Treat `widget-create' specially while inserting strings from the
17321         collected field list.
17322         (describe-char-after): Made obsolete in version 22.1, not 21.5.
17324         * diff-mode.el (diff-file-header): Change foreground color from
17325         yellow to green on light backgrounds.
17326         (diff-context): Inherit from `shadow' only for color/grayscale
17327         with more than 88 colors.
17328         (diff-indicator-removed, diff-indicator-added)
17329         (diff-indicator-changed): New faces.
17330         (diff-font-lock-keywords): Use new faces.  Regroup rules.
17331         Add "^---$" for `normal' diff format.  Fontify `#' lines with
17332         font-lock-comment-delimiter-face and font-lock-comment-face.
17333         Add `#' to ^[^...] in the rule for `diff-context-face'.
17335         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17336         a button-like box.  Inherit from `highlight' on low colors.
17337         (shadow): Use shades of gray only for color/grayscale with
17338         more than 88 colors.  Use green for light backgrounds with
17339         8 colors, and yellow for dark backgrounds with 8 colors.
17341         * font-lock.el (font-lock-regexp-grouping-backslash):
17342         Don't inherit from escape-glyph (use bold for all cases).
17344         * info.el (info-xref-visited): Use light foreground color `violet'
17345         for dark backgrounds instead of dark color `magenta3'.
17346         (info-title-1): Use `yellow' color for dark backgrounds.
17348         * isearch.el (isearch): Use not-too-dark magenta3 instead of
17349         too-light magenta2.
17351         * replace.el (match): Use slightly more light RoyalBlue3 instead
17352         of dark RoyalBlue4.
17354         * wid-edit.el (widget-inactive): Inherit from `shadow'.
17356 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
17358         * novice.el (disabled-command-hook): Declare it with
17359         `define-obsolete-variable-alias'.
17361         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17362         (desktop-buffer-misc-functions, desktop-buffer-handlers)
17363         (desktop-load-default): Add release to obsolescence info.
17364         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17365         (desktop-append-buffer-args, desktop-read):
17366         Fix typos in docstrings.
17367         (desktop-kill): Fix typo in message.
17368         (desktop-save): Doc fix.
17370 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17372         * viper-cmd.el (viper-escape-to-state): Bug fix.
17373         (viper-envelop-ESC-key): Change the definition of fast
17374         keysequence so it'll work with keyboard macros.
17376         * ediff.el (ediff-patch-buffer): Change the docstring.
17378 2005-07-19  Kenichi Handa  <handa@m17n.org>
17380         * international/mule-cmds.el (select-safe-coding-system): Try to
17381         use an auto-coding (if any) before anything else.  If the found
17382         auto-coding is invalid, show a warning message.
17384         * international/mule.el (find-auto-coding): New function created
17385         by modifying the body of set-auto-coding.
17386         (set-auto-coding): Use find-auto-coding to find a coding.
17388 2005-07-18  Richard M. Stallman  <rms@gnu.org>
17390         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17391         not isearch-mode-end-hook-error.
17392         (allout-before-change-protect): Fix error message.
17394 2005-07-18  Juri Linkov  <juri@jurta.org>
17396         * allout.el (allout-mode):
17397         * calculator.el (calculator-copy):
17398         * custom.el (custom-known-themes):
17399         * dired.el (dired-desktop-buffer-misc-data)
17400         (dired-restore-desktop-buffer):
17401         * dired-x.el (dired-omit-marker-char):
17402         * files.el (basic-save-buffer):
17403         * font-core.el (font-lock-mode):
17404         * calendar/calendar.el (calendar-goto-hebrew-date)
17405         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17406         (calendar-goto-persian-date):
17407         * language/ethio-util.el (ethio-sera-to-fidel-region):
17408         * textmodes/picture.el (picture-mode):
17409         Delete duplicate duplicate words.
17411 2005-07-18  Juri Linkov  <juri@jurta.org>
17413         * isearch.el (isearch-mode-map): Remove key bindings for regexp
17414         chars * ? } |.
17415         (isearch-fallback): Don't call `isearch-process-search-char'.
17416         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17417         (isearch-process-search-char): Call `isearch-fallback' for regexp
17418         chars * ? } |.
17419         (isearch-return-char): Make obsolete with `make-obsolete' instead
17420         of simply documenting it as obsolete in the docstring.
17421         (isearch-fallback): Refill docstring.
17423         * international/isearch-x.el
17424         (isearch-process-search-multibyte-characters): Remove unneeded
17425         `concat'.  Add intermediate values to `junk-hist' instead of
17426         `minibuffer-history'.  Test the length of `str'.
17428 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
17430         * allout.el (allout-resolve-xref): Fix typos in error strings.
17431         (allout-before-change-protect): Remove unneeded `concat'.
17433         * array.el (array-mode, array-reconfigure-rows)
17434         (untabify-backward): Fix typos in docstrings.
17435         (array-reconfigure-rows): Use `insert-buffer-substring', not
17436         `insert-buffer'.
17438         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17439         * progmodes/ada-mode.el (ada-make-body):
17440         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17442         * dired.el (dired-log):
17443         * tar-mode.el (tar-subfile-save-buffer):
17444         * play/zone.el (zone-pgm-stress-destress):
17445         Use `insert-buffer-substring', not `insert-buffer'.
17447 2005-07-17  Simon Josefsson  <jas@extundo.com>
17449         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17451 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
17453         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17454         Add plain auth method.
17455         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17457 2005-07-17  Kim F. Storm  <storm@cua.dk>
17459         * ido.el (dired-other-window): Add ido property.
17461 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
17463         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17464         Fix typo in docstring.
17465         (byte-compile-interactive-only-functions): Add `insert-buffer' and
17466         `insert-file-literally'.
17468         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17469         info and delete redundant message.  Doc fix.
17470         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17471         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17473 2005-07-16  Richard M. Stallman  <rms@gnu.org>
17475         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17476         (byte-compile-and): Use byte-compile-and-recursion.
17477         (byte-compile-or-recursion): New function.
17478         (byte-compile-or): Use that.
17479         (byte-compile-if): Guard the else-clause too.
17480         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17482         * isearch.el (isearch-mode-end-hook-quit): New variable.
17483         (isearch-done): Bind it.
17484         (isearch-mode-end-hook): Doc fix.
17486         * allout.el (allout-isearch-did-quit): Variable deleted.
17487         (allout-real-isearch-abort): Function name no longer used.
17488         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17489         (allout-isearch-rectification): isearch-mode always exists.
17490         Don't set allout-isearch-did-quit.
17491         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17492         allout-isearch-did-quit.
17493         (allout-enwrap-isearch): Just add the hook.
17494         (allout-isearch-abort): Function deleted.
17495         (allout-pre-command-business): Avoid warning.
17497         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17498         Correctly avoid warnings.
17499         (pascal-outline): Likewise.
17501         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17503         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17505         * play/tetris.el (tetris-mode): Avoid warning.
17507         * play/snake.el (snake-mode): Avoid warning.
17509         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17510         (gamegrid-set-display-table): Avoid warning.
17511         (gamegrid-set-timer): Likewise.
17512         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17513         (gamegrid-add-score-with-update-game-score-1): Take FILE
17514         as argument.
17515         (gamegrid-add-score-with-update-game-score): Pass that argument.
17516         Rename have-shared-game-dir to gamegrid-shared-game-dir.
17518         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17520         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17521         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17523         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17524         and insert-file.
17526         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17527         (sc-ask): Avoid warnings.
17529         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17530         (eshell-hist-initialize): Use that var the natural way.
17532         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17534         * emacs-lisp/re-builder.el (reb-cook-regexp):
17535         Avoid warning calling lre-compile-string.
17536         (reb-color-display-p): Avoid warning.
17538         * calculator.el (calculator-last-input): Guard uses
17539         of event-key and key-press-event-p.
17540         (event-key, key-press-event-p): Delete definitions.
17542         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17543         (find-gc-source-directory, find-gc-subrs-callers)
17544         (find-gc-noreturn-list, find-gc-source-files)
17545         (find-gc-subrs-called): Vars renamed and defvar'd.
17547         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17548         (checkdoc-overlay-put, checkdoc-delete-overlay)
17549         (checkdoc-overlay-start, checkdoc-overlay-end)
17550         (checkdoc-mode-line-update, checkdoc-char=):
17551         Define such that compiler knows they are defined.
17552         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
17553         (checkdoc-read-event): Delete.  Use read-event directly.
17555         * whitespace.el (whitespace-make-overlay)
17556         (whitespace-overlay-put, whitespace-delete-overlay)
17557         (whitespace-overlay-start, whitespace-overlay-end):
17558         Define such that compiler knows they are defined.
17559         (whitespace): Move conditional inside.
17561         * tempo.el (tempo-insert-template): Suppress warning.
17563         * ediff-diff.el (longlines-mode): Add defvar.
17565 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
17567         * server.el: Bind "C-x #" in a way that works even if C-x is
17568         redefined to a command key, not a prefix key.
17570 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
17572         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17573         cl-make-type-test till execution time.
17575 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
17577         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17578         arg ARG and use it.
17580 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
17582         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17584 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
17586         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17587         a defcustom with two :set or :type keywords.
17589 2005-07-15  Richard M. Stallman  <rms@gnu.org>
17591         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17592         Don't give ^M comment-end syntax.
17594 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
17596         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17597         Don't consider gdbmi (gdb-mi.el has its own update functions).
17598         (gdb-var-delete): Make it work for gdbmi as well.
17599         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17601         * progmodes/gud.el (etags, sdb): Only require etags when needed.
17602         (gud-speedbar-menu-items): Correct logic for enabling items.
17604 2005-07-15  Kim F. Storm  <storm@cua.dk>
17606         * ido.el: Fix commentary.
17607         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17608         Use with-no-warnings around ffap-guesser.
17609         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17610         Let bind minibuffer-completing-file-name to t.
17612 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
17614         * startup.el (site-run-file, keyboard-type): Doc fixes.
17615         (command-line): Check for "--basic-display" argument; also for
17616         "--quick", not "--bare-bones" (which was renamed).
17617         (fancy-splash-text): Add missing item "Getting New Versions".
17618         (normal-splash-screen): Fix typos and improve consistency with
17619         `fancy-splash-text'.  Update copyright year.
17621         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17622         valid binding for `help-char'.
17624         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17626 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
17628         * term.el (term-mode): Disable cua-mode for term buffers.
17630 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
17632         * add-log.el (add-log-mailing-address, change-log-merge):
17633         Doc fixes.
17634         (change-log-get-method-definition): Fix typo in docstring.
17636 2005-07-14  Kim F. Storm  <storm@cua.dk>
17638         * emulation/cua-base.el:
17639         (cua--pre-command-handler-1, cua--pre-command-handler)
17640         (cua--post-command-handler-1, cua--post-command-handler):
17641         Split in two.  Check (buffer local) value of cua-mode.
17642         (cua-selection-mode): New command.
17644 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
17646         * custom.el (custom-initialize-safe-set)
17647         (custom-initialize-safe-default): Doc fixes.
17649         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17650         and simplify :init-value again.
17652         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17653         and simplify :init-value again.  Delete autoload.
17655         * startup.el (command-line): Use `custom-reevaluate-setting' again
17656         for tooltip-mode.
17658         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17659         a defcustom with two :initialize keywords.
17661 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
17663         * allout.el (my-mark-marker, allout-isearch-prior-pos)
17664         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17665         (allout-post-command-business, allout-flag-region)
17666         (isearch-reenable-font-lock, allout-yank)
17667         (allout-insert-latex-header, allout-insert-latex-trailer)
17668         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17669         (allout-latex-verb-quote): Fix typos in docstrings.
17670         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17671         (allout-unprotected, allout-prefix-data):
17672         Improve argument/docstring consistency.
17673         (allout-chart-subtree): Fix argument spec.
17674         (allout-open-topic): Rename `use_sib_bullet' argument to
17675         `use-sib-bullet'.  Doc fix.
17677         * whitespace.el (whitespace-check-buffer-leading)
17678         (whitespace-check-buffer-trailing)
17679         (whitespace-check-buffer-indent)
17680         (whitespace-check-buffer-spacetab)
17681         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17682         (whitespace-check-leading-whitespace)
17683         (whitespace-check-trailing-whitespace)
17684         (whitespace-check-spacetab-whitespace)
17685         (whitespace-check-indent-whitespace)
17686         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17687         (whitespace-modes): Fix typos in docstrings.
17688         (defgroup, defcustom): Doc fixes.
17690         * winner.el (winner-mode, winner-boring-buffers)
17691         (winner-pending-undo-ring): Doc fixes.
17692         (winner-ring): Remove unneeded `progn'.
17693         (winner-equal): `defsubst' it.
17694         (winner-redo): Fix message.
17696 2005-07-13  Kim F. Storm  <storm@cua.dk>
17698         * simple.el (line-move-1): Always use vertical-motion to
17699         do the last (or only) line move to ensure some movement.
17700         Undo 2005-06-23 change--don't check for overlays.
17702 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17704         * term/mac-win.el (ccl-encode-mac-roman-font)
17705         (ccl-encode-mac-centraleurroman-font)
17706         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17707         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17708         Change charset-id boundary of dimension to ?\xef.
17709         (mac-char-fontspec-list): New constant.
17710         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
17711         argument.  Nil uses itself as family in font-spec.  Previous
17712         behavior for nil is now provided by non-nil non-string argument.
17713         All callers changed.  Add font-specs for Mac fonts to
17714         "fontset-default" unless iso8859-1 fonts are installed.
17716 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17718         * progmodes/sh-script.el (sh-get-indent-info): Only indent
17719         a continuation line if the \ is preceded by SPC or TAB.
17720         (sh-get-indent-info): Simplify.
17721         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17722         Use with-current-buffer.
17724         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17725         when the matched text is empty.
17727 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
17729         * startup.el (command-line): Revert to previous handling of
17730         tooltip-mode.  Explain in comment why the complexity is needed.
17732         * tooltip.el (tooltip-mode): Revert to previous implementation of
17733         its defcustom.
17735         * frame.el (blink-cursor-mode): Revert to previous implementation
17736         of its defcustom.  Update comment.
17738 2005-07-12  Lars Hansen  <larsh@soem.dk>
17740         * desktop.el: Update e-mail address.
17742 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17744         * term/mac-win.el (mac-services-mail-selection)
17745         (mac-services-mail-to): New functions.
17746         (mac-application-menu-map): Bind them.
17748 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
17750         * progmodes/gdb-ui.el: Add note about buffering with Windows.
17752 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
17754         * custom.el (custom-reevaluate-setting): Doc fix.
17756 2005-07-11  Jay Belanger  <belanger@truman.edu>
17758         * calc/calc.el (calc-embedded-announce-formula-alist)
17759         (calc-embedded-open-close-plain-alist)
17760         (calc-embedded-open-close-mode-alist): Add checks for additional
17761         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17763 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
17765         * custom.el (custom-enable-theme): Don't add theme to
17766         `custom-enabled-themes' with `push' because there is no
17767         setf-method for `delq'.
17769 2005-07-11  Richard M. Stallman  <rms@gnu.org>
17771         * custom.el (custom-declare-variable): Doc fix.
17773         * dired-aux.el (dired-compare-directories): Remove "." and ".."
17774         from the alists.
17776         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17777         Do nothing if edebug-active.
17779         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17780         (edebug-display): Do it here instead.
17782 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17784         * cus-face.el (custom-theme-set-faces): Make it work.
17785         (custom-reset-faces): Doc fix.
17786         (custom-theme-reset-internal-face, custom-theme-face-value):
17787         Functions deleted.
17789         * custom.el (custom-push-theme): Maintain list of the settings
17790         of a given theme in its theme-settings property.
17791         Maintain position of old settings in the theme-value
17792         or theme-face property.
17793         (custom-enabled-themes): New variable.
17794         (custom-theme-enabled-p): New function.
17795         (provide-theme): Update custom-enabled-themes.
17796         Disable and reenable the `user' theme.
17797         (require-theme): Doc fix.
17798         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17799         (custom-theme-value, custom-theme-variable-value): Likewise.
17800         (custom-theme-reset-internal): Likewise.
17801         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17802         (custom-enable-theme, custom-disable-theme): New functions.
17803         (custom-variable-theme-value, custom-face-theme-value): Likewise.
17804         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17805         (custom-theme-reset-variables): Simplify.
17806         (deftheme, custom-declare-theme, custom-make-theme-feature):
17807         Definitions moved.
17809 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
17811         * longlines.el (longlines-show-region)
17812         (longlines-unshow-hard-newlines): Recognize hard newlines by
17813         non-nil hard property, instead of t.
17815 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
17817         * viper-cmd.el (viper--key-maps): New variable.
17818         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17819         emulation-mode-map-alists.
17820         (viper-envelop-ESC-key): Use viper-subseq.
17821         (viper-search-forward/backward/next): Disable debug-on-error.
17823         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17824         (viper-ESC-key): New defcustoms.
17826         * viper-macs.el (ex-map-read-args): Use viper-subseq.
17828         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17829         (viper-subseq): Copy of subseq from cl.el.
17831         * viper.el (viper-go-away, viper-set-hooks): Use
17832         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17834         * viper-mous.el (viper-current-frame-saved): Use defvar.
17836         * viper-init.el: Get rid of -face in face names.
17838         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17839         Make it work with longlines mode
17841         * ediff-mult.el (ediff-meta-mode-hook): New variable.
17843         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17845         * ediff-init.el: Get rid of -face in face names.
17847 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17849         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17850         and with-timeout-unsuspend.
17852         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17853         and with-timeout-unsuspend.
17855         * emacs-lisp/timer.el (with-timeout-timers): New variable.
17856         (with-timeout): Bind that variable to record timers.
17857         (with-timeout-suspend, with-timeout-unsuspend): New functions.
17859         * emacs-lisp/debug.el (debug-help-follow): New function.
17860         (debugger-mode-map): Use that instead of help-follow.
17861         (debugger-setup-buffer): Use eval-buffer-list
17862         to handle eval-buffer frames.
17864 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
17866         * timezone.el (timezone-parse-date): Change first regexp
17867         so it will not mistakenly match dates with no time zone.
17869 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
17871         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17873 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
17875         * custom.el (custom-initialize-safe-set)
17876         (custom-initialize-safe-default): New functions.
17878         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17879         and simplify :init-value.
17881         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17882         and simplify :init-value.  Delete obsolete comment.
17884         * startup.el (command-line): Use `custom-reevaluate-setting' to
17885         handle `tooltip-mode'.  Delete obsolete comment.
17887         * files.el (set-visited-file-name): Avoid calling
17888         `file-name-nondirectory' with a nil argument.
17890 2005-07-09  Richard M. Stallman  <rms@gnu.org>
17892         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17893         was called with nil for the buffer, handle the read position right.
17894         Handle read position for eval-region, too.
17896 2005-07-09  Juri Linkov  <juri@jurta.org>
17898         * fringe.el (fringe-mode): Add period in docstring.
17899         (fringe-query-style): Build prompt depending on `all-frames' arg.
17901         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17902         to not create links to unrelated functions in the Help buffer.
17904         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17905         Doc fix.
17907         * simple.el (next-error-hook): New variable.
17908         (next-error): Use it.  Doc fix.
17910         * textmodes/ispell.el (ispell-command-loop): Add current
17911         dictionary name and program name to mode-line-format.
17912         (ispell-region, ispell-process-line): Add current dictionary name
17913         and program name to messages.
17915 2005-07-08  Jay Belanger  <belanger@truman.edu>
17917         * calc/calc.el (calc-embedded-announce-formula-alist)
17918         (calc-embedded-open-close-formula-alist)
17919         (calc-embedded-open-close-word-alist)
17920         (calc-embedded-open-close-plain-alist)
17921         (calc-embedded-open-close-new-formula-alist)
17922         (calc-embedded-open-close-mode-alist)
17923         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17924         (calc-embedded-mode-hook): New variables.
17926         * calc/calc-embed.el (calc-embedded-firsttime)
17927         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17928         New variables.
17929         (calc-do-embedded): Use calc-embedded-firsttime,
17930         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17931         determine whether or not to run hooks.
17932         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17933         calc-embedded-firsttime-formula appropriately.
17934         Set calc-embedded delimiter variables according to mode.
17936 2005-07-08  Richard M. Stallman  <rms@gnu.org>
17938         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17939         Check for "emacs", etc., as entire symbol, not just as word.
17940         (checkdoc-file-comments-engine): Use regexp-quote on FN.
17942         * files.el (set-visited-file-name): Report the error
17943         for "empty filename" earlier.
17944         (kill-some-buffers): Ignore buffers already dead.
17946         * fringe.el (fringe-mode): Doc fix.
17948         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17949         Check for (featurep 'xemacs) and turn off warnings in what it guards.
17950         Use unwind-protect to ensure byte-compile-unresolved-functions
17951         is updated.
17953         * whitespace.el (whitespace-buffer-leading-cleanup):
17954         Simplify w/ skip-chars-forward.
17955         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17957         * mail/rmail.el (rmail-only-expunge): Fix paren error.
17958         Unconditionally try to leave point at the same old place.
17960 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
17962         * comint.el (comint-postoutput-scroll-to-bottom)
17963         (comint-show-maximum-output): Take scroll-margin into consideration.
17965 2005-07-08  Kim F. Storm  <storm@cua.dk>
17967         * ido.el (ido-use-filename-at-point): New choice `guess'.
17968         (ido-file-internal): Try ffap-guesser if selected.
17970         * ido.el (ido-before-fallback-functions): New hook.
17971         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17972         (ido-read-file-name): Run it.
17974 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17976         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17977         strings rather than a list of symbols to the completion function.
17979 2005-07-07  Jay Belanger  <belanger@truman.edu>
17981         * calc/calc-units.el (math-apply-units): Change the places in
17982         which units are simplified.
17984 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
17986         * cus-edit.el (customize-option, customize-option-other-window):
17987         Make them handle aliases.
17989         * custom.el (custom-variable-p): Make it recursively follow
17990         aliases.  Mention that in the docstring.
17992 2005-07-07  Richard M. Stallman  <rms@gnu.org>
17994         * cus-start.el (exec-path): Use `directory' instead of `file'.
17995         Fix tag for nil.
17997 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
17999         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18000         when called non-interactively.  Doc fix.
18002 2005-07-07  Lute Kamstra  <lute@gnu.org>
18004         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18005         new address as well.
18007 2005-07-07  Kenichi Handa  <handa@m17n.org>
18009         * international/mule.el (make-coding-system):
18010         Describe `ascii-incompatible' property in the docstring.
18011         (set-file-name-coding-system): Signal an error if coding-system is
18012         ascii-incompatible.
18013         (set-keyboard-coding-system): Likewise.
18015         * international/mule-cmds.el (set-default-coding-systems):
18016         Don't set default-file-name-coding-system and
18017         default-keyboard-coding-system if coding-system is ASCII-incompatible.
18019         * international/utf-16.el: Declare that all UTF-16-based coding
18020         systems are ASCII-incompatible.
18022 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
18024         * progmodes/gud.el: Require font-lock for displaying errors.
18025         Used by gdb-ui.el.
18027 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18029         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18030         values for the pattern lists which are `read'able but not
18031         `append'able (like symbols).
18033 2005-07-06  Richard M. Stallman  <rms@gnu.org>
18035         * progmodes/flymake.el (flymake-float-time): Instead of
18036         with-no-warnings, test for xemacs.
18037         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18038         to avoid warning.
18040 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
18042         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18044 2005-07-05  Lute Kamstra  <lute@gnu.org>
18046         * battery.el: Add support for Darwin (with much debugging help
18047         from Samuel Lauber <sam124@operamail.com>).
18048         (battery-status-function, battery-echo-area-format)
18049         (battery-mode-line-format): Add support for pmset on Darwin.
18050         (battery-load-low, battery-load-critical): New user options.
18051         (battery-pmset): New function.
18053 2005-07-05  Lute Kamstra  <lute@gnu.org>
18055         Update FSF's address in GPL notices.
18057         * textmodes/page-ext.el: Update FSF's address.
18059 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18061         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18062         filling from using prefix when filling a single-line docstring.
18064         * progmodes/flymake.el: Remove useless eval-when-compile.
18066         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18068 2005-07-04  Richard M. Stallman  <rms@gnu.org>
18070         * textmodes/org.el (org-file-apps-defaults-gnu):
18071         Rename from org-file-apps-defaults-linux.
18072         (org-default-apps): Don't test system-type for `linux'.
18073         (org-file-apps): Doc fix.
18075 2005-07-04  David Ponce  <david@dponce.com>
18077         * tree-widget.el: Improve header Commentary section.
18078         (tree-widget) [defgroup]
18079         (tree-widget-image-enable, tree-widget-themes-directory)
18080         (tree-widget-theme, tree-widget-image-properties-emacs)
18081         (tree-widget-image-properties-xemacs, tree-widget-create-image)
18082         (tree-widget-image-formats, tree-widget-control)
18083         (tree-widget-empty-control, tree-widget-leaf-control
18084         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18085         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18086         (tree-widget-keep, tree-widget-after-toggle-functions)
18087         (tree-widget-open-node, tree-widget-close-node): Doc fix.
18088         (tree-widget-open-control, tree-widget-close-control): Fix doc and
18089         :help-echo message.
18090         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
18091         (tree-widget-image-properties): Doc fix.  Clearer implementation.
18092         (tree-widget--cursors): New constant.
18093         (tree-widget-lookup-image): New function split from
18094         `tree-widget-find-image'.  Clearer implementation.
18095         (tree-widget-find-image): Use it.
18096         (tree-widget-button-keymap): Use `set-keymap-parent'.
18097         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18098         Define the sub-widgets here.
18099         (tree-widget-node): Check that :node is not a tree-widget.
18100         (tree-widget-get-super, tree-widget-open-control)
18101         (tree-widget-close-control, tree-widget-empty-control)
18102         (tree-widget-leaf-control, tree-widget-guide)
18103         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18104         (tree-widget-no-handle, tree-widget-value-delete)
18105         (tree-widget-map): Remove.
18106         (tree-widget-children-value-save): Doc fix.  Simplified.
18107         (tree-widget-value-create): Update according to previous changes.
18109 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
18111         * textmodes/org.el: Leading space replaced by TABS.
18112         (org-recalc-marks, org-table-rotate-recalc-marks)
18113         (org-table-get-specials): Treat "^" and "_" marks.
18114         (org-table-justify-field-maybe): Optional argument NEW.
18115         (org-table-eval-formula): Parsing of the format simplified.
18116         New modes C,I.  Honor the %= parameter in the current table.
18117         Avoid unnecessary re-align by using the NEW argument to
18118         `org-table-justify-field-maybe'.
18119         (org-calc-default-modes): Default for date-format mimicks org-mode.
18120         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18122 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
18124         * cus-face.el (custom-theme-set-faces): Make it handle face
18125         aliases whose alias declarations are pre- or autoloaded.
18127 2005-07-04  Juri Linkov  <juri@jurta.org>
18129         * faces.el (read-face-name): Put the code for getting a face name
18130         from the buffer before adding the faces from the `face' property.
18131         Use `completing-read-multiple' instead of `completing-read'.
18132         Require `crm'.  Add default value and post-process the returned
18133         list of faces.
18135         * emacs-lisp/crm.el (crm-find-current-element)
18136         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18138         * emacs-lisp/lisp-mode.el (eval-defun-1):
18139         * emacs-lisp/edebug.el (edebug-eval-defun):
18140         Remove unnecessary quotes.
18142 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18144         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18145         (prolog-indent-level): Fix typo in docstring.
18147         * info.el (Info-history, Info-history-forward)
18148         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18150         * add-log.el (add-change-log-entry):
18151         * comint.el (comint-dynamic-list-input-ring)
18152         (comint-dynamic-list-completions):
18153         * dabbrev.el (dabbrev-expand):
18154         * delim-col.el (delimit-columns-rectangle-line):
18155         * diff-mode.el (diff-context->unified, diff-reverse-direction)
18156         (diff-unified->context):
18157         * ediff-init.el (ediff-abbrev-jobname):
18158         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18159         (ediff-replace-session-activity-marker-in-meta-buffer):
18160         * info.el (Info-summary):
18161         * lpr.el (printify-region):
18162         * printing.el (pr-create-interface):
18163         * ps-print.el (ps-print-quote):
18164         * ses.el (ses-column-widths, ses-print-cell)
18165         (ses-adjust-print-width, ses-center):
18166         * shell.el (shell-file-name-quote-list):
18167         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18168         (strokes-fill-current-buffer-with-whitespace)
18169         (strokes-xpm-for-stroke, strokes-list-strokes)
18170         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18171         * term.el (term-dynamic-list-input-ring)
18172         (term-dynamic-list-completions):
18173         * calc/calc.el (math-format-stack-value):
18174         * emacs-lisp/edebug.el (edebug-display-freq-count):
18175         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18176         (delphi-new-comment-line):
18177         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18178         * progmodes/executable.el (executable-set-magic):
18179         * progmodes/python.el (inferior-python-mode):
18180         * progmodes/scheme.el (scheme-mode-syntax-table):
18181         * progmodes/sh-script.el (sh-maybe-here-document):
18182         * progmodes/sql.el (sql-copy-column):
18183         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18184         * textmodes/bibtex.el (bibtex-mode):
18185         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18186         (sgml-auto-attributes):
18187         * textmodes/table.el (table-insert, table-shorten-cell)
18188         (table--generate-source-scan-lines, table-delete-row)
18189         (*table--cell-delete-char, table--spacify-frame)
18190         (table--horizontally-shift-above-and-below)
18191         (table--cell-insert-char, table--cell-blank-str)
18192         (table--fill-region-strictly):
18193         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18194         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18196         * add-log.el (change-log):
18197         * apropos.el (apropos):
18198         * comint.el (comint-completion, comint-source):
18199         * dabbrev.el (dabbrev):
18200         * delim-col.el (columns):
18201         * diff-mode.el (diff-mode):
18202         * ediff.el (ediff):
18203         * ediff-diff.el (ediff-diff):
18204         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18205         * ediff-mult.el (ediff-mult):
18206         * ediff-ptch.el (ediff-ptch):
18207         * ediff-wind.el (ediff-window):
18208         * facemenu.el (facemenu):
18209         * indent.el (indent):
18210         * info.el (info):
18211         * jka-cmpr-hook.el (compression, jka-compr):
18212         * lpr.el (lpr):
18213         * outline.el (outlines):
18214         * pcmpl-cvs.el (pcmpl-cvs):
18215         * pcmpl-rpm.el (pcmpl-rpm):
18216         * printing.el (printing):
18217         * ps-print.el (postscript, ps-print, ps-print-horizontal)
18218         (ps-print-vertical, ps-print-headers, ps-print-font)
18219         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18220         (ps-print-background, ps-print-printer, ps-print-page)
18221         (ps-print-miscellany):
18222         * ses.el (ses):
18223         * shell.el (shell, shell-directories, shell-faces):
18224         * startup.el (initialization):
18225         * strokes.el (strokes):
18226         * term.el (term):
18227         * uniquify.el (uniquify):
18228         * w32-vars.el (w32):
18229         * calc/calc.el (calc):
18230         * emacs-lisp/bytecomp.el (bytecomp):
18231         * emacs-lisp/cl-indent.el (lisp-indent):
18232         * emacs-lisp/edebug.el (edebug):
18233         * emacs-lisp/elp.el (elp):
18234         * emacs-lisp/testcover.el (testcover):
18235         * emacs-lisp/trace.el (trace):
18236         * emulation/viper-ex.el (viper-ex):
18237         * emulation/viper-mous.el (viper-mouse):
18238         * mail/mailalias.el (mailalias):
18239         * mail/supercite.el (supercite, supercite-frames)
18240         (supercite-attr, supercite-cite, supercite-hooks):
18241         * net/rcompile.el (remote-compile):
18242         * net/rlogin.el (rlogin):
18243         * obsolete/ooutline.el (outlines):
18244         * progmodes/delphi.el (delphi):
18245         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18246         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18247         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18248         (ebnf-optimization):
18249         * progmodes/etags.el (etags):
18250         * progmodes/executable.el (executable):
18251         * progmodes/idlwave.el (idlwave):
18252         * progmodes/pascal.el (pascal):
18253         * progmodes/prolog.el (prolog):
18254         * progmodes/python.el (python):
18255         * progmodes/scheme.el (scheme):
18256         * progmodes/sh-script.el (sh, sh-script):
18257         * progmodes/sql.el (SQL):
18258         * progmodes/tcl.el (tcl):
18259         * textmodes/bibtex.el (bibtex, bibtex-autokey):
18260         * textmodes/enriched.el (enriched):
18261         * textmodes/makeinfo.el (makeinfo):
18262         * textmodes/sgml-mode.el (sgml):
18263         * textmodes/table.el (table-hooks):
18264         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18265         * textmodes/texinfo.el (texinfo):
18266         * textmodes/two-column.el (two-column):
18267         Finish `defgroup' description with period.
18269         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18270         * eshell/esh-var.el (eshell-var):
18271         * progmodes/vhdl-mode.el (vhdl-testbench):
18272         * textmodes/org.el (org): Fix typos in docstrings.
18274         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18275         consistency.
18277         * progmodes/flymake.el (flymake-find-file): Remove.
18278         (flymake-float-time): Use `with-no-warnings'.
18279         (flymake-check-start-time, flymake-check-was-interrupted)
18280         (flymake-err-info, flymake-is-running, flymake-last-change-time)
18281         (flymake-new-err-info): `defvar' at compile time.
18283 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
18285         * replace.el (occur-hook): Doc fix.
18286         (occur-1): Don't call `occur-hook' if there are no matches.
18288 2005-07-03  Richard M. Stallman  <rms@gnu.org>
18290         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18291         global-map, save the same map.
18292         (global-map): Don't alter it at top level.
18293         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18294         Then alter it here instead.
18295         (tpu-edt-off): Set global-map to the saved one.
18297         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18298         All references simplified.
18299         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
18300         (zmacs-regions): Add defvar.
18301         (repeat-complex-command-map): Everything about that deleted.
18303         * textmodes/artist.el (artist-key-is-drawing)
18304         (artist-key-endpoint1, artist-key-poly-point-list)
18305         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18306         (artist-key-compl-table, artist-rb-save-data)
18307         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18308         Don't put them in eval-when-compile.
18309         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18311         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18312         Use with-no-warnings.
18314         * net/browse-url.el (dos-windows-version): Add defvar.
18316         * mail/supercite.el (filladapt-prefix-table): Add defvar.
18318         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18319         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18320         (rmail-new-summary-line-count): Rename from new-summary-line-count.
18321         Add defvar.
18322         (rmail-summary-beginning-of-message): Use with-no-warnings.
18323         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18325         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18326         Use with-no-warnings.
18328         * emulation/vi.el (vi-mark-region): Use c-mark-function.
18329         (c-mark-function): Add point-moving-unit property.
18330         (vi-goto-line): Use with-no-warnings.
18332         * emulation/edt.el (edt-last-copied-word): Add defvar.
18333         (zmacs-region-stays): Likewise.
18334         (edt-mark-section-wisely): Use c-mark-function for C.
18335         Use makr-defun for Fortran.
18336         (time-string): defvar deleted.
18337         (edt-display-the-time): Don't set time-string.
18339         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18341         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18342         Don't warn when name is not constant
18343         or for defining the group `emacs'.
18345         * tooltip.el (gud-tooltip-mode): Add defvar.
18347         * startup.el (default-frame-background-mode): Add defvar.
18349         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18351         * info.el (tool-bar-map): Add defvar.
18353         * dired.el (dnd-protocol-alist): Add defvar.
18355         * dired-aux.el (dired-query): Display question with answer, when
18356         the user answers.
18358         * custom.el (custom-add-option): Doc fix.
18360         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18362 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
18364         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18365         bogus name from the last change.
18367 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
18369         * custom.el (custom-declare-variable): Fix typos in comment.
18370         (custom-known-themes): Doc fix.
18371         (custom-theme-directory): New defcustom.
18372         (require-theme): Make it check `custom-theme-directory'.
18374         * cus-theme.el (custom-new-theme-mode): New function.
18375         (custom-theme-name, custom-theme-variables, custom-theme-faces)
18376         (custom-theme-description): Add compiler defvars.
18377         (customize-create-theme): Add doc to the "*New Custom Theme*"
18378         buffer.  Use `custom-new-theme-mode'.
18379         (custom-theme-write): Put the created buffer in emacs-lisp-mode
18380         and save it to the `custom-theme-directory'.  Make this the
18381         default directory of the buffer.
18383 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
18385         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18386         Fix unbalanced parentheses.
18388 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18390         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18391         into flymake-mode and delegate to flymake-mode.
18393         * find-file.el (ff-which-function-are-we-in): Clean up.
18395 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
18397         * replace.el (occur-rename-buffer): Fix docstring.
18399         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18400         (edt-last-copied-word, edt-learn-macro-count)
18401         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18402         (edt-rect-start-point, edt-user-global-map, rect-start-point)
18403         (time-string, zmacs-region-stays):
18404         * emulation/edt-mapper.el (edt-save-function-key-map)
18405         (EDT-key-name): `defvar' to silence the byte-compiler.
18407 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
18409         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18410         font-lock-regexp-backslash.  Doc fix.
18411         (font-lock-regexp-backslash-grouping-construct): Rename from
18412         font-lock-regexp-backslash-construct.  Doc fix.
18413         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18414         grouping constructs.
18416 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
18418         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18419         updating all the prerequisites.
18421 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
18423         * textmodes/org.el (org-agenda-start-on-weekday)
18424         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18425         (org-agenda-use-time-grid, org-archive-location)
18426         (org-allow-space-in-links, org-usenet-links-prefer-google)
18427         (org-enable-table-editor, org-export-default-language)
18428         (org-export-html-show-new-buffer, org-fill-paragraph)
18429         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18430         (org-goto-quit, org-occur, org-eval-in-calendar)
18431         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18432         (org-agenda-diary-entry, org-remember-help)
18433         (org-table-convert-region, org-at-table-p)
18434         (org-table-move-row-down, org-table-move-row-up)
18435         (org-table-copy-region, org-table-toggle-vline-visibility)
18436         (org-table-get-stored-formulas, org-table-get-specials)
18437         (org-recalc-commands, org-table-eval-formula)
18438         (org-table-formula-substitute-names, orgtbl-make-binding)
18439         (org-format-org-table-html, org-format-table-table-html)
18440         (org-format-table-table-html-using-table-generate-source)
18441         (org-customize): Fix typos in docstrings.
18442         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18443         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18444         (org-back-to-heading): Doc fixes.
18445         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18446         (org-agenda-change-all-lines, org-get-header):
18447         Improve argument/docstring consistency.
18448         (orgtbl-error): Fix error message.
18450         * progmodes/flymake.el (flymake-find-possible-master-files)
18451         (flymake-master-file-compare, flymake-get-line-err-count)
18452         (flymake-highlight-line, flymake-gui-warnings-enabled):
18453         Fix typos in docstrings.
18454         (flymake-parse-line, flymake-get-project-include-dirs-function)
18455         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18456         Doc fixes.
18457         (flymake-get-project-include-dirs-function)
18458         (flymake-make-err-menu-data):
18459         Improve argument/docstring consistency.
18461 2005-07-01  Lute Kamstra  <lute@gnu.org>
18463         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18464         Catch errors with ignore-errors.  Use temporary buffer.
18465         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
18467         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18468         background color faces.
18469         (facemenu-set-foreground, facemenu-set-background):
18470         Use facemenu-set-face-from-menu.
18471         (facemenu-set-face-from-menu): Treat face names that start with
18472         "fg:" or "bg:" as special.
18473         (facemenu-add-new-color): Don't create faces.  Simplify.
18475 2005-06-30  Richard M. Stallman  <rms@gnu.org>
18477         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18478         (crm-find-current-element): Likewise.
18480 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18482         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18484 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18486         * arc-mode.el (archive-extract): Make it work as a mouse binding.
18487         (archive-mouse-extract): Make it an obsolete alias.
18488         (archive-mode-map): Don't use archive-mouse-extract any more.
18489         (archive-mode, archive-extract): write-contents-hooks ->
18490         write-contents-functions.
18491         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18492         first arg.
18493         (archive-rename-entry): Update the call.
18494         (archive-zip-summarize): Remove unused var `method'.
18495         (archive-lzh-summarize): Remove unused var `creator'.
18497         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18498         dedicated frame upon exit.
18500         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18501         (archive-zip-extract, archive-zip-expunge)
18502         (archive-zip-update, archive-zip-update-case): Use executable-find.
18503         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18504         Use restore-buffer-modified-p.
18505         (archive-extract, archive-add-new-member, archive-write-file-member):
18506         Use with-current-buffer.
18507         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18509 2005-06-30  Andreas Schwab  <schwab@suse.de>
18511         * progmodes/gud.el (gud-filter): Remove unneeded progn.
18513 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18515         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18517 2005-06-30  Juri Linkov  <juri@jurta.org>
18519         * faces.el (vertical-border): Inherit from mode-line-inactive
18520         only on tty.
18522 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
18524         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18525         example, -NLINES in the `occur' docstring).
18527         * replace.el (occur-1): When no matches are found, do not set the
18528         `buffer-read-only' and modified flags for the occur buffer,
18529         because it is deleted.
18531         * emulation/cua-base.el (cua-check-pending-input)
18532         (cua-repeat-replace-region, cua-mode, cua-debug)
18533         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18534         Fix typos in docstrings.
18536         * emulation/cua-gmrk.el (cua-toggle-global-mark)
18537         (cua-cut-region-to-global-mark)
18538         (cua--cut-rectangle-to-global-mark):
18539         Remove period from end of messages.
18541         * emulation/cua-rect.el (cua-do-rectangle-padding):
18542         Remove period from end of messages.
18543         (cua--rectangle-seq-format): Fix typo in docstring.
18544         (cua-sequence-rectangle, cua-fill-char-rectangle):
18545         Improve argument/docstring consistency.
18547 2005-06-29  Juri Linkov  <juri@jurta.org>
18549         * faces.el (default-frame-background-mode): New internal variable.
18550         (frame-set-background-mode): Use it.
18552         * startup.el (normal-top-level): Set default-frame-background-mode
18553         instead of frame-background-mode.  Before setting it, test for its
18554         nil value.  Remove tests for frame-background-mode and frame
18555         parameter `reverse'.  Add test for "unspecified-fg".
18557         * term/xterm.el (xterm-rxvt-set-background-mode):
18558         * term/rxvt.el (rxvt-set-background-mode):
18559         Set default-frame-background-mode instead of frame-background-mode.
18561 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
18563         * simple.el (set-variable): Warn about obsolete user variables.
18565         * imenu.el (imenu--completion-buffer):
18566         * mouse.el (mouse-buffer-menu-alist):
18567         * msb.el (msb-invisible-buffer-p):
18568         * calendar/diary-lib.el (diary-header-line-format):
18569         * emacs-lisp/pp.el (pp-buffer):
18570         * progmodes/cperl-mode.el (cperl-do-auto-fill):
18571         * textmodes/picture.el (picture-replace-match):
18572         Change space constants followed by a sexp to "?\s ".
18574         * play/decipher.el (decipher-loop-with-breaks):
18575         * textmodes/texinfo.el (texinfo-insert-@item): Change space
18576         constants "protected" from end of line by a comment to "?\s".
18578 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18580         * font-lock.el (save-buffer-state): Use `declare'.
18582         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18583         reset the syntax-table to cperl-mode-syntax-table.
18584         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18585         "foo_print_bar" is not matched as a reserved keyword.
18587 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
18589         * textmodes/org.el (orgtbl-setup): New function, for delayed
18590         setup for the orgtbl commands.
18591         (org-calc-default-modes): New option.
18592         (orgtbl-make-binding): Use `defun' to get better help display.
18593         (org-diary): Call `org-compile-prefix-format'.
18594         (org-table-formula-substitute-names): New function.
18595         (org-agenda-day-view, org-agenda-week-view): New commands.
18596         (org-agenda-toggle-week-view): Command removed.
18597         (org-tbl-menu): Split off from org-org-menu.
18598         (org-mode): Move removal of outline-mode menus to here.
18599         (org-table-formula-debug): New option.
18600         (org-table-insert-row): Keep first field if just "#" or "*".
18601         (org-mode): Paragraph regexps fixed.
18602         (org-table-recalculate-regexp): New constant.
18603         (org-table-justify-field-maybe): Avoid replace if not necessary.
18604         (org-copy-special, org-cut-special): Use `call-interactively'.
18605         (org-table-copy-region): Take region from `interactive' call.
18606         (org-trim): Return string even if no match.
18607         (org-formula): New face.
18608         (org-set-font-lock-defaults): No longer highlight "FIXME".
18609         But highlight formula-related fields in table.
18610         (org-table-p): Use regexp, not fontification.
18611         (org-table-align): Handle white space at end of line.
18612         (org-table-formula-evaluate-inline): New option.
18613         (org-mode): Auto-wrapping in comment lines turned off.
18614         (org-table-copy-down): Evaluate only in copied field, not in
18615         destination.
18616         (org-table-current-formula): Variable removed.
18617         (org-table-store-formulas, org-table-get-stored-formulas)
18618         (org-table-modify-formulas, org-table-replace-in-formulas)
18619         (org-table-maybe-eval-formula): New functions.
18620         (org-table-get-formula): Modify to use stored formulas.
18621         (org-table-insert-column, org-table-delete-column)
18622         (org-table-move-column): Call `org-table-modify-formulas'.
18623         (org-complete): Add completion for keyword formulas.
18624         (orgtbl-mode): Pull orgtbl-mode-map to start of
18625         minor-mode-map-alist.
18627 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18629         * progmodes/python.el (python-check): Require `compile' before
18630         modifying its variables.
18632         * newcomment.el (comment-indent-default): Don't get fooled by an early
18633         end of buffer.
18635 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18637         * ps-print.el (ps-print-version): Fix version number.
18639 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
18641         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18643 2005-06-28  Richard M. Stallman  <rms@gnu.org>
18645         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18646         (flyspell-local-mouse-map): Declaration deleted.
18647         (flyspell-mouse-map): Bind only mouse-2.
18648         (flyspell-mode-map): Don't test flyspell-use-local-map.
18649         (flyspell-overlay-keymap-property-name): Var deleted.
18650         (flyspell-mode-on): Don't make local bindings for
18651         flyspell-mouse-map and flyspell-mode-map.
18652         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18654         * textmodes/ispell.el (ispell-word): Do not ignore short words.
18656         * progmodes/compile.el (compilation-next-error-function):
18657         Don't switch buffers; operate on the current buffer.
18659         * progmodes/compile.el (compilation-error-file-name)
18660         (compilation-warning-file-name, compilation-info-file-name)
18661         (compilation-line-number, compilation-column-number): New faces.
18662         (compilation-error-face, compilation-warning-face)
18663         (compilation-info-face, compilation-line-face)
18664         (compilation-column-face): Use them.
18666         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18668         * comint.el (comint-password-prompt-regexp): Accept ", try again".
18670         * bindings.el (global-map): Bind insertchar and its variants.
18672 2005-06-27  Richard M. Stallman  <rms@gnu.org>
18674         * textmodes/artist.el (artist-text-overwrite)
18675         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18677 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18679         * ps-print.el: It was not working the page selection for printing.
18680         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18681         (ps-print-version): New version 6.6.7.
18682         (ps-end-sheet): New fun.
18683         (ps-header-sheet, ps-end-job): Call it.
18685 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
18687         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18689 2005-06-27  Lute Kamstra  <lute@gnu.org>
18691         * facemenu.el (facemenu-unlisted-faces): Add foreground and
18692         background color faces.
18693         (facemenu-get-face): Delete function.
18694         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18695         (facemenu-add-new-color): Make second argument mandatory.
18696         Create the appropriate face and return it.  Simplify.
18697         (facemenu-set-foreground, facemenu-set-background): Don't check if
18698         color is defined.  Use return value of facemenu-add-new-color.
18700 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
18702         * progmodes/gud.el (gud-filter): Add missing argument to
18703         with-selected-window.
18705 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18707         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18708         a :require to the defcustom.
18710         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18711         defcustoms corresponding to minor modes.
18713 2005-06-26  David Ponce  <david@dponce.com>
18715         * recentf.el: Require tree-widget instead of wid-edit.
18716         (recentf-filename-handler): Fix widget :type.
18717         (recentf-cancel-dialog, recentf-open-more-files)
18718         (recentf-open-files-action): Doc fix.
18719         (recentf-dialog-goto-first): New function.
18720         (recentf-dialog-mode-map): Set parent keymap first.
18721         (recentf-dialog-mode): Define with define-derived-mode.
18722         Don't display continuation lines in dialogs.
18723         (recentf-edit-list): Rename from recentf-edit-selected-items.
18724         (recentf-edit-list-select): Rename from recentf-edit-list-action.
18725         Simplify.
18726         (recentf-edit-list-validate): New function.
18727         (recentf-edit-list): Update accordingly.
18728         (recentf-open-files-item-shift): Remove.
18729         (recentf-open-files-item): Convert menu elements into tree and
18730         link widgets.  Don't create the widgets.
18731         (recentf-open-files): Update accordingly.
18732         (recentf-save-list): Untabify.
18734 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
18736         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18737         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
18738         partially contained in the active region.  Do not take active
18739         region into account when called from Lisp, unless INTERACTIVE arg
18740         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
18741         avoid trouble with fields.  Make marker point nowhere when no
18742         longer used.  Always return nil.  Doc fix.
18743         (flush-lines): Add INTERACTIVE arg.  Do not take active region
18744         into account when called from Lisp, unless INTERACTIVE arg is
18745         non-nil.  Use `forward-line' instead of `beginning-of-line' to
18746         avoid trouble with fields.  Make marker point nowhere when no
18747         longer used.  Always return nil.  Doc fix.
18748         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
18749         interchangeable.  Do not take active region into account when
18750         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
18751         message in echo area when called from Lisp, unless INTERACTIVE arg
18752         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
18753         Return the number of matches.  Doc fix.
18754         (occur): Doc fix.
18755         (perform-replace): Make comment follow double space convention for
18756         the sake of `outline-minor-mode'.
18758         * faces.el (facep): Doc fix.
18760 2005-06-25  Richard M. Stallman  <rms@gnu.org>
18762         * facemenu.el (facemenu-enable-faces-p): New function.
18763         (facemenu-background-menu, facemenu-foreground-menu)
18764         (facemenu-face-menu): Add menu-enable property.
18766         * jka-compr.el (jka-compr-insert-file-contents):
18767         Special handling if cannot find the uncompression program.
18769         * cus-face.el (custom-face-attributes): Add autoload.
18771         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18772         Bind comment-indent-function locally.
18774         * window.el (save-selected-window): Use save-current-buffer.
18776         * subr.el (with-selected-window): Use save-current-buffer.
18778         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18779         and with-current-buffer.
18781 2005-06-24  Richard M. Stallman  <rms@gnu.org>
18783         * simple.el (line-move-1): Fix previous change.
18785 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18787         * replace.el (occur-1): Set `buffer-read-only' and the
18788         buffer-modified flag before running `occur-hook' to protect
18789         against unintentional buffer switches that can lead to data loss.
18791 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
18793         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18794         (gud-gdb-marker-filter): Use font-lock-warning-face for any
18795         initial error.
18797         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18798         after fresh input.
18799         (gdb-var-create-handler): Put name of expression in quotes.
18801 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
18803         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18804         elements of RING in order, and without bogus nil elements.
18806 2005-06-23  Richard M. Stallman  <rms@gnu.org>
18808         * simple.el (set-variable): Args renamed; doc fix.
18809         (line-move-1): When there are overlays around, use vertical-motion.
18811         * faces.el (escape-glyph): Use brown against light background.
18812         (nobreak-space): Rename from no-break-space.
18813         Fix previous change.
18815         * dired-aux.el (dired-do-copy): Fix arg prompt.
18817         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18819 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
18821         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18822         rather than "Distributor".
18824 2005-06-23  Lute Kamstra  <lute@gnu.org>
18826         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18827         (debug-on-entry): Use it.  New interactive declaration that uses
18828         function-called-at-point.
18830 2005-06-23  Kim F. Storm  <storm@cua.dk>
18832         * subr.el (save-match-data): Add comment about using evaporate arg
18833         to set-match-data.
18835 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
18837         * cus-edit.el (customize-face)
18838         (customize-face-other-window): Handle face aliases.
18840         * faces.el (face-documentation, set-face-attribute)
18841         (face-spec-set): Handle face aliases.
18843 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
18845         * help-mode.el (help-make-xrefs): If a symbol representing a face
18846         name is not followed by the word "face", it could still be a
18847         function or variable name, so don't bypass other checks.
18849 2005-06-22  Juri Linkov  <juri@jurta.org>
18851         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18852         Replace aliased functions with calls where second arg `inherit' is t.
18854 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
18856         * progmodes/gdb-ui.el (gdb-error): New variable.
18857         (gdb-error): New function.
18858         (gdb-annotation-rules): Act on error-begin and error annotations.
18859         (gdb-concat-output): Use font-lock-warning-face for errors.
18861 2005-06-22  Miles Bader  <miles@gnu.org>
18863         * bindings.el (propertized-buffer-identification): Use renamed
18864         `Buffer-menu-buffer' face.
18866         * faces.el (vertical-border): Rename from `vertical-divider'.
18867         (escape-glyph): Change dark-background color back to `cyan'.
18869 2005-06-21  Juri Linkov  <juri@jurta.org>
18871         * faces.el (face-user-default-spec): Try getting `customized-face'
18872         prior to `saved-face'.
18873         (frame-background-mode): Refill docstring.
18875         * emacs-lisp/lisp-mode.el (eval-defun-1):
18876         * emacs-lisp/edebug.el (edebug-eval-defun):
18877         Set `saved-face' temporarily to nil before calling form.
18878         Set `customized-face' to the new spec after that.
18880 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18882         * subr.el (1value, lambda, key-substitution-in-progress):
18883         Doc fixes.
18885         * autoinsert.el (auto-insert-alist):
18886         * ses.el (ses-call-printer):
18887         * subr.el (noreturn):
18888         * emacs-lisp/lisp.el (check-parens):
18889         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18890         * net/browse-url.el (browse-url-mosaic):
18891         * progmodes/cc-defs.el (c-safe-scan-lists):
18892         * progmodes/ebnf-abn.el (ebnf-abn-lex):
18893         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18894         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18895         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18896         * progmodes/ebnf-iso.el (ebnf-iso-lex):
18897         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18899 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18901         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18903 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
18905         * calendar/appt.el (appt-make-list): Activate the package, if
18906         not already active (for backwards compatibility).
18908 2005-06-20  Kim F. Storm  <storm@cua.dk>
18910         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
18912 2005-06-20  Miles Bader  <miles@gnu.org>
18914         * faces.el (vertical-divider): New face.
18916 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
18918         * simple.el (kill-whole-line): Doc fix.
18919         (next-error-buffer-p, next-error-find-buffer)
18920         (clone-indirect-buffer): Fix typos in docstrings.
18921         (comment-line-break-function): Doc fix: don't say variable
18922         is automatically buffer-local (it isn't).
18924 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
18926         * net/tramp-ftp.el (top):
18927         * net/tramp-smb.el (top):
18928         * net/tramp-util.el (top):
18929         * net/tramp-uu.el (top):
18930         * net/tramp-vc.el (top):
18931         * net/tramp.el (top): Revert copyright years back to original
18932         ones.  Tramp has a life outside GNU Emacs.
18934 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
18936         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18938 2005-06-18  Juri Linkov  <juri@jurta.org>
18940         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18941         end of first regexp to limit the match to the position between
18942         line number and source line with same separator character as used
18943         between file name and line number.  In the second regexp limit
18944         mouse-face area to file name and line number by adding new group
18945         for them and referring it in HYPERLINK arg.
18946         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18947         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18948         previous line where grep markers may be already removed.
18950 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
18952         * progmodes/ps-mode.el: Update version and maintainer's email address.
18954 2005-06-18  Steve Youngs  <steve@xemacs.org>
18956         * net/browse-url.el (browse-url-browser-function)
18957         (browse-url-default-browser): Add firefox.
18958         (browse-url-firefox-program, browse-url-firefox-arguments)
18959         (browse-url-firefox-startup-arguments)
18960         (browse-url-firefox-new-window-is-tab): New defcustoms.
18961         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18963 2005-06-17  Richard M. Stallman  <rms@gnu.org>
18965         * startup.el (command-line): Warn if specified user name has
18966         no home directory.
18968         * term.el (term-get-old-input, term-input-filter, term-input-sender)
18969         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18971         * longlines.el (longlines-mode, longlines-show-hard-newlines):
18972         Doc fixes.
18974         * faces.el (underline): Try bold if terminal doesn't support underline.
18976         * mail/sendmail.el (mail-setup-with-from): New variable.
18977         (mail-insert-from-field): New function.
18978         (sendmail-send-it): Call it.
18979         (mail-setup): Optionally call it here.
18981         * term/linux.el: Call tty-no-underline.
18983 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
18985         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18987 2005-06-17  Miles Bader  <miles@gnu.org>
18989         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18990         (ediff-current-diff-C, ediff-current-diff-Ancestor)
18991         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18992         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18993         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18994         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18995         Remove "-face" suffix from face names.
18996         (ediff-current-diff-face-A, ediff-current-diff-face-B)
18997         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18998         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18999         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19000         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19001         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19002         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19003         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19004         New backward-compatibility aliases for renamed faces.
19005         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19006         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19007         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19008         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19009         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19010         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19011         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19012         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19013         Use renamed ediff faces.
19015         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19016         Remove "-face" suffix from face names.
19017         (eshell-test-ok-face, eshell-test-failed-face):
19018         New backward-compatibility aliases for renamed faces.
19019         (eshell-run-test): Use renamed eshell-test faces.
19021         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19022         face name.
19023         (eshell-prompt-face): New backward-compatibility alias for renamed
19024         face.
19025         (eshell-emit-prompt): Use renamed eshell-prompt face.
19027         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19028         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19029         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19030         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19031         Remove "-face" suffix from face names.
19032         (eshell-ls-directory-face, eshell-ls-symlink-face)
19033         (eshell-ls-executable-face, eshell-ls-readonly-face)
19034         (eshell-ls-unreadable-face, eshell-ls-special-face)
19035         (eshell-ls-missing-face, eshell-ls-archive-face)
19036         (eshell-ls-backup-face, eshell-ls-product-face)
19037         (eshell-ls-clutter-face):
19038         New backward-compatibility aliases for renamed faces.
19039         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19041         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19042         Remove "-face" suffix from face name.
19043         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19044         instead of literal face.
19046 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
19048         * emacs-lisp/warnings.el (display-warning, lwarn)
19049         (warning-minimum-log-level): Doc fixes.
19050         (warning-minimum-level, warning-minimum-log-level):
19051         Add :debug to :type choices.
19053         * progmodes/ada-mode.el (ada-format-paramlist)
19054         (ada-get-indent-case, ada-check-matching-start)
19055         (ada-check-defun-name, ada-goto-matching-decl-start)
19056         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19057         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19058         (ada-make-subprogram-body): Follow error conventions.
19059         (ada-case-exception-file, ada-indent-comment-as-code)
19060         (ada-indent-handle-comment-special, ada-indent-renames)
19061         (ada-indent-return, ada-search-directories-internal)
19062         (ada-tab-policy, ada-case-exception-substring)
19063         (ada-other-file-alist, ada-matching-start-re)
19064         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19065         (ada-imenu-generic-expression, ada-compile-goto-error)
19066         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19067         (ada-popup-menu, ada-add-extensions, ada-mode)
19068         (ada-region-selected, ada-create-case-exception)
19069         (ada-create-case-exception-substring, ada-after-keyword-p)
19070         (ada-activate-keys-for-case, ada-adjust-case-region)
19071         (ada-adjust-case-buffer, ada-format-paramlist)
19072         (ada-scan-paramlist, ada-insert-paramlist)
19073         (ada-indent-newline-indent)
19074         (ada-indent-newline-indent-conditional)
19075         (ada-justified-indent-current, ada-goto-previous-word)
19076         (ada-indent-current, ada-get-indent-open-paren)
19077         (ada-get-indent-paramlist, ada-get-indent-end)
19078         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19079         (ada-get-indent-block-start, ada-get-indent-subprog)
19080         (ada-get-indent-noindent, ada-get-indent-label)
19081         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19082         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19083         (ada-goto-stmt-end, ada-goto-next-word)
19084         (ada-check-matching-start, ada-check-defun-name)
19085         (ada-goto-matching-decl-start, ada-goto-matching-start)
19086         (ada-goto-matching-end, ada-search-ignore-string-comment)
19087         (ada-in-decl-p, ada-looking-at-semi-or)
19088         (ada-looking-at-semi-private, ada-in-paramlist-p)
19089         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19090         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19091         (ada-next-procedure, ada-previous-procedure, ada-next-package)
19092         (ada-previous-package, ada-create-menu)
19093         (ada-fill-comment-paragraph-justify)
19094         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19095         (ada-other-file-name, ada-last-which-function-line)
19096         (ada-last-which-function-subprog, ada-which-function)
19097         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19098         (ada-gen-treat-proc, ada-check-emacs-version)
19099         (ada-continuation-indent, ada-align-region-separate):
19100         Fix typos in docstrings.
19101         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19103 2005-06-16  Lute Kamstra  <lute@gnu.org>
19105         * simple.el (fundamental-mode): Run after-change-major-mode-hook
19106         conditionally.
19108 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19110         * comint.el (comint-replace-by-expanded-filename)
19111         (comint-prompt-regexp, comint-delimiter-argument-list)
19112         (comint-preinput-scroll-to-bottom):
19113         * info.el (Info-hide-cookies-node):
19114         * ls-lisp.el (ls-lisp-classify):
19115         * find-file.el (ff-search-directories, ff-special-constructs)
19116         (ff-find-other-file):
19117         * font-lock.el (font-lock-keywords):
19118         * shell.el (shell-prompt-pattern)
19119         (shell-dynamic-complete-functions, shell-mode)
19120         (shell-delimiter-argument-list):
19121         * term.el (term-replace-by-expanded-filename)
19122         (term-prompt-regexp, term-delimiter-argument-list):
19123         * woman.el (woman-ignore, woman0-if):
19124         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19125         * emacs-lisp/elint.el (elint-init-env):
19126         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19127         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19128         * language/ethio-util.el (ethio-tilde-escape)
19129         (ethio-use-three-dot-question):
19130         * net/zone-mode.el (zone-mode-load-time-setup):
19131         * progmodes/cc-align.el (c-lineup-argcont):
19132         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19133         * progmodes/cperl-mode.el (cperl-set-style-back):
19134         * progmodes/inf-lisp.el (inferior-lisp-prompt):
19135         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19136         Fix spellings in docstrings.
19138         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19139         * progmodes/modula2.el (m2-for): Fix spellings.
19141         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19143         * simple.el (undo-more): Don't use `format' on `error' arguments.
19144         Improve argument/docstring consistency.
19145         (pending-undo-list): Doc fix.
19147         * smerge-mode.el (smerge-ensure-match):
19148         * emulation/vip.el (vip-ex):
19149         * net/zone-mode.el (zone-mode-update-serial):
19150         * progmodes/idlwave.el (idlwave-complete):
19151         * progmodes/vhdl-mode.el (vhdl-visit-file)
19152         (vhdl-compose-wire-components):
19153         Don't use `format' on `error' arguments.
19155         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19156         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19157         (tooltip-help-tips): Fix typos in docstrings.
19159 2005-06-16  David Ponce  <david@dponce.com>
19161         * tree-widget.el (tree-widget-value-create): Simplify last change.
19163 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
19165         * ido.el (ido-incomplete-regexp): New variable.
19166         (ido-set-matches-1): Handle invalid-regexp error and set
19167         ido-incomplete-regexp.
19168         (ido-incomplete-regexp): New face.
19169         (ido-completions): Use it.
19170         (ido-complete, ido-exit-minibuffer, ido-completions):
19171         Handle incomplete regexps.
19172         (ido-completions): Add check for complete match when entering a regexp.
19174 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19176         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19178 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19180         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19181         by field delimiters.
19183 2005-06-15  David Ponce  <david@dponce.com>
19185         * tree-widget.el: eval-and-compile inlined functions so they will
19186         be available at run-time too.
19187         (tree-widget-super-format-handler)
19188         (tree-widget-format-handler): Remove.
19189         (tree-widget-value-create): Handle the :indent property.
19191 2005-06-15  Miles Bader  <miles@gnu.org>
19193         * progmodes/which-func.el (which-func): Only inherit
19194         `font-lock-function-name-face' when that makes sense against the
19195         default mode-line face, otherwise set the face color explicitly.
19197         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19198         faces instead of (non-existent) variables.
19200 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19202         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19203         (iswitchb-get-matched-buffers): Likewise.  Simplify.
19205 2005-06-14  Miles Bader  <miles@gnu.org>
19207         * progmodes/ld-script.el (ld-script-location-counter):
19208         Remove "-face" suffix from face name.
19209         (ld-script-location-counter-face):
19210         New backward-compatibility alias for renamed face.
19211         (ld-script-location-counter-face): Use renamed face.
19213         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19214         (cperl-hash): Remove "-face" suffix from face names.
19215         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19216         New backward-compatibility aliases for renamed faces.
19217         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19218         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19220         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19221         name.
19222         (which-func-face): New backward-compatibility alias for renamed face.
19223         (which-func-format): Use renamed which-func face.
19225         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19226         (vhdl-function, vhdl-directive, vhdl-reserved-word)
19227         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19228         names.
19229         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19230         (vhdl-speedbar-configuration, vhdl-speedbar-package)
19231         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19232         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19233         (vhdl-speedbar-architecture-selected)
19234         (vhdl-speedbar-configuration-selected)
19235         (vhdl-speedbar-package-selected)
19236         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19237         names.
19238         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19239         Use renamed faces.
19240         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19241         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19242         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19243         Use renamed faces.
19244         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19245         names.
19246         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19247         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19248         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19249         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19250         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19251         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19253         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19254         face name.
19255         (sh-heredoc-face): New backward-compatibility alias for renamed face.
19256         (sh-heredoc-face): Use renamed sh-heredoc face.
19258         * progmodes/idlw-help.el (idlwave-help-link):
19259         Remove "-face" suffix from face name.
19260         (idlwave-help-link-face):
19261         New backward-compatibility alias for renamed face.
19262         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19264         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19265         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19266         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19267         New backward-compatibility aliases for renamed faces.
19268         (idlwave-shell-disabled-breakpoint-face)
19269         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19271         * progmodes/flymake.el (flymake-errline, flymake-warnline):
19272         Remove "-face" suffix from face names.
19273         (flymake-errline-face, flymake-warnline-face):
19274         New backward-compatibility aliases for renamed faces.
19275         (flymake-highlight-line): Use renamed flymake faces.
19277         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19278         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19279         (ebrowse-member-class, ebrowse-progress):
19280         Remove "-face" suffix from face names.
19281         (ebrowse-tree-mark-face, ebrowse-root-class-face)
19282         (ebrowse-file-name-face, ebrowse-default-face)
19283         (ebrowse-member-attribute-face, ebrowse-member-class-face)
19284         (ebrowse-progress-face):
19285         New backward-compatibility aliases for renamed faces.
19286         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19287         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19288         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19289         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19291         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19292         antlr-syntax)
19293         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19294         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19295         names.
19296         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19297         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19298         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19299         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19300         backward-compatibility aliases for renamed faces.
19301         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19302         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19303         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19304         remove "font-lock-".  Use renamed antlr-mode faces.
19305         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
19306         literal face-names with face variable references.
19308         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19309         face name.
19310         (Buffer-menu-buffer-face): New backward-compatibility alias for
19311         renamed face.
19312         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19314 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
19316         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19317         Eliminate "-face" suffix.
19318         (makefile-targets): Inherit from font-lock-function-name-face and
19319         eliminate "-face" suffix.
19320         (makefile-shell): Remove attributes and eliminate "-face" suffix.
19321         (makefile-*-font-lock-keywords): Append makefile-targets in rule
19322         actions, instead of prepending, to make it less visible.
19323         (makefile-previous-dependency, makefile-match-dependency):
19324         Don't match a target on a continuation line.
19326         * files.el (auto-mode-alist): Put Makefile in gmake mode.
19328 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
19330         * progmodes/gdb-ui.el (menu): Re-order menu items.
19331         (gdb-tooltip-print): Respect tooltip-use-echo-area.
19333         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19334         Define in tooltip.el.
19335         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19336         (gud-tooltip-tips): Respect tooltip-use-echo-area and
19337         gud-tooltip-echo-area.
19339         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19340         backward compatibility and make obsolete.
19341         (tooltip-help-tips): Use tooltip-use-echo-area.
19342         (tooltip-show-help-function): Rename to...
19343         (tooltip-show-help): ...this, because it is a function.
19344         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19346 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
19348         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19349         (edebug-print-length, edebug-print-level, edebug-print-circle)
19350         (edebug-modify-breakpoint, edebug-eval-last-sexp)
19351         (edebug-eval-print-last-sexp): Doc fixes.
19353 2005-06-14  Kim F. Storm  <storm@cua.dk>
19355         * ido.el (ido-mode): Make a new keymap every time we enable ido,
19356         as the coverage buffer/file/both may change.
19358 2005-06-14  Lute Kamstra  <lute@gnu.org>
19360         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19361         and run-mode-hooks.  Simplify.
19363         * mail/rmailedit.el (rmail-edit-mode):
19364         * progmodes/octave-inf.el (inferior-octave-mode):
19365         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19367         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19368         and run-mode-hooks.
19369         (recentf-edit-list, recentf-open-files): Don't call
19370         kill-all-local-variables directly.
19372         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19374 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19376         * emacs-lisp/byte-run.el (make-obsolete)
19377         (define-obsolete-function-alias): Rename arguments FUNCTION and
19378         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19379         (make-obsolete-variable, define-obsolete-variable-alias):
19380         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19381         respectively.
19383         * isearchb.el (isearchb-activate):
19384         * pcvs.el (cvs-mode):
19385         * ses.el (ses-load):
19386         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19387         * net/tramp.el (tramp-find-file-exists-command)
19388         (tramp-find-shell):
19389         * progmodes/ada-mode.el (ada-create-case-exception)
19390         (ada-create-case-exception-substring, ada-make-subprogram-body):
19391         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19392         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19393         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19394         * textmodes/org.el (org-promote, org-evaluate-time-range)
19395         (org-agenda-next-date-line, org-agenda-previous-date-line)
19396         (org-agenda-error, org-open-at-point, org-table-move-row)
19397         (org-format-table-table-html-using-table-generate-source)
19398         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19399         * textmodes/reftex.el (reftex-access-scan-info):
19400         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19401         (reftex-toc-promote-prepare): Follow error conventions.
19403         * diff-mode.el (diff-mode): Fix typo in docstring.
19405         * forms.el (forms--intuit-from-file): Fix reference to
19406         `forms-number-of-fields' in error message.
19407         (forms-print): Fix quoting in error message.
19409         * forms.el (forms-mode):
19410         * emulation/vi.el (vi-goto-insert-state):
19411         * progmodes/flymake.el (flymake-new-err-info)
19412         (flymake-start-syntax-check-for-current-buffer)
19413         (flymake-simple-cleanup):
19414         * eshell/esh-var.el (eshell/export):
19415         * progmodes/gud.el (xdb):
19416         * textmodes/flyspell.el (flyspell-incorrect-hook)
19417         (flyspell-maybe-correct-transposition)
19418         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19420 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
19422         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19423         minibuffer prompt.
19425 2005-06-13  Kim F. Storm  <storm@cua.dk>
19427         * subr.el (add-to-ordered-list): New defun.
19429         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19430         add cua--keymap-alist to emulation-mode-map-alists.
19432 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19434         * subr.el (complete-in-turn): New macro.
19435         (dynamic-completion-table, lazy-completion-table): Add debug info.
19437         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19438         in preference to face aliases.
19440         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19441         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19442         Remove unused vars `start' and `firstline'.
19443         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19444         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19446 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
19448         * cus-start.el (all): Don't complain about missing GTK-related
19449         variables, unless either `gtk' is boundp or this isn't a
19450         `windows-nt' build.
19452 2005-06-13  Lute Kamstra  <lute@gnu.org>
19454         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19455         run-mode-hooks.
19457         * ediff-mult.el (ediff-meta-mode):
19458         * ediff-util.el (ediff-mode): Use run-mode-hooks.
19460         * ledit.el (ledit-mode): Use delay-mode-hooks.
19462         * woman.el (woman-mode-line-format): Delete constant.
19463         (woman-mode-map): Initialize it properly.
19464         (woman-mode): Set mode-class property to special.
19465         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
19466         Set major-mode and mode-name.  Don't set mode-line-format directly.
19467         (Man-getpage-in-background): Don't reference woman-mode-line-format.
19469         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19470         string argument obsolete.
19472 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
19474         * textmodes/org.el (org-CUA-compatible): New option.
19475         (org-disputed-keys): New variable.
19476         (org-key): New function.
19477         (orgtbl-make-binding): Add docstring to the created function.
19478         (org-mode): Set paragraph start/separate regexps.
19479         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19480         (org-archive-location, org-archive-mark-done)
19481         (org-archive-stamp-time): New options.
19482         (org-archive-subtree): New command.
19483         (org-fill-paragraph): New function.
19484         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19485         (org-fake-empty-table-line): Function removed.
19486         (org-format-org-table-html): Do not create empty table lines at
19487         separator lines.  Improved table header treatment.
19488         (org-link-format): New option.
19489         (org-make-link): New function.
19490         (org-insert-link, org-store-link): Use org-make-link.
19491         (org-open-file): Quote file name for shell command, to allow
19492         spaces in file names.
19493         (org-link-regexp): Fix bug with mailto link.
19494         (org-link-maybe-angles-regexp, org-protected-link-regexp):
19495         New constants.
19496         (org-export-as-html): Deal with the optional angles around a link.
19497         Better treatment of file: links.
19498         (org-open-at-point): Replace @{ and @} with < and >.
19499         (org-run-mode-hooks): Function removed.
19500         (org-agenda-mode): No longer use `org-run-mode-hooks'.
19502 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
19504         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19505         MI command -data-list-register-values.
19506         (gdb-post-prompt): Indent properly.
19508 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
19510         * hilit-chg.el (highlight-changes-colors): Rename from
19511         `highlight-changes-colours'.
19512         (highlight-changes-colours): Keep as obsolete alias.
19513         (highlight-changes-face-list): Doc fix.
19514         (hilit-chg-make-list): Use `highlight-changes-colors'.
19516 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
19518         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19519         defun-prompt-regexp.
19521 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
19523         * loadup.el: Don't say we are dumping under 2 names on windows-nt
19524         and cygwin.
19526         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19527         Don't use an old loaddefs.el, as in Makefile.in.
19529 2005-06-12  Lute Kamstra  <lute@gnu.org>
19531         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19533         * man.el (Man-mode-map): Initialize it properly.
19534         (Man-mode): Set mode-class property to special.
19536         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19538 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
19540         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19541         A newline is needed in the docstring there.
19543         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19544         Doc fixes.
19546 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19548         * printing.el: Doc fix.  The menubar is no more changed when printing
19549         is loaded, it only changes when pr-menu-bind or pr-update-menus is
19550         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
19551         (pr-version): New version number (6.8.4).
19552         (pr-menu-bind): New command.
19553         (pr-update-menus): Docstring and code fix.
19554         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19555         Docstring fix.
19556         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19557         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19559 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
19561         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19562         "Returns" to "return", document useful return values, etc.
19564 2005-06-11  Alan Mackenzie  <acm@muc.de>
19566         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19567         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19568         (adaptive-file-function): Minor amendment to doc-string.
19570 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19572         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19573         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19574         Fix :type--it is `integer', not `string'.
19576         * faces.el (modeline-highlight): Rename from (the erroneous)
19577         `modeline-higilight'.
19579 2005-06-11  Lute Kamstra  <lute@gnu.org>
19581         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19582         lisp-interaction-mode-map but make it the parent.
19583         (edebug-eval-mode): Use define-derived-mode.
19585 2005-06-11  Andreas Schwab  <schwab@suse.de>
19587         * bindings.el: Add binding of `ESC functionkey' for every
19588         `M-functionkey'.
19589         * hexl.el (hexl-mode-map): Likewise.
19591 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
19593         * progmodes/compile.el (compilation-error-regexp-alist-alist)
19594         [msft]: update regexp for newer msft compilers.
19596 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
19598         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19599         ATTLIST portions of included DTDs.
19600         (xml-parse-dtd): Eliminate use of inefficient match-data.
19602 2005-06-10  Miles Bader  <miles@gnu.org>
19604         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19605         (mpuz-text): Remove "-face" suffix from face names.
19606         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19607         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19608         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19610         * play/gomoku.el (gomoku-O, gomoku-X):
19611         Remove "-face" suffix from face names.
19612         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19613         New backward-compatibility aliases for renamed faces.
19614         (gomoku-font-lock-keywords): Use renamed gomoku faces.
19616 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19618         * thumbs.el: Fixes for changes of 2005-06-09.
19619         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19620         as a directory.
19621         (thumbs-thumbname): Remove directory separator from format string;
19622         `thumbs-thumbsdir' now returns a valid directory name.
19623         (thumbs-temp-dir): New defsubst.
19624         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19625         Use it.
19627         * cus-edit.el (minibuffer):
19628         * files.el (make-backup-file-name-function):
19629         * filesets.el (filesets-external-viewers):
19630         * hilit-chg.el (highlight-changes-colours)
19631         (highlight-changes-face-list, highlight-changes-rotate-faces):
19632         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19633         * kmacro.el (kmacro-call-macro):
19634         * log-edit.el (log-edit-changelog-full-paragraphs):
19635         * mouse.el (mouse-1-click-follows-link):
19636         * skeleton.el (skeleton-autowrap):
19637         * subr.el (insert-for-yank-1):
19638         * tempo.el (tempo-insert-region):
19639         * terminal.el (terminal-emulator):
19640         * time.el (display-time-mail-face):
19641         * vc.el (vc-annotate):
19642         * vcursor.el (vcursor-copy-line):
19643         * woman.el (woman-bold-headings, woman-ignore)
19644         (woman-default-faces, woman-monochrome-faces):
19645         * calendar/todo-mode.el (todo-insert-threshold):
19646         * emulation/pc-select.el (pc-select-selection-keys-only)
19647         (pc-selection-mode):
19648         * emulation/vip.el (vip-find-char-forward):
19649         * emulation/viper-cmd.el (viper-find-char-forward):
19650         * international/mule-cmds.el
19651         (select-safe-coding-system-accept-default-p)
19652         (input-method-exit-on-invalid-key):
19653         * international/mule-diag.el (describe-coding-system):
19654         * international/ucs-tables.el (unify-8859-on-encoding-mode):
19655         * net/browse-url.el (browse-url-xterm-program):
19656         * obsolete/lazy-lock.el (lazy-lock-mode):
19657         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19658         (cperl-mode):
19659         * progmodes/cpp.el (cpp-face-light-name-list)
19660         (cpp-face-dark-name-list):
19661         * progmodes/delphi.el (delphi-newline-always-indents):
19662         Fix spellings in docstrings.
19664         * ido.el (ido-mode, ido-file-extensions-order)
19665         (ido-default-file-method, ido-default-buffer-method)
19666         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19667         (ido-decorations, ido-read-file-name-as-directory-commands)
19668         (ido-read-file-name-non-ido, ido-work-directory-list)
19669         (ido-ignore-item-temp-list, ido-current-directory)
19670         (ido-magic-forward-char, ido-enter-find-file)
19671         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19672         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19674 2005-06-10  Lute Kamstra  <lute@gnu.org>
19676         * play/dunnet.el (dun-mode): Use define-derived-mode.
19677         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
19678         obsolete alias.
19680         * play/doctor.el (doctor-mode-map): Remove defvar.
19681         (doctor-mode): Use define-derived-mode.
19683         * mail/mspools.el (mspools-mode):
19684         * net/eudc-hotlist.el (eudc-hotlist-mode):
19685         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19687 2005-06-10  Miles Bader  <miles@gnu.org>
19689         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19690         Remove "-face" suffix from face names.
19691         (flyspell-incorrect-face, flyspell-duplicate-face):
19692         New backward-compatibility aliases for renamed faces.
19693         (flyspell-mode-on, make-flyspell-overlay)
19694         (flyspell-highlight-incorrect-region)
19695         (flyspell-highlight-duplicate-region)
19696         (flyspell-display-next-corrections)
19697         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19699         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19700         from face name.
19701         (texinfo-heading-face): New backward-compatibility alias for
19702         renamed face.
19703         (texinfo-heading-face): Use renamed texinfo-heading face.
19705         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19706         suffix from face names.
19707         (tex-math-face, tex-verbatim-face):
19708         New backward-compatibility aliases for renamed faces.
19709         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19710         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19711         literal face name.
19713         * textmodes/table.el (table-cell): Remove "-face" suffix from face
19714         name.
19715         (table-cell-face): New backward-compatibility alias for renamed face.
19716         (table--put-cell-face-property, table--update-cell-face):
19717         Use renamed table-cell face.
19719         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19720         from face name.
19721         (sgml-namespace-face): New backward-compatibility alias for
19722         renamed face.
19723         (sgml-namespace-face): Use renamed sgml-namespace face.
19725         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19726         (org-level-4, org-level-5, org-level-6, org-level-7)
19727         (org-level-8, org-warning, org-headline-done)
19728         (org-deadline-announce, org-scheduled-today)
19729         (org-scheduled-previously, org-link, org-done, org-table)
19730         (org-time-grid): Remove "-face" suffix from face names.
19731         (org-level-1-face, org-level-2-face, org-level-3-face)
19732         (org-level-4-face, org-level-5-face, org-level-6-face)
19733         (org-level-7-face, org-level-8-face, org-warning-face)
19734         (org-headline-done-face, org-deadline-announce-face)
19735         (org-scheduled-today-face, org-scheduled-previously-face)
19736         (org-link-face, org-done-face, org-table-face)
19737         (org-time-grid-face):
19738         New backward-compatibility aliases for renamed faces.
19739         (org-level-faces, org-set-font-lock-defaults, org-timeline)
19740         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19741         (org-agenda-get-timestamps, org-agenda-get-scheduled)
19742         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19744         * emulation/viper-init.el (viper-search, viper-replace-overlay)
19745         (viper-minibuffer-emacs, viper-minibuffer-insert)
19746         (viper-minibuffer-vi): Remove "-face" suffix from face names.
19747         (viper-search-face, viper-replace-overlay-face)
19748         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19749         (viper-minibuffer-vi-face):
19750         New backward-compatibility aliases for renamed faces.
19751         (viper-search-face, viper-replace-overlay-face)
19752         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19753         (viper-minibuffer-vi-face): Use renamed viper faces.
19755         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19756         Remove "-face" suffix from face names.
19757         (testcover-nohits-face, testcover-1value-face):
19758         New backward-compatibility aliases for renamed faces.
19759         (testcover-mark): Use renamed testcover faces.
19761         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19762         face name.
19763         (diary-button-face): New backward-compatibility alias for renamed face.
19764         (diary-entry): Use renamed diary-button face.
19766         * calendar/calendar.el (diary, calendar-today, holiday)
19767         (mark-visible-calendar-date): Remove "-face" suffix from face names.
19768         (diary-face, calendar-today-face, holiday-face):
19769         New backward-compatibility aliases for renamed faces.
19770         (eval-after-load "facemenu", diary-entry-marker)
19771         (calendar-today-marker, calendar-holiday-marker, diary-face):
19772         Use renamed calendar faces.
19774         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19775         (compare-windows-face): New backward-compatibility alias for
19776         renamed face.
19777         (compare-windows-highlight): Use renamed compare-windows face.
19779         * strokes.el (strokes-char): Remove "-face" suffix from face name.
19780         (strokes-char-face): New backward-compatibility alias for renamed face.
19781         (strokes-encode-buffer): Use renamed strokes-char face.
19783         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19784         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19785         Remove "-face" suffix from face names.
19786         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19787         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19788         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19789         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19790         Use renamed pcvs faces.
19791         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19792         * pcvs-defs.el (cvs-mode-map): Likewise.
19793         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19795         * info.el (info-title-1, info-title-2, info-title-3)
19796         (info-title-4): Remove "-face" suffix from and downcase face names.
19797         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19798         (Info-title-4-face):
19799         New backward-compatibility aliases for renamed faces.
19800         (Info-fontify-node): Use renamed info faces.
19802         * hilit-chg.el (highlight-changes, highlight-changes-delete):
19803         Remove "-face" suffix from face names.
19804         (highlight-changes-face, highlight-changes-delete-face):
19805         New backward-compatibility aliases for renamed faces.
19806         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19807         (hilit-chg-make-list): Use renamed highlight-changes faces.
19809         * generic-x.el (show-tabs-tab, show-tabs-space):
19810         Remove "-face" suffix from face names.
19811         (show-tabs-tab-face, show-tabs-space-face):
19812         New backward-compatibility aliases for renamed faces.
19813         (show-tabs-generic-mode-font-lock-defaults-1)
19814         (show-tabs-generic-mode-font-lock-defaults-2):
19815         Use renamed show-tabs faces.
19817         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19818         (smerge-markers): Remove "-face" suffix from face names.
19819         (smerge-mine-face, smerge-other-face, smerge-base-face)
19820         (smerge-markers-face):
19821         New backward-compatibility aliases for renamed faces.
19822         (smerge-mine-face, smerge-other-face, smerge-base-face)
19823         (smerge-markers-face): Use renamed smerge faces.
19825         * log-view.el (log-view-file, log-view-message): Remove "-face"
19826         suffix from face names.
19827         (log-view-file-face, log-view-message-face):
19828         New backward-compatibility aliases for renamed faces.
19829         (log-view-file-face, log-view-message-face): Use renamed log-view
19830         faces.
19832         * paren.el (show-paren-match, show-paren-mismatch):
19833         Remove "-face" suffix from face names.
19834         (show-paren-match-face, show-paren-mismatch-face):
19835         New backward-compatibility aliases for renamed faces.
19836         (show-paren-function): Use renamed show-paren faces.
19838         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19839         (ruler-mode-margins, ruler-mode-fringes)
19840         (ruler-mode-column-number, ruler-mode-fill-column)
19841         (ruler-mode-comment-column, ruler-mode-goal-column)
19842         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19843         suffix from face names.
19844         (ruler-mode-default-face, ruler-mode-pad-face)
19845         (ruler-mode-margins-face, ruler-mode-fringes-face)
19846         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19847         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19848         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19849         New backward-compatibility aliases for renamed faces.
19850         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19851         (ruler-mode-column-number, ruler-mode-fill-column)
19852         (ruler-mode-comment-column, ruler-mode-goal-column)
19853         (ruler-mode-tab-stop, ruler-mode-current-column)
19854         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19855         faces.
19857         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19858         face name.
19859         (whitespace-highlight-the-space): Use renamed face.
19860         (whitespace-highlight-face): New backward-compatibility alias for
19861         renamed face.
19863         * woman.el (woman-italic, woman-bold, woman-unknown)
19864         (woman-addition, woman-symbol-face):
19865         Remove "-face" suffix from face names.
19866         (woman-italic-face, woman-bold-face, woman-unknown-face)
19867         (woman-addition-face):
19868         New backward-compatibility aliases for renamed faces.
19869         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19870         (woman-decode-region, woman-replace-match)
19871         (woman-display-extended-fonts, woman-special-characters)
19872         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19873         Use renamed woman faces.
19875         * longlines.el (longlines-visible-face): Face removed.
19877         * diff-mode.el (diff-header, diff-file-header, diff-index)
19878         (diff-hunk-header, diff-removed, diff-added, diff-changed)
19879         (diff-function, diff-context, diff-nonexistent): Remove "-face"
19880         suffix from face names.
19881         (diff-header-face, diff-file-header-face, diff-index-face)
19882         (diff-hunk-header-face, diff-removed-face, diff-added-face)
19883         (diff-changed-face, diff-function-face, diff-context-face)
19884         (diff-nonexistent-face): New backward-compatibility aliases for
19885         renamed faces.
19886         (diff-header-face, diff-file-header-face)
19887         (diff-index, diff-index-face, diff-hunk-header)
19888         (diff-hunk-header-face, diff-removed, diff-removed-face)
19889         (diff-added, diff-added-face, diff-changed-face, diff-function)
19890         (diff-function-face, diff-context-face, diff-nonexistent)
19891         (diff-nonexistent-face): Use renamed diff-mode faces.
19893         * progmodes/compile.el (compilation-warning-face)
19894         (compilation-info-face): Remove "-face" suffix from face names.
19895         (compilation-warning-face, compilation-info-face):
19896         New backward-compatibility aliases for renamed faces.
19897         (compilation-warning-face, compilation-info-face):
19898         Use renamed compilation faces.
19900         * add-log.el (change-log-date, change-log-name)
19901         (change-log-email, change-log-file, change-log-list)
19902         (change-log-conditionals, change-log-function)
19903         (change-log-acknowledgement): Remove "-face" suffix from face names.
19904         (change-log-date-face, change-log-name-face)
19905         (change-log-email-face, change-log-file-face)
19906         (change-log-list-face, change-log-conditionals-face)
19907         (change-log-function-face, change-log-acknowledgement-face):
19908         New backward-compatibility aliases for renamed faces.
19909         (change-log-font-lock-keywords): Use renamed change-log faces.
19911         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19912         (custom-set, custom-changed, custom-saved, custom-button)
19913         (custom-button-pressed, custom-documentation, custom-state)
19914         (custom-comment, custom-comment-tag, custom-variable-tag)
19915         (custom-variable-button, custom-face-tag, custom-group-tag-1)
19916         (custom-group-tag): Remove "-face" suffix from face names.
19917         (custom-magic-alist, custom-magic-value-create)
19918         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19919         (custom-invalid-face, custom-rogue-face, custom-modified-face)
19920         (custom-set-face, custom-changed-face, custom-saved-face)
19921         (custom-button-face, custom-button-pressed-face)
19922         (custom-documentation-face, custom-state-face)
19923         (custom-comment-face, custom-comment-tag-face)
19924         (custom-variable-tag-face, custom-variable-button-face)
19925         (custom-face-tag-face, custom-group-tag-face-1)
19926         (custom-group-tag-face):
19927         New backward-compatibility aliases for renamed faces.
19929         * wid-edit.el (widget-documentation, widget-button)
19930         (widget-field, widget-single-line-field, widget-inactive)
19931         (widget-button-pressed): "-face" suffix removed from face names.
19932         (widget-documentation-face, widget-button-face)
19933         (widget-field-face, widget-single-line-field-face)
19934         (widget-inactive-face, widget-button-pressed-face):
19935         New backward-compatibility aliases for renamed faces.
19936         (widget-documentation-face, widget-button-face)
19937         (widget-button-pressed-face, widget-specify-field)
19938         (widget-specify-inactive): Use renamed widget faces.
19940 2005-06-10  Kenichi Handa  <handa@m17n.org>
19942         * term/x-win.el (x-clipboard-yank): Remove condition-case
19943         wrapping.
19945 2005-06-11  Kenichi Handa  <handa@m17n.org>
19947         * add-log.el (change-log-font-lock-keywords): Make the regexp for
19948         date lines stricter.
19950 2005-06-10  Zhang Wei  <id.brep@gmail.com>
19952         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19953         of x-get-selection.
19955 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19957         * comint.el (comint-mode, comint-snapshot-last-prompt):
19958         * frame.el (frame-current-scroll-bars):
19959         * term.el (term-mode, term-check-proc, term-input-sender)
19960         (term-simple-send, term-extract-string, term-word)
19961         (term-match-partial-filename):
19962         * window.el (window-current-scroll-bars):
19963         * emulation/cua-base.el (cua-normal-cursor-color)
19964         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19965         (cua-global-mark-cursor-color):
19966         * mail/undigest.el (rmail-forward-separator-regex):
19967         Fix typos in docstrings.
19969         * comint.el (comint-check-proc, make-comint-in-buffer)
19970         (comint-source-default): Doc fixes.
19972         * term.el (term-send-string): Improve argument/docstring consistency.
19974 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
19976         * comint.el (comint-send-input): Bind `inhibit-read-only' around
19977         call to `delete-region'.
19978         (comint-mode-hook): Do not enable Font Lock by default.
19980 2005-06-09  Lute Kamstra  <lute@gnu.org>
19982         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19983         could be void.
19985 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19987         * emacs-lisp/debug.el (debugger-will-be-back): New var.
19988         (debug): Use it.
19989         (debugger-step-through, debugger-continue, debugger-jump)
19990         (debugger-return-value): Set it when needed.
19991         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19992         Use inhibit-read-only.
19994 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
19996         * window.el (shrink-window-if-larger-than-buffer)
19997         (window-size-fixed): Fix typo in docstring.
19999         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
20000         thumbnails directory on loading.
20001         (thumbs-conversion-program): Use `eq' to check the system type,
20002         not `equal'.
20003         (thumbs-temp-dir): Initialize to `temporary-file-directory',
20004         not "/tmp".  Fix docstring.
20005         (thumbs-thumbsdir): New function to return the thumbnails
20006         directory, creating it if needed.
20007         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20008         (thumbs-temp-file): Delete variable and make it into a function.
20009         (thumbs-resize-image, thumbs-modify-image): Use it.
20010         (thumbs-kill-buffer): Simplify.
20011         (thumbs-gensym): Defalias or duplicate CL `gensym'.
20012         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20013         docstrings.
20015 2005-06-09  Kim F. Storm  <storm@cua.dk>
20017         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20018         set-match-data to free markers in match-data.
20020         * replace.el (replace-match-data): Pass RESEAT arg `t' to
20021         match-data to unchain markers in match-data.
20023 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20025         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20026         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
20027         unnecessary now.
20029 2005-06-08  Richard M. Stallman  <rms@gnu.org>
20031         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20032         give the variable a doc string that doesn't say don't set it directly.
20034         * textmodes/ispell.el (ispell-check-version):
20035         Use match-string-no-properties.
20036         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20037         (ispell-buffer-local-words): Likewise.
20039         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20040         except on terminals with enough colors to really display it.
20041         (makefile-dependency-regex): Delete spurious `bb'.
20043         * faces.el (escape-glyph): Use blue once again in last case.
20044         (no-break-space): Redefine so that it isn't invisible on a tty.
20046 2005-06-08  Kim F. Storm  <storm@cua.dk>
20048         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20049         also when reading directory name.
20051 2005-06-08  Lute Kamstra  <lute@gnu.org>
20053         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20054         (flyspell-mode-line-string): Remove autoload cookie.
20055         (flyspell-mode): Remove defvar.
20057 2005-06-07  Lute Kamstra  <lute@gnu.org>
20059         * textmodes/org.el (org-run-mode-hooks): New function.
20060         (org-agenda-mode): Use it.
20062 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
20064         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20066 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20068         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20070 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
20072         * font-lock.el (font-lock-add-keywords): Doc fix.
20074 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20076         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20077         (tex-compile-default): In the absence of any history, use the order in
20078         tex-compile-alist to choose the preferred command.
20079         (tex-compile-commands): Reorder a bit.
20081         * textmodes/flyspell.el (flyspell-auto-correct-binding)
20082         (flyspell-incorrect-face, flyspell-duplicate-face):
20083         Use (X)Emacs-agnostic code.
20084         (flyspell-mode-map): Don't overwrite at each load.  Remove code
20085         redundant with the subsequent add-minor-mode.  Merge Emacs and
20086         XEmacs code.
20087         (flyspell-word): Minor simplification.
20088         (flyspell-math-tex-command-p): Quieten the byte-compiler.
20089         (flyspell-external-point-words): Remove unused vars `size' and `start'.
20090         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20091         Merge the corresponding Emacs code.
20092         (flyspell-correct-word, flyspell-xemacs-popup):
20093         Use flyspell-do-correct.
20095         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20096         a dedicated window.
20098         * international/latexenc.el (latexenc-find-file-coding-system):
20099         Undo part of last patch, to turn off a compiler warning.
20101 2005-06-06  Juri Linkov  <juri@jurta.org>
20103         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20104         Rename `tmm-inactive-face' to `tmm-inactive'.
20106 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
20108         * iswitchb.el: Rename faces.
20110 2005-06-06  Kim F. Storm  <storm@cua.dk>
20112         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20113         (cua-global-mark): Remove -face suffix from face names.
20115         * emulation/cua-gmrk.el (cua--init-global-mark):
20116         Remove cua-global-mark face setup.
20118 2005-06-06  Richard M. Stallman  <rms@gnu.org>
20120         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20121         just like other allowed characters.
20122         (makefile-match-dependency): Exclude leading and training whitespace
20123         from the range of regexp subexp 1.
20124         (makefile-macroassign-regex): Don't try to match the body,
20125         just the name of the macro being defined.
20127         * info.el (Info-read-node-name-2): New function.
20128         (Info-read-node-name-1): Use that.
20129         Add a completion-base-size-function property.
20131         * simple.el (completion-setup-function): Look for
20132         completion-base-size-function property of minibuffer-completion-table.
20134         * files.el (locate-file-completion): Doc fix.
20136         * printing.el: Don't call pr-update-menus; user must do that.
20138         * emacs-lisp/debug.el (debugger-window): New variable.
20139         (debug): Use debugger-window if it is set and still alive.
20140         Record debugger-window for next entry.
20142         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20144 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
20146         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20147         (hack-one-local-variable, hack-local-variables)
20148         (hack-local-variables-prop-line): Pass that arg.
20150 2005-06-06  Kim F. Storm  <storm@cua.dk>
20152         * ido.el (ido-first-match, ido-only-match, ido-subdir)
20153         (ido-indicator): Remove -face suffix from face names.
20155 2005-06-06  Juri Linkov  <juri@jurta.org>
20157         * font-lock.el (font-lock-regexp-backslash)
20158         (font-lock-regexp-backslash-construct): New faces.
20159         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
20160         after `('.  Add `while-no-input' to control structures.
20162         * faces.el (no-break-space, shadow): New faces.
20163         (escape-glyph): Use less loud colors pink2 and red4.
20165         * diff-mode.el (diff-context-face)
20166         * dired.el (dired-ignored)
20167         * rfn-eshadow.el (file-name-shadow)
20168         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20170         * info.el (Info-title-1-face): Use green instead of yellow because
20171         bold yellow is not readable on light backgrounds.
20173         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20174         before selecting the desired mode to not spend time fontifying
20175         old contents.
20177 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
20179         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20180         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20182         * ps-print.el (ps-default-fg, ps-default-bg):
20183         Fix typos in docstrings.
20185         * isearchb.el (isearchb): Don't pass a spurious second argument to
20186         `iswitchb-completions'.
20188 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
20190         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20191         to preserve point.
20192         (gdb-find-file-hook): Add doc string.
20194         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20195         C dereferenced pointer expression.
20196         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
20198         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20200         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20201         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20202         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20203         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20204         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20205         Make background transparent.
20207 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20209         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
20210         (font-lock-remove-keywords): Doc fix.
20211         (font-lock-mode-major-mode): Compiler defvar.
20212         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20214         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20215         (font-lock-mode): Update `font-lock-mode-major-mode'.
20216         (font-lock-set-defaults): Compiler defvar.
20217         (font-lock-default-function): Take `font-lock-mode-major-mode'
20218         into account.
20220         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20221         keep track of which major mode it enabled the minor mode for.
20222         Use find-file-hook again.  Update docstring.
20224         * simple.el (eval-expression-print-level)
20225         (eval-expression-print-length, eval-expression-debug-on-error):
20226         Doc fixes.
20228 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
20230         * iswitchb.el (iswitchb-single-match-face)
20231         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20232         (iswitchb-invalid-regexp-face): New faces.
20233         (iswitchb-completions): Use them.
20234         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20235         now marked as an obsolete alias.
20236         (iswitchb-read-buffer): Remove check for bound font variables.
20237         (iswitchb-invalid-regexp): New free variable.
20238         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20239         set iswitchb-invalid-regexp.
20240         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20241         invalid regexps.
20242         (iswitchb-completions): Add check for complete match when entering
20243         a regexp.
20244         (iswitchb-completions): Remove require-match argument.
20245         (iswitchb-exhibit): Fix caller.
20246         (iswitchb-common-match-inserted): New variable.
20247         (iswitchb-complete, iswitchb-completion-help): Use it.
20249 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
20251         * url-http.el (url-http-chunked-encoding-after-change-function):
20252         Use `url-http-debug' instead of `message'.
20254 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
20256         * url-http.el (url-http-parse-headers): Pass redirected URL as a
20257         callback argument.
20259 2005-06-04  Kim F. Storm  <storm@cua.dk>
20261         * simple.el (line-move): Only call sit-for when moving backwards.
20263         * ido.el (ido-make-merged-file-list-1): New defun split from
20264         ido-make-merged-file-list.
20265         (ido-make-merged-file-list): Bind throw-on-input around call to
20266         ido-make-merged-file-list-1.  Return input-pending-p if
20267         interrupted by more input available.
20268         (ido-read-internal): Handle input-pending-p return value from
20269         ido-make-merged-file-list.
20271 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20273         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20274         compatibility code.
20276         * international/latexenc.el (latexenc-find-file-coding-system):
20277         Don't inherit the EOL part of the coding-system from the
20278         tex-main buffer.  Fit within 80 columns.
20280 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
20282         * tmm.el (tmm-inactive-face): New face.
20283         (tmm-remove-inactive-mouse-face): New function.
20284         (tmm-prompt, tmm-add-one-shortcut)
20285         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20286         but not selectable.
20288 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
20290         * faces.el (face-equal): Improve argument/docstring consistency.
20292 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
20294         * progmodes/make-mode.el (makefile-targets-face)
20295         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20296         (makefile-bsdmake-dependency-regex)
20297         (makefile-makepp-rule-action-regex)
20298         (makefile-bsdmake-rule-action-regex): New constants.
20299         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20301         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20302         Allow (...) within `...' for makepp messages.
20304 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
20306         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20308         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20309         "." files are deleted from all file lists before comparison.
20311         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20312         (viper-ESC-key): Made them customizable.
20314         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20316 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
20318         * autorevert.el (auto-revert-buffers): Use save-match-data.
20320 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20322         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20323         menu items with a nil command binding.
20325 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
20327         * emacs-lisp/cl-macs.el (defsetf):
20328         Improve argument/docstring consistency.
20330         * faces.el (list-faces-display): Improve the formatting by
20331         computing the maximum length required for any face-name (reworked
20332         patch of 1999-01-11, accidentally deleted on 1999-07-21).
20333         (internal-find-face): Remove redundant info in docstring.
20335 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
20337         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20338         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20339         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20340         (gdb-assembler-custom): Improve regexps.
20341         (def-gdb-auto-update-handler): Use window point to preserve point.
20343 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20345         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20347 2005-05-31  Jay Belanger  <belanger@truman.edu>
20349         * calc/calc-embed.el (calc-embedded-word): Change argument passed
20350         to calc-embedded.
20351         (calc-embedded-make-info): Have plain prefix argument select
20352         entire line.
20354 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
20356         * faces.el (list-faces-display): Signal error if passed a regexp
20357         that matches no face name.
20359         * simple.el (filter-buffer-substring): Fix typo in docstring.
20361 2005-05-31  Richard M. Stallman  <rms@gnu.org>
20363         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20364         (vhdl-emacs-21): Doc fix.
20365         (vhdl-mode): Unconditionally set comment-padding.
20366         (vhdl-fixup-whitespace-region): Insert spaces only where
20367         there are none.
20368         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20370 2005-05-30  John Wiegley  <johnw@newartisans.com>
20372         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20373         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20374         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20375         `directory-sep-char' to ?/, and all uses of `string-to-int' to
20376         `string-to-number'.
20378 2005-05-30  Jay Belanger  <belanger@truman.edu>
20380         * calc/calc.el (calc-bug-address): Fix docstring.
20381         (calc-window-hook, calc-trail-window-hook): New variables.
20382         (calc-trail-display): Restore use of calc-trail-window-hook.
20383         (calc): Restore use of calc-window-hook.
20385 2005-05-31  Masatake YAMATO  <jet@gyve.org>
20387         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20389         * help-fns.el (help-C-file-name): Add autoload mark for
20390         `find-function-noselect'.
20392 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20394         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20395         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20397 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
20399         * calendar/diary-lib.el (mark-included-diary-files): Only kill
20400         included diary buffer if it was not already being visited.
20401         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20403         * calendar/icalendar.el (top-level): Do not require appt.
20405         * mail/supercite.el (sc-select-attribution): Only use a list
20406         element from sc-attrib-selection-list if it returns a string.
20407         Reported by Davide G. M. Salvetti <salve@debian.org>.
20409 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
20411         * thumbs.el (thumbs-thumbname): The resulting thumbname now
20412         includes a hash value to improve its uniqueness, and has a ".jpg"
20413         extension.  Also, it is now a valid filename on all systems.
20414         (thumbs-make-thumb): Use `let', not `let*'.
20415         (thumbs-show-thumbs-list): Check for JPEG availability.
20417 2005-05-30  Richard M. Stallman  <rms@gnu.org>
20419         * filesets.el (filesets-menu-ensure-use-cached):
20420         Prevent warning when emacs-version>= is undefined.
20422         * printing.el (pr-interactive-n-up): Use string-to-number.
20424         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20426         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20427         Warn only when name to be defined is quoted.
20429 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
20431         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20432         Make regexp more robust.
20433         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20434         Force regeneration of disassembly.
20436 2005-05-29  Jay Belanger  <belanger@truman.edu>
20438         * calc/calc.el (calc-user-invocation): Check if
20439         calc-invocation-macro is non-nil.
20441 2005-05-29  Juri Linkov  <juri@jurta.org>
20443         * add-log.el (change-log-font-lock-keywords):
20444         Add `+' to e-mail regexp to accept mail address with keywords.
20446         * man.el (Man-name-regexp): Add `:' to accept qualified names.
20448 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
20450         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20452         * ielm.el (inferior-emacs-lisp-mode): Ditto.
20454 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20456         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20457         Undo the change that moves to end of the current word.
20459 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20461         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20462         Throw error when count <= 0 to ensure input is a number.
20463         (gdb-read-memory-custom): Pick up address from buffer.
20464         (gdb-memory-mode): Allow user to increment and decrement
20465         memory address from header line.
20467 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20469         * flyspell.el (flyspell-version): Function deleted.
20470         (flyspell-auto-correct-previous-hook): Doc fix.
20472         * jit-lock.el (jit-lock-function, jit-lock-after-change):
20473         Do nothing if memory is full.
20475         * font-lock.el (font-lock-fontify-syntactically-region):
20476         Pass t for GREEDY to looking-back.
20478         * saveplace.el (save-place-alist-to-file): Write the file
20479         using write-region.
20481         * subr.el (looking-back): New argument GREEDY.
20483         * progmodes/compile.el (compilation-start): Set the mode
20484         before inserting the initial text.
20486         * progmodes/which-func.el (which-func-update-1): Turn the mode
20487         off in case of error by setting which-func-mode.
20489 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
20491         * flyspell.el (flyspell-auto-correct-previous-word):
20492         Narrow down to what's on the screen, and recenter overlays
20493         at the end of the next word.
20495 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
20497         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20498         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20499         (flyspell-abbrev-p): Default to nil.
20500         (flyspell-use-global-abbrev-table-p): Doc fix.
20501         (flyspell-large-region): Allow nil as value.
20502         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20504         (mail-mode-flyspell-verify): More robust handling
20505         of `mail-header-separator'.  More efficient signature detection.
20506         Allow for regexp metacharacters in message-header-separator.
20507         Adding `To' not to be checked in mail-mode-flyspell-verify.
20509         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20510         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20511         Bind flyspell-auto-correct-binding.
20512         Bind C-. and C-, .
20513         (flyspell-mode-map): Likewise.
20514         (flyspell-mode): Doc fix.
20515         (flyspell-accept-buffer-local-defs): Preserve current buffer.
20516         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20517         (flyspell-word-cache-result): New var, always local.
20518         (flyspell-check-pre-word-p): Doc fix.
20519         (flyspell-check-changed-word-p): Handle spc like newline.
20520         (flyspell-post-command-hook): Set flyspell-word-cache-result.
20521         (flyspell-word-search-backward, flyspell-word-search-forward):
20522         New functions.
20523         (flyspell-word): Return t if nothing to check.
20524         When parsing TeX code, check for after } or \.
20525         Use flyspell-word-search-backward to find previous word.
20526         Return nil if duplicated word.
20527         For word already checked, return same value as last time.
20528         Set flyspell-word-cache-result after checking.
20529         Don't clobber the return value.
20530         (flyspell-get-word): Major rewrite.
20531         (flyspell-external-point-words): New locals pword, pcount.
20532         Fix size used in progress message.
20533         Find the proper corresponding word in flyspell-large-region-buffer.
20534         (flyspell-region): Check for flyspell-large-region = nil.
20535         (flyspell-highlight-incorrect-region): Clean up overlays in region.
20536         (flyspell-auto-correct-word): Check that WORD is a cons.
20537         (flyspell-correct-word): Likewise.
20539 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
20541         * progmodes/make-mode.el (makefile-rule-action-regex)
20542         (makefile-macroassign-regex, makefile-makepp-mode)
20543         (makefile-bsdmake-mode): Continuation lines may be empty.
20544         Reported by Joshua Varner.
20545         (makefile-makepp-font-lock-keywords): Add $(stem).
20547 2005-05-28  Karl Berry  <karl@gnu.org>
20549         * textmodes/tex-mode.el: Now that tex-send-command calls
20550         shell-quote-argument (2005-03-31 change), remove all calls to
20551         shell-quote-argument; they all end up invoking tex-send-command.
20552         The double quoting loses on filenames with non-safe characters,
20553         such as "@".  Reported by Frederik Fouvry.
20555 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20557         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20558         about preserving point.
20560 2005-05-27  Jay Belanger  <belanger@truman.edu>
20562         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20563         Info-goto-node.
20565         * calc/calc-embed.el (calc-embed-arg): New variable.
20566         (calc-do-embedded-activate, calc-embedded-activate-formula)
20567         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20568         variable by new variable.
20569         (calc-embedded-make-info): Replace undeclared variable by new
20570         variable.  When selecting region with positive prefix
20571         argument, use end of previous line instead of beginning of line.
20573         * calc/calc-aent.el (calc-arg-values): Declare it.
20575         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20576         Declare them.
20578         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20580         * calc/calc.el (calc-alg-map): Declare it.
20582         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20584 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
20586         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20587         (gdb-registers-buffer, toggle-gdb-all-registers):
20588         Toggle display of floating point registers.
20589         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20591         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
20592         (toggle-gud-tooltip-dereference):
20593         Rename from gud-toggle-tooltip-dereference.
20595 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20597         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20599 2005-05-27  Jay Belanger  <belanger@truman.edu>
20601         * calc/calc-prog.el (calc-kbd-report): Remove.
20602         (calc-kbd-query): Rewrite.
20604 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
20606         * image.el (image-library-alist): Move to image.c.
20607         (image-type-available-p): Doc fix.
20609 2005-05-27  Lute Kamstra  <lute@gnu.org>
20611         * calc/calc.el (calc):
20612         * outline.el (outline-1, outline-2, outline-3, outline-4)
20613         (outline-5, outline-6, outline-7, outline-8):
20614         * textmodes/dns-mode.el (dns-mode):
20615         * textmodes/sgml-mode.el (sgml-namespace-face):
20616         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20617         (tex-verbatim-face, tex-use-reftex):
20618         * textmodes/texinfo.el (texinfo-heading-face):
20619         Specify customization group.
20621         * longlines.el: Don't require easy-mmode.
20622         (longlines-visible-face): Specify customization group.
20624 2005-05-27  Kenichi Handa  <handa@m17n.org>
20626         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20627         encoding table of windows-1251.
20629         * international/ucs-tables.el (ucs-set-table-for-input):
20630         If translation-table-for-input of a coding system is a symbol, get
20631         its translation-table property.
20633         * international/code-pages.el: Don't register a coding system into
20634         non-iso-charset-alist more than once.
20635         (cp-make-coding-system): Likewise.
20637 2005-05-26  John Wiegley  <johnw@newartisans.com>
20639         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20640         `eshell-resume-eval' is wrapped in a list, it indicates that the
20641         command was run asynchronously.  In that case, unwrap the value
20642         before checking the delimiter value.
20644         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20645         character before a space at the end of a line is \, assume the space
20646         is part of the last argument rather than a final argument separator.
20648         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20649         is in use, and the target is `t' or `nil' (which are the most common
20650         values), don't assume that the symbol target is a buffer.
20652 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20654         * calendar/calendar.el (calendar-mode-line-format):
20655         Use mode-line-highlight as mouse-face.
20657         * time.el (display-time-string-forms, display-time-update):
20658         Use mode-line-highlight as mouse-face.
20660 2005-05-26  Jay Belanger  <belanger@truman.edu>
20662         * calc/calc.el (calc-language-alist): Remove extra defvar.
20664 2005-05-26  Lute Kamstra  <lute@gnu.org>
20666         * arc-mode.el (archive-mode):
20667         * bookmark.el (bookmark-read-annotation-mode)
20668         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20669         * bs.el (bs-mode):
20670         * calc/calc-yank.el (calc-edit-mode):
20671         * calc/calc.el (calc-mode, calc-trail-mode):
20672         * calculator.el (calculator-mode):
20673         * chistory.el (command-history-mode):
20674         * comint.el:
20675         * cus-edit.el (custom-mode):
20676         * descr-text.el (describe-text-mode):
20677         * ebuff-menu.el (Electric-buffer-menu-mode):
20678         * ediff-util.el (ediff-mode):
20679         * emacs-lisp/re-builder.el (reb-mode):
20680         * emulation/vi.el (vi-mode-setup):
20681         * emulation/ws-mode.el (wordstar-mode):
20682         * eshell/esh-mode.el (eshell-mode):
20683         * forms.el (forms-mode):
20684         * help-mode.el (help-mode):
20685         * hexl.el (hexl-mode):
20686         * ibuffer.el (ibuffer-mode):
20687         * ielm.el (inferior-emacs-lisp-mode):
20688         * info.el (Info-mode, Info-edit-mode):
20689         * international/swedish.el:
20690         * ledit.el (ledit-from-lisp-mode):
20691         * locate.el (locate-mode):
20692         * mail/rmail.el (rmail-mode):
20693         * mail/rmailedit.el (rmail-edit-mode):
20694         * mail/rmailsum.el (rmail-summary-mode):
20695         * mail/supercite.el (sc-electric-mode):
20696         * net/eudc.el (eudc-mode):
20697         * net/quickurl.el (quickurl-list-mode):
20698         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20699         * obsolete/ooutline.el (outline-mode):
20700         * obsolete/options.el (Edit-options-mode):
20701         * obsolete/rnews.el (news-mode):
20702         * obsolete/rnewspost.el (news-reply-mode):
20703         * play/5x5.el (5x5-mode):
20704         * play/decipher.el (decipher-mode, decipher-stats-mode):
20705         * play/gomoku.el (gomoku-mode):
20706         * play/snake.el (snake-mode):
20707         * play/solitaire.el (solitaire-mode):
20708         * play/tetris.el (tetris-mode):
20709         * progmodes/ada-mode.el (ada-mode):
20710         * progmodes/antlr-mode.el (antlr-mode):
20711         * progmodes/autoconf.el (autoconf-mode):
20712         * progmodes/dcl-mode.el (dcl-mode):
20713         * progmodes/delphi.el (delphi-mode):
20714         * progmodes/ebrowse.el (ebrowse-tree-mode)
20715         (ebrowse-electric-list-mode, ebrowse-member-mode)
20716         (ebrowse-electric-position-mode):
20717         * progmodes/f90.el (f90-mode):
20718         * progmodes/fortran.el (fortran-mode):
20719         * progmodes/icon.el (icon-mode):
20720         * progmodes/idlw-help.el (idlwave-help-mode):
20721         * progmodes/idlw-shell.el (idlwave-shell-mode):
20722         * progmodes/idlwave.el (idlwave-mode):
20723         * progmodes/inf-lisp.el (inferior-lisp-mode):
20724         * progmodes/m4-mode.el (m4-mode):
20725         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20726         * progmodes/modula2.el (modula-2-mode):
20727         * progmodes/octave-inf.el (inferior-octave-mode):
20728         * progmodes/octave-mod.el (octave-mode):
20729         * progmodes/pascal.el (pascal-mode):
20730         * progmodes/sh-script.el (sh-mode):
20731         * progmodes/sql.el (sql-mode, sql-interactive-mode):
20732         * progmodes/vhdl-mode.el (vhdl-mode):
20733         * progmodes/xscheme.el (scheme-interaction-mode):
20734         * replace.el (occur-mode):
20735         * ses.el (ses-mode):
20736         * simple.el (completion-list-mode):
20737         * skeleton.el:
20738         * speedbar.el (speedbar-mode):
20739         * term.el (term-mode):
20740         * terminal.el (terminal-edit-mode):
20741         * textmodes/reftex-index.el (reftex-index-mode)
20742         (reftex-index-phrases-mode):
20743         * textmodes/reftex-sel.el (reftex-select-label-mode)
20744         (reftex-select-bib-mode):
20745         * textmodes/reftex-toc.el (reftex-toc-mode):
20746         * wdired.el (wdired-change-to-wdired-mode):
20747         * wid-browse.el (widget-browse-mode):
20748         Use run-mode-hooks.
20750         * array.el (array-mode):
20751         * calendar/todo-mode.el (todo-mode):
20752         * man.el (Man-mode):
20753         * play/landmark.el (lm-mode):
20754         * play/mpuz.el (mpuz-mode):
20755         Use kill-all-local-variables and run-mode-hooks.
20757         * subr.el (delay-mode-hooks): Specify indentation.
20759 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
20761         * xml.el (xml-substitute-special): Don't die for undefined xml
20762         entities.
20764 2005-05-26  Jay Belanger  <belanger@truman.edu>
20766         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20767         of nil.
20769 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
20771         * progmodes/gdb-ui.el (gdb-frame-address):
20772         Rename from gdb-current-address.
20773         (gdb-previous-frame-address): Rename from gdb-previous-address.
20774         (gdb-selected-frame): Rename from gdb-current-frame.
20775         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20776         (gdb-frame-number): Rename from gdb-current-stack-level.
20777         (gdb-ann3): Match new mode-name for disassembly buffer.
20778         Extend initialization of variables.
20779         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20780         (gdb-memory-mode): Use mouse-face in header line.
20781         (gdb-assembler-buffer-name): Call it disassembly and give frame
20782         in mode line.
20783         (gdb-source-spec-regexp, gdb-assembler-custom)
20784         (gdb-invalidate-assembler, gdb-frame-handler):
20785         Make robust to leading zeroes in address format.
20787 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
20789         * textmodes/org.el (org-mode): Use `define-derived-mode' to
20790         define `org-mode'.
20791         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20793 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20795         * log-edit.el (log-edit-changelog-entries): Distinguish between
20796         filenames like xfns.c and fns.c.
20798 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
20800         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20801         point after reverting.
20802         (Buffer-menu-make-sort-button): Handle the case where
20803         `Buffer-menu-use-header-line' is nil.
20805 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
20807         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20808         New funcs.  In minibuffer-local-completion-map bind `]', `/'
20809         and `:' to them.
20811 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20813         * startup.el (normal-top-level): Allow modification of load-path while
20814         we're iterating over it.
20816 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
20818         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20819         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20820         (thumbs-resize-interactive, thumbs-insert-image)
20821         (thumbs-insert-thumb, thumbs-dired-show-marked)
20822         (thumbs-find-image-at-point, thumbs-delete-images)
20823         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20824         (thumbs-increment-image-size, thumbs-decrement-image-size):
20825         Fix typos in docstrings.
20827 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
20829         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20830         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20831         (cperl-mode): Use them.
20833 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
20835         * window.el (quit-window, shrink-window-if-larger-than-buffer):
20836         Doc fixes.
20838 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
20840         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20841         Bind C-d to gdb-inferior-io-eof.
20843         * dired.el (dired-dnd-popup-notice): Use message-box.
20845 2005-05-23  Masatake YAMATO  <jet@gyve.org>
20847         * bindings.el (mode-line-major-mode-keymap):
20848         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20850         * faces.el (mode-line-highlight): New face.
20852         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20853         as mouse-face.
20855         * bindings.el (top-level, help-echo, mode-line-modified)
20856         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20857         as mouse-face.
20859 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
20861         * progmodes/cc-engine.el (c-guess-basic-syntax):
20862         Remove spurious call to `zerop'.
20864         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20866 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
20868         CC Mode update to 5.30.10:
20870         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20871         could go past the limit in decoration level 2, thereby causing
20872         errors during interactive fontification.
20874         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20875         the file is evaluated interactively.
20877         * cc-engine.el (c-guess-basic-syntax): Handle operator
20878         declarations somewhat better in C++.
20880         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20881         make use of `run-mode-hooks' which has been added in Emacs 21.1.
20882         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20883         (awk-mode): Use it.
20884         (make-local-hook): Suppress warning about obsoleteness.
20886         * cc-engine.el, cc-align.el, cc-cmds.el
20887         (c-append-backslashes-forward, c-delete-backslashes-forward)
20888         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20889         Compensate for return value from `forward-line' when it has moved
20890         but not to a different line due to eob.
20892         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20893         `objc-method-intro' and `objc-method-args-cont'.
20895 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
20897         CC Mode update to 5.30.10:
20899         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20900         in the copyright statement.  Incidentally, change "along with GNU
20901         Emacs" to "along with this program" where it occurs.
20903         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20904         so that it is interactive, hence can be found by M-x awk-mode
20905         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
20906         <gmorris+emacs@ast.cam.ac.uk>.
20908         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20909         Mode's regexps.
20911 2005-05-23  Kevin Ryde  <user42@zip.com.au>
20913         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20914         c-parse-state, to avoid a lisp error (on bad code).
20916 2005-05-23  Lute Kamstra  <lute@gnu.org>
20918         * subr.el (font-lock-defaults): Remove defvar as it's already
20919         defined in font-core.el.
20921         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20923 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
20925         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20926         more general and work when GDB variable "print pretty" is on,
20927         as with Emacs, for example.
20929 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
20931         * font-core.el: Update comment.
20933         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20934         Use `after-change-major-mode-hook' instead of `find-file-hook'.
20936         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20938 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
20940         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20941         and `yank-handler' in the doc strings.
20943 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20945         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
20947 2005-05-22  Richard M. Stallman  <rms@gnu.org>
20949         * help.el (describe-key): Move print-help-return-message call
20950         out of conditional.
20952         * progmodes/etags.el (list-tags): Use with-no-warnings.
20954         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20955         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20956         (starttls-extra-args, starttls-extra-arguments): Add defvars.
20958         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20960         * language/viet-util.el (viet-viscii-nonascii-translation-table):
20961         Add defvar.
20963         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20964         Use defvar, not defconst.
20966         * hexl.el (hexl-follow-line): Use with-no-warnings.
20968         * emulation/tpu-extras.el: Use write-file-functions instead of
20969         write-file-hooks.
20971         * dired.el (dired-font-lock-keywords): Fontify files with junk
20972         extensions even if marked by -F.
20974 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
20976         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20977         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20978         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20979         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20980         (concatenate, list-length, get*, getf, cl-remprop):
20981         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20982         (etypecase, progv, lexical-let, lexical-let*)
20983         (multiple-value-bind, multiple-value-setq, shiftf):
20984         Improve argument/docstring consistency.
20986         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20988 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
20990         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20991         doesn't exist.
20993         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
20994         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20996 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
20998         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20999         already deleted variables: auto-fill-hook, blink-paren-hook,
21000         lisp-indent-hook, inhibit-local-variables, unread-command-event,
21001         suspend-hooks, comment-indent-hook, meta-flag,
21002         before-change-function, after-change-function,
21003         font-lock-doc-string-face.
21005 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
21007         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21009 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
21011         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21012         rmail-dont-reply-to.
21014 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21016         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21017         literal blank when splitting new-header-values.
21019 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
21021         * calendar/cal-menu.el (cal-menu-update): Add separator as a
21022         string so that tmm doesn't create a completion entry for it.
21024         * textmodes/table.el (table-disable-menu): Ditto.
21026 2005-05-21  Richard M. Stallman  <rms@gnu.org>
21028         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21030         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21032         * net/rcompile.el (remote-compile): Use compilation-start.
21034         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21036 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
21038         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21039         Default to makefile-bsdmake-mode on BSD systems.
21041         * imenu.el (imenu-generic-expression, imenu--generic-function'):
21042         REGEXP may also be a search function now.  The part of doc-string
21043         for describing the structure was 95% identical to that of
21044         `imenu--generic-function'.  Unify it there.
21046         * progmodes/make-mode.el (makefile-imenu-generic-expression):
21047         Use function to find dependencies, because regexp alone is so complex,
21048         it easily goes into an endless loop.
21049         (makefile-makepp-mode): Also add submenu for Perl functions
21050         defined in the makefile.
21051         (makefile-bsdmake-mode): Special imenu-generic-expression no
21052         longer needed, due to function call.
21053         (makefile-match-dependency): Take BOUND into account when checking
21054         if we're through.
21056 2005-05-20  Jay Belanger  <belanger@truman.edu>
21058         * calc/calc-units.el (calc-invalidate-units-table):
21059         Use inhibit-read-only.
21060         (math-build-units-table-buffer): Use view-mode.
21062 2005-05-20  David Kastrup  <dak@gnu.org>
21064         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21065         easy-menu-add is not a nop on Emacs; and clarify when to call it.
21067 2005-05-20  Lute Kamstra  <lute@gnu.org>
21069         * diff-mode.el (diff-header-face, diff-file-header-face)
21070         (diff-index-face, diff-hunk-header-face, diff-removed-face)
21071         (diff-added-face, diff-changed-face, diff-function-face)
21072         (diff-context-face, diff-nonexistent-face): Put them in the
21073         diff-mode customization group.
21075 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21077         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21079         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21081         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21082         Minor regexp-optimization.
21084 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
21086         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21087         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21088         (org-agenda-add-time-grid-maybe): New function.
21089         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21090         (org-table-create): `dotimes' instead of `mapcar'.
21091         (org-xor): Simplify implementation.
21092         (org-agenda): `inhibit-redisplay' turned on.
21093         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21094         a consistent line after a state change.
21095         (org-agenda-remove-times-when-in-prefix): New option.
21096         (org-prefix-has-time): New variable.
21097         (org-parse-time-string): Optional argument NODEFAULT.
21098         (org-format-agenda-item): Parse items for time-of-day
21099         specifications and move these into the prefix if possible.
21100         (org-agenda-priority): Get current heading, not previous heading
21101         during agenda remote editing.
21103 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
21105         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21106         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21107         (remove-duplicates, delete-duplicates, substitute)
21108         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21109         (nsubstitute-if-not, find, find-if, find-if-not, position)
21110         (position-if, position-if-not, count, count-if, count-if-not)
21111         (mismatch, search, sort*, stable-sort, merge, member*)
21112         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21113         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21114         (intersection, nintersection, set-difference, nset-difference)
21115         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21116         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21117         (nsublis, tree-equal): Improve argument/docstring consistency.
21119         * subr.el (send-string, send-region): Remove obsolescence declaration.
21120         (window-dot, set-window-dot, read-input, show-buffer)
21121         (eval-current-buffer, string-to-int):
21122         Add release number to obsolescence declarations.
21124 2005-05-19  Kim F. Storm  <storm@cua.dk>
21126         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21127         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21129 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
21131         * faces.el (list-faces-display): Make back button respect optional
21132         regexp arg.
21134 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
21136         * calculator.el (calculator-radix-grouping-mode)
21137         (calculator-radix-grouping-digits, calculator-displayer)
21138         (calculator-radix-grouping-separator, calculator-copy-displayer):
21139         * dabbrev.el (dabbrev-search-these-buffers-only):
21140         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21141         (diff-advance-after-apply-hunk, diff-mode-hook)
21142         (diff-minor-mode-prefix):
21143         * imenu.el (imenu-use-popup-menu):
21144         * jit-lock.el (jit-lock-context-time):
21145         * newcomment.el (comment-fill-column, comment-column)
21146         (comment-style, comment-padding, comment-multi-line)
21147         (comment-empty-lines, comment-auto-fill-only-comments):
21148         * reveal.el (reveal-around-mark):
21149         * uniquify.el (uniquify-buffer-name-style)
21150         (uniquify-after-kill-buffer-p)
21151         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21152         (uniquify-min-dir-content, uniquify-separator)
21153         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21154         * w32-vars.el (w32-fixed-font-alist):
21155         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21156         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21157         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21158         * progmodes/perl-mode.el (perl-indent-level)
21159         (perl-continued-statement-offset, perl-continued-brace-offset)
21160         (perl-brace-offset, perl-brace-imaginary-offset)
21161         (perl-label-offset, perl-indent-continued-arguments)
21162         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21163         * progmodes/tcl.el (tcl-indent-level)
21164         (tcl-continued-indent-level, tcl-auto-newline)
21165         (tcl-tab-always-indent, tcl-electric-hash-style)
21166         (tcl-help-directory-list, tcl-use-smart-word-finder)
21167         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21168         (inferior-tcl-source-command):
21169         * textmodes/fill.el (enable-kinsoku):
21170         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21171         * textmodes/table.el (table-yank-handler):
21172         Specify missing group (and type, if simple) in defcustom.
21174 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
21176         * progmodes/compile.el (compilation-finish-function): Fix defvar.
21178 2005-05-19  Richard M. Stallman  <rms@gnu.org>
21180         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21182         * subr.el (event-basic-type): Don't get an error.
21183         (left-fringe-p): Function deleted.
21185         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21186         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21188         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21189         in recursive copy.
21191         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21193         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21195         * emacs-lisp/bytecomp.el
21196         (byte-compile-file-form-custom-declare-variable):
21197         Call byte-compile-nogroup-warn if appropriate.
21199         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21200         (compilation-set-window): Don't call left-fringe-p; do it directly.
21202 2005-05-19  Jay Belanger  <belanger@truman.edu>
21204         * calc/calc-graph.el (calc-graph-format-data): Make sure
21205         var-PlotRejects is bound before trying to check its value.
21207 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
21209         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21210         definition of this variable from reftex-global.el to reftex.el,
21211         because it is needed in the menu.
21213 2005-05-19  Lute Kamstra  <lute@gnu.org>
21215         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21216         years are fixed.  Don't insert a space after a dash.
21218 2005-05-19  Kim F. Storm  <storm@cua.dk>
21220         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21222 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
21224         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21225         strings, because (eq ... ?\\) is fairly frequent.
21227         * progmodes/make-mode.el (makefile-add-this-line-targets):
21228         Simplify and integrate into `makefile-pickup-targets'.
21229         (makefile-add-this-line-macro): Simplify and integrate into
21230         `makefile-pickup-macros.
21231         (makefile-pickup-filenames-as-targets): Simplify.
21232         (makefile-previous-dependency, makefile-match-dependency):
21233         Don't stumble over `::'.
21235 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
21237         * subr.el (post-command-idle-hook, post-command-idle-delay):
21238         Remove obsoletion of post-command-idle-hook and
21239         post-command-idle-delay.
21241         * faces.el (list-faces-display): Provide button when describe-face
21242         is called to take user back to the list of faces.
21244         * help-fns.el (describe-variable): Remove hyperlinks in a
21245         variable's value as these are quite frequently inappropriate.
21247         * follow.el (follow-submit-feedback, follow-mode):
21248         Remove references to post-command-idle-hook.
21250 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
21252         * progmodes/make-mode.el (makefile-previous-dependency)
21253         (makefile-match-dependency): Check for := (and in bsd mode also
21254         !=) to give a better result, even when font-lock is not on.
21256 2005-05-18  Jay Belanger  <belanger@truman.edu>
21258         * calc/calc-help.el (calc-s-prefix-help):
21259         Add `calc-copy-special-constant' to help string.
21261 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
21263         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21265 2005-05-18  Jay Belanger  <belanger@truman.edu>
21267         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21268         in linear factors are in proper order.
21270 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
21272         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21273         Support for jurabib.
21275         * textmodes/reftex.el (featurep): Define aliases for overlay
21276         commands, for XEmacs compatibility, and use these aliases in
21277         overlay initializations.
21278         (reftex-highlight): Use `reftex-move-overlay'.
21279         (reftex-unhighlight): Use `reftex-delete-overlay'.
21280         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
21281         (reftex-access-search-path): Use `reftex-uniquify' instead of
21282         `reftex-uniq'
21284         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21285         `before-string' property modification enables for Emacs as well.
21286         (reftex-select-item): Use `reftex-delete-overlay'.
21287         (reftex-select-mark): Use `reftex-make-overlay' and
21288         `reftex-overlay-put'.
21289         (reftex-select-unmark): Use `reftex-delete-overlay' and
21290         `reftex-overlay-put'.
21292 2005-05-18  Lute Kamstra  <lute@gnu.org>
21294         * emacs-lisp/lisp.el (check-parens): Fix docstring.
21296 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
21298         * add-log.el (add-change-log-entry):
21299         * array.el (array-make-template, array-reconfigure-rows)
21300         (array-init-max-row, array-init-max-column)
21301         (array-init-columns-per-line, array-init-field-width):
21302         * replace.el (replace-match-maybe-edit, perform-replace):
21303         * textmodes/spell.el (spell-region):
21304         Replace `read-input' by `read-string'.
21306         * forms.el (forms-mode):
21307         * finder.el (finder-compile-keywords):
21308         * shadowfile.el (shadow-read-files):
21309         Replace `eval-current-buffer' by `eval-buffer'.
21311         * terminal.el (te-pass-through):
21312         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21313         (ange-ftp-raw-send-cmd):
21314         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21315         (send-process-next-char, telnet-initial-filter, telnet):
21316         Replace `send-string' by `process-send-string'.
21318         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21319         (prolog-consult-region): Replace `send-string' by
21320         `process-send-string'; replace `send-region' by `process-send-region'.
21322         * progmodes/delphi.el (delphi-log-msg):
21323         Replace `set-window-dot' by `set-window-point'.
21325         * subr.el (window-dot, set-window-dot, read-input, send-string)
21326         (send-region, show-buffer, eval-current-buffer):
21327         Make really obsolete, as the comment says.
21329 2005-05-17  Kim F. Storm  <storm@cua.dk>
21331         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21332         (cua--init-keymaps): Bind C-return instead of S-return to set
21333         rectangle mark.
21335         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21336         instead of S-return to toggle/clear rectangle mark.
21338 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
21340         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21341         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21342         Also fontify plain strings assigned to variables, mostly so that a
21343         colon has a face and is thus not taken as a dependency separator.
21344         (makefile-previous-dependency): Inline the new matcher, because it
21345         is too complex to work in both directions.
21346         (makefile-match-dependency): Eliminate `backward' arg (see above).
21347         Completely reimplemented so as to not sometimes go into an endless
21348         loop.  It should also be more efficient, because first it only
21349         searches for `:', instead of applying the very complex regexp.
21350         (makefile-mode): Cancel `font-lock-support-mode', because blocks
21351         to be fontified in one piece can be too long for JIT.
21352         Makefiles are never *that* big.
21354 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
21356         * dired.el (dired-mode): Simplify.
21358 2005-05-17  Lute Kamstra  <lute@gnu.org>
21360         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21361         defcustom for the mode hook variable.
21363         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21364         Emacs Lisp Reference Manual.
21366 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
21368         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21369         (evenp, list*):
21370         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21371         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21373         * net/tramp-smb.el (tramp-smb-open-connection):
21374         Pass `tramp-chunksize' as fifth (required) argument.
21376 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
21378         * font-lock.el (lisp-font-lock-keywords-1):
21379         Set `font-lock-negation-char-face' for [^...] char group.
21380         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21382         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21383         a var, and refine it to mask one more level of nested vars.
21384         (makefile-rule-action-regex): Turn it into a var, and refine it so
21385         it recognizes backslashed continuation lines as belonging to the
21386         same command.
21387         (makefile-macroassign-regex): Refine it so it recognizes
21388         backslashed continuation lines as belonging to the same command.
21389         (makefile-var-use-regex): Don't look at the next char, because it
21390         might be the same one to be skipped by the initial [^$], leading
21391         to an overlooked variable use.
21392         (makefile-make-font-lock-keywords): Remove two parameters, which
21393         are now variables that some of the modes set locally.
21394         Handle dependency and rule action matching through functions, because
21395         regexps alone match too often.  Dependency matching now comes
21396         last, so it can check, whether a colon already matched something else.
21397         (makefile-mode): Inform that font-lock improves makefile parsing
21398         capabilities.
21399         (makefile-match-dependency, makefile-match-action): New functions.
21401 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
21403         * emacs-lisp/cl-extra.el (equalp): Doc fix.
21405         * align.el (align-regexp):
21406         * ansi-color.el (ansi-color-get-face):
21407         * array.el (array-reconfigure-rows, array-init-max-row)
21408         (array-init-max-column, array-init-columns-per-line)
21409         (array-init-field-width):
21410         * dired-aux.el (dired-trample-file-versions):
21411         * dired-x.el (dired-mark-sexp):
21412         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21413         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21414         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21415         * faces.el (face-read-integer):
21416         * files.el (backup-extract-version, insert-directory):
21417         * hexl.el (hexl-insert-decimal-char):
21418         * server.el (server-process-filter):
21419         * shell.el (shell-extract-num):
21420         * startup.el (command-line-1):
21421         * term.el (term-command-hook):
21422         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21423         (time-stamp-do-number):
21424         * time.el (display-time-update):
21425         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21426         (timezone-fix-time):
21427         * vms-patch.el (vms-suspend-resume-hook):
21428         * calendar/appt.el (appt-convert-time):
21429         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21430         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21431         * calendar/cal-islam.el (mark-islamic-diary-entries):
21432         * calendar/calendar.el (calendar-cursor-to-date)
21433         (calendar-star-date):
21434         * calendar/diary-lib.el (diary-attrtype-convert)
21435         (mark-diary-entries, diary-entry-time):
21436         * calendar/solar.el (solar-get-number):
21437         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21438         * emacs-lisp/re-builder.el (reb-display-subexp):
21439         * emulation/edt.el (edt-set-scroll-margins):
21440         * emulation/tpu-extras.el (tpu-set-scroll-margins):
21441         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21442         (vip-get-ex-count):
21443         * emulation/viper-ex.el (viper-get-ex-token)
21444         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21445         * international/fontset.el (fontset-plain-name):
21446         * mail/feedmail.el (feedmail-look-at-queue-directory):
21447         * mail/mailalias.el (mail-get-names):
21448         * mail/rmail.el (rmail-convert-to-babyl-format):
21449         * mail/rmailsum.el (rmail-make-basic-summary-line)
21450         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21451         (rmail-summary-goto-msg):
21452         * mail/smtpmail.el (smtpmail-read-response):
21453         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21454         (ange-ftp-vms-add-file-entry):
21455         * play/gametree.el (gametree-looking-at-ply)
21456         (gametree-current-branch-score):
21457         * progmodes/ada-xref.el (ada-prj-find-prj-file)
21458         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21459         * progmodes/cperl-mode.el (condition-case):
21460         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21461         (ebrowse-set-member-buffer-column-width)
21462         (ebrowse-select-1st-to-9nth):
21463         * progmodes/etags.el (etags-snarf-tag):
21464         * progmodes/flymake.el (flymake-parse-line):
21465         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21466         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21467         (idlwave-shell-menu-def):
21468         * progmodes/ps-mode.el (ps-run-goto-error):
21469         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21470         (vhdl-speedbar-contract-level):
21471         * term/mac-win.el (x-handle-numeric-switch):
21472         * term/sun-mouse.el (sun-get-frame-data):
21473         * term/w32-win.el (x-handle-numeric-switch):
21474         * term/x-win.el (x-handle-numeric-switch):
21475         * textmodes/ispell.el (ispell-parse-output):
21476         * textmodes/nroff-mode.el (nroff-outline-level):
21477         * textmodes/reftex-cite.el (reftex-bib-sort-year)
21478         (reftex-bib-sort-year-reverse, reftex-format-citation):
21479         * textmodes/reftex-parse.el (reftex-init-section-numbers)
21480         (reftex-section-number):
21481         * textmodes/texinfmt.el (texinfo-paragraphindent):
21482         Replace `string-to-int' by `string-to-number'.
21484         * international/latexenc.el: Add page marker to force the "Local
21485         Variables:" string out of the last page.
21487 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21489         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21490         tooltip-change-major-mode.
21491         (gud-tooltip-print-command): Remove case where gud-minor-mode
21492         is gdb ("--fullname").
21493         (gud-tooltip-tips): Turn GUD tooltips off for this case and
21494         explain to user.
21496 2005-05-16  Jay Belanger  <belanger@truman.edu>
21498         * calc/calc-store.el (calc-copy-special-constant): New function.
21500         * calc/calc-ext.el (calc-init-extensions): Add binding for
21501         `calc-copy-special-constant'.
21503         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21504         for the `calc-copy-special-constant' command.
21506 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21508         * subr.el (left-fringe-p): New function.
21510         * progmodes/compile.el (compilation-setup): Set local value of
21511         overlay-arrow-string to "" always.
21512         (compilation-set-window): Left fringe then don't scroll.
21513         No left fringe then no arrow and scroll message to top.
21514         (compilation-context-lines): Adjust doc string accordingly.
21516 2005-05-16  Kim F. Storm  <storm@cua.dk>
21518         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21519         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21520         (ido-wide-find-dir-or-delete-dir): New command for M-d.
21521         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
21522         (ido-read-file-name): Handle commands with ido property value
21523         equal to find-file as reading a file name, to allow C-d to enter dired.
21524         (ibuffer-find-file): Add ido property with value find-file.
21526 2005-05-15  Kim F. Storm  <storm@cua.dk>
21528         * subr.el (open-network-stream-nowait): Remove.
21529         (open-network-stream-server): Remove.
21531 2005-05-15  Richard M. Stallman  <rms@gnu.org>
21533         * faces.el (describe-face): Output a definition link button.
21535         * help-mode.el (help-face-def): New button type.
21537         * emacs-lisp/copyright.el (copyright-fix-years):
21538         Match properly if the first year is 2-digit.
21539         Don't mess up the whitespace after the years by filling.
21541         * dired-aux.el (dired-mark-confirm):
21542         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21544         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21545         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21546         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21548         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21549         Set font-lock-comment-start-skip.
21551         * font-lock.el (font-lock-comment-start-skip): New variable.
21552         (font-lock-comment-end-skip): New variable.
21553         (font-lock-fontify-syntactically-region): Use them if non-nil.
21555 2005-05-15  Jay Belanger  <belanger@truman.edu>
21557         * calc/calc-store.el (calc-store-value): Return a string rather
21558         than display it as a message.
21559         Use calc-var-name for variable name.
21560         (calc-store-into): Add the result of calc-store-value to message.
21561         (calc-copy-variable): Add a message.
21562         (calc-store-exchange): Improve error messages.
21563         (calc-store-binary, calc-store-map): Don't reset the values of
21564         special constants.
21566 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
21568         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21569         manual to docstring.
21571         * files.el (hack-local-variables-confirm): Add STRING argument.
21572         Make the function handle non file visiting buffers correctly.
21573         (hack-local-variables-prop-line, hack-local-variables)
21574         (hack-one-local-variable): Use STRING arg of
21575         `hack-local-variables-confirm'.
21577 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
21579         Sync with Tramp 2.0.49.
21581         * net/tramp.el (tramp-handle-dired-call-process)
21582         (tramp-handle-insert-directory):`insert-buffer' cannot be used
21583         because the contents of the Tramp buffer is changed before
21584         insertion (`expand-file' and alike).
21585         (tramp-handle-insert-directory): If `localname' has an empty
21586         nondirectory name, it must not be quoted.
21587         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
21588         variable `tramp-chunksize'.  Change callees.
21589         (tramp-open-connection-setup-interactive-shell): Check remote host
21590         for buggy `send-process-string' implementation.
21591         Set `tramp-chunksize' if found.  Reported by Michael Kifer
21592         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21593         (tramp-handle-shell-command): `insert-buffer' cannot be used
21594         because the contents of the Tramp buffer is changed before
21595         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21596         <frederic.bothamy@free.fr>.
21597         (tramp-set-auto-save): Actions should be done for Tramp file name
21598         handler only.  Ange-FTP has its own auto-save mechanism.
21599         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21600         (tramp-set-auto-save-file-modes): Set file modes of
21601         `buffer-auto-save-file-name' to ?\600 as fallback solution.
21602         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21603         (tramp-bug): Remove obsolete variable.
21604         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
21605         for presence of `mml-mode'.  Make it running for older Emacsen as well.
21607 2005-05-14  John Paul Wallington  <jpw@pobox.com>
21609         * ibuf-ext.el (define-ibuffer-filter filename):
21610         If `dired-directory' is a list, use its car.
21612 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
21614         * ibuffer.el (define-ibuffer-column filename):
21615         If `dired-directory' is a list, use its car.
21617 2005-05-14  Richard M. Stallman  <rms@gnu.org>
21619         * subr.el (symbol-file): Doc fix.
21621         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21622         (byte-compile-form): Call byte-compile-nogroup-warn.
21623         (byte-compile-warning-types): Doc fix.
21625         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21627         * progmodes/cc-engine.el (c-literal-faces):
21628         Add font-lock-comment-delimiter-face.
21630         * net/net-utils.el (dig): Use with-no-warnings.
21632         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21633         (sc-recite-frame-alist, sc-default-cite-frame)
21634         (sc-default-uncite-frame, sc-default-recite-frame)
21635         (sc-attrib-selection-list, sc-rewrite-header-list):
21636         Mark as risky-local-variable.
21638         * international/ogonek.el (ogonek-jak, ogonek-how):
21639         Don't use beginning-of-buffer.
21641         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21643         * calendar/solar.el (solar-data-list): Move definition up.
21645         * dnd.el (dnd-protocol-alist): Add autoload.
21647         * progmodes/sh-script.el: Many doc usage fixes.
21648         (sh-indent-after-do): Change default to match common styles.
21650 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
21652         * files.el (interpreter-mode-alist)
21653         (auto-mode-interpreter-regexp): Doc fixes.
21655 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
21657         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21659         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21661 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21663         * dired.el (dired-mode): make-variable-buffer-local =>
21664         make-local-variable.
21666 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21668         * term/mac-win.el (mac-select-convert-to-string): Try coding
21669         systems in mac-script-code-coding-systems if specified one cannot
21670         encode string for `com.apple.traditional-mac-plain-text'.
21672 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
21674         * progmodes/make-mode.el (makefile-targets-face)
21675         (makefile-shell-face, makefile-makepp-perl-face): New faces.
21676         (makefile-dependency-regex): Fix it to not make the colon in
21677         $(var:a=b) special.
21678         (makefile-rule-action-regex): New regexp for highlighting embedded
21679         Shell strings.
21680         (makefile-macroassign-regex): Handle != for highlighting as
21681         embedded Shell strings.
21682         (makefile-var-use-regex): New const.
21683         (makefile-statements, makefile-automake-statements)
21684         (makefile-gmake-statements, makefile-makepp-statements)
21685         (makefile-bsdmake-statements): New consts.
21686         (makefile-make-font-lock-keywords): New function.
21687         (makefile-automake-font-lock-keywords)
21688         (makefile-gmake-font-lock-keywords)
21689         (makefile-makepp-font-lock-keywords)
21690         (makefile-bsdmake-font-lock-keywords): New consts.
21691         (makefile-mode-map): Add switchers between the various submodes.
21692         (makefile-mode): Document the availability of the variants.
21693         (makefile-automake-mode, makefile-gmake-mode)
21694         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21696         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21697         new variants of makefile-mode.
21699 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21701         * font-lock.el (font-lock-comment-delimiter-face): Fix up
21702         the inheritance.
21704 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
21706         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21707         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21709         * files.el (normal-mode): Extend the scope of the
21710         `enable-local-variables' binding to include the `set-auto-mode' call.
21711         (magic-mode-alist): Doc fix.
21713 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21715         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21716         font-lock-comment-face rather than copying its setting.
21718 2005-05-12  Andreas Schwab  <schwab@suse.de>
21720         * eshell/esh-mode.el (eshell-send-input): Doc fix.
21722 2005-05-12  Lute Kamstra  <lute@gnu.org>
21724         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21725         defcustom for the mode hook variable.  Delete the last argument.
21726         * generic-x.el: Fix callers of define-generic-mode.
21727         (generic-x-modes): Delete group.
21728         (show-tabs-tab-face, show-tabs-space-face): Put them in the
21729         generic-x customization group.
21731 2005-05-12  Kim F. Storm  <storm@cua.dk>
21733         * font-lock.el (font-lock-negation-char-face): Default to "off".
21735         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21736         font-lock-negation-char-face to ! in !=.
21738 2005-05-12  Masatake YAMATO  <jet@gyve.org>
21740         * add-log.el (find-change-log): Fix typos in the docstring
21741         of function.
21743 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21745         * international/latexenc.el (latexenc-find-file-coding-system):
21746         Avoid `re-search-forward' when looking for input encoding because
21747         of speed and safety.  Better regular expressions for recognizing
21748         input encoding.  Limit a search for TeX-master/tex-main-file to
21749         the local variable section.
21751 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
21753         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21754         syntax of $ to "'" (quote).
21756 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
21758         * dnd.el (dnd-protocol-alist): Improve custom type.
21760         * dired.el (dired-dnd-protocol-alist): New variable.
21761         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
21762         `dired-mode-hook' to the end.
21764 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21766         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21767         comment-end if comment-start-skip is not set.
21768         Obey the font-lock-comment-delimiter-face variables.
21770 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21772         * files.el (executable-find): Move from executable.el.  Use
21773         locate-file.
21774         * progmodes/executable.el (executable-find): Move to files.el.
21776         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21777         when trying to ensure forward progress.
21779 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
21781         * mouse-sel.el (mouse-sel-follow-link-p): New function.
21782         (mouse-select, mouse-select-internal, mouse-extend-internal):
21783         Use it to implement mouse-1-click-follows-link functionality.
21785 2005-05-11  Richard M. Stallman  <rms@gnu.org>
21787         * font-lock.el (font-lock-fontify-syntactically-region):
21788         Use font-lock-comment-delimiter-face for comment delimiters.
21790 2005-05-10  Jay Belanger  <belanger@truman.edu>
21792         * calc/calc-help.el (calc-m-prefix-help): Add mention of
21793         preserving embedded modes.
21795 2005-05-10  Richard M. Stallman  <rms@gnu.org>
21797         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21799         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21800         Move from ada-stmt.el.
21801         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21803         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21804         Move to ada-mode.el.
21805         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21807         * cus-edit.el (custom-file): Call file-chase-links.
21809         * files.el (read-directory-name): Fix previous change.
21810         (hack-local-variables-confirm): New function.
21811         (hack-local-variables-prop-line, hack-local-variables)
21812         (hack-one-local-variable): Use it.
21814 2005-05-10  Lute Kamstra  <lute@gnu.org>
21816         * font-lock.el (font-lock-keywords-alist)
21817         (font-lock-removed-keywords-alist): Clarify docstrings.
21819 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
21821         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21822         (gdb-source-info): Check for preprocessor info.
21823         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
21824         a macro for a function.
21825         (gdb-info-breakpoints-custom): Try to find file again if not already
21826         found (user might have used GDB dir command).
21827         (gdb-get-location): Update gdb-location-alist correctly for change
21828         to gdb-info-breakpoints-custom.
21830         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21831         (gud-tooltip-print-command): Add gdbmi case.
21832         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21833         preprocessor info.
21835 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
21837         * startup.el (fancy-splash-insert): Fix typo in doc string.
21839 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
21841         * obsolete/float.el (string-to-float):
21842         * obsolete/hilit19.el (hilit-add-pattern):
21843         * obsolete/rnews.el (news-parse-range, news-select-message)
21844         (news-get-pruned-list-of-files): Replace `string-to-int' by
21845         `string-to-number'.
21847         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21848         `find-file-not-found-hooks'; use `add-hook'.
21849         (uncompress-while-visiting): Set `write-file-functions', not
21850         `write-file-hooks'; use `add-hook'.
21852 2005-05-09  Kim F. Storm  <storm@cua.dk>
21854         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21855         (cua-paste): Handle clipboard action.
21856         (cua--init-keymaps): Remap clipboard-kill-region and
21857         clipboard-kill-ring-save.
21859 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
21861         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21862         Improve commentary.
21864         * simple.el (next-error-overlay-arrow-position): Revert the change
21865         made on 2005-04-30.
21867 2005-05-07  Jay Belanger  <belanger@truman.edu>
21869         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21870         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21871         `calc-sel-reselect'.
21873         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21874         Calc is in embedded mode.
21876 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21878         * progmodes/compile.el (compilation-setup):
21879         Set overlay-arrow-string to an empty string on text terminals.
21881         * textmodes/ispell.el (ispell-program-name): Try looking for
21882         "aspell" along exec-path, and if found, use it as the default
21883         speller program.
21885 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
21887         * international/mule.el (sgml-xml-auto-coding-function):
21888         Recognize encoding='FOO' in single quotes as well as in double quotes.
21890 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21892         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21893         as well as `interactive', so that defmacro* would recognize
21894         `declare' forms.
21896 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21898         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21899         Explain more about the LIGHTER arg's usage in the doc string.
21900         Add commentary to clarify what the code does.  Fix the regexp that
21901         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
21902         since it could have characters special to regular expressions.
21904 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21906         * replace.el (occur-1): Bind inhibit-read-only so that
21907         erase-buffer doesn't barf on read-only text properties (likewise
21908         for add-text-properties in occur-engine).  Mark buffer as unmodified.
21909         (occur-engine): Don't set buffer-read-only here.
21911 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21913         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21914         list-buffers-directory.  This caused the *cvs-commit* buffer to be
21915         sometimes mistakenly reused as a *cvs* buffer.
21917 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
21919         * tooltip.el: Move code for GUD tooltips into gud.el.
21920         (require): CL no longer needed to compile case.
21921         (tooltip-mode): Do not toggle functions for GUD tooltips.
21922         (tooltip-gud-tips-p): Remove.  Replace with minor mode
21923         gud-tooltip-mode in gud.el.
21924         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21925         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21926         tooltip-gud prefix with gud-tooltip and obsolete.
21927         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21928         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21929         (tooltip-mouse-motion): Mouse movement functions/variable.
21930         Rename in gud.el by adding gud prefix.
21931         (tooltip-gud-original-filter, tooltip-gud-dereference)
21932         (tooltip-gud-event, tooltip-toggle-gud-tips)
21933         (tooltip-gud-process-output, tooltip-gud-print-command)
21934         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
21935         gud.el by replacing tooltip-gud prefix with gud-tooltip.
21936         (gdb-tooltip-print): Move to gdb-ui.el.
21938         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21939         (require): CL needed to compile case.
21940         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21941         tooltip-gud-tips-p.  Make it a minor-mode.
21942         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21943         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21944         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21945         (gud-tooltip-change-major-mode)
21946         (gud-tooltip-activate-mouse-motions-if-enabled)
21947         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21948         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21949         (gud-tooltip-original-filter, gud-tooltip-dereference)
21950         (gud-tooltip-event, tooltip-toggle-gud-tips)
21951         (gud-tooltip-process-output, gud-tooltip-print-command)
21952         (gud-tooltip-tips): Move from tooltip.el.
21954         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21955         (gdb-cpp-define-alist-flags): Doc fix.
21956         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21957         gud-tooltip-mode is t.
21959 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21961         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21962         evaporate if their text is deleted.
21963         (goto-address-at-point): Make it work as a mouse binding as well.
21964         (goto-address-at-mouse): Obsolete it.  Update users.
21966 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
21968         * calendar/appt.el (top-level): No longer activate on load.
21970 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
21972         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21973         * net/webjump.el (webjump):
21974         * progmodes/idlw-help.el (idlwave-do-context-help1)
21975         (idlwave-highlight-linked-completions):
21976         * textmodes/po.el (po-find-file-coding-system-guts):
21977         Replace `assoc-ignore-case' by `assoc-string'.
21979 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
21981         * files.el (locate-file): Doc fix.
21983         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21984         Remove the redundant test for ms-dos.
21986         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21987         look for the preprocessor with exec-suffixes.  If not found in
21988         standard places, look in exec-path.  Remove most of the tests that
21989         used system-type.
21991         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21993         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21995         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21996         file-name clash with jka-compr.el on 8+3 filesystems.
21998 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22000         * term/mac-win.el: Don't define or bind scroll bar functions if
22001         x-toolkit-scroll-bars is t.
22002         (x-select-text, x-get-selection-value): Clear
22003         x-last-selected-text-clipboard if x-select-enable-clipboard is
22004         nil.
22005         (PRIMARY): Put mac-scrap-name property.
22006         (mac-select-convert-to-file-url): New function.
22007         (public.file-url): New selection target type.  Add to
22008         selection-converter-alist.
22009         (x-get-selection, x-selection-value): Handle it.
22010         (x-cut-buffer-or-selection-value): New alias.
22012 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22014         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22015         entry to avoid calling bibtex-find-entry with arg global
22016         being t.  Remove arg key.
22017         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22018         (bibtex-copy-summary-as-kill): Change accordingly.
22020 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22022         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22023         (org-agenda-date-later): Use with-current-buffer.
22025 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
22027         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22028         (define-obsolete-variable-alias): Doc Fixes.
22030 2005-05-06  Kim F. Storm  <storm@cua.dk>
22032         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
22033         vertical-motion when selective-display is active.
22035         * ido.el (ido-setup-hook): New hook.
22036         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22037         (ido-input-stack): New var.
22038         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
22039         ido-next-work-file binding to M-O.
22040         Bind M-f to ido-wide-find-file-or-pop-dir.
22041         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22042         (ido-read-internal): Run ido-setup-hook.
22043         Catch quit in read-file-name and read-string to cancel edit.
22044         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22045         Automatically pop-all when completing a directory name (RET).
22046         (ido-file-internal): Add with-no-warnings around ffap and dired code.
22047         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22048         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22049         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22050         New functions for M-b/M-f to move among the directory components.
22051         (ido-make-merged-file-list): Catch quit to cancel merge.
22052         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22053         (ido-completion-help): No warnings for ido-completion-buffer-full.
22055 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
22057         * font-lock.el (font-lock-negation-char-face): New face and variable.
22058         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22059         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22060         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22061         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22063 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
22065         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22066         Fix typo in docstring.
22068         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22069         (ebrowse-print-statistics-line)
22070         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22072         * term/w32-win.el (image-library-alist): Add additional name for
22073         Xpm library.
22075 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
22077         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22078         use gcc instead of cpp.
22080         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22081         (gdb-create-define-alist): Use it.
22082         (gdb-cpp-define-alist-program): Update for MS-DOS.
22084 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
22086         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22088 2005-05-04  Richard M. Stallman  <rms@gnu.org>
22090         * help.el (describe-key): No error when UNTRANSLATED is nil.
22092         * simple.el (line-move-1): Fix previous change to signal errors
22093         appropriately.
22095 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
22097         * calendar/icalendar.el (icalendar-version): Now at 0.12.
22098         (icalendar-duration-correction): Remove.
22099         (icalendar--get-event-properties): Split result at commas.
22100         (icalendar--decode-isoduration): New optional argument
22101         DURATION-CORRECTION.
22102         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22103         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22104         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22105         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22106         (icalendar--convert-anniversary-to-ical): New functions, extracted
22107         from icalendar-export-region, with bug fixes.
22108         (icalendar-export-region): Use the above functions.
22109         (icalendar-import-buffer): Check before saving diary file.
22110         (icalendar--convert-recurring-to-diary)
22111         (icalendar--convert-non-recurring-all-day-to-diary)
22112         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22113         extracted from icalendar--convert-ical-to-diary, with bug fixes.
22114         (icalendar--convert-ical-to-diary): Use the above functions.
22116 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
22118         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22119         Remove these recent additions.
22120         (c-mode): Restore to before 2005-04-28.
22122         * progmodes/cc-vars.el (cc-define-list-program): Remove this
22123         recent addition.
22125         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22126         (gdb-define-alist): New variables.
22127         (gdb-create-define-alist): New function.
22128         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22129         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22130         with string-to-number.
22131         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
22133         * progmodes/gud.el: Replace string-to-int with string-to-number.
22134         (gud-find-file): Handle gdb-define-alist.
22136         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22138 2005-05-02  Jay Belanger  <belanger@truman.edu>
22140         * calc/calc-aent.el (math-read-token):
22141         * calc/calc-bin.el (calc-word-size):
22142         * calc/calc-ext.el (calc-read-number-fancy):
22143         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22144         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22145         * calc/calc-frac.el (calc-over-notation):
22146         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22147         (calc-graph-num-points, calc-graph-init):
22148         * calc/calc-prog.el (calc-read-parse-table-part)
22149         (calc-edit-macro-repeats):
22150         * calc/calc-yank.el (calc-do-grab-rectangle):
22151         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22152         Replace `string-to-int' by `string-to-number'.
22154 2005-05-02  Kim F. Storm  <storm@cua.dk>
22156         * kmacro.el: Use executing-kbd-macro-index variable.
22158 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
22160         * net/rlogin.el (rlogin-parse-words): Delete func.
22161         (rlogin): Use split-string, not rlogin-parse-words.
22162         Also, if there are option-like elements in the parsed args,
22163         take the host to be the first arg immediately following them.
22164         Suggested by Michael Mauger.
22166 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22168         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22170 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22172         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22173         (cc-mode-cpp-program): Rename to cc-define-list-program and
22174         move to cc-vars.el.
22176         * progmodes/cc-vars.el (cc-define-list-program):
22177         Change to "gcc -E -dM -".  Make customizable.
22179 2005-05-02  Kim F. Storm  <storm@cua.dk>
22181         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22183 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22185         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22187         * international/mule-util.el (truncate-string): Remove alias and
22188         obsolete declaration.
22190         * international/mule-cmds.el (update-iso-coding-systems):
22191         Remove alias and obsolete declaration.
22193         * international/mule.el (coding-system-parent): Remove alias and
22194         obsolete declaration.
22196         * subr.el (define-function, sref): Remove aliases and obsolete
22197         declarations.
22198         (chars-in-region): Remove obsolete declaration.
22200 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22202         * info.el (Info-mode): Set widen-automatically to nil, locally.
22204         * simple.el (widen-automatically): New variable.
22205         (pop-global-mark): Obey widen-automatically.
22207 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
22209         * term/xterm.el (function-key-map): Call substitute-key-definition
22210         before the keymap size is increased by a lot of define-key calls.
22212 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22214         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22215         Rename ARG to ELEMENT.  Doc fix.
22217 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22219         * allout.el (allout-exposure): Remove macro and obsolete declaration.
22220         Remove references to allout-exposure/change to allout-new-exposure.
22222         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22223         bytecode symbols.
22225         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22226         (compiled-function-p, focus-frame, unfocus-frame):
22227         Remove aliases and obsolete declarations.
22228         Back out inadvertent changes from previous commit.
22230 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22232         * files.el (require-final-newline): Make Custom tags consistent
22233         with mode-require-final-newline.
22234         (mode-require-final-newline): Doc fix.
22236 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22238         * international/latexenc.el (latexenc-find-file-coding-system):
22239         Fix regular expressions.
22241 2005-05-01  David Kastrup  <dak@gnu.org>
22243         * international/latexenc.el (latexenc-find-file-coding-system):
22244         Fix regular expressions.
22246 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22248         * subr.el (string-to-int): Make obsolete.
22250 2005-04-30  Richard M. Stallman  <rms@gnu.org>
22252         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22254         * loadup.el: load jka-comp-hook.
22256         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22257         (jka-compr-handler): Add autoload.  `put' calls moved
22258         to jka-comp-hook.el.
22259         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22260         (jka-compr-inhibit): Autoload.
22262         * jka-comp-hook.el: New file.
22263         Enable the mode by default.
22265         * files.el (backup-buffer-copy): Use copy-file instead
22266         of write-region, and put back the 'excl.
22268 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
22270         * progmodes/flymake.el (flymake-split-string)
22271         (flymake-split-string, flymake-log, flymake-pid-to-names)
22272         (flymake-reg-names, flymake-get-source-buffer-name)
22273         (flymake-unreg-names, flymake-add-line-err-info)
22274         (flymake-add-err-info): Clarify docstrings.
22275         (flymake-popup-menu, flymake-make-emacs-menu)
22276         (flymake-make-xemacs-menu): Add docstrings.
22277         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22278         Set variables directly throughout.
22280 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
22282         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22283         exists.  Initialize cc-define-alist.
22284         (c-mode): Add cc-create-define-alist locally to after-save-hook.
22285         If there is no file (Macroexpansion) don't create an alist.
22287 2005-04-29  Sam Steingold  <sds@gnu.org>
22289         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22290         (cc-create-define-alist): Use it instead of the hard-coded string.
22292 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22294         * international/mule-conf.el (file-coding-system-alist): Fix regexp
22295         for latexenc.
22297 2005-04-29  Lute Kamstra  <lute@gnu.org>
22299         * emacs-lisp/generic.el: Improve commentary section.
22300         (define-generic-mode): Improve docstring.
22302 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
22304         * textmodes/org.el (many places): Change to quiet the byte compiler.
22305         (org-prefix-format-compiled): New variable.
22306         (org-compile-prefix-format): New function.
22307         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22308         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22309         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22310         (org-get-entries-from-diary): Use `org-get-time-of-day' for
22311         consistency with entries from `org-mode' files.
22312         (org-get-time-of-day): Fix bug with partial matches early in a line.
22313         (org-non-link-chars): New constant.
22314         (org-link-regexp): Respect `org-non-link-chars'.
22315         (org-agenda-day-view): Remove command.
22316         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22317         (org-follow-bbdb-link, org-store-link): Search also company field.
22318         (org-highlight-overlay): New variable.
22319         (org-highlight, org-unhighlight): New functions.
22320         (org-agenda-mode): Add pre-command-hook to remove highlight.
22321         (org-evaluate-time-range): Behavior depends upon whether time stamp
22322         contains a time or not.
22323         (org-show-subtree, org-show-entry): New functions.
22324         (org-agenda-cleanup-fancy-diary): Remove empty lines.
22326 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
22328         * comint.el (comint-output-filter-functions): Add autoload cookie.
22330 2005-04-28  Kim F. Storm  <storm@cua.dk>
22332         * ido.el (ido-everywhere): Fix last change.
22334 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
22336         * international/latexenc.el: New file.
22337         * international/mule-conf.el (file-coding-system-alist): For .tex,
22338         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22340 2005-04-28  Lute Kamstra  <lute@gnu.org>
22342         * font-lock.el (font-lock-add-keywords)
22343         (font-lock-remove-keywords): Clarify docstring.
22344         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22345         Don't start docstrings with a `*'.
22346         (font-lock-update-removed-keyword-alist): Give it a docstring.
22348         * generic-x.el: Update commentary section.
22349         Only require font-lock when compiling.
22350         Define all modes conditionally.
22351         Place all generic modes in the generic-x-modes customization group.
22352         (generic-x-modes): New customization group.
22353         (generic-default-modes, generic-mswindows-modes)
22354         (generic-unix-modes, generic-other-modes): New constants.
22355         (generic-define-mswindows-modes, generic-define-unix-modes):
22356         Update docstrings.  Make them obsolete.
22357         (generic-extras-enable-list): New default value.  Update docstring.
22358         Improve :type.  Change :set function.
22359         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22360         Fix docstring.
22362         * emacs-lisp/generic.el (generic-mode-internal):
22363         Simplify font-lock-defaults.
22364         (define-generic-mode): Fix docstring.
22366 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22368         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22369         font-lock-face property to highlight matches.
22371 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
22373         * progmodes/cc-mode.el (cc-create-define-alist): New function.
22374         (cc-define-alist): New variable.
22375         (c-mode): Make it local and initialize it.
22377         * progmodes/gdb-ui.el (gdb-active-process): New variable.
22378         (gdb-exited): New function.
22379         (gdb-annotation-rules): Use it.
22380         (gdb-starting): Set gdb-active-process to t.
22381         (gdb-stopping): Amend doc string.
22382         (gdb-reset): Set gdb-active-process to nil.
22384         * tooltip.el (tooltip-gud-tips): Show the associated #define
22385         directives when a C program under GDB is not executing.
22387 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22389         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22390         font-lock-fontify-syntactic-keywords.
22392         * font-lock.el (font-lock-default-fontify-region): Don't force
22393         parse-sexp-lookup-properties to nil.
22395 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22397         * man.el (man-mode-syntax-table): Set up `:' to have
22398         word-constituent syntax.
22400 2005-04-27  Lute Kamstra  <lute@gnu.org>
22402         * novice.el (disable-command): Don't add spurious newlines to the
22403         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
22405 2005-04-26  Jay Belanger  <belanger@truman.edu>
22407         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22408         than one window before deleting window.
22410 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
22412         * shell.el (shell-prompt-pattern): Doc fix.
22413         (shell-mode): Set paragraph-separate buffer locally to "\\'".
22415         * comint.el (comint-prompt-regexp, comint-get-old-input)
22416         (comint-use-prompt-regexp)
22417         (comint-use-prompt-regexp-instead-of-fields)
22418         (comint-replace-by-expanded-history, comint-send-input)
22419         (comint-output-filter, comint-get-old-input-default)
22420         (comint-line-beginning-position, comint-bol, comint-show-output)
22421         (comint-backward-matching-input, comint-forward-matching-input)
22422         (comint-next-prompt, comint-previous-prompt):
22423         Rename `comint-use-prompt-regexp-instead-of-fields' to
22424         `comint-use-prompt-regexp'.  Keep old name as alias and declare
22425         obsolete.
22426         (comint-use-prompt-regexp): Shorten first line of doc string.
22428         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22429         Set paragraph-separate buffer locally to "\\'".
22431         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22432         Adapt to above name change.
22434         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22435         (smbclient-prompt-regexp): Ditto.
22437         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22439 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
22441         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22442         gdb-location-list.
22443         Break lines that are over 80 characters wide.
22445 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22447         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22448         New fun and var, to preserve compatibility.
22450         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22452 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
22454         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22455         name to file-newer-than-file-p.
22457 2005-04-26  Richard M. Stallman  <rms@gnu.org>
22459         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22461         * progmodes/python.el (python-mode):
22462         Use new name eldoc-documentation-function.
22464         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22466         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22467         (eldoc-documentation-function):
22468         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
22470 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
22472         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22474 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22476         * term/xterm.el (function-key-map): Fix strings for
22477         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
22478         {C,S,A,C-S}-{f1-f12}.
22480 2005-04-26  Kenichi Handa  <handa@m17n.org>
22482         * international/mule-cmds.el (select-safe-coding-system):
22483         Fix previous change.
22485 2005-04-26  Lute Kamstra  <lute@gnu.org>
22487         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22489         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22490         (font-lock-comment-delimiter-face): Ditto.
22492         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22494 2005-04-25  Jay Belanger  <belanger@truman.edu>
22496         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22497         to t while inserting information; use help-mode.
22499 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22501         * term.el (ansi-term-color-vector): Use the xterm colors.
22502         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
22504 2005-04-25  Lute Kamstra  <lute@gnu.org>
22506         * font-core.el (font-lock-defaults): Fix docstring.
22508         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22510 2005-04-25  Kenichi Handa  <handa@m17n.org>
22512         * international/mule-cmds.el (select-safe-coding-system):
22513         Don't check consistency with coding: spec, etc if raw-text or
22514         no-conversion was found to be safe.
22516 2005-04-24  Richard M. Stallman  <rms@gnu.org>
22518         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22519         citation markers at start of each line.
22521         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22522         citation markers at start of each line.
22524         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22526         * files.el (mode-require-final-newline): Fix previous change.
22527         (require-final-newline): Fix type label.
22529 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
22531         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22532         statement in buffer (broken by 2004-11-24 change).
22534 2005-04-24  Kim F. Storm  <storm@cua.dk>
22536         * ido.el (ido-everywhere): Save and restore old read-buffer-function
22537         and read-file-name-function values.  Don't overwrite existing
22538         non-nil values if ido-mode is enabled without ido-everywhere.
22540 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
22542         * files.el (mode-require-final-newline): Minor doc fix.
22544 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
22546         * subr.el (syntax-after): Doc fix.
22547         (syntax-class): If argument is nil, return nil.  Mask off upper 16
22548         bits, not 8 bits.
22550         * files.el (mode-require-final-newline): Doc fix.
22551         (backup-buffer-copy): Fix last change.
22553 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22555         * term/mac-win.el: Require select.  Set selection-coding-system to
22556         mac-system-coding-system.  Call menu-bar-enable-clipboard.
22557         (x-last-selected-text-clipboard, x-last-selected-text-primary)
22558         (x-select-enable-clipboard): New variables.
22559         (x-select-text, x-get-selection, x-selection-value)
22560         (x-get-selection-value, mac-select-convert-to-string)
22561         (mac-services-open-file, mac-services-open-selection)
22562         (mac-services-insert-text): New functions.
22563         (CLIPBOARD, FIND): Put mac-scrap-name property.
22564         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22565         (public.tiff): Put mac-ostype property.
22566         (selection-converter-alist): Add entries for them.
22567         (mac-application-menu-map): New keymap.
22568         (interprogram-cut-function, interprogram-paste-function): Set to
22569         x-select-text and x-get-selection-value, respectively.
22570         (split-window-keep-point): Set to t.
22572 2005-04-23  Richard M. Stallman  <rms@gnu.org>
22574         * files.el (read-directory-name): Always pass non-nil
22575         DEFAULT-FILENAME arg to read-file-name.
22576         (backup-buffer-copy, basic-save-buffer-2): Take care against
22577         writing thru an unexpected existing symlink.
22578         (revert-buffer): In indirect buffer, revert the base buffer.
22579         (magic-mode-alist): Doc fix.
22580         (buffer-stale-function): Doc fix.
22581         (minibuffer-with-setup-hook): Avoid warning.
22582         (mode-require-final-newline): Doc and custom fix.
22584         * follow.el (follow-end-of-buffer): Use with-no-warnings.
22586         * font-lock.el (font-lock-comment-face): On terminals with few colors,
22587         use the default appearance.
22588         (font-lock-comment-delimiter-face): New face, new variable.
22590         * imenu.el (imenu--generic-function): The official position of a
22591         definition is the start of the line that BEG is in.
22593         * midnight.el (midnight-timer): Move defvar up.
22595         * mouse.el (mouse-drag-region-1): Delete some debugging code.
22597         * saveplace.el (save-place-to-alist): Use with-no-warnings.
22599         * startup.el (command-line): Use with-no-warnings.
22601         * window.el (window-size-fixed): New defvar.
22603         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22605         * mail/rmail.el (rmail-font-lock-keywords):
22606         Use font-lock-comment-delimiter-face.
22608         * mail/sendmail.el (mail-font-lock-keywords):
22609         Use font-lock-comment-delimiter-face.
22611         * progmodes/compile.el (next-error-highlight-timer): New defvar.
22613 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22615         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22616         Specify t for LAXMATCH when matching directories.
22617         Save match data around compilation-compat-error-properties form.
22619 2005-04-23  David Kastrup  <dak@gnu.org>
22621         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22622         Mention that the autoloaded aliases should be kept for AUCTeX.
22624 2005-04-23  Andreas Schwab  <schwab@suse.de>
22626         * isearch.el (isearch-forward): Doc fix.
22628 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
22630         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22631         (jit-lock-stealth-nice): Change default value to 0.5.
22633 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22635         * abbrev.el (write-abbrev-file): Write table entries in
22636         alphabetical order by table name.
22638 2005-04-22  Kim F. Storm  <storm@cua.dk>
22640         * ido.el (ido-read-internal): Fix `list' completion.
22642 2005-04-22  Kenichi Handa  <handa@m17n.org>
22644         * recentf.el (recentf-save-file-coding-system): New variable.
22645         (recentf-save-list): Encode the file by
22646         recentf-save-file-coding-system and add coding: tag.
22648 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
22650         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22652 2005-04-21  Lute Kamstra  <lute@gnu.org>
22654         * loadhist.el (unload-feature): Don't remove a function from hooks
22655         if it is about to be restored to an autoload .  Remove functions
22656         that will become unbound from auto-mode-alist.  Simplify the code.
22658         * subr.el (assq-delete-all): New implementation that is linear,
22659         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
22660         (rassq-delete-all): New function.
22662         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22663         Add size-indication-mode.
22665 2005-04-21  Kenichi Handa  <handa@m17n.org>
22667         * international/mule-cmds.el: Add autoload for widget-value in
22668         eval-when-compile.
22670 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
22672         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22673         Add tooltip-mode.
22675         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22677 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
22679         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22680         (inferior-lisp-filter-regexp, inferior-lisp-program)
22681         (inferior-lisp-load-command, inferior-lisp-prompt)
22682         (inferior-lisp-mode-hook, lisp-source-modes)
22683         (inferior-lisp-load-hook): defvar->defcustom.
22684         (inferior-lisp-program, inferior-lisp-prompt)
22685         (inferior-lisp-load-hook): Doc fixes.
22686         (inferior-lisp-install-letter-bindings): Small change in
22687         introductory comment.
22689 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
22691         * vc.el (vc-annotate-color-map): Change some colors so that text
22692         using them as foreground is readable on both white and black
22693         backgrounds.
22695 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22697         * international/mule-conf.el (translation-table-for-input):
22698         Remove redundant declaration.
22700 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22702         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22704         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22705         (tooltip-toggle-gud-tips): New function.
22707 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22709         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22710         right angle brackets.
22712 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22714         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22716 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22718         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22719         Remove.  Update callers to use expand-file-name instead.
22721         * subr.el (syntax-class): New function.
22723         * simple.el (blink-matching-open): Use it.
22725         * paren.el (show-paren-function): Use it to recognize parens that are
22726         also used in 2-char comment markers.
22728 2005-04-19  Lute Kamstra  <lute@gnu.org>
22730         * loadhist.el (unload-feature): Update for new format of
22731         load-history.  Simplify the code.
22733 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22735         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22736         (mac-add-charset-info): New function.  Initialize variable
22737         mac-charset-info-alist using it.
22738         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22739         for translation.
22740         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22741         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22742         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22743         New CCL programs.
22745 2005-04-19  Kim F. Storm  <storm@cua.dk>
22747         * simple.el (next-buffer, prev-buffer, next-error)
22748         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22749         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22751         * bindings.el (next-buffer, prev-buffer, next-error)
22752         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22753         (clone-indirect-buffer-other-window): Move bindings from simple.el.
22754         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22755         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22757 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22759         * isearch.el (isearch-edit-string): Make the search-ring available for
22760         minibuffer history commands.
22761         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22762         the default history commands now work just as well.
22763         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22765 2005-04-18  Kim F. Storm  <storm@cua.dk>
22767         * emulation/cua-base.el (cua--pre-command-handler): Add more
22768         elaborate check for shift modifier on non-window systems.
22770 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
22772         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22774 2005-04-18  Kim F. Storm  <storm@cua.dk>
22776         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22777         and make it optional.  Don't test tooltip-gud-echo-area here.
22778         (tooltip-gud-process-output, gdb-tooltip-print):
22779         Pass tooltip-gud-echo-area to tooltip-show.
22780         (tooltip-help-tips): Remove second optional arg to tooltip-show.
22782 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22784         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22785         `display-graphic-p' may not be bound yet.
22787 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
22789         * startup.el (command-line): No longer enable Xterm Mouse mode by
22790         default in terminals compatible with xterm.
22792         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22794 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
22796         * tooltip.el (tooltip-gud-echo-area): Rename from
22797         tooltip-use-echo-area.
22798         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22799         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22800         area independently of where help tooltips are displayed.
22802 2005-04-17  David Kastrup  <dak@gnu.org>
22804         * cus-theme.el (custom-theme-write-variables): Quote variables
22805         where necessary.
22807 2005-04-17  Richard M. Stallman  <rms@gnu.org>
22809         * simple.el (yank-excluded-properties): Add follow-link to value.
22811         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22813         * startup.el (fancy-splash-max-time): Just 30 seconds.
22814         (fancy-splash-delay): Just 7.
22815         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22817         * loadhist.el (unload-feature): Update for new format of load-history.
22818         Simplify the code.
22820         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22821         (rmail-font-lock-keywords): Don't fontify the text of a citation.
22823         * mail/sendmail.el (mail-font-lock-keywords):
22824         Don't fontify subject text.
22825         Don't fontify the text of a citation.
22827 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
22829         * comint.el (comint-output-filter): Run comint-output-filter-functions
22830         with point where the user had it.
22832 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22834         * international/ucs-tables.el (ucs-set-table-for-input):
22835         Disable when using unify-on-decoding.
22837 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
22839         * emulation/cua-base.el (cua-global-mark-face): Add special case
22840         for displays supporting a high number of colors.
22842 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
22844         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22846 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
22848         * filesets.el (filesets-add-buffer): If user supplies a name of a
22849         non-existing fileset, create a new fileset.
22851 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
22853         * textmodes/org.el (org-up-heading-all): Fix bug with
22854         `outline-up-heading-all'.
22856 2005-04-16  Andreas Schwab  <schwab@suse.de>
22858         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22859         /etc/permissions.d/* and /etc/aliases.d/*.
22861 2005-04-16  Kenichi Handa  <handa@m17n.org>
22863         * international/code-pages.el (cp-make-coding-system):
22864         Set `translation-table-for-input' property value to the symbol
22865         ucs-mule-to-mule-unicode, not to that value.
22866         (pt154): Escape guillemet by `\'.
22868 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
22870         * loadup.el: Load tooltip if x-show-tip is fboundp.
22872         * startup.el (command-line): Add comment.
22874         * tooltip.el (tooltip-mode): Specify correct standard value for
22875         Custom in init-value.
22877 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
22879         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22880         possible.
22882 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
22884         * textmodes/org.el (org-agenda-date-prompt): Rename from
22885         `org-agenda-date-today'.
22886         (org-evaluate-time-range): Insert at point instead of directly
22887         after time range.
22888         (org-first-headline-recenter, org-subtree-end-visible-p)
22889         (org-optimize-window-after-visibility-change): New functions
22890         (org-agenda-post-command-hook): Don't allow point at end of line,
22891         to make sure it always hits the text properties.
22892         (org-agenda-next-date-line, org-agenda-previous-date-line):
22893         New commands.
22894         (org-set-regexps-and-options): Category may contain white space.
22895         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22896         Improve marker positions.
22897         (org-agenda-new-marker): Argument POS made optional.
22898         (org-agenda-get-timestamps): Deadlines which are done are listed
22899         in org-done-face now.
22900         (org-agenda-get-todos, org-agenda-get-timestamps)
22901         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22902         Set `undone-face' and `done-face' properties.
22903         (org-last-todo-state-is-todo): New variable.
22904         (org-todo): Set `org-last-todo-state-is-todo'.
22905         (org-agenda-todo): Change face according to
22906         `org-last-todo-state-is-todo'.  And change other lines referring to
22907         the same entry.
22908         (org-calendar-goto-agenda): New command.
22909         (org-calendar-to-agenda-key): New option.
22910         (org-startup-folded): New allowed value `content'.
22911         (org-set-regexps-and-options): Accept new value `content' for
22912         `org-startup-folded'.
22913         (org-get-current-options): Handle new value `content' for
22914         `org-startup-folded'.
22915         (org-insert-todo-heading): New command.
22916         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22917         interactively in empty file and option
22918         `org-insert-mode-line-in-empty-file' has been set.
22919         (org-agenda-todo, org-agenda-priority): Modify to use
22920         `org-agenda-change-all-lines'.
22921         (org-warning-face): Change color on dark background
22923 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22925         * international/mule-cmds.el (set-locale-environment): On Mac OS,
22926         use preferences AppleLocale and AppleLanguages, and variable
22927         mac-system-locale for default locale.  On Mac OS Classic, use
22928         mac-system-coding-system for default coding systems.
22930         * term/mac-win.el: Don't set file-name-coding-system.
22931         Decode variables system-name, emacs-build-system, user-login-name, and
22932         user-full-name by mac-system-coding-system on Mac OS Classic.
22933         (mac-system-coding-system): New variable.
22935 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
22937         * startup.el (command-line): Handle `xterm-mouse-mode' before
22938         reading init file.
22940         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22942 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
22944         * progmodes/sh-script.el (sh-here-document-word): Make it a
22945         defcustom.  Doc fix.
22946         (sh-add): Bash uses $(( )) for arithmetic.
22947         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22948         (sh-maybe-here-document): Remove quotes and leading whitespace
22949         from heredoc word when closing.  Indent heredoc with tabs if word
22950         starts with "-".
22952 2005-04-13  Richard M. Stallman  <rms@gnu.org>
22954         * simple.el (undo): Fix previous change.
22956         * custom.el (defface): Doc fix.
22958 2005-04-13  Lute Kamstra  <lute@gnu.org>
22960         * Makefile.in (DONTCOMPILE): Remove list.
22961         (compile, compile-always): Don't use DONTCOMPILE.
22962         (update-authors): Load the library in which batch-update-authors
22963         is defined.
22964         * makefile.w32-in (DONTCOMPILE): Remove list.
22965         (compile, compile-always): Fix comments.
22966         (update-authors): Load the library in which batch-update-authors
22967         is defined.
22969         * generic-x.el (generic-mode-ini-file-find-file-hook):
22970         Rename to ini-generic-mode-find-file-hook.
22971         Keep generic-mode-ini-file-find-file-hook as an alias.
22972         (ini-generic-mode-find-file-hook): Rename from
22973         generic-mode-ini-file-find-file-hook.  Fix docstring.
22974         (ini-generic-mode): Docstring change.
22975         (bat-generic-mode-run-as-comint): Silence the byte compiler.
22977         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22978         called from lisp.
22980         * generic.el: Move to the emacs-lisp subdir.
22982 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
22984         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22985         and C-S- function and cursor motion keys.
22987 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
22989         * startup.el (command-line): Enable Xterm Mouse mode by default.
22990         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22991         for Custom.  No longer show "Mouse" in mode line when enabled.
22992         Doc fix.
22994 2005-04-12  Kim F. Storm  <storm@cua.dk>
22996         * emulation/cua-base.el (cua-rectangle-face)
22997         (cua-rectangle-noselect-face): Define face attributes here.
22999         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23001 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23003         * startup.el (command-line): Turn off blinking cursor if
23004         cursorBlink in resources is off or false.
23006 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23008         * term/mac-win.el (dnd): Require dnd.
23009         (mac-drag-n-drop): Call dnd-handle-one-url.
23010         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23011         (kTextEncodingISOLatin2): Remove constants.
23012         (mac-script-code-coding-systems): New constant.
23013         (mac-handle-language-change): New function.
23014         (special-event-map): Bind it to `language-change' event.
23015         (mac-centraleurroman, mac-cyrillic): New coding systems.
23016         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23017         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23018         and mac-cyrillic-encoder to encode-mac-centraleurroman and
23019         encode-mac-cyrillic, respectively.
23021 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23023         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23024         Don't set overlay-arrow-string to "=>" as this is done
23025         globally in C now.
23027 2005-04-12  Lute Kamstra  <lute@gnu.org>
23029         * generic-x.el (rc-generic-mode, rul-generic-mode):
23030         Fix auto-mode-alist entries.
23031         (etc-fstab-generic-mode): Tweak fontification.
23033         * generic.el (generic-make-keywords-list): Fix docstring.
23034         (generic-mode-internal): Simplify generic-font-lock-keywords.
23036 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23038         * whitespace.el (whitespace-buffer-leading)
23039         (whitespace-buffer-trailing): Revert the incorrect test inversion.
23040         However, fix the highlight area for the leading and
23041         trailing whitespaces to show space.
23043 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23045         * whitespace.el (whitespace-version): Bump to 3.5
23047         (whitespace-buffer-leading, whitespace-buffer-trailing):
23048         Invert sense of the test to highlight the whitespace.
23050 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23052         * progmodes/gud.el (gud-display-line): GUD uses its own
23053         overlay arrow now so don't set overlay-arrow-string.
23054         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23056 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
23058         * term.el (term-ansi-current-bold, term-ansi-current-underline)
23059         (term-ansi-current-reverse, term-ansi-current-invisible)
23060         (term-ansi-face-already-done): Change to boolean.
23061         (term-reset-terminal, term-handle-colors-array): Handle the above
23062         vars accordingly.
23063         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23064         (term-emulate-terminal): Use the new name.
23066         * faces.el (secondary-selection): Use yellow1, not yellow.
23067         (trailing-whitespace): Use red1, not red.
23069 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23071         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23072         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23073         (dired-dnd-handle-file): Call dnd-get-local-file-uri
23075         * cus-edit.el (dnd): New group.
23077         * term/w32-win.el (dnd): Require dnd
23078         (w32-drag-n-drop): Call dnd-handle-one-url.
23080         * x-dnd.el: Require dnd.
23081         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23082         Call dnd-handle-one-url.
23083         (x-dnd-types-alist, x-dnd-insert-utf8-text)
23084         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23085         to dnd-insert-text.
23086         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23087         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23088         (x-dnd-get-local-file-name, x-dnd-open-local-file)
23089         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23091         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23093 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23095         * wdired.el: Doc fixes.
23096         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23097         (wdired-use-dired-vertical-movement): Rename from
23098         wdired-always-move-to-filename-beginning.
23099         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23100         (wdired-change-to-wdired-mode): Change mode name.
23101         (wdired-newline): Delete.
23103 2005-04-11  Richard M. Stallman  <rms@gnu.org>
23105         * whitespace.el (whitespace-highlight-the-space):
23106         Don't call whitespace-unhighlight-the-space here.
23108         * simple.el (undo): Record t in undo-equiv-table
23109         for the redo record made by an undo-in-region.
23111 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23113         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23114         (gdb-frame-inferior-io-buffer): New Functions to control
23115         display of separate IO buffer.
23116         (menu): Add them to menu-bar.
23117         (gdb-display-buffer): Check for buffer another frame.
23118         Protect GUD buffer.
23119         (gdb-setup-windows): Create IO buffer if not already there.
23120         (gdb-memory-mode): Remove purecopy noops.
23122 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23124         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23125         and pass to self-insert-command.
23127 2005-04-11  Lute Kamstra  <lute@gnu.org>
23129         * generic.el: Commentary section cleanup.
23130         (generic): Delete.
23131         (generic-use-find-file-hook, generic-lines-to-scan)
23132         (generic-find-file-regexp, generic-ignore-files-regexp)
23133         (default-generic-mode, generic-mode-find-file-hook)
23134         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23135         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
23136         (generic-use-find-file-hook, generic-lines-to-scan)
23137         (generic-find-file-regexp, generic-ignore-files-regexp)
23138         (default-generic-mode, generic-mode-find-file-hook)
23139         (generic-mode-ini-file-find-file-hook): Move from generic.el.
23141 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
23143         * bookmark.el (bookmark-write-file): Catch errors writing file.
23144         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23146 2005-04-10  Richard M. Stallman  <rms@gnu.org>
23148         * startup.el (fancy-splash-tail): Update copyright year.
23149         (command-line): Split part of -Q into -D.
23150         (emacs-basic-display): New defvar.
23151         (fancy-splash-text): Correct name of menu item.
23153         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23155         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23156         lines in one node.
23158         * comint.el (comint-send-input): New arg ARTIFICIAL.
23159         Callers in this file changed.
23161         * abbrev.el (define-abbrevs): Read system abbrevs properly.
23163         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23165 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
23167         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
23168         `ldap-search-internal'.
23170 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23172         * files.el (set-auto-mode-1): Use line-end-position.
23174         * international/latin-1.el:
23175         * international/latin-2.el:
23176         * international/latin-3.el:
23177         * international/latin-4.el:
23178         * international/latin-5.el:
23179         * international/latin-8.el:
23180         * international/latin-9.el: Give punctuation syntax to NBSP.
23182         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23183         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23184         Use char-classes to accept non-ascii letters, accepted in some recent
23185         bibtex implementations.
23187 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
23189         * custom.el (custom-set-minor-mode): Any non-nil value for the
23190         variable should enable the mode when set through Custom.
23192 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23194         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23195         TAB binding so tab-always-indent is obeyed.
23196         (vhdl-minibuffer-local-map): Move initialization into declaration.
23197         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23198         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23199         (vhdl-hooked-abbrev): Avoid test for XEmacs.
23200         (vhdl-current-line): Use line-beginning-position.
23201         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23202         with-output-to-temp-buffer, so the current position can be recorded.
23204 2005-04-10  Masatake YAMATO  <jet@gyve.org>
23206         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23207         Add regexp for gcov.
23209 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23211         * calendar/time-date.el (time-to-seconds, seconds-to-time)
23212         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23213         syntax which Emacs 20 doesn't support.
23215 2005-04-09  Richard M. Stallman  <rms@gnu.org>
23217         * help.el (describe-key-briefly, describe-key):
23218         Replace strings as event types with "(any string)".
23220 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23222         * arc-mode.el (archive-mode-map): Move initialization into
23223         the declaration.  Override *all* bindings of `undo'.
23224         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23226 2005-04-09  Jay Belanger  <belanger@truman.edu>
23228         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23230 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
23232         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23233         (xterm-register-default-colors): Update color values computation
23234         to match xterm-200.
23236 2005-04-09  Kenichi Handa  <handa@m17n.org>
23238         * international/code-pages.el (iso-latin-7): Fix the map.
23240 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
23242         * emacs-lisp/lisp.el (defun-prompt-regexp)
23243         (parens-require-spaces, buffer-end, end-of-defun)
23244         (insert-parentheses): Doc fixes.
23246 2005-04-08  Kim F. Storm  <storm@cua.dk>
23248         * comint.el (comint-highlight-prompt): Fix face spec.
23249         * hi-lock.el (hi-green): Likewise.
23251 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23253         * cus-edit.el (custom-modified-face):
23254         * comint.el (comint-highlight-input): Fix previous changes.
23255         * term.el (term-handle-ansi-escape): Add a comment.
23257 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23259         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23260         in the buffer and in whitespace-highlighted-space.
23261         (whitespace-unhighlight-the-space): Simplify.
23262         (whitespace-buffer): Simplify.
23264 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23266         * textmodes/table.el (table-cell-face): Add special case for
23267         displays supporting a high number of colors.
23268         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23269         (vhdl-font-lock-reserved-words-face)
23270         (vhdl-speedbar-architecture-face)
23271         (vhdl-speedbar-instantiation-face)
23272         (vhdl-speedbar-architecture-selected-face)
23273         (vhdl-speedbar-instantiation-selected-face): Likewise.
23274         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23275         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23276         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23277         (ebrowse-root-class-face, ebrowse-member-attribute-face)
23278         (ebrowse-progress-face): Likewise.
23279         * progmodes/compile.el (compilation-info-face): Likewise.
23280         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23281         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23282         * calendar/calendar.el (diary-face): Likewise.
23283         * woman.el (woman-italic-face, woman-bold-face)
23284         (woman-unknown-face): Likewise.
23285         * wid-edit.el (widget-button-pressed-face): Likewise.
23286         * whitespace.el (whitespace-highlight-face): Likewise.
23287         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23288         * pcvs-info.el (cvs-marked-face): Likewise.
23289         * info.el (info-xref): Likewise.
23290         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23291         * hilit-chg.el (highlight-changes-face)
23292         (highlight-changes-delete-face): Likewise.
23293         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23294         (hi-red-b): Likewise.
23295         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23296         * font-lock.el (font-lock-keyword-face)
23297         (font-lock-function-name-face, font-lock-warning-face): Likewise.
23298         * cus-edit.el (custom-invalid-face, custom-modified-face)
23299         (custom-set-face, custom-changed-face, custom-variable-tag-face)
23300         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23301         * comint.el (comint-highlight-prompt): Likewise.
23303 2005-04-08  Lute Kamstra  <lute@gnu.org>
23305         * font-lock.el (font-lock-keywords): Docstring fixes.
23307 2005-04-08  Kenichi Handa  <handa@m17n.org>
23309         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23310         chars are more than a limit, print " and more..." at the tail.
23312 2005-04-08  Kim F. Storm  <storm@cua.dk>
23314         * emacs-lisp/authors.el (authors-aliases): Update list.
23315         (authors-ignored-files): New list.
23316         (authors-fixed-entries): Fix typo.
23317         (authors-renamed-files-alist): Update list.
23318         (authors-add): Check authors-ignored-files.
23320 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
23322         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23323         optional, to ensure backward compatibility.
23325 2005-04-08  Stephen Eglen  <stephen@gnu.org>
23327         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23329 2005-04-08  Kim F. Storm  <storm@cua.dk>
23331         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23333         * mouse.el (mouse-on-link-p): Doc fix.
23335 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
23337         * ielm.el (ielm-prompt-read-only): Doc fix.
23339         * comint.el (comint-prompt-read-only): Doc fix.
23341 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
23343         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23344         ensure dired always handles wildcards passed to ffap.
23345         (find-file-at-point): Use it.
23346         (ffap-dired-wildcards): Doc fix.
23348 2005-04-07  Juri Linkov  <juri@jurta.org>
23350         * simple.el (next-error-overlay-arrow-position): New defvar.
23351         Put "=>" on its property `overlay-arrow-string'.  Add it to
23352         `overlay-arrow-variable-list'.
23354         * progmodes/compile.el (compilation-setup):
23355         Set `next-error-overlay-arrow-position' to nil.  Also set it to
23356         nil in the local hook `kill-buffer-hook'.  Make local variable
23357         `overlay-arrow-string' and set it to "=>".
23358         (compilation-goto-locus): Set BOL position to
23359         `next-error-overlay-arrow-position' instead of
23360         `overlay-arrow-position'.
23362         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23363         locally instead of adding it to the global hook.
23364         (Info-kill-buffer): Move up.
23366 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
23368         * term/xterm.el (xterm-standard-colors): Update color values from
23369         xterm-200.
23371 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23373         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23375         * fast-lock.el:
23376         * lazy-lock.el: Move them to the obsolete subdir.
23378 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23380         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23381         (wdired-add-replace-advice): Remove.
23382         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23384 2005-04-06  Kim F. Storm  <storm@cua.dk>
23386         * startup.el (command-line): Add --bare-bones alias for -Q.
23388 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23390         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23391         create the startup fontset if a font specification ends with
23392         `mac-roman'.
23394 2005-04-06  Lute Kamstra  <lute@gnu.org>
23396         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23397         change.
23399         * emacs-lisp/copyright.el (copyright-update-year): Replace the
23400         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
23402 2005-04-05  Lute Kamstra  <lute@gnu.org>
23404         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23405         (define-generic-mode): Ditto.  Fix debug declaration.
23407         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23408         Put them in the generic-x group.
23410         * calendar/timeclock.el (timeclock): Doc fix.
23412         * generic.el (define-generic-mode): Don't use custom-current-group.
23413         Document default :group value.
23414         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23415         (define-global-minor-mode): Don't use custom-current-group.
23417 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
23419         * startup.el (command-line-1): Display startup-echo-area-message
23420         when fancy splash screen is in use.
23422         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23423         (sh-escaped-newline): New face.
23424         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23425         newline, and use sh-escaped-newline face.
23427         * progmodes/tcl.el (tcl-escaped-newline): New face.
23428         (tcl-builtin-list): New variable.
23429         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23430         newlines.  Fix keywords subexpression number.
23432 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
23434         * textmodes/org.el (org-diary-default-entry): Fix call to
23435         `add-to-diary-entry'.
23437 2005-04-05  Kim F. Storm  <storm@cua.dk>
23439         * ediff-init.el: Use (featurep 'xemacs).
23441 2005-04-05  David Ponce  <david@dponce.com>
23443         * cus-edit.el (face): Derive from symbol widget.  Display sample
23444         of the current face on the fly.
23445         (widget-face-sample-face-get, widget-face-notify): New functions.
23446         (widget-face-value-create): Remove.
23448         * wid-edit.el (widget-field-end): Temporarily remove field
23449         narrowing before to call `get-char-property'.
23451 2005-04-04  Jay Belanger  <belanger@truman.edu>
23453         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23454         (math-read-subscripts): New variable.
23455         (math-read-preprocess-string): Process subscripts.
23457 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
23459         * comint.el (comint-prompt-read-only): Doc fix.
23461         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23462         `-1'.  Doc fix.
23464 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
23466         * textmodes/org.el (org-insert-mode-line-in-empty-file):
23467         Change default value to nil.
23469 2005-04-04  Lute Kamstra  <lute@gnu.org>
23471         * autorevert.el (auto-revert-mode): Specify :group.
23472         * battery.el (display-battery-mode): Specify :group.
23473         * diff-mode.el (diff-minor-mode): Specify :group.
23474         * font-core.el (font-lock-mode): Specify :group.
23475         * hl-line.el (hl-line-mode): Specify :group.
23476         * iimage.el (iimage): New customization group.
23477         (iimage-mode): Specify :group.
23478         * longlines.el (longlines-mode): Specify :group.
23479         * master.el: Don't require easy-mmode.
23480         (master): New customization group.
23481         (master-mode): Specify :group.
23482         * msb.el (msb-mode): Specify :group.
23483         * reveal.el (reveal-mode): Specify :group.
23484         * simple.el (next-error-follow-minor-mode): Specify :group.
23485         * smerge-mode.el (smerge-mode): Specify :group.
23486         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23487         * emulation/cua-base.el (cua-mode): Specify :group.
23488         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23489         * language/thai-util.el (thai-auto-composition-mode)
23490         (thai-word-mode): Specify :group.
23491         * mail/supercite.el (sc-minor-mode): Specify :group.
23492         * progmodes/cwarn.el (cwarn-mode): Specify :group.
23493         * progmodes/flymake.el (flymake-mode): Specify :group.
23494         * progmodes/glasses.el (glasses-mode): Specify :group.
23495         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23496         * textmodes/enriched.el (enriched-mode): Specify :group.
23497         * textmodes/refill.el (refill-mode): Specify :group.
23499         * add-log.el (change-log-font-lock-keywords): Names in
23500         parenthesized lists can contain spaces.
23502 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
23504         * startup.el (fancy-splash-text): Shorten default text of
23505         "Emacs Tutorial" line.  Also, if the current language env
23506         indicates an available tutorial file other than TUTORIAL,
23507         extract its title and append it to the line in parentheses.
23508         (fancy-splash-insert): If arg is a thunk, funcall it.
23510 2005-04-04  Jay Belanger  <belanger@truman.edu>
23512         * calc.el (calc-language-alist): Add tags to customization type.
23514 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
23516         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23517         Doc fix.
23519 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
23521         * add-log.el (change-log-font-lock-keywords): The manual
23522         describing a Change Log entry, says: (...) "Aside from these
23523         header lines, every line in the change log starts with a space or
23524         a tab.".  The font-lock was not highlighting lines started with
23525         spaces, added support for it.
23527 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23529         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23530         (bibtex-generate-url-list): Update docstring accordingly.  Put the
23531         complex example in the docstring.
23532         (bibtex-font-lock-url): Use pop.
23534 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23536         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23538         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23540 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
23542         * filesets.el (filesets-set-default): Doc fix.
23544 2005-04-03  Lute Kamstra  <lute@gnu.org>
23546         * generic.el (define-generic-mode): Add argument to specify
23547         keywords for defcustom.
23548         (default-generic-mode): Specify :group.
23550         * generic-x.el: Specify :group for all generic modes.
23552         * desktop.el (desktop-no-desktop-file-hook)
23553         (desktop-after-read-hook): Doc fix.
23555 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
23557         * simple.el (visible-mode): Use explicit :group keyword.
23558         This changes the group of `visible-mode-hook' from paren-blinking
23559         to editing-basics.
23561 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
23563         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
23564         mailbox specifications as well as URLs.
23565         (rmail-insert-inbox-text): Remove unused conditional branches.
23567 2005-04-01  Jay Belanger  <belanger@truman.edu>
23569         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23570         (calc-gnuplot-print-command): Move definitions to calc.el.
23572         * calc/calc-embed.el (calc-embedded-announce-formula)
23573         (calc-embedded-open-formula, calc-embedded-close-formula)
23574         (calc-embedded-open-word, calc-embedded-close-word)
23575         (calc-embedded-open-plain, calc-embedded-close-plain)
23576         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23577         (calc-embedded-open-mode, calc-embedded-close-mode):
23578         Move definitions to calc.el.
23580         * calc/calc.el (calc-settings-file, calc-language-alist):
23581         Make customizable.
23582         (calc-embedded-announce-formula, calc-embedded-open-formula)
23583         (calc-embedded-close-formula, calc-embedded-open-word)
23584         (calc-embedded-close-word, calc-embedded-open-plain)
23585         (calc-embedded-close-plain, calc-embedded-open-new-formula)
23586         (calc-embedded-close-new-formula, calc-embedded-open-mode)
23587         (calc-embedded-close-mode, calc-gnuplot-name)
23588         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23589         from other files and make customizable.
23591 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23593         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23594         Use buffer-live-p.
23595         (cvs-mode-run): Don't call cvs-update-header here.
23596         (cvs-run-process): Call cvs-update-header.
23597         Use process properties for cvs-postprocess and cvs-buffer so that
23598         the sentinel can behave better if the temp buffer is killed.
23599         Use a pipe rather than a tty, to better handle unexpected prompts.
23600         (cvs-sentinel): Rewrite.  Call cvs-update-header.
23602 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
23604         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23605         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
23607 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23609         * generic.el (define-generic-mode): Add indentation rule.
23611 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
23613         * files.el (mode-require-final-newline): Make Custom correctly
23614         report a nil value and allow to set it to nil via Custom.
23615         Doc fix.
23617 2005-04-01  Kenichi Handa  <handa@m17n.org>
23619         * international/characters.el: Enable the correct case setting for
23620         dotless-i and dotted-I.
23622 2005-04-01  Kim F. Storm  <storm@cua.dk>
23624         * ido.el (ido-file-internal): Fall back to non-ido command if
23625         initial directory is on slow ftp (or tramp) host.
23627 2005-03-31  Richard M. Stallman  <rms@gnu.org>
23629         * emacs-lisp/autoload.el (make-autoload):
23630         Handle define-global-minor-mode.
23632         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23633         Rename from easy-mmode-define-global-mode.
23634         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23636         * progmodes/scheme.el (scheme-mode-syntax-table):
23637         Update syntax of | and # for two-character comment syntax.
23639 2005-03-31  Lute Kamstra  <lute@gnu.org>
23641         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23642         (define-minor-mode): Call custom-current-group at load-time.
23644         * generic.el (define-generic-mode): Add debug declaration.
23645         Add defcustom for the mode hook.
23646         (generic-mode-internal): Use run-mode-hooks.
23648 2005-03-31  Kim F. Storm  <storm@cua.dk>
23650         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23651         (mouse-fixup-help-message): New defun called by show_help_echo
23652         to fixup mouse-2 prefix in help messages when applicable.
23654         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23656 2005-03-31  Kenichi Handa  <handa@m17n.org>
23658         * language/thai-word.el (thai-find-word-ends): Pay attention to
23659         the case that we reach the end of buffer.
23661         * textmodes/fill.el (fill-text-properties-at): New function.
23662         (fill-newline): Use fill-text-properties-at instead of
23663         text-properties-at.
23665 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23667         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23668         not comint-quote-filename.
23670 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
23672         * help-fns.el (help-with-tutorial): Revert last change.
23674 2005-03-31  Kim F. Storm  <storm@cua.dk>
23676         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23678 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
23680         * calendar/cal-china.el: Update reference to "Calendrical
23681         Calculations" book; there's a new edition.
23682         * calendar/cal-coptic.el: Likewise.
23683         * calendar/cal-french.el: Likewise.
23684         * calendar/cal-hebrew.el: Likewise.
23685         * calendar/cal-islam.el: Likewise.
23686         * calendar/cal-iso.el: Likewise.
23687         * calendar/cal-julian.el: Likewise.
23688         * calendar/cal-mayan.el: Likewise.
23689         * calendar/cal-persia.el: Likewise.
23690         * calendar/calendar.el: Likewise.
23691         * calendar/holidays.el: Likewise.
23692         * calendar/lunar.el: Likewise.
23693         * calendar/solar.el: Likewise.
23695         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23696         white space from doc string.
23698 2005-03-30  Jay Belanger  <belanger@truman.edu>
23700         * calc/calc-help.el (calc-full-help): Remove email address.
23702 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
23704         * help-fns.el (help-with-tutorial): Delete title line.
23706 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23708         * calendar/cal-x.el (calendar-one-frame-setup)
23709         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23710         rather than `symbol' for set-window-dedicated-p.
23712         * calendar/appt.el (appt-buffer-name): Make it a constant.
23713         (appt-add): Doc fix.
23715         * filesets.el (filesets-menu-path, filesets-menu-before)
23716         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
23717         (filesets-menu-cache-file): Use directory ~/.emacs.d.
23718         (filesets-add-submenu): Delete and use add-submenu instead.
23720 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
23722         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23723         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23724         (org-diary-default-entry): New function.
23725         (org-get-entries-from-diary): Better parsing of diary entries.
23726         (org-agenda-check-no-diary): New function.
23727         ("diary-lib"): Advice to function `add-to-diary-list', to allow
23728         linking to diary entries.
23729         (org-agenda-execute-calendar-command): New function.
23730         (org-agenda): Improve visible section in window.
23731         Use `org-fit-agenda-window'.
23732         (org-fit-agenda-window): New option.
23733         (org-move-subtree-down): Better handling of empty lines
23734         at end of subtree.
23735         (org-cycle): Numeric prefix is interpreted now as show-subtree N
23736         levels up.
23737         (org-fontify-done-headline): New option.
23738         (org-headline-done-face): New face.
23739         (org-set-font-lock-defaults): Use `org-headline-done-face'.
23740         (org-table-copy-down): Rename from `org-table-copy-from-above'.
23741         When current field is non-empty, it is copied to next row.
23742         (org-table-copy-from-above): Fix bug which made it
23743         impossible to copy fields containing only a single non-white character.
23745 2005-03-30  Kim F. Storm  <storm@cua.dk>
23747         * kmacro.el (kmacro-end-macro): Isearch may store this command
23748         into the macro -- so ignore it when executing keyboard macro.
23750 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23752         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23754 2005-03-29  Kenichi Handa  <handa@m17n.org>
23756         * language/thai.el ("Thai"): Set setup-function and exit-function
23757         for Thai language environment.
23759         * language/thai-util.el: Require thai-word.
23760         (thai-word-mode-map): New variable.
23761         (thai-word-mode): New minor mode.
23762         (setup-thai-language-environment-internal): New function.
23763         (exit-thai-language-environment-internal): New function.
23765         * language/thai-word.el (thai-word-table): Declare it by defvar,
23766         use dolist to initialize it.
23767         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23768         (thai-fill-find-break-point): New functions.
23770 2005-03-29  Richard M. Stallman  <rms@gnu.org>
23772         * simple.el (idle-update-delay): Move definition up.
23773         (set-mark): Doc fix.
23775 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
23777         * longlines.el: New file.
23779         * simple.el (buffer-substring-filters): New variable.
23780         (filter-buffer-substring): New function.
23781         (kill-region, copy-region-as-kill): Use it.
23783         * register.el (copy-to-register, append-to-register)
23784         (prepend-to-register): Use filter-buffer-substring.
23786 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23788         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23789         (gud-filter-pending-text): Move in front of gdb.
23790         (gud-overlay-arrow-position): New variable.
23791         (gud-sentinel, gud-display-line): Use it in place of
23792         overlay-arrow-position.
23794 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
23796         * progmodes/fortran.el (fortran-if-indent): Doc fix.
23797         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23798         (fortran-font-lock-keywords-4): New variable.
23799         (fortran-blocks-re, fortran-end-block-re)
23800         (fortran-start-block-re): New constants, for hideshow.
23801         (hs-special-modes-alist): Add a Fortran entry.
23802         (fortran-mode-map): Bind fortran-end-of-block,
23803         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23804         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
23805         (fortran-looking-at-if-then, fortran-end-of-block)
23806         (fortran-beginning-of-block): New functions, for hideshow.
23808         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23809         Doc fix.  Tweak regexp.
23810         (f90-beginning-of-block): Push mark first.
23812 2005-03-29  Jay Belanger  <belanger@truman.edu>
23814         * calc/calc.el: Update copyright date.
23815         (calc-version): Increase to 2.1.
23816         (calc-version-date): Remove.
23818         * calc/calc-help.el: Update copyright date.
23819         (calc-full-help): Remove reference to calc-version-date.
23820         Update copyright date.
23822 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23824         * vc.el (vc-do-command): Use a pipe for async processes, so password
23825         prompts don't show up at places where the user can't reply.
23827 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23829         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23830         on the file name we pass to the inferior shell.
23832 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23834         * progmodes/which-func.el (which-function): Be robust in the face of an
23835         imenu--make-index-alist failure.
23837 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23839         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23841         * progmodes/python.el (python-preoutput-filter): Fix last change.
23843 2005-03-29  Lute Kamstra  <lute@gnu.org>
23845         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23846         functions and compiled macros.
23847         (debug-convert-byte-code): Handle macros too.
23848         (debug-on-entry-1): Don't signal an error when trying to clear a
23849         function that is not set to debug on entry.
23851 2005-03-29  Jay Belanger  <belanger@truman.edu>
23853         * calc/calc-lang.el: Add functions to math-function-table
23854         properties of tex and math.
23856 2005-03-29  Kenichi Handa  <handa@m17n.org>
23858         * ps-mule.el (ps-mule-plot-string): Translate characters by
23859         ps-print-translation-table.
23860         (ps-mule-begin-job): Call find-charset-region/string with
23861         ps-print-translation-table.
23862         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23864         * ps-print.el (ps-print-translation-table): New variable.
23865         (ps-plot-region): Translate characters by ps-print-translation-table.
23867 2005-03-29  Juri Linkov  <juri@jurta.org>
23869         * simple.el (next-error-highlight-timer): New variable.
23871         * progmodes/compile.el (compilation-goto-locus):
23872         Use `next-error-highlight-timer' instead of `sit-for'.
23874 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23876         * mail/supercite.el (sc-mail-field): Use assoc-string.
23877         (sc-get-address): Simplify regexps.
23879         * files.el (minibuffer-with-setup-hook): New macro.
23880         (find-file-read-args): Use it to avoid let-binding
23881         minibuffer-with-setup-hook (which breaks turning on/off
23882         file-name-shadow-mode while in the prompt).
23884         * complete.el (PC-read-include-file-name-internal):
23885         Use test-completion.
23887 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
23889         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23891 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23893         * window.el (window-buffer-height): Use count-screen-lines.
23895         * progmodes/python.el (python-preoutput-leftover): New var.
23896         (python-preoutput-filter): Use it.
23897         (python-send-receive): Loop until all the result has been received.
23899 2005-03-28  Juri Linkov  <juri@jurta.org>
23901         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23903         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23904         "Recover Crashed Session".
23905         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23906         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23907         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23908         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23909         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23910         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23911         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23912         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23914         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23915         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23916         Ediff Sessions", "Toggle use of separate control buffer frame",
23917         "Use separate frame for Ediff control buffer".
23919         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23920         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23921         "Rename Bookmark", "Delete Bookmark".
23923         * info.el (Info-mode-menu): Remove ellipsis from "Index".
23924         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23925         Add `:active Info-index-alternatives' to "Next Matching Item".
23927         * wdired.el (wdired-change-to-wdired-mode):
23928         Mention `wdired-abort-changes' key in the initial message.
23930         * international/mule.el (auto-coding-alist): Associate non-ascii
23931         image filename extensions with `no-conversion'.
23933 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23935         * international/iso-acc.el:
23936         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23938 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
23940         * textmodes/sgml-mode.el (html-mode): Doc update.
23942         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23944 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
23946         * term.el (term-move-columns): Fix face after extending a line.
23947         (term-insert-spaces): Likewise.
23948         (term-reset-terminal): Fix off by one error.
23950 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23952         * international/mule.el (auto-coding-alist): Add .xpi files.
23954         * files.el (auto-mode-alist): Add .xpi files.
23956 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
23958         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23960 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23962         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23964 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23966         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23967         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
23969         * calendar/cal-move.el (calendar-beginning-of-year): Move the
23970         cursor to Jan 1 when needed.
23971         (calendar-end-of-year): Fix -/+ typo.
23972         Reported by Chong Yidong <cyd@stupidchicken.com>.
23974 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23976         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23978         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23979         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
23981 2005-03-25  Richard M. Stallman  <rms@gnu.org>
23983         * filesets.el (filesets-init): Add autoload.
23985         * mail/mailalias.el (mail-directory): Doc fix.
23987 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23989         * mail/mailalias.el (mail-directory-process): Do nothing if
23990         mail-directory-process is an atom.
23991         (mail-get-names): Ignore mail-directory-names if it is an atom.
23992         (mail-directory-process defvar): Doc fix.
23993         (mail-names): Doc fix.
23995 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
23997         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23999 2005-03-26  Kenichi Handa  <handa@m17n.org>
24001         * international/mule-util.el (detect-coding-with-priority):
24002         Call update-coding-systems-internal before detect-coding-region.
24004 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
24006         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24007         (gdb-frames-mode-map): Add follow-link property.
24009 2005-03-25  Jay Belanger  <belanger@truman.edu>
24011         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24012         for variables.
24014 2005-03-25  Juri Linkov  <juri@jurta.org>
24016         * image-mode.el: Optimize image filename extension regexps in
24017         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
24018         in `auto-mode-alist'.
24019         (image-mode): Add `image-toggle-display-text' to local hook
24020         `change-major-mode-hook'.  Display the image as an image by
24021         default.  Set `cursor-type' and `truncate-lines' if the image
24022         is already displayed.  Take into account the current mode (image
24023         or text) in message.
24024         (image-minor-mode): New minor mode.
24025         (image-mode-maybe, image-toggle-display-text): New functions.
24026         (image-toggle-display): Use called-interactively-p.
24027         Let-bind `inhibit-read-only' to t.
24029         * image-mode.el (image-minor-mode): Set `cursor-type' and
24030         `truncate-lines' if the image is already displayed.  Add turning
24031         image-minor-mode off to `change-major-mode-hook'.  Add message.
24032         Call `image-toggle-display-text' after turning image-minor-mode off.
24034 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24036         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24037         Terminal.app, use utf-8.
24038         (set-display-table-and-terminal-coding-system): Add coding-system arg.
24039         (set-locale-environment): Use it.
24041         * term/xterm.el: Undo last change, better done in mule-cmds.el.
24043         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24045         * progmodes/python.el (python-close-block-statement-p)
24046         (python-outdent-p, python-current-defun): Use symbol-end.
24048 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
24050         * files.el (save-some-buffers): Doc fix.
24052 2005-03-25  Werner Lemberg  <wl@gnu.org>
24054         * complete.el, thumbs.el: Replace `legal' with `valid'.
24055         * calendar/calendar.el: Replace `legal' with `valid'.
24056         * emacs-lisp/advice.el: Replace `legal' with `valid'.
24057         * mail/supercite.el: Replace `legal' with `valid'.
24058         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24059         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24060         Replace `legal' with `valid'.
24061         * textmodes/reftex-vars.el, textmodes/reftex.el:
24062         Replace `legal' with `valid'.
24064 2005-03-25  Werner Lemberg  <wl@gnu.org>
24066         * calc/calc-forms.el, calc/calc-sel.el
24067         * midnight.el, vc-cvs.el
24068         * emacs-lisp/cl-macs.el
24069         * emulation/vip.el
24070         * eshell/esh-io.el, eshell/esh-var.el
24071         * mail/supercite.el
24072         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24073         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24074         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24075         * progmodes/sh-script.el, progmodes/xscheme.el
24076         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24077         * textmodes/reftex-index.el, textmodes/reftex-parse.el
24078         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24079         * textmodes/reftex.el, textmodes/org.el:
24080         Replace `illegal' with `invalid'.
24082 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24084         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24085         (flymake-find-buildfile, flymake-find-possible-master-files)
24086         (flymake-check-include, flymake-parse-line): Replace loops over the
24087         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24089         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24090         Substitute file-name-as-directory in the rest of the file.
24091         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24092         (flymake-replace-region): Remove unused arg `buffer'.
24093         (flymake-check-patch-master-file-buffer): Update calls to it.
24094         (flymake-add-err-info): Remove unused var `count'.
24095         (flymake-mode): Use define-minor-mode.
24097         * progmodes/flymake.el: Use with-current-buffer.
24098         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24099         flymake-replace-regexp-in-string, flymake-line-beginning-position)
24100         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24101         Avoid testing for `xemacs'.
24102         (flymake-nop): Move.
24103         (flymake-region-has-flymake-overlays): Return the computed value.
24104         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24105         Remove unused var `endline'.
24106         (flymake-get-line-count): Remove unused function.
24107         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24109         * emulation/vi.el:
24110         * generic.el:
24111         * hilit-chg.el (global-highlight-changes):
24112         * hi-lock.el (hi-lock-mode):
24113         * follow.el: find-file-hooks -> find-file-hook.
24115         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24117 2005-03-24  Juri Linkov  <juri@jurta.org>
24119         * dired.el (dired-mode-map): Add menu item "Compare directories"
24120         for dired-compare-directories.
24122         * dired-aux.el (dired-compare-directories): Add autoload cookie.
24123         Doc fix.  Replace `read-file-name' with `read-directory-name'.
24125 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24127         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24129 2005-03-24  Jay Belanger  <belanger@truman.edu>
24131         * calc/calc-embed.el (calc-embedded-mode-change): Save all
24132         relevant mode settings in calc-embedded-original-modes when modes
24133         are permanently changed.
24135 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24137         * autoinsert.el: find-file-hooks -> find-file-hook.
24139 2005-03-24  Lute Kamstra  <lute@gnu.org>
24141         * generic.el (generic-font-lock-defaults): Make it obsolete.
24142         (generic-font-lock-keywords): New variable to replace
24143         generic-font-lock-defaults.
24144         (generic-mode-set-font-lock): Delete it.
24145         (generic-mode-internal): Don't call generic-mode-set-font-lock.
24146         (generic-bracket-support): Add docstring.
24148         * generic-x.el: Rename generic-font-lock-defaults to
24149         generic-font-lock-keywords throughout.
24150         (mailagent-rules-setup-function): Delete it.
24151         (mailagent-rules-generic-mode): Use anonymous function instead.
24152         (show-tabs-generic-mode-font-lock-defaults-1)
24153         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24154         Quote faces.
24155         (show-tabs-tab-face, show-tabs-space-face): Specify background,
24156         not foreground.
24158         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24159         Recognize define-generic-mode.
24161 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24163         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24164         if there's no completion table.
24166 2005-03-23  Miles Bader  <miles@gnu.org>
24168         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24169         Remove tty-specific variants, as they're no longer needed.
24171 2005-03-23  Lute Kamstra  <lute@gnu.org>
24173         * generic-x.el: Code cleanup: make args constant whenever possible.
24174         (installshield-statement-keyword-list)
24175         (installshield-system-functions-list)
24176         (installshield-system-variables-list, installshield-types-list)
24177         (installshield-funarg-constants-list): Make them constants.
24179         * generic.el (generic-make-keywords-list): Add autoload cookie.
24181         * calendar/time-date.el: Add comment on time value formats.
24182         Don't require parse-time.
24183         (with-decoded-time-value): New macro.
24184         (encode-time-value): New function.
24185         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24186         (days-to-time): Return a valid time value when arg is huge.
24187         (time-since): Use time-subtract.
24188         (time-to-number-of-days): Use time-to-seconds.
24190 2005-03-23  David Ponce  <david@dponce.com>
24192         * recentf.el (recentf-keep): New option.
24193         (recentf-menu-action): Default to `find-file'.
24194         (recentf-keep-non-readable-files-flag)
24195         (recentf-keep-non-readable-files-p)
24196         (recentf-file-readable-p, recentf-find-file)
24197         (recentf-cleanup-remote): Remove.
24198         (recentf-include-p): More robust.
24199         (recentf-keep-p): New function.
24200         (recentf-remove-if-non-kept): Rename from
24201         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
24202         All callers updated.
24203         (recentf-menu-items-for-commands): Fix help string.
24204         (recentf-track-closed-file): Update.  Doc fix.
24205         (recentf-cleanup): Update.  Count removed files.  Doc fix.
24207 2005-03-23  Kim F. Storm  <storm@cua.dk>
24209         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24210         Don't inherit from fringe face (now happens automatically).
24212 2005-03-22  Kim F. Storm  <storm@cua.dk>
24214         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24215         position values.
24217 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24219         * menu-bar.el (showhide-date-time): Remove.
24220         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24221         (menu-bar-make-mm-toggle): Simplify.
24223 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24225         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24226         Accept qualified variable and function names.
24228 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
24230         * bindings.el (completion-ignored-extensions):
24231         Remove ".lis" for `vax-vms'.
24233 2005-03-22  Andreas Schwab  <schwab@suse.de>
24235         * generic-x.el: Revert last change.
24236         * ldefs-boot.el: Update.
24238 2005-03-22  Jay Belanger  <belanger@truman.edu>
24240         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24241         (calc-embedded-save-original-modes)
24242         (calc-embedded-restore-original-modes): New functions.
24243         (calc-do-embedded): Save original modes when entering embedded mode
24244         and restore when leaving embedded mode.
24245         (calc-embedded-modes-change): Change the value of
24246         calc-embedded-original-modes to reflect permanent changes.
24248 2005-03-22  Lute Kamstra  <lute@gnu.org>
24250         * generic-x.el: Require generic again.
24252 2005-03-22  Miles Bader  <miles@gnu.org>
24254         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24255         Tweak details to look good on both ttys and bitmap displays, light
24256         or dark background, etc.
24258 2005-03-21  Kim F. Storm  <storm@cua.dk>
24260         * tooltip.el (tooltip-show-help-function): Check car and cdr of
24261         mouse position.
24263 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24265         * icomplete.el: Don't forcibly turn on the mode upon load.
24266         (icomplete-mode): Use define-minor-mode.
24267         (icomplete-eoinput): Default to nil.
24268         (icomplete-minibuffer-setup): Remove autoload.
24269         (icomplete-tidy): Simplify.
24270         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24271         in the initial state or if the user has modified the field.
24272         Fix handling of icomplete-max-delay-chars.
24273         Remove code that handles the oddball case where
24274         minibuffer-completion-table is an integer.
24275         Wrap icomplete-completions in while-no-input in case building
24276         completions takes more time than expected.
24277         (icomplete-completions): Simplify.
24279 2005-03-21  Richard M. Stallman  <rms@gnu.org>
24281         * jka-compr.el (jka-compr-really-do-compress):
24282         Make variable buffer-local.
24284         * image-mode.el: Handle .xpm files too.
24285         (image-toggle-display): Preserve modification flag.
24287         * help.el (where-is): Don't mention aliases with no key bindings.
24289 2005-03-21  Lute Kamstra  <lute@gnu.org>
24291         * generic.el: Fix commentary section.  Don't require cl for
24292         compilation.
24293         (generic-mode-list): Add autoload cookie.
24294         (generic-use-find-file-hook, generic-lines-to-scan)
24295         (generic-find-file-regexp, generic-ignore-files-regexp)
24296         (generic-mode, generic-mode-find-file-hook)
24297         (generic-mode-ini-file-find-file-hook): Fix docstrings.
24298         (define-generic-mode): Make it a defmacro.  Fix docstring.
24299         (generic-mode-internal): Code cleanup.  Add autoload cookie.
24300         (generic-mode-set-comments): Code cleanup.
24301         * generic-x.el: Don't prevent compilation.  Don't require generic.
24302         Follow coding conventions.  Minor code cleanup.
24303         (etc-fstab-generic-mode): Add some keywords.
24304         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24305         define-generic-mode like a function declaration.
24307 2005-03-21  Jay Belanger  <belanger@truman.edu>
24309         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24310         changing modes.
24312 2005-03-21  Sam Steingold  <sds@gnu.org>
24314         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24316 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
24318         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24319         Add underscore to "f$ lexicals" regexp.
24321 2005-03-20  Juri Linkov  <juri@jurta.org>
24323         * subr.el (progress-reporter-do-update): When `min-value' is equal
24324         to `max-value', set `percentage' to 0 and prevent division by zero.
24326 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
24328         Sync with Tramp 2.0.48.
24330         * net/tramp.el (all): Change all addresses to .gnu.org.
24331         (tramp-append-tramp-buffers): New defun.
24332         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24333         Catch `dont-send' signal.
24334         (tramp-set-auto-save-file-modes): Set always permissions, because
24335         there might be an old auto-saved file belonging to another
24336         original file.  This could be a security threat.  Reported by
24337         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24338         Check for Emacs 21.3.50 removed.
24340         * net/tramp-smb.el (all): Remove debug construct for
24341         `with-parsed-tramp-file-name'.
24342         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24343         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24344         No error message if DIRECTORY or FILENAME doesn't exist.
24345         (tramp-smb-open-connection): Check existence of
24346         `tramp-smb-program'.
24348 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24350         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24351         Properly handle the case where the `m' or `s' command's argument is not
24352         yet terminated.
24353         (perl-indent-new-calculate): New function.
24354         (perl-indent-line): Use it.
24356 2005-03-20  Miles Bader  <miles@gnu.org>
24358         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24359         in text-mode too.  Change to new face names.
24360         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24361         Add `:weight bold' attribute.
24362         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24364 2005-03-19  Juri Linkov  <juri@jurta.org>
24366         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
24368         * international/mule.el (auto-coding-alist): Sync with
24369         `auto-mode-alist' by adding upper case archive file extensions
24370         and adding ear/war to jar extension.
24372 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
24374         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24375         running, restart it.
24377 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
24379         * finder.el (finder-current-item): Throw an error on an empty line.
24381         * man.el (Man-follow-manual-reference): If current-word returns
24382         nil, use "".
24384 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
24386         * simple.el (goto-line): Doc fix.
24388 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
24390         * files.el (save-buffer): Doc fix.
24392 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
24394         * recentf.el (recentf-cleanup-remote): New variable.
24395         (recentf-cleanup): Use it to conditionally check availability of
24396         remote files.
24398 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
24400         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24401         function names.
24403 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24405         * language/thai-word.el: New file.
24407 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24409         * files.el (backup-buffer): If the file's directory is not
24410         writable, use copy instead of move to backup the file.
24412 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24414         * obsolete/keyswap.el: Moved to obsolete/ from term/.
24416 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24418         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24419         Use functionp instead of symbolp and fboundp.  Reported by Drkm
24420         <darkman_spam@yahoo.fr>.
24421         (ps-print-version): New version 6.6.6.
24423 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
24425         * textmodes/table.el (table--line-column-position): New idiom.
24426         (table--row-column-insertion-point-p): New function to test
24427         validity of row and column insertion operation at a location.
24428         (table-global-menu, table-cell-menu): Use above functions for
24429         deterministic test operation.
24430         (table--editable-cell-p): Behave in deterministic fashion.
24432 2005-03-18  Juri Linkov  <juri@jurta.org>
24434         * isearch.el (isearch-lazy-highlight-new-loop):
24435         Make arguments beg and end optional.
24436         (isearch-update): Remove optional arguments nil from
24437         isearch-lazy-highlight-new-loop.
24438         (isearch-lazy-highlight-search): Let-bind case-fold-search to
24439         isearch-lazy-highlight-case-fold-search instead of
24440         isearch-case-fold-search, and let-bind isearch-regexp to
24441         isearch-lazy-highlight-regexp.
24442         Use isearch-lazy-highlight-last-string instead of isearch-string.
24444         * replace.el (perform-replace): Remove bindings of global
24445         variables isearch-string, isearch-regexp, isearch-case-fold-search.
24446         Add three new arguments to `replace-highlight'.
24447         (replace-highlight): Add arguments string, regexp, case-fold.
24448         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24449         to allow isearch-lazy-highlight-new-loop to use these values
24450         to set corresponding isearch-lazy-highlight-* internal
24451         variables whose values lazy highlighting will use regardless of
24452         changes to global variables isearch-string, isearch-regexp,
24453         isearch-case-fold-search during lazy highlighting loop.
24454         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24455         to `lazy-highlight-cleanup'.
24457         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24458         (ispell-highlight-face): Set default face to `isearch' when
24459         lazy highlighting is enabled.
24460         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24461         priority to 1.  Add lazy highlighting.
24462         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24463         from `isearch-dehighlight'.
24465 2005-03-18  David Ponce  <david@dponce.com>
24467         * files.el (hack-local-variables): Do a case-insensitive search
24468         for End.
24470 2005-03-18  Juri Linkov  <juri@jurta.org>
24472         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24473         `isearch-lazy-highlight-cleanup', add alias to old name and
24474         declare obsolete.  Add release numbers to other obsolete vars.
24475         (isearch-done, isearch-lazy-highlight-new-loop):
24476         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24477         (lazy-highlight-cleanup) <variable>: Doc fix.
24478         (isearch-lazy-highlight-update): Rename obsolete
24479         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24481 2005-03-18  Kenichi Handa  <handa@m17n.org>
24483         * language/thai-util.el: Fix categorization of Thai characters in
24484         thai-category-table.
24485         (thai-composition-pattern): Adjust it for the above change.
24486         (thai-self-insert-command, thai-compose-syllable): New functions.
24487         (thai-compose-region): Use thai-compose-syllable.
24488         (thai-compose-string): Likewise.
24489         (thai-composition-function): Likewise.
24490         (thai-auto-composition): New function.
24491         (thai-auto-composition-mode): New minor mode.
24493         * language/thai.el: Fix patterns to be registered in
24494         composition-function-table.
24496         * international/quail.el (quail-input-method): Locally bind
24497         inhibit-modification-hooks to t.
24499 2005-03-17  Richard M. Stallman  <rms@gnu.org>
24501         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24502         (perl-mode): Use run-mode-hooks.
24504         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24505         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24506         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24508         * mail/sendmail.el (sendmail-send-it): Reenable the code
24509         to compute resend-to-address and use it.
24511         * tar-mode.el (tar-mode): Turn off undo unconditionally.
24513         * image-mode.el: New file.
24515         * image.el (insert-sliced-image): Add autoload cookie.
24517         * font-lock.el (font-lock-lines-before): New user option.
24518         (font-lock-after-change-function): Obey it.
24520         * bindings.el (esc-map): Make M-g a prefix.
24521         Bind M-g g and M-g M-g to goto-line.
24523         * faces.el (face-id): Doc fix.
24525 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24527         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24528         (rmail-show-message): Use rmail-unknown-mail-followup-to.
24529         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24531         * mail/sendmail.el (mail-yank-ignored-headers)
24532         (mail-font-lock-keywords, mail-mode-fill-paragraph):
24533         Add Mail-Followup-To and Mail-Reply-To headers.
24534         (mail-citation-hook): Add autoload cookie.
24535         (mail-mode): Doc fix.
24536         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24537         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24538         (mail-mode-fill-paragraph): Handle those headers.
24539         (mail-mailing-lists): New variable.
24540         (mail-mail-reply-to, mail-mail-followup-to): New functions.
24542 2005-03-17  Juri Linkov  <juri@jurta.org>
24544         * isearch.el (isearch-fallback): Check for `(car previous)'
24545         before calling `isearch-other-end-state'.
24547 2005-03-17  Kim F. Storm  <storm@cua.dk>
24549         * simple.el (move-beginning-of-line): Move to beginning of buffer
24550         line, as well as beginning of screen line.
24552 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
24554         * calendar/diary-lib.el (mark-diary-entries): Use new optional
24555         argument REDRAW rather than calendar-redrawing variable.
24556         * calendar/calendar.el (calendar-redrawing): Delete.
24557         (redraw-calendar): Do not bind calendar-redrawing.
24559 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
24561         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24562         diary-file buffer.
24564 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24566         * help.el (describe-mode): Allow a :minor-mode-function property to
24567         specify a different minor mode toggle function than the variable.
24568         * simple.el (auto-fill-function):
24569         * subr.el (add-minor-mode): Use it.
24571 2005-03-16  Kenichi Handa  <handa@m17n.org>
24573         * language/ethio-util.el (sera-being-called-by-w3): New variable.
24574         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24575         (ethio-fidel-to-sera-buffer): Likewise.
24577 2005-03-16  Juri Linkov  <juri@jurta.org>
24579         * emacs-lisp/find-func.el (find-function-regexp):
24580         Add defun-emitting macro `menu-bar-make-toggle'.
24582         * isearch.el: Put `isearch-scroll' property to
24583         `split-window-horizontally'.
24585         * info.el: Update error messages for `debug-ignored-errors'.
24586         (Info-isearch-search): Doc fix.
24587         (Info-find-node): Move up code to go into info buffer before
24588         recording the node to the history.
24589         (Info-fontify-node): Fontify titles only if the next line
24590         has two or more `*', `=', `-', `.'.
24591         Display "go to this node" for empty (match-string 3).
24593 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24595         * term/mac-win.el: Add mouse pointer shape constants.
24597 2005-03-15  Kim F. Storm  <storm@cua.dk>
24599         * simple.el (move-beginning-of-line): Use vertical-motion.
24601 2005-03-15  Juri Linkov  <juri@jurta.org>
24603         * isearch.el (isearch-error): New variable.
24604         (isearch-invalid-regexp, isearch-within-brackets): Remove.
24605         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24606         (isearch-within-brackets-state): Remove.
24607         (isearch-case-fold-search-state, isearch-pop-fun-state):
24608         Decrease frame index.
24609         (isearch-mode, isearch-top-state, isearch-push-state)
24610         (isearch-edit-string, isearch-abort, isearch-search-and-update)
24611         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24612         (isearch-search, isearch-lazy-highlight-new-loop):
24613         Replace `isearch-invalid-regexp' with `isearch-error'.
24614         Remove `isearch-within-brackets'.
24615         (isearch-search): Add `search-failed' handler to `condition-case'.
24616         (isearch-lazy-highlight-search): Add `condition-case' to catch
24617         errors and allow `isearch-lazy-highlight-update' to try
24618         highlighting from the beginning of the window.
24619         (isearch-repeat): Move up code to set isearch-wrapped to t
24620         before calling isearch-wrap-function.
24622         * info.el (Info-isearch-initial-node): New internal variable.
24623         (Info-search): Signal an error in isearch mode when search leaves
24624         the initial node.  Signal an error when `bound' is non-nil and
24625         nothing was found in the current subfile.
24626         (Info-isearch-search): Remove `condition-case'.
24627         (Info-isearch-wrap): Don't wrap when search failed during leaving
24628         the initial node.  If `Info-isearch-search' is nil, wrap around
24629         the current node.
24630         (Info-isearch-start): New fun.
24631         (Info-mode): Add buffer-local hook `Info-isearch-start' to
24632         `isearch-mode-hook'.
24634 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24636         * simple.el (normal-erase-is-backspace): Set default to t if
24637         running on Mac.
24639         * term/mac-win.el (function-key-map): Sync with x-win.el.
24641 2005-03-15  Kenichi Handa  <handa@m17n.org>
24643         * international/mule-cmds.el (locale-language-names): Modify the
24644         format of elements and add more entries.
24645         (locale-preferred-coding-systems): Add more entries.
24646         (set-locale-environment): Adjust for the change of
24647         locale-language-names.
24649 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24651         * pcvs.el (smerge-ediff): Remove bogus autoload.
24653 2005-03-14  Lute Kamstra  <lute@gnu.org>
24655         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24656         Ignore a `*' at the beginning of a line.
24658         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24659         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24660         subr.el.
24661         (dont-compile, eval-when-compile, eval-and-compile): Use declare
24662         to specify indentation.
24664         * generic.el (define-generic-mode): Let generic-mode-list be a
24665         list of strings; test membership with equal.
24667 2005-03-14  Kim F. Storm  <storm@cua.dk>
24669         * simple.el (next-line, previous-line): Add optional try-vscroll
24670         arg to recognize interactive use.  Pass it on to line-move.
24671         (line-move): Don't perform auto-window-vscroll when defining or
24672         executing keyboard macro to ensure consistent behavior.
24674 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24676         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24678 2005-03-13  Lute Kamstra  <lute@gnu.org>
24680         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24681         debugger-setup-buffer so that backtrace marks the frames set to
24682         debug-on-exit and we don't have to do it manually.  Set an extra
24683         debug-on-exit for macro's.
24684         (debugger-setup-buffer): Don't mark the top frame manually.
24686 2005-03-12  Lute Kamstra  <lute@gnu.org>
24688         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24689         lisp-indent-function throughout.
24690         (with-no-warnings): Set lisp-indent-function property.
24692 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
24694         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24695         Add entry for backslash.
24697 2005-03-12  Juri Linkov  <juri@jurta.org>
24699         * info.el (Info-search): Four fixes for backward search.
24701 2005-03-11  Jay Belanger  <belanger@truman.edu>
24703         * calc/calc.el (calc-language-alist): New variable.
24704         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24705         (calc-embedded-find-modes): Use calc-language-alist instead of
24706         calc-embedded-language-alist.
24708 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24710         * calendar/calendar.el (calendar-redrawing): New internal
24711         variable.
24712         (redraw-calendar): Remove bogus save-excursion from previous
24713         change.  Bind calendar-redrawing to t for mark-diary-entries.
24714         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24715         calendar if that is why we were called.
24717 2005-03-11  Kenichi Handa  <handa@m17n.org>
24719         * international/mule.el (make-coding-system): Set property
24720         coding-system-define-form to nil.
24721         (define-coding-system-alias): Likewise.
24723 2005-03-11  Kenichi Handa  <handa@m17n.org>
24725         These changes are suggested by Dave Love <fx@gnu.org>.
24727         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24728         coding: tag.
24729         (adaptive-fill-regexp): Add more bullets.
24730         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24731         regexps.
24733 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24735         * help.el (describe-mode): Properly handle non-trivial lighters.
24736         Don't ignore minor modes that are not listed in minor-mode-list.
24738         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24739         feature ON when the user requests to turn it OFF.
24741 2005-03-10  Lute Kamstra  <lute@gnu.org>
24743         * emacs-lisp/debug.el (debug-entry-code): Delete it.
24744         (implement-debug-on-entry): New function to replace debug-entry-code.
24745         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
24746         second argument as the 2005-03-07 change makes it obsolete.
24747         (debug-on-entry, cancel-debug-on-entry): Update call to
24748         debug-on-entry-1.
24749         (debug, debugger-setup-buffer): Comment update.
24750         (debugger-frame-number): Update to work with implement-debug-on-entry.
24752 2005-03-10  Jay Belanger  <belanger@truman.edu>
24754         * calc/calc-embed.el (math-ms-args): Declare it.
24755         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24756         math-ms-args.
24757         (calc-embedded-subst): Use math-multi-subst-rec to substitute
24758         variables.
24760 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
24762         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24763         Use message-box.
24765         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24766         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24767         (tooltip-gud-tips): Simplify.
24768         (tooltip-gud-tips-p): Remove superfluous :set.
24769         (tooltip-gud-modes): Add fortran-mode.
24770         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24772         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24774 2005-03-09  Kim F. Storm  <storm@cua.dk>
24776         * play/animate.el (animate-place-char): Use forward-line instead
24777         of next-line to improve performance.
24779 2005-03-09  Simon Josefsson  <jas@extundo.com>
24781         * net/browse-url.el (browse-url-default-browser): Doc fix.
24783 2005-03-09  Miles Bader  <miles@gnu.org>
24785         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24786         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24788 2005-03-09  Kenichi Handa  <handa@m17n.org>
24790         * international/latin-1.el: Set case and syntax for 255 only if
24791         set-case-syntax-set-multibyte is nil.
24793         * textmodes/ispell.el (ispell-insert-word): New function.
24794         (ispell-word): Use ispell-insert-word to insert a new word.
24795         (ispell-process-line): Likewise.
24796         (ispell-complete-word): Likewise.
24798 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
24800         * calendar/calendar.el (redraw-calendar): Preserve point.
24801         Reported by Matt Hodges <MPHodges@member.fsf.org>.
24802         (calendar-week-start-day): Move after definition of
24803         redraw-calendar.  Delete buffer test, since redraw-calendar has
24804         that now.
24806         * calendar/diary-lib.el (mark-diary-entries): Only call
24807         redraw-calendar in the first of any recursive calls.
24808         Reported by Alan Shutko <ats@acm.org>.
24810 2005-03-08  Juri Linkov  <juri@jurta.org>
24812         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24813         (html-horizontal-rule, html-line, html-image, html-checkboxes)
24814         (html-radio-buttons): Add a space before the trailing `/>' where
24815         sgml-xml-mode is non-nil.
24816         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24817         the subsequent tag of the empty XML tag.
24818         (html-href-anchor): Don't set initial input to "http:".
24819         (html-image): Ask for the image URL and set point inside alt="".
24820         (html-name-anchor): Duplicate the name in the `id' attribute when
24821         sgml-xml-mode is non-nil.
24822         (html-paragraph): Remove \n before <p>.
24823         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24824         instead of `checked' when sgml-xml-mode is non-nil.
24826         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24827         Remove 1 space before #RRGGBB to not truncate it on terminal
24828         windows w/o fringes.  Remove 1 space between bg and fg examples
24829         to get more space.
24830         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24831         avoid byte-compile warnings.
24833         * image-file.el (image-file-handler): Put `safe-magic' property to
24834         `image-file-handler'.
24836         * info.el (Info-isearch-search): Emulate word search in
24837         isearching through multiple Info nodes with Info-search.
24838         (Info-isearch-wrap): Allow isearch-word.
24840 2005-03-08  Lute Kamstra  <lute@gnu.org>
24842         * emacs-lisp/debug.el (debugger-step-through): Make sure that
24843         stepping into the debugger's code is not possible.
24844         (debugger-jumping-flag): Docstring update.
24846 2005-03-08  Jay Belanger  <belanger@truman.edu>
24848         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24849         embedded mode begins.
24850         (calc-embedded-language-alist): New variable.
24851         (calc-embedded-find-modes): Use calc-embedded-language-alist to
24852         set default language mode.
24854 2005-03-08  Kenichi Handa  <handa@m17n.org>
24856         * international/ccl.el (define-ccl-program): Fix docstring about
24857         extra 256 bytes assured for the output buffer.
24859         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24860         Fix BUFFER_MAGNIFICATION to 2.
24861         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24863 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
24865         * align.el (align-rules-list): Added an alignment rule for CSS
24866         declarations (applies to css-mode and html-mode buffers).
24868 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24870         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24872 2005-03-07  Kim F. Storm  <storm@cua.dk>
24874         * simple.el (move-beginning-of-line): New command.
24876         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24878         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24880         * emulation/cua-base.el: Put CUA move property on move-end-of-line
24881         and move-beginning-of-line.
24883         * apropos.el (apropos-print): Omit command from M-x ... RET.
24885 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
24887         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24888         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24890 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24892         * bindings.el (esc-map): Bind M-g to goto-line.
24894         * facemenu.el (global-map): Bind M-o, not M-g.
24896 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24898         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24899         "Open Directory" as for "Open File".
24901 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
24903         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24904         (push-mark-command): Run activate-mark-hook.
24906 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24908         * help-mode.el (help-mode-finish): Don't alter the element
24909         in view-return-to-alist if there already is one.
24911         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24912         make sure the current buffer is the expected one.
24914         * novice.el (disabled-command-function): Output in *Disabled Command*.
24915         Explicitly ignore non-keyboard events, and explicitly handle C-g.
24917         * textmodes/flyspell.el (flyspell-large-region):
24918         Pass args differently for aspell.
24920         * files.el (mode-require-final-newline): Doc fix.
24922 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
24924         * progmodes/which-func.el (which-function):
24925         Specify NOERROR when calling imenu--make-index-alist.
24927 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24929         * simple.el (normal-erase-is-backspace): Define default value.
24931         * custom.el (custom-theme-set-variables): Remove unused var
24932         `immediate'.
24933         (custom-reevaluate-setting): Simple function to handle variables
24934         that are defined before their default value can really be
24935         computed.
24937         * startup.el (command-line): Use it for temporary-file-directory,
24938         small-emporary-file-directory, auto-save-file-name-transforms,
24939         blink-cursor-mode, and normal-erase-is-backspace.
24941         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24942         progress, even with buggy anchored keywords.
24944 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
24946         * simple.el (goto-line): Remove unbalanced final parenthesis.
24948 2005-03-05  Richard M. Stallman  <rms@gnu.org>
24950         * simple.el (goto-line): Use a number at point as the default.
24951         With C-u as arg, switch buffers.
24953 2005-03-05  Juri Linkov  <juri@jurta.org>
24955         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24956         with `no-blinking-cursor'.
24958         * startup.el (no-blinking-cursor): New defvar.
24959         (command-line): Add `--no-blinking-cursor' to longopts.
24960         Set `no-blinking-cursor' to t for command line arguments
24961         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
24962         with `no-blinking-cursor' in the condition for calling
24963         `blink-cursor-mode'.
24965 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
24967         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24968         (menu-bar-options-save): Add blink-cursor-mode.
24969         (menu-bar-options-menu): Add blink-cursor-mode.
24971 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
24973         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24974         (icalendar-export-file, icalendar-export-region)
24975         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24976         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24978 2005-03-04  Lute Kamstra  <lute@gnu.org>
24980         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24981         (debug-function-list): Ditto.
24983 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
24985         * textmodes/texinfmt.el (texinfo-append-refill):
24986         Redefine the types of line to which @refill
24987         is not appended by replacing a search for `@refill\\|@bye' with
24988         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
24989         itemize@refill' bug and the unfilled long lines bug.
24990         (texinfmt-version): Update number and date.
24992 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24994         * international/code-pages.el (windows-1250, windows-125[2-8])
24995         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24997 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24999         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25000         bound yet.
25002 2005-03-02  Romain Francoise  <romain@orebokech.com>
25004         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25005         buffer after removing limits.
25006         (ibuffer-pop-filter): Ditto.
25007         Update copyright.
25009 2005-03-02  Miles Bader  <miles@gnu.org>
25011         * button.el (make-text-button): If the user doesn't specify a
25012         type, use the default.  Rewrite to use `add-text-properties' and
25013         plist functions.
25015 2005-03-01  Lute Kamstra  <lute@gnu.org>
25017         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25018         (debugger-jumping-flag): New var.
25019         (debug-entry-code): Use it.
25020         (debugger-jump): Use debugger-jumping-flag and add
25021         debugger-reenable to post-command-hook.
25022         (debugger-reenable): Use debugger-jumping-flag and remove itself
25023         from post-command-hook.
25024         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25025         debugger-reenable.
25027 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
25029         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25030         inclusion of "itemize\\|", which may be unnecessary, is certainly
25031         inelegant, and stops refilling in itemize lists when formatting
25032         Japanese Texinfo files to Info.
25033         Update copyright to 2005.
25035 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
25037         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25038         of an error if GDB can't find the source file.
25040 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
25042         * calendar/calendar.el (redraw-calendar): Work from any buffer,
25043         not just the calendar.
25045         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25046         first.
25047         (diary-redraw-calendar): New function.
25048         (make-diary-entry): Add diary-redraw-calendar to local
25049         write-contents-functions.  Turn off selective display before
25050         inserting in diary.
25052 2005-03-01  Kim F. Storm  <storm@cua.dk>
25054         * emacs-lisp/copyright.el (copyright-fix-years): New command.
25056 2005-03-01  Lute Kamstra  <lute@gnu.org>
25058         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25059         that debug-entry-code can be safely removed from a function while
25060         this code is being evaluated.  Revert the 2005-02-27 change as the
25061         new implementation no longer requires it.  Make sure that a
25062         function body containing just a string is not mistaken for a docstring.
25063         (debug): Skip one more frame in case of debug on entry.
25064         (debugger-setup-buffer): Delete one more frame line in case of
25065         debug on entry.
25066         (debugger-frame-number): Update to use the new text introduced by
25067         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
25069 2005-02-28  Kim F. Storm  <storm@cua.dk>
25071         * double.el (double-translate-key): Call force-window-update after
25072         read-event to avoid crash in redisplay.
25074 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25076         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25077         (debug): Use it.  Move the inhibit-trace earlier.
25078         (debug-entry-code): New const.
25079         (debug-on-entry-1): Use it.
25081 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
25083         * international/utf-16.el (ccl-encode-mule-utf-16le):
25084         Fix BUFFER_MAGNIFICATION to 2.
25085         (ccl-encode-mule-utf-16be): Likewise.
25087 2005-02-28  Kenichi Handa  <handa@m17n.org>
25089         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25090         Fix BUFFER_MAGNIFICATION to 4.
25091         (ccl-encode-mule-utf-16be-with-signature): Likewise.
25093 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
25095         * speedbar.el (speedbar-update-flag): Doc fix.
25096         (speedbar-show-info-under-mouse): Give set-mouse-position the right
25097         argument.
25099 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25101         * reveal.el (reveal-post-command): Don't try to reveal overlays which
25102         have a non-nil `invisible' property but are actually visible.
25104         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25105         for perldoc sections.
25106         (perl-outline-regexp, perl-outline-level): New var and function.
25107         (perl-mode): Use them.
25109 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
25111         * calendar/diary-lib.el (diary-remind): Discard any mark portion
25112         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25114 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
25116         * cus-edit.el: Comment change.
25117         (custom-buffer-create-internal): Slightly reword text at top of
25118         Custom buffers.  Mention there that saving an option edits the
25119         init file.  Add link to Emacs manual node on `custom-file'.
25120         (custom-magic-alist): Rewrite individual State messages to use
25121         capitalized keywords.  Doc fix.
25123 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
25125         * calendar/calendar.el (calendar-buffer): Move above
25126         calendar-week-start-day.
25127         (calendar-week-start-day): Doc fix.  Add :set function.
25128         (calendar-minimum-window-height): New variable.
25129         (generate-calendar-window): Only resize window if selected-window
25130         is displaying the calendar buffer.  Use new variable
25131         calendar-minimum-window-height.
25132         (generate-calendar): Reword error message.
25133         (calendar-mode-map): Bind DEL to scroll-other-window-down.
25135 2005-02-27  Andreas Schwab  <schwab@suse.de>
25137         * vc.el (vc-do-command): Don't run command asynchronously when
25138         operating in a remote directory.
25140         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25141         change from sync with Tramp 2.0.47.
25143 2005-02-27  Richard M. Stallman  <rms@gnu.org>
25145         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25147         * textmodes/flyspell.el (flyspell-mode-on):
25148         Call ispell-change-dictionary only if necessary.
25150         * emacs-lisp/re-builder.el (regexp-builder): New function.
25152         * register.el (describe-register-1): Explicitly handle
25153         yank-excluded-properties = t.
25155         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25156         (custom-magic-alist): Change the status descriptions again.
25157         (face widget-type): Total rewrite based on `restricted-sexp'
25158         to eliminate the confusing double hiding levels.
25160         * emacs-lisp/debug.el (debug-on-entry-1):
25161         If function body is empty, add nil as body form.
25163 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25165         * emacs-lisp/trace.el (inhibit-trace): New var.
25166         (trace-make-advice): Use it.
25168         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25170 2005-02-26  Kim F. Storm  <storm@cua.dk>
25172         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25173         (mouse-on-link-p, mouse-drag-region-1): Use it.
25175 2005-02-25  Lute Kamstra  <lute@gnu.org>
25177         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25179 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
25181         * frame.el (blink-cursor-mode): Add :group keyword.
25183 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
25185         * calendar/icalendar.el (icalendar--decode-isodatetime):
25186         New optional argument DAY-SHIFT.
25187         (icalendar-export-region): Fix coding-system-for-write.
25188         (icalendar--convert-ical-to-diary): Shift end-day of all-day
25189         events by one.
25191 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25193         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25195 2005-02-24  Kim F. Storm  <storm@cua.dk>
25197         * international/iso-acc.el (iso-accents-compose): Fix crash
25198         during redisplay.  Call force-window-update after read-event
25199         and delete-region to signal that window is not accurate.
25201 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25203         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25204         Remove unused and inexistent var `inhibit-trace'.
25205         (debugger-mode): Use run-mode-hooks.
25206         (debugger-list-functions): Add buttons; setup xref stack.
25208 2005-02-23  Richard M. Stallman  <rms@gnu.org>
25210         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25211         appointment says it was explicitly made.
25212         (appt-add): Set the 3rd element.
25213         (appt-make-list): Preserve explicit appointments.
25215         * subr.el (find-tag-default): Catch errors in forward-sexp.
25217 2005-02-23  Juri Linkov  <juri@jurta.org>
25219         * info.el (Info-isearch-search): New defcustom.
25220         (Info-isearch-search): Call the default isearch function
25221         when Info-isearch-search is nil.
25222         (Info-isearch-wrap): Use variable Info-isearch-search.
25224 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
25226         * cus-edit.el: Comment change.
25228 2005-02-22  Kim F. Storm  <storm@cua.dk>
25230         * progmodes/hideif.el (hide-ifdef-use-define-alist):
25231         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
25233 2005-02-22  Simon Josefsson  <jas@extundo.com>
25235         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25236         New variable.
25237         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
25238         Oskarsson" <myrkraverk@users.sourceforget.net>.
25240 2005-02-22  Kim F. Storm  <storm@cua.dk>
25242         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25243         check that window of that event is the selected window.
25244         (mouse-drag-region-1): Compare mouse event window to selected
25245         window before setting point.
25247         * tooltip.el (tooltip-show-help-function): Pass event to
25248         mouse-on-link-p so it can check selected window.
25250 2005-02-22  Kenichi Handa  <handa@m17n.org>
25252         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25253         (ps-mule-show-warning): New function.
25254         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25255         characters are found.
25257         * ps-print.el (ps-header-footer-string): Return a list of header
25258         and footer strings.
25260 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
25262         * pcvs.el (cvs-retrieve-revision): Fix thinko.
25264 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25266         * frame.el (blink-cursor-mode): Use define-minor-mode.
25268         * term/mac-win.el (function-key-map): Use char-names more consistently.
25269         (file-name-coding-system): Only set it for MacOS-9.  The other case is
25270         already handled in mule-cmds.el (where it also works when mac-win.el
25271         is not used).
25273 2005-02-21  Kenichi Handa  <handa@m17n.org>
25275         * international/mule.el (ctext-pre-write-conversion): Always use
25276         " *code-converting-work*" buffer for work.
25278         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25280 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
25282         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25284 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
25286         * ses.el (undo-more): Restore defadvice, but only the part that
25287         allows changes outside the restricted area of the buffer.
25289 2005-02-20  Kim F. Storm  <storm@cua.dk>
25291         * simple.el (line-move): Add fourth optional arg try-vscroll which
25292         must be set to perform auto-window-vscroll.
25293         When moving backwards and doing auto-window-vscroll, automatically
25294         vscroll to the last part of lines which are taller than the window.
25295         (next-line, previous-line): Set try-vscroll arg on line-move.
25297 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
25299         * replace.el (query-replace, query-replace-regexp)
25300         (replace-string, replace-regexp): When operating on region, make
25301         the minibuffer prompt say so.
25303         * isearch.el (isearch-forward): Document isearch-query-replace and
25304         isearch-query-replace-regexp keybindings.
25306 2005-02-19  Jay Belanger  <belanger@truman.edu>
25308         * calc/calc-aent.el (math-read-token): Add local variable.
25310         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25311         (calc-edit-top): Move declaration to earlier in file.
25312         (calc-edit-macro-repeats): Add local variables.
25314         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25315         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25316         calcFunc-tanh.
25317         Adjust integration rule for calcFunc-tan.
25319 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25321         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25322         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25323         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25324         (viper-skip-separators): Bug fix.
25325         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25326         particular major mode.
25327         (viper-del-backward-char-in-replace): Don't put deleted char on the
25328         kill ring.
25330         * viper-ex.el (viper-color-display-p): New function.
25331         (viper-has-face-support-p): Use viper-color-display-p.
25333         * viper-keym.el (viper-gnus-modifier-map): New keymap.
25335         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25337         * viper-util.el (viper-glob-unix-files): Fix shell status check.
25338         (viper-file-remote-p): Make equivalent to file-remote-p.
25340         * viper.el (viper-major-mode-modifier-list):
25341         Use viper-gnus-modifier-map.
25343 2005-02-19  David Kastrup  <dak@gnu.org>
25345         * subr.el (subregexp-context-p): Fix garbled doc string by adding
25346         quoting.
25348 2005-02-19  Jay Belanger  <belanger@truman.edu>
25350         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25351         Remove extra definitions.
25352         (calc-coth): New function.
25353         (calcFunc-cot): Fix `let'.
25355 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
25357         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25358         the reasons we use "type pc" in these faces.
25360         * button.el (button): Ditto.
25362 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
25364         * replace.el (query-replace-read-from): Set the value of
25365         query-replace-from-history-variable to handle the case of an empty
25366         string entered to accept the suggested default.
25368         * net/tramp.el (tramp-file-name-for-operation):
25369         Use dired-call-process instead of dired-call-process-command.
25371 2005-02-19  Jay Belanger  <belanger@truman.edu>
25373         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25374         (math-div-non-trig): New variables.
25375         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25376         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25377         (math-combine-prod, math-div-symb-fancy): Add simplifications for
25378         trig expressions.
25380 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
25382         * progmodes/gdb-ui.el (gdb-var-update-handler)
25383         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25384         for watch expressions,
25385         (gdb-var-create-handler): Don't set speedbar-update-flag.
25386         (gdb-post-prompt): Simplify test for speedbar.
25388 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25390         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25391         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25392         we use the syntax table of the correct buffer.
25393         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25394         Felix Gatzemeier.
25396         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25397         (ediff-file-remote-p): Make synonymous with file-remote-p.
25398         In all deffaces ediff-*-face-*, use min-colors.
25400         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25401         ediff-recurse-to-subdirectories.
25402         (ediff-mark-if-equal): Check that the arguments are strings, use
25403         ediff-same-contents (after to Felix Gatzemeier).
25405         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25406         nil.
25408 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25410         * log-view.el (log-view-message-re): Fix up Subversion regexp.
25412 2005-02-18  David Kastrup  <dak@gnu.org>
25414         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25415         use `mark-active' when defined.
25417 2005-02-18  Kenichi Handa  <handa@m17n.org>
25419         * ps-print.el (ps-font-info-database): New entry
25420         ZapfChancery-MediumItalic with correct font name.  Fix font name
25421         of the entry Zapf-Chancery-MediumItalic.
25423 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
25425         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25427 2005-02-16  Kim F. Storm  <storm@cua.dk>
25429         * ido.el (ido-fallback-command): Pass user input to fallback command.
25431 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
25433         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25434         (gdb-find-file-hook): Add server prefix.
25436 2005-02-16  Richard M. Stallman  <rms@gnu.org>
25438         * replace.el (perform-replace): Pass new args to replace-highlight.
25439         (replace-highlight): Take region args,
25440         and pass them to isearch-lazy-highlight-new-loop.
25442         * novice.el (disabled-command-hook): Autoload the defalias
25443         and the make-obsolete-variable call.
25445         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25447         * isearch.el (isearch-lazy-highlight-start-limit)
25448         (isearch-lazy-highlight-end-limit): New variables limit
25449         the region for highlighting.
25450         (isearch-lazy-highlight-new-loop): New args BEG and END.
25451         (isearch-lazy-highlight-search): Use the new vars.
25452         (isearch-lazy-highlight-update): Likewise.
25454         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25456         * cus-start.el (all): Use default-boundp.
25458 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
25460         * menu-bar.el (menu-bar-select-frame): Handle current frame.
25462 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
25464         * autorevert.el (auto-revert-stop-on-user-input)
25465         (auto-revert-verbose): Doc fixes.
25467 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
25469         * international/mule-cmds.el (set-locale-environment): Remove call
25470         to set-selection-coding-system on Windows.
25472 2005-02-15  Jay Belanger  <belanger@truman.edu>
25474         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25475         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25476         calcFunc-coth.
25477         (math-simplify-sqrt): Add simplifications.
25479         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25480         to list.
25482         * calc/calc-ext.el: Add functions to autoloads.
25484         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25485         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25486         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25487         (math-csc-raw, math-cot-raw): New functions.
25489         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25491         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25492         the variable name in a message.
25494         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25495         calcFunc-csc, calcFunc-cot.
25497         * calc/calcalg2.el: Add derivative and integration rules for
25498         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25499         calcFunc-csch, calcFunc-coth.
25500         (math-do-integral-methods): Add to checks for when to use
25501         substitutions.
25503         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25505 2005-02-15  Lute Kamstra  <lute@gnu.org>
25507         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25508         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
25509         <monnier@iro.umontreal.ca>
25510         (lisp-outline-level): Improve efficiency.  Suggested by David
25511         Kastrup <dak@gnu.org>.
25513 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
25515         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25516         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25517         (gdb-set-gud-minor-mode-existing-buffers): New functions.
25518         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
25519         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25521 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
25523         * cus-start.el (all): Comment change.
25525 2005-02-14  Lute Kamstra  <lute@gnu.org>
25527         * cus-start.el (all): Check if symbol is void.
25529 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
25531         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25532         optional argument to \cite.
25534 2005-02-14  Richard M. Stallman  <rms@gnu.org>
25536         * cus-edit.el (custom-buffer-create-internal): Update help message.
25537         (custom-magic-alist): Update help messages.
25539         * cus-start.el (all): Allow a var to specify a standard value.
25541 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
25543         * custom.el (custom-theme-set-variables): Handle variable aliases.
25545         * frame.el (blink-cursor-timer): Doc fix.
25546         (blink-cursor): Make it an alias for `blink-cursor-mode' and
25547         declare obsolete.
25548         (blink-cursor-mode): Define with defcustom and use correct
25549         standard expression in that defcustom.
25550         * startup.el (command-line): Adapt to above changes in frame.el.
25552 2005-02-11  Lute Kamstra  <lute@gnu.org>
25554         * apropos.el (apropos-score-doc): Prevent division by zero.
25556 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
25558         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25559         (icalendar--get-event-property-attributes)
25560         (icalendar--get-event-properties)
25561         (icalendar--datetime-to-diary-date): New functions.
25562         (icalendar--split-value): Doc fix.
25563         (icalendar--datetime-to-noneuropean-date)
25564         (icalendar--datetime-to-european-date): New optional argument
25565         SEPARATOR.  Return result as a string instead of a list.
25566         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25567         (icalendar--convert-string-for-export): Rename arg S to STRING.
25568         (icalendar-export-region): Doc fix.  Change name of error buffer.
25569         Save output buffer.
25570         (icalendar-import-file): Add blank at end of prompt.
25571         (icalendar-import-buffer): Doc fix.  Do not switch to error
25572         buffer.  Indicate status in return value.
25573         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
25574         buffer.  Save output buffer.  Handle exception from recurrence
25575         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
25576         events.  Fix problems with weekly all-day events.
25578 2005-02-10  Richard M. Stallman  <rms@gnu.org>
25580         * simple.el (eval-expression-print-format):
25581         Avoid warning about edebug-active.
25583         * help.el (help-for-help-internal): Rename from help-for-help.
25584         (help-for-help): Define with defalias.
25586         * font-core.el (font-lock-default-function): Use with-no-warnings.
25588         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25590         * custom.el (defface): Doc fix.
25592 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
25594         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25595         width 0" to prevent word wrapping problems.
25597 2005-02-09  Kim F. Storm  <storm@cua.dk>
25599         * ido.el (ido-file-extensions-order): New defcustom.
25600         (ido-file-extension-lessp, ido-file-extension-aux)
25601         (ido-file-extension-order): New advanced file ordering.
25602         (ido-file-lessp): New simple file ordering.
25603         (ido-sort-list): Remove.
25604         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25605         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25607 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
25609         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25610         that some versions of grep produce.
25611         (grep-mode-font-lock-keywords): Likewise.
25613 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
25615         * progmodes/gdb-ui.el (gdb-location-list): New variable.
25616         (gdb-cdir): Delete.
25617         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25618         (gdb-source-info): Treat case when source file is in another
25619         directory properly.
25620         (gdb-get-location): New function.
25622 2005-02-07  Jay Belanger  <belanger@truman.edu>
25624         * calc/calc-prog.el (calc-write-parse-table-part)
25625         (calc-fix-token-name): Fix a check for language type.
25627         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25629 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
25631         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25632         as directory not writable.
25634 2005-02-07  Kim F. Storm  <storm@cua.dk>
25636         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25637         (cua--standard-movement-commands): Remove list.
25638         Instead, set CUA property value to move for movement commands.
25639         (cua-movement-commands): Remove.  Users must set CUA prop instead.
25640         (cua--pre-command-handler): Check CUA property.
25641         (cua--init-keymaps): Don't remap undo commands.
25642         (cua-mode): Don't call cua--rectangle-on-off.
25644         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25645         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25646         (cua--rect-undo-set-point): New var.
25647         (cua--rectangle-undo-boundary): Setup undo apply entry.
25648         (cua--rect-undo-handler): New function for rectangle undo.
25649         (cua--rect-start-position, cua--rect-end-position): Add.
25650         (cua--rectangle-post-command): Call cua--rectangle-set-corners
25651         for restored rectangle.  Set point if cua--rect-undo-set-point.
25653 2005-02-06  Jay Belanger  <belanger@truman.edu>
25655         * calc/calc-lang.el (calc-tex-language): Display more information
25656         in messages.
25658         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25659         in TeX mode.
25661 2005-02-06  Richard M. Stallman  <rms@gnu.org>
25663         * emacs-lisp/lisp.el (buffer-end): Doc fix.
25665 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
25667         * net/ldap.el (ldap-search-internal): Support attributes with
25668         optional descriptions separated by a semi-colon, as in
25669         "userCertificate;binary".
25671 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25673         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25674         isn't a cons (i.e. the version is 0).
25676 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
25678         * help.el (help-for-help): Doc fix.
25680 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
25682         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
25683         GDB-Windows on the menu-bar as this works better.
25685 2005-02-04  Jay Belanger  <belanger@truman.edu>
25687         * calc/calc-embed.el (calc-embedded-update): Don't put in
25688         unnecessary newlines.  Adjust the end of formula marker.
25690         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25691         (math-latex-parse-two-args): New function.
25693 2005-02-03  Lute Kamstra  <lute@gnu.org>
25695         * help-fns.el (help-with-tutorial): Make sure that users cannot
25696         remove the entire text of the tutorial by means of `undo'.
25698 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25700         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25701         in recent changes, where the ispell process was repeatedly
25702         killed & restarted.
25704         * international/mule-cmds.el (set-locale-environment): Set file-name
25705         coding system to utf-8 on Darwin systems.
25706         (set-default-coding-systems): Don't set default-file-name-coding-system
25707         on Darwin systems.
25709 2005-02-03  Richard M. Stallman  <rms@gnu.org>
25711         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25713 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
25715         * faces.el (list-faces-display): Add optional argument.
25717 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25719         * font-core.el (font-lock-default-function): Handle the rare case where
25720         only font-lock-keywords is set.
25722 2005-02-02  Kenichi Handa  <handa@m17n.org>
25724         * international/characters.el: Cancel previous change for
25725         I-WITH-DOT-ABOVE and DOTLESS-i.
25727         * international/latin-5.el: Cancel previous change.
25729 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25731         * progmodes/gud.el: Correction to syntax in gud-menu-map.
25733 2005-02-02  Kenichi Handa  <handa@m17n.org>
25735         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25736         DOTLESS-i.
25738         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25739         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25741         * case-table.el (get-upcase-table): New function.
25742         (copy-case-table): Copy upcaes table too if non-nil.
25743         (set-case-syntax-delims): Maintain upcase table too.
25744         (set-case-syntax-pair): Likewise.
25745         (set-upcase-syntax, set-downcase-syntax): New functions.
25746         (set-case-syntax): Maintain upcase table too.
25748 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25750         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25752         * progmodes/gud.el (gud-goto-info): New function.
25753         (gud-tool-bar-map): Use correct icon.
25755 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25757         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25758         When delegating, order args in the funcall correctly.
25760 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25762         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25764 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
25766         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25767         buffer not visiting a file.
25769 2005-01-31  Jay Belanger  <belanger@truman.edu>
25771         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25772         bound on the line with the formula.
25774 2005-01-31  Kim F. Storm  <storm@cua.dk>
25776         * ses.el (ses-create-cell-variable-range)
25777         (ses-destroy-cell-variable-range, ses-reset-header-string)
25778         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25779         (ses-insert-row): Fix format of apply undo entries.
25781 2005-01-31  Jay Belanger  <belanger@truman.edu>
25783         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25784         parts.
25786         * calc/calc-embed.el (calc-embedded-open-formula)
25787         (calc-embedded-close-formula): Ignore matrix environments.
25789         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25790         TeX mode.
25792         * calc/calc-lang.el (math-function-table, math-oper-table)
25793         (math-variable-table): Adjust the LaTeX portions.
25795         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25796         (math-latex-ignore-words): New constant.
25798 2005-01-31  Richard M. Stallman  <rms@gnu.org>
25800         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25801         (ispell-local-dictionary): Doc fix.
25802         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25803         Don't reinitialize at run time.  Don't defcustom.
25804         All uses changed to append ispell-local-dictionary-alist,
25805         or check it first.
25806         (ispell-current-dictionary): New variable for dictionary in use.
25807         (ispell-dictionary): Now used only for global default.
25808         (ispell-start-process): Set ispell-current-dictionary,
25809         not ispell-dictionary.
25810         (ispell-change-dictionary): Use this only for setting
25811         user preferences.
25812         (ispell-internal-change-dictionary): New function
25813         to change the current dictionary in use.
25814         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25815         Use ispell-current-dictionary.
25816         Handle ispell-local-dictionary-overridden.
25817         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25819 2005-01-31  Jay Belanger  <belanger@truman.edu>
25821         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25823         * calc/calc-ext.el: Add calc-latex-language to autoloads.
25824         (calc-mode-map): Add calc-latex-language.
25826         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25827         (math-latex-print-frac): New functions.
25828         (math-oper-table, math-function-table, math-variable-table)
25829         (math-complex-format, math-input-filter): Add latex properties.
25830         (calc-set-language): Set math-expr-special-function-mapping.
25832         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25833         (calc-write-parse-table-part): Add LaTeX support.
25835         * calc/calc.el (calc-language): Adjust docstring.
25836         (calc-set-mode-line): Add LaTeX support.
25837         (math-expr-special-function-mapping): New variable.
25838         (math-tex-ignore-words): Add to list.
25840         * calc/calccomp.el (math-compose-expr, math-compose-rows):
25841         Add LaTeX support.
25842         (math-compose-expr): Add support for special functions.
25844         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25846 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
25848         * progmodes/gdb-ui.el (gdb-memory-address)
25849         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25850         (gdb-memory-mode-map, gdb-memory-format-keymap)
25851         (gdb-memory-format-menu, gdb-memory-unit-keymap)
25852         (gdb-memory-unit-menu): New variables for a buffer
25853         that lets the user examine program memory.
25854         (gdb-memory-set-address, gdb-memory-set-repeat-count)
25855         (gdb-memory-format-binary, gdb-memory-format-octal)
25856         (gdb-memory-format-unsigned, gdb-memory-format-signed)
25857         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25858         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25859         (gdb-memory-unit-word, gdb-memory-unit-halfword)
25860         (gdb-memory-unit-byte, gdb-memory-unit-menu)
25861         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25862         (gdb-memory-mode, gdb-memory-buffer-name)
25863         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25864         New functions for above buffer.
25866 2005-01-30  Richard M. Stallman  <rms@gnu.org>
25868         * cus-edit.el (custom-bury-buffer): Function deleted.
25869         (custom-buffer-done-function): Option deleted.
25870         (custom-buffer-done-kill): New replacement option.
25871         (Custom-buffer-done): Call quit-window.
25872         (custom-buffer-create-internal): Update for above changes.
25874 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
25876         * simple.el (undo-ask-before-discard): New var.
25877         (undo-outer-limit-truncate): Implement it.
25878         (undo-extra-outer-limit): Doc update.
25880 2005-01-29  Richard M. Stallman  <rms@gnu.org>
25882         * ses.el (undo-more): Delete defadvice.
25883         (ses-begin-change): Doc fix.
25885         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25886         instead of rebinding C-x u and C-_.
25888         * files.el (normal-backup-enable-predicate): Return nil for files
25889         in /tmp, regardless of temporary-file-directory.
25891         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25893         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25894         (open-rectangle, delete-whitespace-rectangle-line)
25895         (clear-rectangle-line): If FILL, pass t instead of FILL
25896         for move-to-column's 2nd arg.
25898         * simple.el (undo): Fix the test for continuing a series of undos.
25899         (undo-more): Set pending-undo-list to t when we reach end.
25900         (pending-undo-list): Move up defvar.
25902         * wid-edit.el (widget-button-click):
25903         Shorten the range of the track-mouse binding.
25905         * comint.el (comint-insert-input): Undo previous changes;
25906         use last-input-event in interactive spec.
25908 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
25910         * progmodes/compile.el (compilation-start): Bind buffer-read-only
25911         to nil before invoking call-process.  Reset buffer's modified flag
25912         after fontifying it in the no-async branch.
25914         * wid-edit.el (widget-specify-button): If mouse pointer shape
25915         cannot be changed, use mouse face instead.
25917 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
25919         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25920         (gdb-goto-breakpoint): Make breakpoint handling work on template
25921         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
25922         (gdb-assembler-custom): Update to recognize breakpoint information
25923         added on 2005-01-19.
25925 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25927         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25928         (dsssl-mode): Use define-derived-mode.
25929         (scheme-mode-initialize): Remove.
25930         (scheme-mode): Use run-mode-hooks.
25932         * cus-edit.el (customize-group-other-window)
25933         (custom-buffer-create-other-window): Don't override special-display-*.
25934         (custom-mode-map): Make it dense.
25936         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25937         sets the default value.
25939 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
25941         * descr-text.el: Add more keywords.
25943 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25945         * speedbar.el: Avoid unnecessary use of locate-library.
25947         * international/mule-cmds.el (standard-display-european-internal):
25948         Don't fiddle with latin-1 non-break space any more since it's now
25949         special cased in the C code.
25950         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25952 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
25954         * cus-start.el (all): Add `undo-outer-limit'.
25956 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25958         * textmodes/bibtex.el (bibtex-format-entry):
25959         Use `bibtex-empty-field-re' only on the text of fields, not on entire
25960         field lines.
25961         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25962         not on part of a buffer.
25964 2005-01-25  Lute Kamstra  <lute@gnu.org>
25966         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25967         nonempty field text strings like "{letters\\macro{}more letters}".
25968         Clarify docstring.
25969         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25970         (bibtex-entry-offset, bibtex-parse-association)
25971         (bibtex-parse-field-name): Fix typos in docstrings.
25972         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25974 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
25976         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25977         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25978         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25979         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25981         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25982         isearch minor mode.
25984 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
25986         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25988 2005-01-24  Lute Kamstra  <lute@gnu.org>
25990         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25991         CASECHARS and NOT-CASECHARS regular expressions of the
25992         "nederlands" and "nederlands8" dictionaries to prevent a "Range
25993         striding over charsets" error.
25995 2005-01-24  Jay Belanger  <belanger@truman.edu>
25997         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25998         display variable name.
26000 2005-01-24  Kenichi Handa  <handa@m17n.org>
26002         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26003         Fix setting of the element of encoded-kbd-iso2022-invocations.
26005 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
26007         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26008         (gdb-threads-select): Change to also accept mouse events.
26009         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26010         (gdb-threads-mouse-select): Delete.
26012 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
26014         * files.el (insert-directory): Take care of empty directory,
26015         listed without -a switch.
26017 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26019         * textmodes/refill.el (refill-post-command-function):
26020         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26021         to the list of functions that we should be careful not to undo.
26022         (refill-late-fill-paragraph-function): Remove.
26023         (refill-saved-state): New var.
26024         (refill-mode): Use it to save fill-paragraph-function.
26025         Save also the value of auto-fill-function.
26027         * term/w32-win.el: Simplify code.
26029 2005-01-23  Kim F. Storm  <storm@cua.dk>
26031         * simple.el (line-move): Adapt to new return value from
26032         pos-visible-in-window-p.
26034         * simple.el (line-move): Fix last change.  Check partial
26035         visibility at point rather than at window-start.
26037 2005-01-22  Jason Rumney  <jasonr@gnu.org>
26039         * term/w32-win.el (xw-defined-colors): Remove debug-message.
26041 2005-01-22  David Kastrup  <dak@gnu.org>
26043         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26045 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
26047         * type-break.el (type-break-mode): Add a test for
26048         type-break-file-name being non-nil.
26050 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
26052         * net/eudc.el (top level): Call (message "") via progn, so that
26053         eudc-options-file is loaded.
26055 2005-01-22  Kim F. Storm  <storm@cua.dk>
26057         * simple.el (line-move-1): Rename from line-move.
26058         (line-move): New function that adjusts vscroll for partially
26059         visible rows, and calls line-move-1 otherwise.
26061 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
26063         * pcomplete.el: Define pcomplete-read-event instead of read-event,
26064         since it's not a complete read-event implementation
26066 2005-01-20  Jay Belanger  <belanger@truman.edu>
26068         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26069         for called function.
26071 2005-01-20  Steven Tamm  <steventamm@mac.com>
26073         * term/mac-win.el (process-connection-type): Remove.
26074         Controlled now by s/darwin.h:PTY_ITERATION.
26076 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26078         * window.el (handle-select-window): Don't switch window when we're
26079         in the minibuffer.
26081 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
26083         * subr.el (dotimes-with-progress-reporter): New macro.
26085         * ses.el (ses-dotimes-msg): Remove macro.
26086         Use `dotimes-with-progress-reporter' instead.
26088 2005-01-19  Steven Tamm  <steventamm@mac.com>
26090         * term/mac-win.el (process-connection-type): Use new
26091         operating-system-release variable to use ptys on Darwin 7 (OS X
26092         10.3) when using carbon build.
26094 2005-01-19  Jay Belanger  <belanger@truman.edu>
26096         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26097         flags if the last command was a tab or M-tab.
26099         * calc/calc-prog.el (calc-user-define-edit): Put original formula
26100         in formula editing buffer.
26102 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26104         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26105         breakpoint image symbol in margin.
26107 2005-01-19  Jay Belanger  <belanger@truman.edu>
26109         * calc/calc-prog.el (calc-execute-kbd-macro):
26110         Ignore calc-keep-arg-flag.
26112 2005-01-19  Kenichi Handa  <handa@m17n.org>
26114         * textmodes/ispell.el (ispell-looking-at): New function.
26115         (ispell-process-line): Use ispell-looking-at to compare the ispell
26116         output and the buffer contents.
26118 2005-01-18  Jay Belanger  <belanger@truman.edu>
26120         * calc/calc.el (calc-display-raw): Fix docstring.
26122 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26124         * simple.el (blink-matching-open): Strip extra info from syntax.
26126         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26127         funny chars in the end-of-here-doc marker.
26129 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26131         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26132         that enable/disabled state of breakpoints is shown correctly in
26133         fringe and on ttys.
26134         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26135         Add breakpoint information as text properties.
26136         (gdb-mouse-toggle-breakpoint):
26137         Rename to gdb-mouse-set-clear-breakpoint.
26138         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
26139         breakpoints in the margin.
26140         (gdb-remove-strings): Simplify.
26142 2005-01-17  Jay Belanger  <belanger@truman.edu>
26144         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26145         erasing buffer.
26147 2005-01-17  Richard M. Stallman  <rms@gnu.org>
26149         * progmodes/grep.el (grep-find): Copy from `grep' the condition
26150         for calling grep-compute-defaults.
26152         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26153         if buffer is empty.
26155         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26157 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26159         * hilit-chg.el (highlight-changes-mode): Don't autoload.
26161         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26162         non-preloaded variables.
26164 2005-01-17  Steven Tamm  <steventamm@mac.com>
26166         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26167         tex-shell cause to force interactivity when using pipes.
26169 2005-01-17  Kim F. Storm  <storm@cua.dk>
26171         * simple.el (just-one-space): Make arg optional.
26173 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
26175         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26176         posn-at-x-y to t to access left-margin.
26178 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
26180         Sync with Tramp 2.0.47.
26182         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26183         catching keep-date problems in cp/scp operations.
26184         (tramp-handle-copy-file): Don't call `set-file-modes'
26185         unconditionally.  Specialized functions should know better what is
26186         necessary.  This improves performance a little bit, and the
26187         functions could catch errors with `cp -p' and `scp -p'.
26188         (tramp-do-copy-or-rename-file-via-buffer)
26189         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26190         when appropriate.
26191         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26192         Call `set-file-modes' when appropriate.
26193         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
26194         Johnsson <isak@hypergene.com>
26195         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26196         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
26197         <joakim@verona.se>
26198         (tramp-file-name-for-operation): Mark `shell-command' as magic for
26199         Emacs only.
26201         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
26202         `find-file-hooks' and `dired-mode-hook'.
26203         (tramp-minor-mode-map): Respective map.  Add remapping for
26204         `compile' and `recompile'.
26205         (tramp-remap-command, tramp-recompile): New defuns.
26206         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26207         in buffer "*Compilation*".  Call the commands asynchronously.
26209         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26210         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26211         `shell-command', because it isn't magic in XEmacs.  Reported by
26212         Adrian Aichner <adrian@xemacs.org>.
26214         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26215         `substitute-in-file-name.
26216         (tramp-smb-handle-substitute-in-file-name): New defun.
26217         (tramp-smb-advice-PC-do-completion): Delete advice.
26219 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
26221         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26222         Fix error in deleting region.
26224 2005-01-15  Richard M. Stallman  <rms@gnu.org>
26226         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26227         In non-temp buffer, switch syntax table temporarily.
26229         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26231         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26233         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26235         * imenu.el (imenu--split-menu): Copy menulist before sorting.
26236         (imenu--generic-function): Use START, not BEG, as pos of definition.
26238         * simple.el (just-one-space): Argument specifies number of spaces.
26240         * simple.el (eval-expression-print-format): Avoid warning
26241         about edebug-active.
26243 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
26245         * progmodes/sh-script.el: Code copied from make-mode.el
26246         with small changes,
26247         (sh-mode-map): Bind C-c C-\.
26248         (sh-backslash-column, sh-backslash-align): New variables.
26249         (sh-backslash-region, sh-append-backslash): New functions.
26251 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26253         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26254         (rmail-pop-password, rmail-pop-password-required): Move to
26255         rmail-obsolete group.
26256         (rmail-set-pop-password): Rename to rmail-set-remote-password.
26257         All callers updated.
26258         (rmail-get-pop-password): Rename to rmail-get-remote-password.
26259         Take an argument specifying whether it is POP or IMAP mailbox we
26260         are using.  All callers updated.
26261         (rmail-pop-password-error): Rename to
26262         rmail-remote-password-error.  Added mailutils-specific error message.
26263         (rmail-movemail-search-path)
26264         (rmail-movemail-variant-in-use): New variables.
26265         (rmail-remote-password, rmail-remote-password-required):
26266         New customization variables.
26267         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26268         (rmail-parse-url): New function.
26269         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26270         with GNU mailutils movemail.
26272 2005-01-15  Kevin Ryde  <user42@zip.com.au>
26274         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26275         suffix to space, $ or '$, to correctly position point when going
26276         to @table style constants like DBL_MAX.
26278 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
26280         * type-break.el (type-break-mode, type-break-file-time)
26281         (type-break-file-keystroke-count, type-break-choose-file):
26282         Don't store data in or load data from the file if type-break-file-name
26283         is nil.
26284         (type-break-file-name): Doc update as per the above.
26286 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
26288         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26289         lookup-key might return nil; handle that.
26291 2005-01-15  Alan Mackenzie  <acm@muc.de>
26293         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26294         rather than the element found, thus enabling the tree to be setcar'd.
26296 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26298         * textmodes/org.el (org-show-following-heading): New option.
26299         (org-show-hierarchy-above): Use `org-show-following-heading'.
26300         (org-cycle): Documentation fix.
26302         * textmodes/org.el (orgtbl-optimized): New option
26303         (orgtbl-mode): New command, a minor mode.
26304         (orgtbl-mode-map): New variable.
26305         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26306         (orgtbl-error, orgtbl-self-insert-command)
26307         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26309         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26310         a local variable in each org-mode buffer.
26312         * textmodes/org.el (org-set-regexps-and-options): Rename from
26313         `org-set-regexps'.  Added checking for STARTUP keyword.
26314         (org-get-current-options): Add STARTUP options.
26315         (org-table-insert-row): Make mode intelligent about when
26316         realignment is needed.
26317         (org-self-insert-command, org-delete-backward-char, org-delete-char):
26318         New commands.
26319         (org-enable-table-editor): New default value `optimized'.
26320         (org-table-blank-field): Support blanking regions if active.
26322 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26324         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26325         if the year is not given.
26327         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26328         Add new escapes %m and %M, fixed bug with %F by adding
26329         save-match-data.
26330         (reftex-reference): Remove ?. from list of spaces.
26331         (reftex-label-info): Add automatic label prefix recognition.
26333         * textmodes/reftex-index.el (reftex-index-next-phrase):
26334         Add slave parameter to call of `reftex-index-this-phrase'.
26335         (reftex-index-this-phrase): New optional argument.
26336         (reftex-index-region-phrases): Add slave parameter to call of
26337         `reftex-index-this-phrase'.
26338         (reftex-display-index): New argument redo.
26339         (reftex-index-rescan): Add `redo' to arguments of
26340         `reftex-display-index'.
26341         (reftex-index-Rescan, reftex-index-revert)
26342         (reftex-index-switch-index-tag): Add `redo' to arguments of
26343         `reftex-display-index'.
26344         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26345         indexing.  Fix bug with matching is there is a quote before or
26346         after the word.
26348         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26349         Fix bug when collecting citation keys in lines with comments.
26350         (reftex-citation): Prefix argument no longer rescans the document,
26351         but forces prompting for optional arguments of cite macros.
26352         (reftex-do-citation): Prompting for optional arguments implemented.
26354         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26355         Add optional arguments to most cite commands.
26356         (reftex-cite-cleanup-optional-args): New option
26357         (reftex-cite-prompt-optional-args): New option.
26358         (reftex-trust-label-prefix): New option.
26360         * textmodes/reftex-toc.el (reftex-toc-find-section):
26361         Add push-mark before changing the position in the buffer.
26363         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26364         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26366 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
26368         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26369         more carefully.
26371 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26373         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26374         (sgml-mode): Use it.
26375         (sgml-get-context): Better keep track of implicitly closed tags.
26377 2005-01-13  Kenichi Handa  <handa@m17n.org>
26379         * textmodes/ispell.el: These changes are to fix misalignment error
26380         caused by equivalent characters of different Emacs charsets.
26381         (ispell-unified-chars-table): New variable.
26382         (ispell-get-decoded-string): New function.
26383         (ispell-get-casechars, ispell-get-not-casechars)
26384         (ispell-get-otherchars): Call ispell-get-decoded-string.
26386 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26388         * custom.el (custom-declare-variable): Just put symbol instead
26389         of (defvar . symbol) in `current-load-list'.
26391 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
26393         * emacs-lisp/elint.el: Fixed typo in Commentary section.
26395 2005-01-12  Jay Belanger  <belanger@truman.edu>
26397         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26398         to create a Calc summary.
26400 2005-01-12  Kim F. Storm  <storm@cua.dk>
26402         * mouse.el (mouse-on-link-p): Change functionality and doc
26403         string to comply with latest description in lisp ref.
26405 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
26407         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26408         Enable mouse clicks on mode-line, header-line and margin.
26409         (event-type): Give mouse event symbols an `event-kind' property
26410         with value `mouse-click'.
26412 2005-01-12  Juri Linkov  <juri@jurta.org>
26414         * facemenu.el (list-colors-display): Add new arg buffer-name.
26415         Use it.  Fix docstring.  Replace code for identifying duplicate
26416         colors by the name with call to `list-colors-duplicates' which
26417         identifies duplicate colors by the value unless the color
26418         is one of special Windows colors.  Set truncate-lines to t.
26419         Print sorted duplicate color names on each line.  Indent to 22
26420         \(the longest color name in rgb.txt) instead of 20.  Optimize.
26421         (list-colors-duplicates): New function.
26422         (facemenu-color-name-equal): Delete function.
26424         * facemenu.el (list-colors-print): New function created from code
26425         in list-colors-display.  Print #RRGGBB at the window right edge.
26426         (list-colors-display): When temp-buffer-show-function is not
26427         defined, call list-colors-print from temp-buffer-show-hook
26428         to get the right value of window-width in list-colors-print
26429         after the buffer is displayed.
26431         * simple.el (pop-mark): Move deactivate-mark out of conditional
26432         part to deactivate the active mark regardless of the state of the
26433         mark ring.
26435         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26436         variables line in desktop files.
26438 2005-01-12  Juri Linkov  <juri@jurta.org>
26440         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26441         Bring together isearch highlight related options.
26442         (lazy-highlight): Replace group `replace' by `matching'.
26443         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26444         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26445         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26446         and declare them obsolete.
26447         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26448         (isearch-faces): Remove defgroup.
26449         (isearch-overlay, isearch-highlight, isearch-dehighlight):
26450         Move isearch highlighting code closer to lazy highlighting code.
26452         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26453         (query-replace-highlight, query-replace-lazy-highlight)
26454         (query-replace): Move definitions to the beginning of the file.
26456 2005-01-11  Juri Linkov  <juri@jurta.org>
26458         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26459         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26460         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26462         * info.el (Info-history-forward): New variable.
26463         (Info-select-node): Reset Info-history-forward to nil.
26464         (Info-last): Turn into defalias.
26465         (Info-history-back): Rename from Info-last.
26466         Add current node to Info-history-forward.
26467         (Info-history-forward): New fun.
26468         (Info-mode-map): Replace Info-last by Info-history-back.
26469         Bind Info-history-forward to "r".
26470         (Info-mode-menu): Replace Info-last by Info-history-back.
26471         Fix menu item text.  Add menu item for Info-history-forward.
26472         (info-tool-bar-map): Replace Info-last by Info-history-back.
26473         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
26474         for Info-history-forward.
26475         (Info-mode): Replace Info-last by Info-history-back in docstring.
26476         Add local variable Info-history-forward.
26477         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26479 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26481         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26482         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26483         Ignore select-window events rather than fiddle with
26484         mouse-autoselect-window.
26486 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
26488         * type-break.el (type-break-mode): Fix previous change.
26490 2005-01-10  Jay Belanger  <belanger@truman.edu>
26492         * calc/calc-ext.el (calc-reset): Reset when inside embedded
26493         calculator; only reset when point is inside a calculator.
26494         Don't adjust the window height if the window takes up the whole height
26495         of the frame.
26497 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
26499         * ebuff-menu.el (Electric-buffer-menu-mode):
26500         Preserve value of buffer-local var header-line-format.
26502 2005-01-09  Jay Belanger  <belanger@truman.edu>
26504         * calc/calc.el (calc-mode-var-list-restore-saved-values):
26505         Make sure settings file exists before accessing it.
26507         * calc/calc-embed.el (calc-embedded-subst):
26508         Replace math-multi-subst-rec, which is only supposed to be called
26509         by math-multi-subst, by math-multi-subst.
26511 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
26513         * vc.el (vc-allow-async-revert): New user option.
26514         (vc-disable-async-diff): New internal variable.
26515         (vc-revert-buffer): Use them to disable asynchronous diff.
26517         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26518         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26519         asynchronously if vc-disable-async-diff is t.
26521 2005-01-09  Jay Belanger  <belanger@truman.edu>
26523         * calc/calc.el (defcalcmodevar): New macro.
26524         (calc-mode-var-list-restore-default-values)
26525         (calc-mode-var-list-restore-saved-values): New functions.
26526         (calc-mode-var-list): Use defcalcmodevar to define it.
26527         (calc-always-load-extensions, calc-line-numbering)
26528         (calc-line-breaking, calc-display-just, calc-display-origin)
26529         (calc-number-radix, calc-leading-zeros, calc-group-digits)
26530         (calc-group-char, calc-point-char, calc-frac-format)
26531         (calc-prefer-frac, calc-hms-format, calc-date-format)
26532         (calc-float-format, calc-full-float-format, calc-complex-format)
26533         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26534         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26535         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26536         (calc-matrix-brackets, calc-language, calc-language-option)
26537         (calc-left-label, calc-right-label, calc-word-size)
26538         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26539         (calc-display-raw, calc-internal-prec, calc-angle-mode)
26540         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26541         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26542         (calc-window-height, calc-display-trail, calc-show-selections)
26543         (calc-use-selections, calc-assoc-selections)
26544         (calc-display-working-message, calc-auto-why, calc-timing)
26545         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26546         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26547         (calc-gnuplot-default-device, calc-gnuplot-default-output)
26548         (calc-gnuplot-print-device, calc-gnuplot-print-output)
26549         (calc-gnuplot-geometry, calc-graph-default-resolution)
26550         (calc-graph-default-resolution-3d, calc-invocation-macro)
26551         (calc-show-banner): Use defcalcmodevar to declare them and set
26552         their default values.
26554         * calc/calc-ext.el (calc-reset): Restore saved values of variables
26555         instead of default values (but restore default values if there is
26556         an argument of 0).
26558 2005-01-09  David Kastrup  <dak@gnu.org>
26560         * desktop.el (desktop-restore-eager): Fix typo in type.
26562 2005-01-08  Richard M. Stallman  <rms@gnu.org>
26564         * cus-edit.el (customize): Delete :link.
26566 2005-01-08  Jay Belanger  <belanger@truman.edu>
26568         * calc/calc.el (calc-mode): Remove the extension from the
26569         `calc-settings-file' file name when loading it.
26571 2005-01-08  Kim F. Storm  <storm@cua.dk>
26573         * info.el (Info-mode-map, Info-next-link-keymap)
26574         (Info-prev-link-keymap, Info-up-link-keymap):
26575         Map follow-link to mouse-face.
26576         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26578 2005-01-08  Jay Belanger  <belanger@truman.edu>
26580         * calc/calc.el (calc-settings-file): Change default value.
26581         Suggested by cgw in a comment in calc-mode.el.
26583         * calc/calc-mode.el (calc-settings-file-name):
26584         Compare calc-settings-file to user-init-file instead of ~/.emacs.
26585         Replace ~/.emacs in a prompt by calc-settings-file.
26587 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
26589         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26590         (desktop-lazy-idle-delay): New customizable variables.
26591         (desktop-buffer-args-list): New variable.
26592         (desktop-append-buffer-args): New function.
26593         (desktop-save): Call desktop-append-buffer-args for some buffers.
26594         (desktop-lazy-create-buffer): New function.
26595         (desktop-idle-create-buffers): New function.
26596         (desktop-read): Add message about buffers to restore lazily.
26597         (desktop-lazy-abort): New command.
26598         (desktop-clear): Call desktop-lazy-abort.
26599         (desktop-lazy-complete): New command.
26601 2005-01-06  Richard M. Stallman  <rms@gnu.org>
26603         * emacs-lisp/find-func.el (find-face-definition):
26604         Rename from find-face.
26606 2005-01-06  Kim F. Storm  <storm@cua.dk>
26608         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26610         * man.el (Man-xref-man-page, Man-xref-header-file)
26611         (Man-xref-normal-file): Add follow-link property.
26613 2005-01-06  Jay Belanger  <belanger@truman.edu>
26615         * calc/calc-units.el: Make sure the proper macro definitions are
26616         available when compiling.
26618 2005-01-06  Juri Linkov  <juri@jurta.org>
26620         * isearch.el (isearch-lazy-highlight-update):
26621         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26623 2005-01-06  Miles Bader  <miles@gnu.org>
26625         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26626         (isearch-lazy-highlight-face): Use new name.
26628 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26630         * uniquify.el (uniquify-rationalize-file-buffer-names):
26631         Re-add an interactive spec.
26632         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26633         to the same name.
26635         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26636         (isearch-update, isearch-done): Adjust calls accordingly.
26638 2005-01-05  Richard M. Stallman  <rms@gnu.org>
26640         * custom.el (custom-set-variables, custom-theme-set-variables):
26641         Clarify documentation.
26643         * emacs-lisp/find-func.el (find-variable)
26644         (find-variable-other-window, find-variable-other-frame):
26645         Fix the TYPE args to find-function-read and find-function-do-it.
26646         (find-function): Doc fix.
26647         (find-function-at-point): Replace function-at-point alias.
26649 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26651         * cus-face.el (custom-declare-face):
26652         Record defface in current-load-list.
26654         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26656         * emacs-lisp/find-func.el: Doc fixes.
26657         (find-face-regexp): New variable.
26658         (find-function-regexp-alist): New variable.
26659         (find-function-C-source): Third arg is now TYPE.
26660         (find-function-search-for-symbol): Handle general TYPE.
26661         (find-function-read, find-function-do-it): Handle general TYPE.
26662         (find-definition-noselect, find-face): New functions.
26663         (function-at-point): Alias deleted.
26665 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26667         * battery.el (display-battery-mode): Rename from display-battery.
26668         Handle the case where it gets turned off.
26670 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26672         * cus-edit.el (customize): Make :link point to user doc.
26674         * man.el (Man-fontify-manpage): Turn off undo generation.
26676         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26678 2005-01-04  Andreas Schwab  <schwab@suse.de>
26680         * files.el (insert-directory): Only look for error lines in
26681         inserted text.  Don't move too far after processing --dired markers.
26683 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26685         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26686         Don't expand if the character is @, period, dash, etc.
26687         (define-mail-abbrev): Quote names that contain problem characters.
26689 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
26691         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26693 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26695         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26696         (query-replace-highlight, query-replace-lazy-highlight)
26697         (query-replace): Definitions moved up.  Doc fix.
26699 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26701         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26702         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26703         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26704         (lazy-highlight-face): Rename from isearch-lazy-...
26705         Change all references to them.
26707 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
26709         * cus-edit.el (custom-file): Doc fix for defcustom.
26710         (custom-file): The function no longer sets the variable
26711         `custom-file' to its return value.
26713         * startup.el (command-line): No longer load `custom-file'.
26715 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26717         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26719         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26720         Don't confuse module-prefixed identifiers for labels.
26721         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26723 2005-01-02  Richard M. Stallman  <rms@gnu.org>
26725         * files.el (basic-save-buffer-1): Fix previous change.
26727         * loadhist.el (file-loadhist-lookup): New function.
26728         (file-provides, file-requires): Use it.
26730         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26731         instead of calculating the right size.
26733 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
26735         * vc-svn.el (vc-svn-diff): Stay local if possible.
26737 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26739         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26741         * files.el (hack-local-variables): Fix last change.
26743 2005-01-02  Jay Belanger  <belanger@truman.edu>
26745         * calc/calc-yank.el (calc-edit-top): New variable.
26746         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26747         object.  Change header properties.
26748         (calc-edit-finish, calc-edit-finish-stack-object)
26749         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26750         edited object.
26751         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26752         for the beginning of the edited object.
26753         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26754         for the beginning of the edited object.
26755         * calc/calc-prog.el (calc-edit-macro-finish-edit)
26756         (calc-finish-formula-edit, calc-macro-repeats)
26757         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26758         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26759         beginning of the edited object.
26760         (calc-user-define-edit): Change the header for editing macros.
26761         Remove unnecessary variable.
26763 2005-01-01  Jay Belanger  <belanger@truman.edu>
26765         * calc/calc-yank.el (calc-edit-mode): Change default header.
26766         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26767         * calc/calc-store.el (calc-edit-variable): Change title to match new
26768         header.
26769         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26770         mode to match new header.
26771         (calc-user-define-edit): Change titles to include names of commands.
26772         (calc-finish-formula-edit): Adjust to handle new header.
26773         (calc-finish-macro-edit): Remove.
26774         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26775         (calc-edit-macro-command, calc-edit-macro-command-type)
26776         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26777         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26778         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26779         (calc-edit-macro-finish-edit): New functions.
26780         (calc-user-define-edit): Use new functions to edit named calc macros.
26782 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
26784         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26786         * ses.el (copy-region-as-kill): Deactivate mark.
26788 2005-01-01  Richard M. Stallman  <rms@gnu.org>
26790         * replace.el (occur-1): If the output buffer is also an input,
26791         don't kill it, rename it.
26793         * faces.el (set-face-background, set-face-foreground): Doc fix.
26795         * cus-face.el (custom-face-attributes): Fix :help-echo strings
26796         for :foreground and :background.
26798         * dired.el (dired-view-command-alist): Variable deleted.
26799         (dired-view-file, dired-mouse-find-file-other-window):
26800         Delete the code to use it.
26802 2005-01-01  Kim F. Storm  <storm@cua.dk>
26804         * image.el (insert-sliced-image): Use t for line-height property.
26806 See ChangeLog.11 for earlier changes.
26808 ;; Local Variables:
26809 ;; coding: iso-2022-7bit
26810 ;; End:
26812     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26813   Copying and distribution of this file, with or without modification,
26814   are permitted provided the copyright notice and this notice are preserved.
26816 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1