(byte-compile-warning-prefix): Correctly compute line number.
[emacs.git] / lisp / ChangeLog
blobaf18cbdf9ca63b04382f1ab375a5814fd12ef4f0
1 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3         * progmodes/grep.el (grep-find-ignored-directories): Add .git and
4         .bzr to list.
6 2007-03-11  Andreas Schwab  <schwab@suse.de>
8         * diff-mode.el (diff-apply-hunk): Use proper format string for
9         error.
11 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
15 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
17         * faces.el (face-set-after-frame-default): Recalculate face
18         customizations after applying X resources.
20 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
22         * net/rcirc.el (rcirc-timeout-seconds): New variable.
23         (rcirc-keepalive-seconds): Remove variable.
24         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
25         (rcirc-process, rcirc-user-disconnect): New variables.
26         (rcirc-connect): Initalize new variables.
27         (rcirc-keepalive): Don't send keepalive pings before connection
28         is completed.
29         (rcirc-sentinel): Do mark all channels with activity when
30         connection is dropped.  Run hook with process buffer local.
31         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
32         (rcirc-buffer-process): Return value of rcirc-process if
33         rcirc-server-buffer is nil.
34         (rcirc-server-name): Return the reported server name.
35         (rcirc-update-prompt): Simplify computation of the server name.
36         (rcirc-format-response-string): Likewise.
37         (rcirc-handler-001): Mark server as connected, record the reported
38         server name, and schedule a timeout.
39         (rcirc-track-nick): Add a spec for the tty class.
40         (rcirc-user-non-nick): Remove function.
41         (rcirc-nick-prefix-chars): Add variable.
42         (rcirc-user-nick): Use above variable.
44 2007-03-10  Johan Bockg\e,be\e(Brd  <bojohan@dd.chalmers.se>
46         * icomplete.el (icomplete-tidy, icomplete-exhibit):
47         Bind deactivate-mark to nil.
49 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
51         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
52         that buffer contents get erased during completion.
54 2007-03-10  Glenn Morris  <rgm@gnu.org>
56         * woman.el (woman-change-fonts): Add a hack to deal with
57         font-escape followed by "." at start of a line.
58         (woman2-IP): Add a hack to deal with consecutive requests.
59         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
61 2007-03-10  Alan Mackenzie  <acm@muc.de>
63         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
65 2007-03-09  Richard Stallman  <rms@gnu.org>
67         * abbrev.el (abbrev): Add `provide'.
69 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
71         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
73 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
75         * complete.el (PC-try-completion): New function.
76         (PC-do-completion, read-file-name-internal): Use it instead of
77         try-completion.
79 2007-03-08  Alan Mackenzie  <acm@muc.de>
81         Remove stale tokens from `c-found-types' cache.
83         * progmodes/cc-mode.el (c-unfind-enclosing-token)
84         (c-unfind-coalesced-tokens, c-before-change): New functions.
85         (c-maybe-stale-found-type): New variable.
87         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
88         (c-trim-found-types): New functions.
90 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
92         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
93         (debug-ignored-errors): Add entry from smerge-match-conflict.
95 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
97         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
98         special help topics for keywords.
99         (idlwave-help-assistant-command): Include ".exe" for ms-dos
100         etc. Assistant command.
102 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
104         * replace.el (occur-engine): Move buffer-undo-list binding...
105         (occur-1): ...to here.
107         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
109         * simple.el (minibuffer-completing-symbol): New var.
110         (eval-expression): Use it.
111         (completion-setup-function): Don't bind completion-base-size when
112         completing a symbol in the minibuffer.
114 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
116         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
117         tries to start a second session in graphical mode.
119 2007-03-07  Miles Bader  <miles@gnu.org>
121         * international/isearch-x.el
122         (isearch-process-search-multibyte-characters):
123         Strip text-properties from PROMPT to avoid an error from read-string.
125 2007-03-07  Kim F. Storm  <storm@cua.dk>
127         * complete.el (PC-bindings): Remap lisp-complete-symbol to
128         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
130 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
132         * complete.el (PC-do-completion): Delete duplicates in the list of
133         possible completions.
135 2007-03-07  Glenn Morris  <rgm@gnu.org>
137         * ses.el (ses-mode): Doc fix.
139 2007-03-06  Kim F. Storm  <storm@cua.dk>
141         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
143 2007-03-06  Kenichi Handa  <handa@m17n.org>
145         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
147 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
149         * simple.el (completion-setup-function): Improve last fix so it doesn't
150         set it to a relative directory name either.
152 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
154         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
156 2007-03-05  Richard Stallman  <rms@gnu.org>
158         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
160         * files.el (find-file-noselect): No error if file no longer exists.
161         Display a message and avoid other questions.
163 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * pcomplete.el (pcomplete-show-completions): Improve last change, so
166         as not to use an invisible window and to create a window if none exist.
168         * progmodes/python.el (python-send-command): Restart proc if necessary.
169         (python-proc): Simplify.
171 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
173         * pcomplete.el (pcomplete-show-completions): Search all frames for
174         completions buffer.
176 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
178         * cus-edit.el (customize-save-variable): Clear customized-value
179         property (saved values are now put in theme-value property).
180         (customize-set-variable): Doc fix.
182         * complete.el (PC-do-completion): If completion-ignore-case is
183         non-nil, replace field with completion string before exiting.
185 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
187         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
188         Append its extension to the resulting temporary file name.
189         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
191         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
192         (tramp-smb-handle-write-region): Apply it.
194 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
196         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
197         Redo previous change.
199 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
201         * diff-mode.el (diff-mode): Doc fix.
203 2007-03-05  Kenichi Handa  <handa@m17n.org>
205         * international/characters.el: Set category `l' (latin)
206         for more characters.
208 2007-03-04  Kim F. Storm  <storm@cua.dk>
210         * emacs-lisp/authors.el (authors-aliases): Add alias.
212 2007-03-04  Glenn Morris  <rgm@gnu.org>
214         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
215         all when switching major mode.
216         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
217         (hs-block-start-mdata-select, hs-block-end-regexp)
218         (hs-forward-sexp-func, hs-adjust-block-beginning):
219         Do not make these variables permanent-local.
221 2007-03-04  Richard Stallman  <rms@gnu.org>
223         * progmodes/cperl-mode.el (cperl-mode):
224         Modify cperl-compilation-error-regexp-alist by appending.
226         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
227         (edebug-mode): Add the hook.
228         (edebug-recursive-edit): Remove the hook on exiting.
230         * type-break.el (type-break-get-previous-time):
231         Handle end-of-file errors specially
232         so they don't get reported wrong in .emacs.
234         * startup.el (fancy-splash-text): Clarify text.
236         * simple.el (beginning-of-buffer, end-of-buffer):
237         Avoid treating plain C-u like numeric arg.
239         * simple.el (completion-setup-function): Don't set
240         default-directory to nil.
242         * shell.el (shell-dirstack-query): Doc fix.
244         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
245         Don't select the window -- pass it to primitives instead.
247         * faces.el (minibuffer-prompt): Use medium blue by default.
249 2007-03-04  David Kastrup  <dak@gnu.org>
251         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
252         Preserve 16 as default value for "seconds" when customizing.
254 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
256         * textmodes/org.el (org-self-insert-command)
257         (orgtbl-self-insert-command, org-delete-char)
258         (org-delete-backward-char): Set the `flyspell-delayed' property.
260 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
262         * international/mule.el (find-auto-coding): Don't search for
263         line-ending characters past the end of the tail.
265 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
267         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
268         Jump to the line where new score has been uploaded.
270         * play/tetris.el (tetris-move-bottom, tetris-move-left)
271         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
272         Do nothing when the game is paused.
274 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
276         * textmodes/org.el (org-set-tags): Prevent slipping of point
277         during completion.
279 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
281         * isearch.el (isearch-message-prefix):
282         Use minibuffer-prompt-properties.
284 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
286         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
287         (ps-setup): Print which Emacsen is running ps-print package.
289 2007-03-01  Stuart Herring  <herring@lanl.gov>  (tiny change)
291         * files.el (set-auto-mode-0): Use `indirect-function'.
292         (hack-one-local-variable): Don't reapply current major mode.
294 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
296         * progmodes/python.el (python-quote-syntax): Don't bother with
297         syntax-ppss-context.
298         (python-fill-paragraph): Make sure that fenced-string delimiters that
299         stand on their own line stay there
301 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
303         * replace.el (perform-replace): Propertize message.
305 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
307         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
308         invisible heading.
310 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
312         * net/tramp.el (tramp-file-name-handler): Revert last change.
314 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
316         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
317         Correct doc strings.
319 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
321         * replace.el (perform-replace): Undo forward-char immediately if
322         non-adjacent search fails.
324 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
326         * version.el (emacs-major-version, emacs-minor-version):
327         string-to-int -> string-to-number.
329 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
331         * help.el (where-is): Fail gracefully when not passed a command.
333 2007-02-28  Stuart Herring  <herring@lanl.gov>  (tiny change)
335         * find-lisp.el (find-lisp-default-directory-predicate):
336         Fix bug: Do symlink check on expanded filename.
338 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
340         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
341         changes during replacement.
342         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
344 2007-02-28  Lars Hansen  <larsh@soem.dk>
346         * desktop.el: Delete header line listing me as maintainer.
348 2007-02-28  Glenn Morris  <rgm@gnu.org>
350         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
351         the menus case.
353 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
355         * net/tramp.el (tramp-file-name-handler): Inhibit modification
356         hooks to avoid confusion when combining after-change calls.
358 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
360         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
361         now that pgg-gpg-process-region correctly honors passed-in passphrase.
362         (allout-distinctive-bullets-string): Add info about bullet conventions.
363         (allout-mode): Add info about distinctive vs plain bullets.
365 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
367         * textmodes/org.el (org-archive-subtree): Quote variable name.
368         (org-agenda-get-todos): Make sure skip properties are checked correctly.
370 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
372         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
373         (gud-bashdb-command-name, bashdb): Remove.
374         (gud, gud-menu-map): Remove references to bash/bashdb.
376 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
378         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
379         keyword for Python 2.5.
381 2007-02-26  Romain Francoise  <romain@orebokech.com>
383         * net/net-utils.el (whois-server-tld): Update server for .org.
384         (whois-server-list): Add whois.publicinterestregistry.net.
385         (whois-guess-server): Fix formatting in docstring.
387 2007-02-26  Kim F. Storm  <storm@cua.dk>
389         * mouse.el (mouse-show-mark): Run hooks and perform command
390         remapping for mouse-region-delete-keys.
392 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
394         * font-core.el (font-lock-mode): Doc fix.
396 2007-02-25  Kim F. Storm  <storm@cua.dk>
398         * ido.el (ido-buffer-internal): Set this-command to fallback command.
399         Add selected buffer to buffer-name-history.
400         (ido-file-internal): Set this-command to fallback command.
401         Add file names to file-name-history.
403         * emacs-lisp/map-ynp.el (map-y-or-n-p):
404         Apply minibuffer-prompt-properties.
406 2007-02-25  Andreas Schwab  <schwab@suse.de>
408         * files.el (hack-one-local-variable-eval-safep): Correct handling
409         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
411 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
413         * textmodes/org.el (org-table-overlay-coordinates)
414         (org-table-toggle-coordinate-overlays): New functions.
415         (org-table-overlay-coordinates, org-table-coordinate-overlays):
416         New variables.
417         (org-startup-with-deadline-check): Remove option.
418         (org-mode): Remove deadline check on startup.
419         (org-table-limit-column-width): Remove option.
420         (org-table-formula-numbers-only): Remove option.
421         (org-link-style, org-link-format): Remove options.
422         (org-select-agenda-window, org-fit-agenda-window): Remove options.
423         (org-export-ascii-show-new-buffer)
424         (org-export-html-show-new-buffer): Remove options.
425         (org-activate-links): Remove camel option.
426         (org-file-link-context-use-camel-case): Remove option.
427         (org-camel-regexp): Remove variable.
428         (org-activate-camels): Remove function.
429         (org-store-link): Remove Camel stuff.
430         (org-make-org-heading-camel): Remove function.
431         (org-open-at-point): Remove camel stuff.
432         (org-link-search): Remove camel stuff.
433         (org-camel-to-words): Function removed.
434         (org-get-agenda-file-buffer): Make sure we prepare the base
435         buffers, not any indirect buffers.
436         (org-sort-entries): Sort top-level when not on a headline, and no
437         active region.
438         (org-in-regexp): New function.
439         (org-search-not-self): Rename from `org-search-not-link'.
440         (org-open-link-marker): New variable.
441         (org-open-at-point): Set `org-open-link-marker'.
442         (org-print-icalendar-entries): Fixe bug with excluding DONE
443         entries from the exported list.
444         (org-edit-formula-lisp-indent): New command.
445         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
446         (orgtbl-to-latex, orgtbl-insert-radio-table)
447         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
448         (orgtbl-radio-table-templates): New option.
449         (org-store-link-props):
450         (org-remember-templates): More possibilities to insert info
451         into templates.
452         (org-remember-apply-template): Make use of the extended
453         template capabilities.
454         (org-remember-redo-template): New command.
455         (org-upgrade-old-links)
456         (org-table-modify-formulas, org-table-replace-in-formulas)
457         (org-table-find-dataline)
458         (org-table-get-vertical-vector): Remove functions.
459         (org-table-remove-rectangle-highlight)
460         (org-time-stamp-format, org-toggle-log-option)
461         (org-table-highlight-rectangle)
462         (org-table-iterate, org-table-make-reference):
463         (org-translate-time, org-tree-to-indirect-buffer)
464         (org-table-field-info, org-table-fix-formulas)
465         (org-table-force-dataline, org-table-get-descriptor-line)
466         (org-table-get-range)
467         (org-skip-comments, org-sort)
468         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
469         (org-table-current-dline, org-table-current-field-formula)
470         (org-table-edit-backward-field)
471         (org-table-edit-formulas-post-command)
472         (org-table-edit-line-down, org-table-edit-line-up)
473         (org-agenda-archive)
474         (org-agenda-clock-cancel)
475         (org-agenda-clock-out, org-agenda-list-stuck-projects)
476         (org-agenda-open-link, org-agenda-show-new-time)
477         (org-agenda-skip-subtree-when-regexp-matches)
478         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
479         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
480         (org-do-sort, org-file-image-p, org-find-overlays)
481         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
482         (org-highlight-until-next-command, org-isearch-end)
483         (org-match-any-p, org-next-link, org-previous-link):
484         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
485         (org-rewrite-old-row-references)
486         (org-isearch-post-command)
487         (org-table-edit-move, org-table-edit-next-field)
488         (org-table-edit-scroll, org-table-edit-scroll-down)
489         (org-set-frame-title, org-show-reference)
490         (org-unhighlight-once, org-verify-change-for-undo): New functions.
491         (org-show-variable): Remove command.
492         (org-add-log-maybe): New arguments STATE, FINDPOS
493         (org-table-sort-lines): Rewrite from scratch.
494         (org-link-search): New argument AVOID-POS.
495         (org-print-icalendar-entries): Remove argument CATEGORY.
496         (org-run-agenda-series): Remove argument WONDOW.
497         (org-next-link, org-previous-link): New commands.
498         (org-agenda-date-format): New option.
499         (org-table-iterate): New command.
500         (org-table-modify-formulas)
501         (org-table-replace-in-formulas): Remove functions.
502         (org-table-fix-formulas): New function.
503         (org-table-insert-column, org-table-delete-column)
504         (org-table-move-column): Use `org-table-fix-formulas'.
505         (org-follow-gnus-link): Patch from Bastien/Leo.
506         (org-table-current-field-formula): New function.
507         (org-file-image-p): New function.
508         (org-agenda-show-new-time): New function.
509         (org-agenda-date-later): Call `org-agenda-show-new-time'.
510         (org-with-remote-undo): New macro.
511         (org-agenda-undo): New command.
512         (org-verify-change-for-undo): New function.
513         (org-time-stamp-format): New function.
514         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
515         by user.
516         (org-match-any-p): New function.
517         (org-make-tags-matcher): Handle regular expressions for tag and
518         todo matches.
519         (org-read-date): Accept "+N" as input for a date relative to the
520         current date.
521         (org-remove-subtree-entries-from-agenda): New function.
522         (org-agenda-archive, org-agenda-kill):
523         Use `org-remove-subtree-entries-from-agenda'.
524         (org-do-sort, org-sort-entries): New functions.
525         (org-sort): New command.
526         (org-table-sort-lines): Use `org-do-sort'.
527         (org-fix-decoded-time): New function.
528         (org-table-number-regexp): Require 0x... to identify as number
529         in tables.
530         (org-startup-options): New keywords for note taking.
531         (org-upgrade-old-links): Remove function.
532         (org-get-repeat): New function.
533         (org-show-context): Also show siblings on current level.
534         (org-show-siblings): New function.
535         (org-isearch-end, org-isearch-post-command): New functions.
536         (org-show-siblings): New option.
537         (org-show-context): Use `org-show-siblings'.
538         (org-table-maybe-recalculate-line): No longer require `calc-eval'
539         to be bound, because user may just use elisp.
541 2007-02-24  Kim F. Storm  <storm@cua.dk>
543         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
544         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
546 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
548         * startup.el (command-line): Also check if the abbrev file is readable.
550 2007-02-24  John Paul Wallington  <jpw@pobox.com>
552         * net/tls.el (tls-certtool-program): Fix custom type.
554         * mail/feedmail.el (feedmail-message-id-generator)
555         (feedmail-date-generator): Fix custom types.
557         * mail/rmail.el (rmail-message-filter): Fix custom type.
559 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
561         * startup.el (command-line): If simple.el cannot be found, proceed
562         with a warning message.
564 2007-02-24  Kenichi Handa  <handa@m17n.org>
566         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
567         case that BEG is a string.
569 2007-02-24  Chris Moore  <dooglus@gmail.com>
571         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
572         * pgg-pgp.el (pgg-pgp-encrypt-region):
573         * pgg-gpg.el (pgg-gpg-encrypt-region):
574         Check pgg-encrypt-for-me if no other recipients.
576 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
578         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
580         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
581         shell-quote-argument.
583 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
585         * comint.el (comint-read-input-ring): Use comint-input-ring-size
586         from the comint buffer instead of the temporary one.
588 2007-02-23  David Reitter  <david.reitter@gmail.com>
590         * cus-edit.el (custom-save-all): Canonicalize custom-file before
591         storing it in recentf-exclude.
593 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
595         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
596         in splash screen.
598 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
600         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
601         commands, for restart.
602         (idlwave-shell-current-module): Fix handling of module name by type.
603         (idlwave-shell-break-in): Update type handling.
604         (idlwave-shell-bp-get): Encode type in BP structure.
605         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
606         (idlwave-shell-module-source-query): Query routine info based on type.
607         Fix path parsing for non-compiled files.
608         (idlwave-shell-module-source-filter): Don't signal error in filter
609         if no source found.
610         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
611         filter race.
613 2007-02-22  Kim F. Storm  <storm@cua.dk>
615         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
616         (editable-field): Document need to put some text before the %v
617         escape in :format string.
619 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
621         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
622         (vc-svn-use-edit): Remove unused config var.
623         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
625         * outline.el (hide-sublevels): Keep empty last line, if available.
627         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
628         rather than the corresponding unicode char, to make the code
629         more readable.
631 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
633         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
634         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
635         (speedbar-item-info-tag-helper): Doc fixes.
637 2007-02-19  Kenichi Handa  <handa@m17n.org>
639         * international/mule-cmds.el (locale-language-names):
640         Map "eo" to "Esperanto".
642         * language/european.el ("Esperanto"): New language environment.
644 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
646         * simple.el (kill-line): Doc fix.
648 2007-02-17  Kim F. Storm  <storm@cua.dk>
650         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
651         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
652         (bindat--unpack-group, bindat--pack-group):
653         Handle vectors with optional element type.
655 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
657         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
658         if PASSPHRASE is given.
660 2007-02-17  Chris Moore  <dooglus@gmail.com>
662         * jka-cmpr-hook.el (jka-compr-compression-info-list):
663         Recognize backups of bz2 compressed files.
665 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
667         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
668         to nil to speed up lookup of the symbol in index nodes.
670 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
672         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
673         Add indentation for the constants of Lisp.
675 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * ps-print.el: Use (defvar <foo>) where applicable.
678         (ps-print-emacs-type): Remove.
679         (ps-x-frame-property, ps-e-frame-parameter): Remove.
680         (ps-frame-parameter): Align its call-convention with frame-parameter.
681         (ps-begin-job): Adjust calls to it appropriately.
682         (ps-setup): Don't print ps-print-emacs-type.
683         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
684         Define in such a way that it's obvious that it's defined.
685         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
686         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
687         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
689 2007-02-15  Alan Mackenzie  <acm@muc.de>
691         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
692         an empty one-line C-style comment, post-position point properly.
694 2007-02-15  Chris Moore  <dooglus@gmail.com>
696         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
697         (isearch-lazy-highlight-new-loop): Bind it.
698         (isearch-lazy-highlight-search): Use it.
700         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
702 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * font-lock.el (font-lock-extend-region-wholelines):
705         Only return non-nil if the region has really been changed.
706         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
708 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
710         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
711         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
712         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
714 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
716         * faces.el (color-values): Revert changes to docstring from
717         2007-01-31 and 2000-09-07.
719         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
720         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
721         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
722         (ispell-help): Fix typos in docstring and output message.
724 2007-02-14  Kim F. Storm  <storm@cua.dk>
726         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
727         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
728         (grep): Fix lgrep reference.
730         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
731         (standard-display-underline): Use make-glyph-code.
733         * descr-text.el (describe-char): Use glyph-char and glyph-face.
735         * international/latin1-disp.el (latin1-display-char):
736         Use make-glyph-code.
738 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
740         * ehelp.el (with-electric-help, electric-help-exit)
741         (electric-help-retain): Doc fixes.
743         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
744         (byte-compile-file): Doc fixes.
746 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
748         * term/mac-win.el: Change all uses of
749         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
750         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
751         (mac-ae-get-url): Call select-frame-set-input-focus.
752         (mac-dnd-handle-drag-n-drop-event): Don't call
753         select-frame-set-input-focus.
755 2007-02-13  Kenichi Handa  <handa@m17n.org>
757         * international/characters.el: Fix documentation of category `a'.
759 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
761         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
763 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
765         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
766         (tramp-get-remote-ln): Handle error case.
767         Reported by Chris Moore <dooglus@gmail.com>.
769 2007-02-11  Kim F. Storm  <storm@cua.dk>
771         * bindings.el (ctl-x-map): Remove register compatibility bindings
772         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
774 2007-02-11  Richard Stallman  <rms@gnu.org>
776         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
777         in load history.
779         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
780         condition -- don't fail to stop at endpos.
782 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
784         * textmodes/org.el (org-agenda-get-todos)
785         (org-agenda-get-timestamps, org-agenda-get-closed)
786         (org-agenda-get-deadlines, org-agenda-get-scheduled)
787         (org-agenda-get-blocks, org-format-agenda-item)
788         (org-agenda-change-all-lines, org-scan-tags): Rename text property
789         from `category' to `org-category'.
791 2007-02-11  Kenichi Handa  <handa@m17n.org>
793         * international/titdic-cnv.el (titdic-convert): Force files be written
794         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
795         (miscdic-convert): Force files be written with Unix-like eol format.
797 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
799         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
801         * calculator.el (calculator-prompt): Doc fix.
802         (calculator-mode-map): Fix typo in menu entry.
804 2007-02-10  Jay Belanger  <belanger@truman.edu>
806         * calculator.el (calculator): Do more extensive checking for when
807         3 lines should be used for the calculator.
809 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
811         * info-look.el (info-lookup-make-completions):
812         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
813         index nodes.
815         * info.el (Info-fontify-maximum-menu-size): Document the effect
816         of a nil value.
817         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
818         non-nil before using it as size.
820 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
822         * subr.el (insert-for-yank-1): Prevent read-only properties from
823         interfering with text property operations.
825         * image-mode.el (image-mode): Revert 2007-01-30 changes.
827         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
828         (image-type-auto-detected-p): Fail if another match is found in
829         auto-mode-alist.
831         * files.el (magic-mode-alist): Call image-mode instead of
832         image-mode-maybe for autodetected images.
834 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
836         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
837         Fix typos in docstrings.
838         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
840 2007-02-09  Kim F. Storm  <storm@cua.dk>
842         * emacs-lisp/float-sup.el: Remove obsolete comment.
844 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
848 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
850         * simple.el: Revert previous change, at request of RMS:
851         (fundamental-mode-hook): Remove.
852         (fundamental-mode): Run after-change-major-mode-hooks manually,
853         and don't run the now-nonexistent fundamental-mode-hook.
855 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
857         * simple.el (fundamental-mode-hook): Declare new hook.
858         (fundamental-mode): Run the new dedicated hook, and don't run
859         after-change-major-mode-hooks manually anymore.
861 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
863         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
864         added columns of chars.  Remove support for the "no-meta-info" format.
865         Prompted by Romain Francoise <romain@orebokech.com>.
867 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
869         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
870         (gdb-mouse-until, gdb-mouse-jump): Use it.
872 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
874         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
875         work when there is just an assembler buffer (no source buffer).
877 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
879         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
880         just because the diff was produced using "-p" (--show-c-function).
882 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
884         * faces.el (frame-set-background-mode): Use `color-values' and
885         `display-color-p', not `x-color-values' and `x-display-color-p'.
886         (face-valid-attribute-values): Use `defined-colors' instead of
887         `x-defined-colors'.
889 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
891         * ps-print.ps: The ps-print commands without face printing should not
892         print background color.  Reported by Leo <sdl.web@gmail.com>.
893         (ps-print-version): New version 6.7.3.
894         (ps-begin-job): New arg.  Fix ps-default-background and
895         ps-default-foreground initialization.
896         (ps-face-attributes): Fix doc string.
897         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
899         * printing.el: Fix ps-print link.
901 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
903         * faces.el (face-set-after-frame-default): Compile attributes to
904         be set by frame parameters before merging in X resources.
906 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
908         * simple.el (blink-matching-paren-dont-ignore-comments):
909         (blink-matching-paren-on-screen): Doc fixes.
911 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
913         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
915 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
917         * loadhist.el (unload-feature): Silently ignore `load-history' entries
918         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
919         entries like `defun'.  Return nil.
921 2007-02-05  Kim F. Storm  <storm@cua.dk>
923         * ido.el: Doc fixes.
925 2007-02-04  David Kastrup  <dak@gnu.org>
927         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
928         `mpuz-allow-double-multiplicator' is non-zero, and correct
929         calculation of `min'.
931 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
933         * wid-edit.el (widget-default-create): Insert new text at the
934         :from marker _after_ the marker, not before it.
936 2007-02-04  Alan Mackenzie  <acm@muc.de>
938         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
939         containing it is re-indented.
941 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
943         * net/newsticker.el (newsticker--insert-image): Update docstring,
944         and insert the image directly.
945         (newsticker--buffer-redraw): Update docstring.
947         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
948         Rename from define-global-minor-mode.
950         * progmodes/cwarn.el (global-cwarn-mode):
951         * emacs-lisp/autoload.el (make-autoload):
952         * hi-lock.el (global-hi-lock-mode):
953         * font-core.el (global-font-lock-mode): All callers changed.
955 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
957         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
958         Don't copy @ignore lines into menu descriptions.
959         (texinfo-multi-file-update): Goto the @node line before attempting
960         to pluck the node name.
961         (texinfo-multiple-files-update): Reverse the optional arguments'
962         order, as per the doc string and the `interactive' form.
964 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
966         * image-mode.el: Use autoload to avoid overriding disabled setting
967         applied in .emacs.
969 2007-02-03  Alan Mackenzie  <acm@muc.de>
971         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
972         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
973         adjacent paren groups).
975 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
977         * progmodes/ebnf2ps.el: Doc fixes.
978         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
980 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
982         * dired-x.el (dired-do-relsymlink): Add reference to
983         dired-do-symlink.  Add an autoload cookie.
985         * dired-aux.el (dired-do-symlink): Add reference to
986         dired-do-relsymlink.
988 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
990         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
991         <left-fringe mouse-3>: New bindings.
993 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
995         * newsticker.el (newsticker-version): Changed to "1.10".
996         (newsticker--set-customvar): Doc string.
997         (newsticker-new-item-face): Doc string.
998         (newsticker-mode): Initialize `invisibility-spec' with t.
999         (newsticker-mode-map): Added
1000         `newsticker-mark-all-items-at-point-as-read'.
1001         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
1002         (newsticker-w3m-show-inline-images): Do not call
1003         `w3m-remove-image'.
1004         (newsticker--buffer-after-w3m-insert-image): New advice for
1005         w3m-insert-image to cache images.
1006         (newsticker-next-item-same-feed): New.
1007         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
1008         (newsticker-mark-all-items-of-feed-as-read): New.
1009         (newsticker-mark-all-items-at-point-as-read): Use new functions.
1010         (newsticker-mark-item-at-point-as-read): Doc string.
1011         (newsticker-mark-item-at-point-as-read): Use new functions.
1012         (newsticker--do-mark-item-at-point-as-read): New, extracted from
1013         `newsticker-mark-item-at-point-as-read'.
1014         (newsticker-hide-entry): Use (t) instead of t for invisibility.
1015         (newsticker--sentinel): Yet another xml-parser workaround.
1016         (newsticker--decode-iso8601-date): Bugfix for datestrings without
1017         days.
1018         (newsticker--buffer-do-insert-text): Fix.
1019         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
1020         (newsticker--buffer-make-item-completely-visible):
1021         `switch-to-buffer' not necessary.
1023 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
1025         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
1026         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
1027         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
1028         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
1029         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
1031 2007-02-02  Kenichi Handa  <handa@m17n.org>
1033         * international/quail.el (quail-show-key): Fix an error message.
1035 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1037         * faces.el (set-face-underline-p, modify-face): Rename arg
1038         UNDERLINE-P to UNDERLINE (it is not a flag).
1040 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
1042         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
1043         when adding gdb-speedbar-update to gdb-input-queue.
1045 2007-02-01  Kenichi Handa  <handa@m17n.org>
1047         * international/quail.el (quail-show-key): Signal an error if the
1048         current input method is not using Quail.
1050 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
1052         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1053         Trim leading whitespace in sysvar names.
1055 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1057         * faces.el (internal-find-face, internal-get-face): Doc fixes.
1059 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1061         * ido.el (ido-set-common-completion): Use `let', not `let*'.
1063 2007-01-31  Romain Francoise  <romain@orebokech.com>
1065         * comint.el: Delete extra copy of `comint-copy-old-input' added in
1066         previous change to this file.
1068 2007-01-31  Jason Rumney  <jasonr@gnu.org>
1070         * files.el (magic-mode-alist): Use image-mode-maybe rather than
1071         image-mode.
1073         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1074         interfering with attempt to set major mode from modified
1075         auto-mode-alist.
1077 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1079         * faces.el (color-values): Doc fix.
1080         (face-differs-from-default-p): Don't check :foreground twice.
1082 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
1084         * comint.el (comint-mode): Prevent non-keyword fontification by default.
1086 2007-01-31  Kenichi Handa  <handa@m17n.org>
1088         * international/quail.el (quail-store-decode-map-key): Store a
1089         translated character too.
1090         (quail-char-equal-p): New function.
1091         (quail-find-key1): Check character equality by quail-char-equal-p.
1092         (quail-decode-map-generated): New variable.
1093         (quail-find-key): Check quail-decode-map-generated and re-generate
1094         a decode map if necessary.
1096 2007-01-30  Richard Stallman  <rms@gnu.org>
1098         * tutorial.el (tutorial--detailed-help): Make the list of
1099         changed keys look nicer.
1101 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
1103         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1104         (gdb-var-delete): Use it.
1105         (gdb-var-update-handler-1): Handle value "invalid" for MI field
1106         `in_scope'.
1108 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
1110         * files.el (get-free-disk-space): Return nil for remote directories.
1112         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1113         instead of "dir".
1115 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
1117         * type-break.el (type-break-catch-up-event): New function.
1118         (type-break-demo-hanoi, type-break-demo-life)
1119         (type-break-demo-boring): Use it.
1121         * image-mode.el (image-mode): Don't automatically view as image.
1122         (image-toggle-display): Add `disabled' property.
1124 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1126         * isearchb.el (isearchb-iswitchb):
1127         * ps-print.el (ps-build-face-reference):
1128         * emacs-lisp/shadow.el (list-load-path-shadows):
1129         * eshell/esh-cmd.el (eshell-rewrite-for-command):
1130         * international/mule.el (find-auto-coding):
1131         * mail/supercite.el (sc-attrib-selection-list):
1132         * progmodes/cc-defs.el (c-emacs-features):
1133         * progmodes/cc-vars.el (c-offsets-alist):
1134         * progmodes/flymake.el
1135         (flymake-init-create-temp-source-and-master-buffer-copy):
1136         Fix typos in docstrings (some suggested by Chris Moore).
1138         * progmodes/vhdl-mode.el (vhdl-components-package-name)
1139         (vhdl-get-library-unit, vhdl-corresponding-begin)
1140         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1141         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1142         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1143         (vhdl-font-lock-match-item): Fix typos in docstrings.
1144         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1145         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1146         (vhdl-speedbar-insert-project-hierarchy):
1147         Improve argument/docstring consistency.
1149 2007-01-29  Kenichi Handa  <handa@m17n.org>
1151         * international/titdic-cnv.el (py-converter): Fix previous change.
1153 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
1155         * jka-compr.el (jka-compr-partial-uncompress)
1156         (jka-compr-call-process): Rebind default-directory if it is
1157         invalid.  Suggested by Chris Moore.
1159         * comint.el (comint-insert-input): Handle situation where the
1160         selected buffer is not the clicked buffer.
1162 2007-01-29  Kenichi Handa  <handa@m17n.org>
1164         * international/ja-dic-cnv.el (skkdic-convert):
1165         Add byte-compile-disable-print-circle:t at the head.
1167         * international/titdic-cnv.el (tit-process-header):
1168         Add byte-compile-disable-print-circle:t at the head.
1169         (miscdic-convert): Likewise.
1170         (py-converter): Skip the header comments.
1172         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1173         New variable.
1174         (byte-compile-output-file-form): Bing print-circle to nil if
1175         byte-compile-output-file-form is not nil.
1176         (byte-compile-output-docform): Likewise.
1178 2007-01-28  Kim F. Storm  <storm@cua.dk>
1180         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1181         Declare earlier to avoid byte compiler warnings.
1183 2007-01-28  Markus Triska  <markus.triska@gmx.at>
1185         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1187 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
1189         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1190         (gamegrid-add-score-with-update-game-score-1): Allow local quits
1191         when calling update-game-score program.  Remove unnecessary
1192         save-excursion.
1194         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1196 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
1198         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1199         avoid compiler warning.
1200         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1201         might have values other than "true" or "false".
1203 2007-01-28  Richard Stallman  <rms@gnu.org>
1205         * textmodes/fill.el (fill-paragraph-function): Doc fix.
1206         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1208         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1210         * image.el (image-type-header-regexps): Make GIF regex more specific.
1212         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1213         Don't check `backspace'.
1214         (tutorial--find-changed-keys): Look up bindings in a temp buffer
1215         in Fundamental mode.
1217         * startup.el (fancy-splash-text, normal-splash-screen):
1218         Mention C-g.
1220         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1221         when inserting in buffer.
1223         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1224         inside the if.
1226 2007-01-27  Richard Stallman  <rms@gnu.org>
1228         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1230 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
1232         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1233         enum/union/struct/class definition.
1234         Revert change to call `forward-sexp' multiple times.
1236 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
1238         * files.el (hack-local-variables-confirm): Don't keep trying to
1239         read an event from an empty kbd macro.
1241 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1243         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1245 2007-01-27  Ben North  <ben@redfrontdoor.org>
1247         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
1248         the arg CHILDREN -> WHICH.
1250 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
1252         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1253         default-directory to a sane value when calling start-process.
1255 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1257         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1258         (ls-lisp-format-time-list): Doc fix.  Mention
1259         ls-lisp-use-localized-time-format.
1260         (ls-lisp-format-time): Use ls-lisp-format-time-list if
1261         ls-lisp-use-localized-time-format is non-nil, even if a valid
1262         locale is defined.
1264 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
1266         * jka-compr.el (jka-compr-shell): Doc fix.
1268         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
1270 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1272         * ps-print.ps: Fix background height.
1273         (ps-print-version): New version 6.7.2.
1275 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
1277         * makefile.w32-in (finder-data, custom-deps): Depend on
1278         $(lisp)/loaddefs.el.
1280 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1282         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1284 2007-01-24  Miles Bader  <miles@gnu.org>
1286         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
1287         (byte-compile-output-docform): Bind `print-circle' to t.
1289 2007-01-24  Kenichi Handa  <handa@m17n.org>
1291         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
1292         file name of the original SKK dictionary file.
1294 2007-01-24  Kim F. Storm  <storm@cua.dk>
1296         * ido.el (ido-initial-position): New variable.
1297         (ido-read-internal): Set it if default item is specified.
1298         (ido-minibuffer-setup): Position cursor accordingly if set.
1299         (ido-edit-input): C-e moves to end of input if not already there.
1300         (ido-magic-backward-char): C-b does like M-b if prev char is /.
1301         Don't switch to buffer mode if repeating C-b at start of input.
1302         (ido-toggle-ignore): C-a only toggles ignore at start or end of
1303         input; else it moves to start of input.
1304         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
1305         not at end of input, delete rest of input, rather than normal op.
1307 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1309         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
1311         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
1312         of message.  Activate mark.
1313         (ediff-activate-mark): Set transient-mark-mode to t.
1315         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
1317 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
1319         * help-fns.el (describe-variable): Don't suppress display of
1320         buffer local value when the value is "large".
1322 2007-01-22  Kim F. Storm  <storm@cua.dk>
1324         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
1325         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
1326         (ido-tidy): Use ido-active.
1328 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
1330         * hexl.el (hexl-mode-exit): Add missing quote.
1332 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1334         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
1335         (mac-ae-keyboard-modifiers): New function.
1336         (mac-handle-toolbar-switch-mode): Use it.
1337         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
1338         if keyboard modifiers on drop contain option key.
1339         (mac-dnd-drop-data): Add optional argument `action'.
1340         (special-event-map): Remove binding for M-drag-n-drop.
1342 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
1344         * add-log.el (add-log-current-defun): Use CC Mode functions to
1345         find the beginning and end of a defun.
1347 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1349         * progmodes/gdb-ui.el (gdb-var-create-regexp)
1350         (gdb-var-create-handler): Handle value field in GDB output of
1351         -var-create.
1352         (gdb-max-frames): New variable.
1353         (gdb-stack-buffer, gdb-frames-select): Use it.
1354         (gdb-info-stack-custom): Help user customize gdb-max-frames,
1355         if necessary.
1356         (gdb-get-frame-number): Simplify.
1358 2007-01-21  Glenn Morris  <rgm@gnu.org>
1360         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1361         Update copyrights.
1363 2007-01-21  Alan Mackenzie  <acm@muc.de>
1365         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
1366         handling of K&R stuff.
1368 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1370         * textmodes/bibtex.el (bibtex-files): Fix customization type.
1372 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1374         * ps-print.el: Handle frame parameters (background and/or foreground
1375         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
1376         (ps-print-version): New version 6.7.1.
1377         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1378         (ps-frame-parameter): New fun.
1379         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1380         Fix doc and customization.
1381         (ps-begin-job): Get frame parameters (background and/or foreground
1382         colors).
1383         (ps-do-despool): Ensure ps-printer-name has a valid value.
1385 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1387         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
1388         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
1389         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
1390         mean unlimited.
1392 2007-01-20  Alan Mackenzie  <acm@muc.de>
1394         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
1395         much more rigorous analysis of putative K&R regions.
1397 2007-01-20  Alan Mackenzie  <acm@muc.de>
1399         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
1400         New functions.
1402 2007-01-20  Alan Mackenzie  <acm@muc.de>
1404         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1405         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1406         * progmodes/cc-langs.el, progmodes/cc-styles.el,
1407         * progmodes/cc-vars.el: Add my name.
1409 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1411         * files.el (find-alternate-file): Revert query message to Emacs 21
1412         version.
1414 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1416         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
1417         the doc string how to use personal abbrevs without electric
1418         keywords.
1420 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1422         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1423         Fixed cursor position when toggle abbreviated display.
1425 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
1427         * t-mouse.el: Update copyright following assignment by
1428         Alessandro Rubini.
1430 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1432         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
1433         (type-break-demo-boring): Call read-event instead of read-char.
1435 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
1437         * progmodes/compile.el: Add handling for makepplog.
1439 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1441         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
1442         aspell dictionaries are initialized when called non-interactively.
1444 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
1446         * progmodes/compile.el (compilation-loop): New arg limit.
1447         Handle case where the first error is at point-min.
1448         (compilation-next-error): New arg to compilation-loop call.
1450 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
1452         * info.el (Info-default-dirs): Change default info dir to
1453         share/info.
1455         * paths.el (Info-default-directory-list): Ditto.
1457 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
1459         * hexl.el (hexl-before-revert-hook): New function.
1460         (hexl-mode): Use it.
1461         (hexl-after-revert-hook): Just call hexl-mode.
1462         (hexl-mode-exit): Remove before-revert-hook.
1464 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
1468 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
1470         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
1471         by "-" in francais7 otherchars entry.
1472         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
1473         otherchars entry.
1475 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
1477         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
1478         path.  Rewrite function in `cond' style for readability.
1480         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
1481         (The path shortening, that is, not the rearrarangement.)
1483 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1485         * term/mac-win.el (mac-ae-quit-application): New function.
1486         (mac-apple-event-map): Bind "quit application" Apple event to it.
1488 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
1491         than the program's output.
1493 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
1495         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
1496         (kmacro-start-macro-or-insert-counter)
1497         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
1498         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
1500         * longlines.el (longlines-show-hard-newlines):
1501         * ruler-mode.el (ruler-mode-ruler):
1502         * emulation/keypad.el (keypad-setup):
1503         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
1504         Fix typo in docstring.
1506 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
1508         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
1509         Remove redirect character ">".
1511 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
1513         * replace.el (perform-replace): Remove leftover code.
1515 2007-01-12  Richard Stallman  <rms@gnu.org>
1517         * replace.el (perform-replace): Don't clear NODENT when computing
1518         the replacement string.
1520 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
1522         * net/tramp.el (tramp-handle-file-local-copy):
1523         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
1524         <christopher.ian.moore@gmail.com>.
1526 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * diff-mode.el (diff-sanity-check-context-hunk-half)
1529         (diff-sanity-check-hunk): New functions.
1530         (diff-find-source-location): Use'em to check the hunks are well-formed.
1532         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
1533         activate undo when undo is not active.
1534         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
1536 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1538         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
1539         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
1540         (ffap-url-at-point): Use char-classes rather than "a-z".
1542 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
1544         * ediff-init.el (ediff-autostore-merges):
1545         * textmodes/fill.el (fill-region): Doc fix.
1547 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * server.el (server-ensure-safe-dir): UIDs may be floats.
1551 2007-01-10  Richard Stallman  <rms@gnu.org>
1553         * battery.el (battery-linux-proc-acpi): Use ignore-errors
1554         around calls to directory-files.
1556         * subr.el (momentary-string-display): Use save-excursion.
1558         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
1559         argument, but read it as `X' does.
1561 2007-01-09  Juri Linkov  <juri@jurta.org>
1563         * info.el (Info-fontify-node): Don't hide node names of index entries.
1565         * faces.el (momentary): Change :group to basic-faces where all
1566         basic faces belong to.  Add :version.
1568 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1570         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
1571         keybinding is found.
1572         (tutorial--find-changed-keys): Never treat null keybinding as a
1573         remapping.
1575 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
1577         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
1579 2007-01-09  Kenichi Handa  <handa@m17n.org>
1581         * international/mule-cmds.el
1582         (select-safe-coding-system-interactively): Fix message.
1584 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
1586         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
1587         (tramp-process-actions): Add optional parameter TIMEOUT.
1588         (tramp-open-connection-telnet, tramp-open-connection-rsh)
1589         (tramp-open-connection-su): Add timeout of 60".
1591 2007-01-09  Richard Stallman  <rms@gnu.org>
1593         * progmodes/compile.el (compile): Doc fix.
1595 2007-01-09  Markus Triska  <markus.triska@gmx.at>
1597         * tumme.el (tumme-display-thumb): Doc fix.
1599 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
1601         * battery.el (battery-search-for-one-match-in-files):
1602         * bindings.el (mode-line-minor-mode-help):
1603         * x-dnd.el (x-dnd-types-alist):
1604         * calendar/icalendar.el (icalendar-import-buffer):
1605         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
1607         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
1609 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
1611         * replace.el (replace-regexp): Fix typo in docstring.
1613 2007-01-07  Alan Mackenzie  <acm@muc.de>
1615         * progmodes/cc-langs.el (c-operators, c-filter-ops):
1616         Amend doc-string and comments.
1618 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
1620         * files.el (abbreviate-file-name): Doc fix.
1622 2007-01-06  Markus Triska  <triska@gmx.at>
1624         * subr.el (split-string): Remove spurious ")" from doc string.
1626 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1628         * textmodes/table.el (table--warn-incompatibility):
1629         Use display-warning instead of momentary-string-display.
1631 2007-01-05  Richard Stallman  <rms@gnu.org>
1633         * image.el (image-type-header-regexps): Recognize xbm more strictly.
1635         * simple.el (backward-kill-word): Doc fix.
1637 2007-01-05  Romain Francoise  <romain@orebokech.com>
1639         * international/mule.el (sgml-html-meta-auto-coding-function):
1640         Ensure that the buffer contains a HTML document.
1642 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1644         * faces.el (momentary): Move here ...
1645         * subr.el (momentary): ... from here.
1647 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
1649         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
1650         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
1651         large structures/arrays.
1653 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
1655         * files.el (find-file-noselect-1, set-visited-file-name):
1656         Allow backup-enable-predicate to be nil.
1658 2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1660         * subr.el (momentary): New face.
1661         (momentary-string-display): Display the string via a temporary
1662         overlay using the new face, instead of inserting it in the buffer.
1664 2007-01-04  Andreas Schwab  <schwab@suse.de>
1666         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
1667         last change.
1669 2007-01-03  Richard Stallman  <rms@gnu.org>
1671         * woman.el (woman-decode-buffer): Clarify error message.
1673 2007-01-03  Alan Mackenzie  <acm@muc.de>
1675         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
1677 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
1679         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
1681 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1683         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
1685 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1687         * emulation/viper.el (viper-custom-file-name, viper-mode):
1688         Fix typos in docstrings.
1690         * subr.el (momentary-string-display): After moving point, set POS
1691         variable to it to avoid later errors once the buffer is modified.
1692         Doc fix.
1694 2007-01-02  Alan Mackenzie  <acm@muc.de>
1696         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
1697         check that the "*/" is present before trying to manipulate it.
1699 2007-01-02  Richard Stallman  <rms@gnu.org>
1701         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
1703         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
1704         Fix format of value.
1706         * cus-edit.el (customize-unsaved): Rename from customize-customized.
1707         Change messages accordingly.
1708         (customize-customized): Now alias.
1710 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1712         * files.el (version-control): Doc fix.
1714 2007-01-01  Alan Mackenzie  <acm@muc.de>
1716         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
1717         Check the format of c-state-cache is valid for an optimisation before
1718         using it.
1720         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
1721         are at a statement within a macro".  Other changes so that only
1722         the first continuation line in a macro gets the symbol
1723         `cpp-define-intro', the others getting `statement', or whatever.
1725         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
1726         a string, preserve whitespace.  Add a backslash only when also in
1727         a macro.
1729         * progmodes/cc-defs.el: Correct typos.
1731         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
1732         new line after an escaped EOL in a string.
1734         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
1735         label when it directly follows "else", "do", ....
1737         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
1738         angle brackets (as seen in "explicit specialisations" of C++
1739         templates).
1741         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
1742         in the doc-string.
1744         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
1745         when the comment ender looks like "=========*/" and is alone on
1746         its line.
1748         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
1749         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
1750         for the old name.
1752         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
1753         c-\(beginning\|end\)-of-defun by default.
1755         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
1756         New line-up function, for the DEFUN macro in the Emacs C sources.
1757         Only used in "gnu" style.
1759         * progmodes/cc-styles.el (c-style-alist): Use this new function in
1760         the "gnu" style.
1762         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
1763         clean-up comment-close-slash also to work when there's a comment
1764         terminator on the line.
1765         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
1766         these for large arg - only take account of top level {..}, except
1767         for initial and final adjustments.  M-- C-M-[ae] now go to the
1768         right defuns when the starting point is between defuns.  They use
1769         the four new functions:
1770         (c-in-function-trailer-p, c-where-wrt-brace-construct)
1771         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
1772         support c-\(beginning\|end\)-of-defun.
1774         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
1775         expressions more rigorously, to exclude bit-field specifiers from
1776         being classed as labels.
1777         (c-forward-label): When analyzing a ":" within a macro, be careful
1778         about using c-forward-syntactic-ws at the macro beginning.
1779         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
1780         stmt boundary, check for "operator=", etc.
1782         * progmodes/cc-mode.el (c-postprocess-file-styles):
1783         Bind inhibit-read-only to t, around the call to
1784         c-remove-any-local-eval-or-mode-variables, so that it works on a
1785         RO file.
1787         * progmodes/cc-defs.el (c-version): Update the version number to
1788         "5.31.4".
1790 2007-01-01  Richard Stallman  <rms@gnu.org>
1792         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
1793         only if we restored isearch-window-configuration.
1795 2006-12-31  Romain Francoise  <romain@orebokech.com>
1797         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
1799 2006-12-31  Kim F. Storm  <storm@cua.dk>
1801         * files.el (auto-mode-case-fold): New defcustom.
1802         (set-auto-mode): If non-nil, perform second case-sensitive pass
1803         through auto-mode-alist if first pass failed.
1805 2006-12-30  Richard Stallman  <rms@gnu.org>
1807         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
1809 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
1811         * allout.el (allout-encrypt-string): Handle symmetric-key
1812         passphrase caching but leave keypair caching to pgg.
1814 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
1816         Sync with Tramp 2.0.55.
1818         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
1819         `integerp'.  `char-equal' could fail else in case of negative
1820         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
1821         (top): Check for `font-lock-add-keywords' before calling; it
1822         doesn't exist under XEmacs.
1823         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
1824         (tramp-completion-mode): Remove clause (not
1825         tramp-unified-filenames), because the function is called in other
1826         context too, where this check results in wrong results in the
1827         XEmacs case on Windows.
1828         (tramp-touch): UTC handling is not possible for XEmacs.
1830 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1832         * scroll-bar.el (previous-scroll-bar-mode): New variable
1833         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
1834         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
1836         * term/x-win.el: Set scroll bar mode to right if set by X resources.
1838 2006-12-30  Richard Stallman  <rms@gnu.org>
1840         * files.el (make-backup-file-name-1): Precompute abs name
1841         but don't lose the relative name.
1843         * international/mule-cmds.el (select-safe-coding-system-interactively):
1844         Fix message.
1846 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1848         * files.el (backup-buffer): Show entire backup file name in msg.
1850 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
1852         * image.el (image-type-header-regexps, image-type-from-data)
1853         (image-type-from-buffer, image-type-from-file-header):
1854         Revert changes from 2006-12-26.
1855         (image-type-auto-detectable): New variable.
1856         (image-type-auto-detected-p): New function.
1858         * files.el (magic-mode-alist): Detect image files with
1859         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
1861 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
1863         * dired.el (dired-sort-other): Move test for dired-mode...
1864         (dired-sort-set-modeline): ...to here.
1866 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1868         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
1869         change.  Suggested by Stefan Monnier.
1871 2006-12-29  Kim F. Storm  <storm@cua.dk>
1873         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
1874         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
1876 2006-12-27  Kim F. Storm  <storm@cua.dk>
1878         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
1879         so it doesn't accidentally match an fsf.org mail address.
1880         (authors-renamed-files-alist): Add tcover-*.el.
1882 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1884         * vc-arch.el (vc-arch-find-version): New function.
1886         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
1887         composed of arbitrary characters (even /) in some systems.
1889 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
1891         * international/mule-cmds.el (select-safe-coding-system-interactively):
1892         Improve the message in the *Warning* buffer.
1894 2006-12-27  Kim F. Storm  <storm@cua.dk>
1896         * ido.el (ido-set-matches-1): Fix last change.  If default item is
1897         current buffer, it is ok to be first.
1899 2006-12-27  Kenichi Handa  <handa@m17n.org>
1901         * international/mule-cmds.el (select-safe-coding-system-interactively):
1902         Use face `link' for problematic chars.
1904 2006-12-27  Kenichi Handa  <handa@m17n.org>
1906         * international/mule-cmds.el (select-safe-coding-system-interactively):
1907         Improve the message in *Warning* buffer.
1909 2006-12-27  Kim F. Storm  <storm@cua.dk>
1911         * ido.el (ido-set-matches-1): Never put current buffer first if
1912         there are other matches.
1914 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
1916         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
1917         expressions.
1918         (gdb-var-delete): Handle duplicate names.  Print message for non
1919         root expressions.
1920         (gdb-partial-output-name): Start buffer name with a space.
1921         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
1922         buffer name.
1924 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1926         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
1927         last footnote when `footnote-spaced-footnotes' is nil.
1929 2006-12-26  Richard Stallman  <rms@gnu.org>
1931         * cus-edit.el (custom-browse-sort-alphabetically)
1932         (custom-buffer-sort-alphabetically)
1933         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
1935         * image.el (image-type-header-regexps): Change element format
1936         to include third item NOT-ALWAYS.
1937         (image-type-from-data): Handle new format.
1938         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
1939         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
1941 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
1943         * add-log.el (add-log-current-defun): Call `forward-sexp'
1944         multiple times to pick a member function name defined as
1945         part of nested classes/namespaces.
1947 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1949         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
1950         which keymap should be used to change menu.  It does not affect any
1951         existent code.
1953 2006-12-26  Richard Stallman  <rms@gnu.org>
1955         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
1956         rather than for being in a minibuffer window.
1958 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
1960         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
1961         locale-coding-system.
1962         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
1963         LF.
1965 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
1967         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
1968         (sql-mode-syntax-table): Disable double quoted strings.
1969         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
1971 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1973         * startup.el (fancy-splash-last-input-event): New variable.
1974         (fancy-splash-special-event-action): New function.
1975         (fancy-splash-screens): Temporarily bind special events to it.
1976         Execute command for saved special event before exiting from
1977         recursive editing.
1979         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
1980         New functions.
1981         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
1982         Use mac-unread-string.
1984 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1986         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
1987         an optimized comment regexp if `comment-start-skip' uses a ^.
1988         * bs.el (bs--up): Remove interactive spec.
1990 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1992         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
1993         Suggested by James Cloos.
1995 2006-12-24  Kevin Ryde  <user42@zip.com.au>
1997         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
1998         in March.
1999         (calendar-dst-ends): Default to first Sunday in November.
2001 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
2003         * allout.el (allout-encrypt-string): Inhibit use of agent within
2004         body of let form where encryption happens.  Acknowledge non-use of
2005         gpg-agent in docstring.
2006         (allout-toggle-subtree-encryption): Acknowledge non-use of
2007         gpg-agent in docstring.
2009 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
2011         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2013 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2015         * ediff-diff.el (ediff-diff-options): Clarify docstring.
2016         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
2018         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
2019         in hooks.
2020         (viper-add-newline-at-eob-if-necessary): Add newline only if we
2021         actually modify buffer; ignore errors if occur.
2023 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
2025         * calendar/calendar.el (calendar-mode-map): Switch < and >.
2026         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
2027         formatting.
2029 2006-12-23  Richard Stallman  <rms@gnu.org>
2031         * simple.el (delete-horizontal-space): Doc fix.
2033 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
2035         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
2036         explicitly in a recursive Make, not implicitly through prerequisites,
2037         since the latter is wrong under parallel builds.
2039 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
2041         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
2043 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2045         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
2046         message string.
2048 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
2050         * outline.el (outline-next-visible-heading): Fix the case with a
2051         header at end-of-file with no final newline.
2053 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
2055         * indent.el (tab-always-indent): Doc fix.
2057 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
2059         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2060         (Info-fontify-node): Do fontify indices.
2062         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2063         to the Emacs Lisp reference manual.
2064         (tutorial--tab-map): Remove.  All callers changed.
2065         (tutorial--find-changed-keys): New elt QUIET, used to...
2066         (tutorial--display-changes): ...ensure that warning messages are
2067         only issued once per changed key.
2068         (tutorial--remove-remarks): Delete unused code-path.
2069         (lang-strings): Remove extraneous formatting.
2070         (tutorial--save-tutorial): Prompt before saving tutorial state.
2072 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
2074         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
2075         Replace '?\ ' by '?\s' throughout.
2076         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
2077         `help' custom group.
2078         (tutorial--key-description): New function.
2079         (tutorial--display-changes): Remove redundant arg.  Scan for all
2080         key sequences to avoid false matches.  Cleanup.
2081         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2082         reduce homedir pollution.
2083         (help-with-tutorial): Call tutorial--display-changes with no arg.
2085 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
2087         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2089 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
2091         * net/tramp.el (tramp-default-method): We still need to check for
2092         `executable-find', because it is not bound under Emacs 20.
2093         (tramp-handle-file-name-completion)
2094         (tramp-completion-handle-file-name-completion): Handle optional
2095         parameter PREDICATE.
2096         (tramp-find-default-method): Add code for default values.
2098 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
2100         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2101         make gud-go send "continue".
2103 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
2105         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2106         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
2108 2006-12-19  Kim F. Storm  <storm@cua.dk>
2110         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2111         instead of global-map.
2113         * files.el (magic-mode-alist): Allow matching file type by
2114         calling a function at bob.  Check for image types by calling
2115         image-type-from-buffer.  Suggested by Juanma Barranquero.
2116         (set-auto-mode): Do it.
2118 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
2120         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2121         Remove "ControlMaster" option from the other `scp*' methods.
2122         (tramp-default-method): Check for ssh-agent before setting to `scp'.
2124 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2126         * textmodes/org.el (org-mode): Show context after isearch.
2127         (org-show-siblings): New function.
2128         (org-show-context): Use `org-show-siblings'.
2130 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2132         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2133         Use syntax-ppss-toplevel-pos.
2135 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2137         * textmodes/org.el (org-current-line): Make sure that lines are
2138         counted from beginning of buffer.
2139         (org-table-copy-region, org-table-paste-rectangle): Make sure that
2140         lines are counted from beginning of buffer.
2142 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2144         * info.el (Info-build-node-completions): Signal error if tag-table
2145         marker is not found.
2147         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2149 2006-12-17  Alan Mackenzie  <acm@muc.de>
2151         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2152         speed) the case when open-paren-in-column-0-is-defun-start is nil.
2153         Based on code by Martin Rudalics.
2155         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2156         open-paren-in-column-0-is-defun-start to nil any more.
2158 2006-12-17  Richard Stallman  <rms@gnu.org>
2160         * simple.el (delete-horizontal-space): Use prefix arg.
2162         * help-fns.el (describe-variable): Improve blank separator lines.
2164         * files.el (magic-mode-alist): Mark as risky.
2166         * files.el (make-backup-file-name-1):
2167         Expand backup-directory explicitly.
2169 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
2171         * net/tramp.el (tramp-default-method): Before setting to "pscp",
2172         check whether package password.el is loaded, or Pageant is running.
2174 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
2176         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2177         (icalendar--rris): First try Emacs, then XEmacs.
2178         (icalendar--convert-ical-to-diary): Doc fix.
2179         Insert newline at end of target file.
2181 2006-12-17  Kim F. Storm  <storm@cua.dk>
2183         * outline.el (outline-isearch-open-invisible-function): New defvar.
2184         (outline-flag-region): Use it if non-nil for isearch-open-invisible
2185         overlay property instead of outline-isearch-open-invisible.
2187 2006-12-16  Kim F. Storm  <storm@cua.dk>
2189         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2190         if ido-directory-too-big is set on entry.
2191         (ido-toggle-ignore, ido-completion-help): Print message while
2192         reading big directory.
2194 2006-12-15  Richard Stallman  <rms@gnu.org>
2196         * shell.el (shell): Doc fix.
2198 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
2200         * emulation/edt.el (edt-xserver):
2201         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2202         to fix a problem on Cygwin.
2204         * emulation/edt.el
2205         * emulation/edt-mapper.el
2206         * emulation/edt-lk201.el
2207         * emulation/edt-pc.el
2208         * emulation/edt-vt100.el: Update maintainer's email address.
2210 2006-12-15  Simon Marshall  <simon@gnu.org>
2212         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2214 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2216         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2217         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2218         instead of mac-atsu-font-table.
2219         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2221 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
2223         * align.el (align-match-tex-pattern): Fix a rare bug which
2224         hanged Emacs.
2226 2006-12-14  Richard Stallman  <rms@gnu.org>
2228         * startup.el (use-fancy-splash-screens-p): Use frame-height
2229         instead of window-height.  Pass frame to image-size.
2231 2006-12-13  Kenichi Handa  <handa@m17n.org>
2233         * international/mule-cmds.el (set-locale-environment):
2234         Set default-sendmail-coding-system too.
2236 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
2238         * progmodes/idlw-help.el: Fix copyright notice.
2240 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2244 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2246         * subr.el (unread-command-char): Reformat obsolescence info.
2248 2006-12-11  Richard Stallman  <rms@gnu.org>
2250         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2251         about calls to cl-struct-setf-expander.
2253 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2255         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2256         (ediff-combination-pattern): Fix typo in docstring.
2258         * textmodes/refer.el (refer-find-entry): Doc fix.
2259         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2260         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2261         Fix tipos in docstrings.
2263         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2265 2006-12-10  Kim F. Storm  <storm@cua.dk>
2267         * ido.el (ido-init-completion-maps): Remap backward-kill-word
2268         instead of binding M-backspace.
2270 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
2272         * replace.el (replace-match-data, replace-match-maybe-edit):
2273         * calc/calc-aent.el (calc-eval-error):
2274         * emulation/vi.el (vi-char-argument):
2275         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
2276         (c-vsemi-status-unknown-p-fn): Doc fixes.
2278 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2280         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
2281         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
2283 2006-12-10  Masatake YAMATO  <jet@gyve.org>
2285         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
2287 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
2289         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
2291         * man.el (Man-xref-button-action): New function.  If the
2292         `Man-target-string' button property is a function, assume it
2293         accepts a position argument.
2294         (Man-abstract-xref-man-page): Use it.
2295         (Man-default-man-entry): New optional arg POS.
2297         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
2298         symlink arrows read-only and non-rear-sticky.
2300 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
2302         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2303         (wdired-search-and-rename): Simplify code.
2304         (wdired-preprocess-files, wdired-preprocess-perms): Make
2305         read-only property of preceding character rear-nonsticky to
2306         avoid that it can be modified.  Put old-name and old-link
2307         properties on character preceding name and replace
2308         put-text-property by add-text-properties.
2309         (wdired-get-filename, wdired-get-previous-link): Get old-name
2310         and old-link properties from character preceding name and
2311         simplify code.
2312         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2313         (wdired-perms-to-number): Make local-map property
2314         rear-nonsticky to avoid that text following permissions may be
2315         modified.  Use add-text-properties instead of put-text-property
2316         when changing a permission bit.
2317         (wdired-change-to-dired-mode): Remove stickiness properties.
2319 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
2321         * international/mule-cmds.el (register-input-method): Doc fix.
2323 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
2325         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
2327 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2329         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
2330         Force buffer local defs evaluation on local variables loading.
2331         (flyspell-mode-on, flyspell-mode-off): Use it in
2332         `hack-local-variables-hook'.
2334 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
2336         * emacs-lisp/find-func.el (find-variable): Doc fix.
2338         * help-fns.el (variable-at-point): Doc fix.
2340         * w32-fns.el (w32-append-code-lines): New function.
2342 2006-12-09  Romain Francoise  <romain@orebokech.com>
2344         * comint.el (comint-insert-input): Delete obsolete comment.
2346 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
2348         * files.el (insert-file-1): Compare file size to
2349         large-file-warning-threshold and request confirmation when
2350         warranted.
2352 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2354         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
2355         current frame, in case we're connected to several displays.
2357 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2359         * frame.el (other-frame): Doc fix.
2360         (set-frame-parameter): Fix typo in docstring.
2362 2006-12-07  Kim F. Storm  <storm@cua.dk>
2364         * info.el (Info-index): Strip leading colon from topic.
2366 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
2368         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
2369         to pointers.
2371 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
2373         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
2374         Trim out spurious class inheritance "None" entries.
2376 2006-12-05  Kim F. Storm  <storm@cua.dk>
2378         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
2379         (cua-paste-pop): Rework last change for
2380         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
2381         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
2382         text inserted by the last M-y command.
2384 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2386         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
2387         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
2389         * shell.el (shell): Search the start file in ~/.emacs.d as
2390         `init_SHELLNAME.sh' instead.
2392 2006-12-05  Glenn Morris  <rgm@gnu.org>
2394         * progmodes/cperl-mode.el (cperl-mode)
2395         * progmodes/f90.el (f90-mode-abbrev-table)
2396         * progmodes/fortran.el (fortran-mode-abbrev-table)
2397         * progmodes/octave-mod.el (octave-abbrev-table)
2398         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
2399         if abbrev-table is non-nil (saved user abbrevs may have been restored).
2401         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
2402         clear abbrev table, else saved abbrevs will not be restored.
2404 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2406         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
2407         the call to `make-obsolete-variable', not in the docstring.
2409 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
2411         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
2413 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2415         * progmodes/ebnf-abn.el:
2416         * progmodes/ebnf-bnf.el:
2417         * progmodes/ebnf-dtd.el:
2418         * progmodes/ebnf-ebx.el:
2419         * progmodes/ebnf-iso.el:
2420         * progmodes/ebnf-otz.el:
2421         * progmodes/ebnf-yac.el:
2422         * progmodes/ebnf2ps.el:
2423         * delim-col.el:
2424         * printing.el:
2425         * ps-bdf.el:
2426         * ps-mule.el:
2427         * ps-print.el: Remove 'Time-stamp' comment mark.
2429         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2430         'easy-menu-add-item' when called in Emacs 21 or higher.
2432 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
2434         * progmodes/ada-xref.el (ada-check-current): Doc fix.
2435         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
2437 2006-12-04  Kim F. Storm  <storm@cua.dk>
2439         * bindings.el (global-map): Bind [signal t] to ignore, to have
2440         user signals ignored by default.
2442 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2444         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
2445         Unicode data file pointed to by `describe-char-unicodedata-file'.
2447 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2449         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
2450         O(n^2) regexp-search by anchoring the search.
2452 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
2454         * whitespace.el (whitespace-cleanup-internal): Use current
2455         argument for recursive call.
2457 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
2459         * net/tramp.el (tramp-methods): Add "ControlPath" and
2460         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
2461         Andreas Schwab <schwab@suse.de>.
2462         (tramp-do-copy-or-rename-file-out-of-band)
2463         (tramp-open-connection-rsh): Compute format spec for ?t.
2464         (tramp-process-actions): Trace command parameters.
2466 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
2468         * simple.el (toggle-truncate-lines): Clarify doc string.
2470         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
2471         (gdb-speedbar-expand-node): Use it.
2473 2006-12-04  Richard Stallman  <rms@gnu.org>
2475         * progmodes/python.el (python-indent): Add safe-local-variable prop.
2477         * dired.el (dired-revert): Turn off dired-after-readin-hook
2478         around call to dired-readin.
2480         * menu-bar.el (menu-bar-make-toggle): Add "globally"
2481         to echo area messages.
2482         <indicate-empty-lines, case-fold-search>:
2483         Add "globally" to Help string.
2484         <case-fold-search>: MESSAGE arg need not say "globally".
2485         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
2487 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
2489         * outline.el (outline-end-of-subtree): Don't leave an empty
2490         line hidden as we would a real next heading.
2492 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
2494         * allout.el (allout-ascend): Add an optional argument to preserve
2495         original position of point when unsuccessful.  Also, fix a
2496         docstring error.
2497         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
2498         work again, using allout-ascend's new option.
2499         (allout-setup-mode-map): Extract from allout-mode to initialize
2500         allout-mode-map.  Call it on file load, so the mode docstring
2501         substitutions work even if allout mode has not yet been invoked.
2502         (allout-mode): Use new allout-setup-mode-map to track any keybinding
2503         customizations since the map was last processed.  Also, refine the
2504         docstring so it's ship-shape for release.
2505         (allout-default-layout, allout-beginning-of-line-cycles)
2506         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
2507         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
2508         (allout-version, allout-layout, allout-infer-body-reindent)
2509         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
2510         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
2511         (allout-previous-heading, allout-goto-prefix-doublechecked)
2512         (allout-current-bullet-pos, allout-next-sibling-leap)
2513         (allout-pre-command-business, allout-encrypted-type-prefix)
2514         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
2515         (allout-rebullet-topic, allout-rebullet-topic-grunt)
2516         (allout-flag-region, allout-expose-topic, allout-expose-topic)
2517         (allout-old-expose-topic, allout-listify-exposed)
2518         (allout-process-exposed, allout-latex-verb-quote)
2519         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
2520         (allout-toggle-current-subtree-encryption)
2521         (allout-toggle-subtree-encryption, allout-bullet-isearch):
2522         Remove extraneous open-paren and close paren string escapes.
2524 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
2526         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
2527         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
2528         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
2529         Fix typos in docstrings.
2531 2006-12-03  Glenn Morris  <rgm@gnu.org>
2533         * progmodes/cc-align.el
2534         * progmodes/cc-awk.el
2535         * progmodes/cc-cmds.el
2536         * progmodes/cc-compat.el
2537         * progmodes/cc-defs.el
2538         * progmodes/cc-engine.el
2539         * progmodes/cc-langs.el
2540         * progmodes/cc-menus.el
2541         * progmodes/cc-mode.el
2542         * progmodes/cc-styles.el
2543         * progmodes/cc-vars.el
2544         * progmodes/vhdl-mode.el: Fix Copyright format.
2546 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
2548         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
2549         initial down event.
2551 2006-12-02  Kim F. Storm  <storm@cua.dk>
2553         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
2554         (cua-repeat-replace-region): Make M-v more robust.
2555         (cua-paste-pop-rotate-temporarily): New defcustom.
2556         (cua-paste-pop): Use it.
2557         (cua-auto-mark-last-change): New defcustom.
2558         (cua-pop-to-last-change): New helper function.
2559         (cua-set-mark): Use them.
2561 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
2563         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
2564         mini-buffer message.
2566 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
2568         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2570 2006-12-01  Ben North  <ben@redfrontdoor.org>
2572         * paren.el: Fix the highlight overlay extension when the user types a
2573         sequence of char very fast just before the open parenthesis.
2575 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2577         * ps-mule.el: Eliminate Emacs 20 compatibility.
2579         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
2580         (ps-print-version): New version 6.7.
2581         (ps-print-quote): Replace '?\ ' by '?\s'.
2583 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2585         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
2586         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
2587         (hexl-end-of-1k-page): Doc fixes.
2588         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
2589         Fix typos in docstrings.
2591 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2593         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
2594         locally, i.e. without using file name handlers.
2595         (ido-read-internal): Allow mono letter host names, avoiding the
2596         `c:' problem by testing if the file exists locally.
2597         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
2599 2006-11-30  Masatake YAMATO  <jet@gyve.org>
2601         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
2602         to avoid bytecomp warnings.
2603         (hexl-mode-old-ruler-function): New variable.
2604         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
2605         and `hl-line-range-function' after `require' hl-line.
2606         Then bind `hl-line-range-function' and `hl-line-face'.
2607         Don't require frame.  Don't use `with-no-warnings'.
2608         (hexl-activate-ruler): Store the original value of
2609         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
2610         (hexl-mode-exit): Restore the original value of
2611         `ruler-mode-ruler-function'.
2613 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2615         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
2616         (hexl-mode-old-hl-line-face): New variable.
2617         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
2618         line when exit from the hexl-mode.
2620 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2622         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
2623         Doc fixes.
2625         * international/fontset.el (create-fontset-from-ascii-font)
2626         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
2627         (fontset-name-p): Fix typo in docstring.
2629         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
2631 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2633         * ps-bdf.el: Fix maintainer email.
2635         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
2636         compatibility.
2638         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
2639         21 compatibility.
2640         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
2641         Emacs 20 & 21.
2643 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
2645         * progmodes/idlwave.el (idlwave-auto-fill):
2646         Remove paragraph-start let to prevent auto-fill giving up.
2648 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
2650         * vt100-led.el (led-state): Fix typo in previous change.
2652 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2654         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2655         Fix interactive spec of the functions getting defined to make them
2656         work as documented.
2658 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
2660         * startup.el (fancy-splash-screens): Hide initial splash buffer.
2662 2006-11-28  Kim F. Storm  <storm@cua.dk>
2664         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
2665         icomplete-mode is enabled.
2667 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
2669         * textmodes/org.el (require): Require gnus-sum during compilation
2670         to avoid problem with a macro call.
2672 2006-11-28  Glenn Morris  <rgm@gnu.org>
2674         * emacs-lisp/authors.el (authors-aliases): Add new alias.
2676         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
2677         (fortran-window-create-momentarily): Do not need string-to-char.
2679 2006-11-28  Richard Stallman  <rms@gnu.org>
2681         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2682         Replace incorrect use of assoc-default with a loop.
2684         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
2686         * simple.el (next-error-find-buffer): Improve messages.
2688         * files.el (revert-buffer): Special error message if file
2689         is now not readable.
2691         * facemenu.el (facemenu-add-new-face): Improve doc strings of
2692         constructed commands.
2694         * comint.el (comint-exec-1): Provide Emacs version and `comint'
2695         in INSIDE_EMACS.
2697 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2699         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
2701         * server.el: Remove spurious * in docstrings.
2702         (server-process-filter): Exit from recursive editing before processing
2703         a new request.
2705 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
2707         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
2708         line so hidden blocks will be correctly identified.
2710 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
2712         * ledit.el (ledit-save-defun, ledit-mode):
2713         * resume.el (resume-emacs-args-buffer):
2714         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
2715         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
2716         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
2717         (command-send-input, command-kill-line):
2718         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
2720         * autoarg.el (autoarg-kp-mode): Doc fix.
2722         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
2723         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
2724         (check-emacs-lock): Doc fix.  Simplify.
2726         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
2727         (iimage-mode-buffer): Fix typos in docstring.
2729         * misc.el (zap-up-to-char): Doc fix.
2731         * time-stamp.el: Fix comment and obsolescence string for old
2732         functions.  Use `dolist' instead of `while'.
2734         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
2736         * disp-table.el (standard-display-8bit, standard-display-default):
2737         * ebuff-menu.el (electric-buffer-list):
2738         * ehelp.el (electric-help-command-loop):
2739         * font-core.el (font-lock-mode):
2740         * help-macro.el (make-help-screen):
2741         * help.el (describe-minor-mode-completion-table-for-indicator)
2742         (lookup-minor-mode-from-indicator):
2743         * indent.el (tab-to-tab-stop, move-to-tab-stop):
2744         * info-look.el (info-lookup-guess-custom-symbol):
2745         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
2746         * longlines.el (longlines-wrap-line):
2747         * macros.el (insert-kbd-macro):
2748         * menu-bar.el (menu-bar-update-buffers):
2749         * misc.el (copy-from-above-command):
2750         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
2751         * newcomment.el (comment-indent):
2752         * novice.el (disabled-command-function):
2753         * sort.el (sort-fields-syntax-table):
2754         * subr.el (momentary-string-display):
2755         * tar-mode.el (tar-header-block-summarize)
2756         (tar-clear-modification-flags):
2757         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
2758         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
2759         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
2760         (te-delete-char, te-down-vertically-or-scroll):
2761         * time-stamp.el (time-stamp-string-preprocess):
2762         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
2764 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2766         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
2767         in GUD mode.
2769         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
2770         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
2772 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2774         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
2776 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
2778         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
2779         (ada-compile-goto-error): Adapt to new argument profile of
2780         compilation-goto-locus in Emacs 22.  Don't check if the various
2781         compile functions are defined; we already do "(require 'compile)".
2783 2006-11-26  Kim F. Storm  <storm@cua.dk>
2785         * kmacro.el: Fix commentary.
2787 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2789         * progmodes/gud.el (gdb): Explain how to run in text command mode
2790         more clearly.  Say in error message that multiple debugging
2791         requires restarting GDB.
2793 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
2795         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2797 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
2799         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
2800         (flymake-popup-menu): Use it instead of posn-at-point.
2802 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2804         * progmodes/cc-vars.el (c-backslash-column):
2805         Mention c-backslash-max-column in documentation for c-backslash-column.
2807 2006-11-24  Lars Hansen  <larsh@soem.dk>
2809         * net/tramp.el (tramp-default-method): Under Windows, change from
2810         plink to pscp.
2811         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
2812         (tramp-actions-copy-out-of-band):
2813         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
2814         (tramp-action-out-of-band): Move "Permission denied" handling to
2815         tramp-action-copy-failed.
2816         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
2817         process buffer.
2819 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2822         strings to a single string.  Quote `errors-file-name'.
2823         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2824         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2825         Adjust calls.  Use `shell-quote-argument'.
2827         * international/mule.el (load-with-code-conversion)
2828         (with-category-table): Use with-current-buffer.
2829         (after-insert-file-set-coding): Use restore-buffer-modified-p.
2831 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
2833         * mail/smtpmail.el (smtpmail-send-it):
2834         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
2835         MIME header for the message encoding.
2836         Bind coding-system-for-write around the call to mail-do-fcc.
2837         Use smtpmail-code-conv-from to encode queued mail messages.
2839 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2841         * tabify.el (tabify-regexp): Doc fix.
2843         * net/rcirc.el (rcirc-buffer-maximum-lines):
2844         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
2846         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
2847         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
2848         Fix typos in output messages.
2849         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
2851 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2853         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
2854         the horse's mouth.
2855         (hexlify-buffer): Don't re-encode an arg that's already encoded.
2857 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2859         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
2860         Remove condition-case.
2862 2006-11-23  Glenn Morris  <rgm@gnu.org>
2864         * progmodes/f90.el (f90-comment-indent): Do not move point in
2865         default case.
2867 2006-11-21  Romain Francoise  <romain@orebokech.com>
2869         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
2870         from library name (reverts change of 2005-10-25).
2872 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2874         * tutorial.el (tutorial--default-keys): Add newline and
2875         delete-backward-char bindings.
2876         (tutorial--detailed-help): Save excursion when finding keys.
2877         Correct warning string for M-x FOO case.
2878         (tutorial--display-changes): Print special keys in tutorial style.
2879         Tweak search regexp for changed keys.
2881 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2883         * thingatpt.el (thing-at-point-url-at-point): Don't add a
2884         redundant scheme.
2886 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
2888         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
2889         are new to the list at IANA.  Also added irc, mms, mmsh.
2891 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
2893         * progmodes/idlw-help.el (idlwave-html-help-location):
2894         Fail gracefully for missing help packages.
2895         (idlwave-help-assistant-open-link): Open full links.
2896         (idlwave-help-assistant-help-with-topic): Direct help link.
2898         * progmodes/idlwave.el (idlwave-mode):
2899         Set add-log-current-defun-function.
2900         (idlwave-current-routine-fullname): Add, to support add-log.
2901         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
2902         to reflect improvements to xml-parse-file.
2903         (idlwave-mode-menu-def): New binding for help-with-topic.
2905         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
2906         Handle extra newlines and spaces.
2907         (idlwave-shell-mode-map): Add help-with-topic.
2909 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
2911         * tutorial.el (tutorial-warning-face): New face.
2912         (tutorial--detailed-help, tutorial--display-changes): Use it.
2913         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
2914         Improve search pattern for occurrences of changed keys.
2916 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2918         * term/x-win.el (x-last-cut-buffer-coding): New variable.
2919         (x-select-text): Set it.
2920         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
2921         when checking for newness.
2923 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
2925         * subr.el (posn-image):
2926         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
2928         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
2930 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2932         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
2933         Exceptions to the rule "add a space between an identifier and an
2934         opening parenthesis".  Defaulted to the `#define' problem of cpp.
2935         (glasses-parenthesis-exception-p): New.  Check if the region is an
2936         exception regarding to that.
2937         (glasses-make-readable): Use it.
2938         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
2939         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2941 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
2943         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
2945 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
2947         * progmodes/ada-mode.el (ada-make-body): Fix typo.
2949         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
2950         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2952 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
2954         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
2955         conditions for function or variable bindings.
2957         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2959         * progmodes/compile.el (compilation-start): Ditto.
2961 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
2963         * net/tramp.el (top): cl and custom are always required.
2965 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2967         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
2968         cut-buffers with next-selection-coding-system if not nil.
2970 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2972         * textmodes/org.el (org-fix-decoded-time): New function.
2973         (org-display-custom-time): Use `org-fix-decoded-time'.
2975 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
2977         * menu-bar.el (menu-bar-games-menu): Remove yow.
2979 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2981         * textmodes/org.el (org-scan-tags): Re-align code fixed.
2982         (org-detach-overlay): Rename from `org-detatch-overlay'.
2983         (org-table-convert-region): Insert space after column separator.
2984         (org-agenda-kill): New command.
2985         (org-metaleft): Call `org-outdent-item' on bullets.
2986         (org-metaright): Call `org-indent-item' on bullets.
2987         (org-timestamp-change): Set `org-last-changed-timestamp'.
2988         (org-current-line): Make sure (bolp) returns correct result.
2989         (org-agenda-change-all-lines): Make sure TODO are highlighted.
2991 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2993         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
2995 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
2997         * mouse.el (global-map): Change 2006-08-16 fix to call
2998         mouse-yank-at-click explicitly, since mouse events are not carried
2999         over into keyboard macros.
3001 2006-11-16  Kim F. Storm  <storm@cua.dk>
3003         * ido.el (ido-file-internal): Use current buffer's file name as default
3004         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
3006 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
3008         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3009         (allout-inhibit-aberrance-doublecheck): Rename from
3010         allout-during-yank-processing.  All callers changed.
3011         (allout-ascend): Provide for unusual case where some topic after
3012         the first in file is at lower depth than the first.
3013         (allout-shift-in): Ensure the offspring of the new containing
3014         topic are exposed.
3015         (allout-encrypt-string): Preserve the coding-system of the text,
3016         according to that of the containing buffer.
3017         (allout-toggle-subtree-encryption): When the text being encrypted
3018         requires a different coding system, offer to preserve the coding
3019         system using a file local var.
3021 2006-11-15  Simon Marshall  <simon@gnu.org>
3023         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
3024         to recognise "T t()" as a function declaration, rather than a
3025         variable instantiation, iff at the top-level or inside a class
3026         declaration.  Suggested by Feng Li <fengli@gmail.com>.
3028 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
3030         * progmodes/ada-xref.el (ada-parse-prj-file):
3031         Don't delete project buffer; user may want to edit it.
3032         (ada-xref-set-project-field, ada-xref-current-project-file)
3033         (ada-xref-current-project, ada-show-current-project)
3034         (ada-set-main-compile-application): New functions.
3035         (ada-xref-get-project-field, ada-require-project-file):
3036         Normalize use of ada-prj-default-project-file.
3037         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
3038         Normalize use of ada-require-project-file.
3039         (ada-prj-find-prj-file): Improve doc string, comments.
3041         * progmodes/ada-mode.el (ada-mode-version): Bump version.
3042         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
3043         (ada-create-menu): Add ada-set-main-compile-application,
3044         ada-show-current-main, ada-show-current-project.
3046 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3048         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3049         (inferior-python-mode): Use it.
3051 2006-11-14  Andreas Schwab  <schwab@suse.de>
3053         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3055 2006-11-13  Kim F. Storm  <storm@cua.dk>
3057         * ido.el (ido-copy-current-word): C-o copies region if active.
3059 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3061         * textmodes/org.el (org-emph-face): Fix typo in variable name.
3063 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
3065         * ediff.el (ediff-revision):
3066         * files.el (set-visited-file-name):
3067         * mail/rmailout.el (rmail-output-body-to-file):
3068         Use `format', not `message', in `y-or-n-p' call.
3070 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3072         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3073         (org-metaright): Call `org-indent-item' on bullets.
3074         (org-timestamp-change): Set `org-last-changed-timestamp'.
3075         (org-current-line): Make sure (bolp) returns correct result.
3076         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3078 2006-11-12  Richard Stallman  <rms@gnu.org>
3080         * language/european.el (turkish-case-conversion-enable)
3081         (turkish-case-conversion-disable): New functions.
3082         ("Turkish" lang env): Use them.
3084         * international/characters.el (case table):
3085         Do nothing special for i and I.
3087         * subr.el (remove-overlays): Fix last change.
3089         * cus-edit.el (custom-save-all): Use find-file-visit-truename
3090         for visiting the custom file.
3092 2006-11-12  Markus Triska  <triska@gmx.at>
3094         * play/handwrite.el (handwrite): Also process lines not ending
3095         with newline.  Replace some position-fiddling with different
3096         logic.  Improve performance.
3098 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
3100         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3101         replacing deleted variable `ada-check-switch'.
3102         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3103         (ada-xref-project-files): Improve doc string.
3104         (ada-find-executable): New function.
3105         (ada-initialize-runtime-library): Use `ada-find-executable'.
3106         (ada-xref-set-default-prj-values): In compile commands, don't need
3107         `ada-cd-command'; `compile' does that more portably.
3108         Use ada-prj-default-check-cmd.
3109         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3110         properties if not specified in project file.
3111         (ada-goto-declaration): Display useful message for new error
3112         'error-file-not-found.
3113         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3114         'error-file-not-found.
3115         (ada-get-all-references): Match latest ali syntax.  Signal new
3116         error 'error-file-not-found.
3117         (ada-find-in-ali): Match latest ali syntax.
3118         (ada-make-filename-from-adaname): Handle different semantics of
3119         gnatkr in GNAT 3.15p vs later.
3121         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3122         ada-procedure-start-regexp.
3123         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3125         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3126         with defvar.
3127         (ada-language-version): Rename ada05 -> ada2005.
3128         (ada-align-region-separate): Add `eval-when-compile'.
3129         (ada-name-regexp): Remove unneeded escapes in regexp character
3130         alternative.
3131         (ada-compile-goto-error-file-linenr-re): New constant.
3132         (ada-matching-start-re): Handle additional cases `declare',
3133         `procedure', `function'.
3134         (ada-compile-goto-error): Handle "... at line nn".
3135         (ada-mode): Clearer syntax, comments for ff-special-constructs.
3136         Delete support for old versions of `align'.
3137         (ada-search-prev-end-stmt): Handle additional keyword `private'.
3138         (ada-check-defun-name): Simplify handling of `declare'.
3139         (ada-goto-matching-start): Handle nested `begin ... end'.
3140         Handle `declare', `protected', `procedure', `function'.
3141         (ada-create-menu): Presence of arm95 is not conditional on using
3142         GNAT compiler.
3144 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
3146         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3147         nil in the *RE-Builder* buffer (it causes spurious error messages).
3149         * server.el (server-visit-files): If `minibuffer-auto-raise' has
3150         been set to t, respect it.
3152 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
3154         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3155         Delete commented out code for old Emacs versions.  Autoloading of
3156         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3157         (ada-mode-version): Bump version number.
3158         (ada-95-string-keywords, ada-2005-string-keywords)
3159         (ada-2005-keywords, ada-name-regexp): New constant.
3160         (ada-language-version, ada-procedure-start-regexp, ada-mode)
3161         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3162         (ada-package-start-regexp): Support private packages, include package
3163         name (for ada-set-point-accordingly).
3164         (ada-next-procedure, ada-previous-procedure)
3165         (ada-which-function-are-we-in): Match changes to
3166         ada-procedure-start-regexp.
3167         (ada-make-body): Make non-interactive; not a user function.
3168         (ada-make-subprogram-body): Improve doc string.
3170 2006-11-11  Romain Francoise  <romain@orebokech.com>
3172         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3173         `compilation-error-regexp-alist' buffer-local, since we changed
3174         `compilation-error-regexp-alist-alist' locally.
3176 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
3178         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3179         to the value of `server-raise-frame'.
3181 2006-11-11  Glenn Morris  <rgm@gnu.org>
3183         * ido.el (ido-enable-prefix)
3184         * ses.el (ses-call-printer-return)
3185         * net/tramp.el (tramp-unified-filenames)
3186         * progmodes/cc-align.el (c-lineup-string-cont)
3187         * progmodes/compile.el (compilation-directory-matcher)
3188         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3189         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3190         (vhdl-clock-rising-edge)
3191         * textmodes/org.el (org-export-with-timestamps)
3192         (org-export-remove-timestamps-from-toc)
3193         (org-export-with-tags): Improve previous doc fixes.
3195 2006-11-11  Richard Stallman  <rms@gnu.org>
3197         * textmodes/flyspell.el (flyspell-mode-map):
3198         Bind C-c $ instead of M-RET.
3200 2006-11-10  Simon Marshall  <simon@gnu.org>
3202         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3203         fontification for "case" and "default" keywords.
3205 2006-11-10  Andreas Schwab  <schwab@suse.de>
3207         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3208         Avoid starting sentence with "nil".
3210 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3212         * server.el (server-raise-frame): New option.
3213         (server-switch-buffer): Use it.
3215 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
3217         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3218         with a capital.
3220 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3222         * textmodes/org.el (org-show-hierarchy-above)
3223         (org-show-following-heading): Fix typo in default value.
3224         (org-scan-tags): Make the search case-sensitive.
3225         (org-tags-sparse-tree): Don't overrule
3226         `org-show-following-heading' and `org-show-hierarchy-above'.
3227         (org-reveal): New command.
3228         (org-show-context): Rename from `org-show-hierarchy-above'.
3229         (org-fast-tag-selection-single-key): New option.
3230         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3231         (org-tags-overlay): New variable.
3232         (org-agenda-todo-ignore-deadlines): New option.
3233         ("session"): Add circular data structure `org-mark-ring' to
3234         exceptions list in session.el.
3235         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3236         New options.
3237         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3238         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3239         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3240         (org-finalize-agenda): Activate bracket links in agenda.
3241         (org-at-timestamp-p, org-at-date-range-p): Additional argument
3242         INACTIVE-OK.
3243         (org-show-hierarchy-above, org-show-following-heading):
3244         List values allowed for fine-tuned configuration.
3245         (org-show-hierarchy-above): New argument CONTEXT, use the
3246         fine-tuned settings in `org-show-hierarchy-above' and
3247         `org-show-following-heading'.
3248         (org-display-custom-time): New function.
3249         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3250         (org-display-custom-times, org-time-stamp-custom-formats):
3251         (org-maybe-intangible): New macro.
3252         (org-activate-bracket-links, org-hide-wide-columns):
3253         Use `org-maybe-intangible'.
3254         (org-open-file): Use `shell-quote-argument'.
3255         (org-display-internal-link-with-indirect-buffer): New option.
3256         (org-file-remote-p): Get regexp from list.
3257         (org-link-expand-abbrev): New function.
3258         (org-link-abbrev-alist): New option.
3259         (org-open-at-point, org-cleaned-string-for-export):
3260         Call `org-link-expand-abbrev'.
3261         (org-timeline, org-agenda-list, org-todo-list)
3262         (org-tags-view): Remove the KEEP-MODES argument.
3263         (org-finalize-agenda-hook): New hook.
3264         (org-get-alist-option): New function.
3265         (org-follow-timestamp-link): New function.
3266         (org-open-at-point): Call `org-follow-timestamp-link'.
3267         (org-log-note-marker, org-log-note-purpose)
3268         (org-log-note-window-configuration): New variables.
3269         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3270         (org-log-note-headings): New option.
3271         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
3272         (org-store-link): Support for dired-mode.
3273         (org-open-file): Substitute environment variables into filename.
3274         (org-last): New defsubst.
3275         (org-agenda-re-align-tags): New function.
3276         (org-agenda-align-tags-to-column): New option.
3277         (org-agenda-timeline): Group removed.
3278         (org-prepare-agenda, org-prepare-agenda-buffers)
3279         (org-run-agenda-series, org-timeline, org-agenda-list)
3280         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
3281         the text property inticating the agenda type.
3282         (org-agenda-post-command-hook): Get agenda type from text property
3283         at point.
3284         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
3285         and obey `org-agenda-overriding-arguments'.
3286         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
3287         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3288         (org-agenda-week-view, org-agenda-day-view):
3289         Use `org-agenda-overriding-arguments' to make updating work with
3290         multi-block agendas.
3291         (org-agenda-prefix-format): Allow different formats for the
3292         different agenda entry types.
3293         (org-timeline-prefix-format): Option removed, use
3294         `org-agenda-prefix-format' instead.
3295         (org-prepare-agenda): New function.
3296         (org-select-timeline-window): Option removed, use
3297         `org-select-agenda-window' instead.
3298         (org-respect-restriction): Variable removed.
3299         (org-cmp-tag): New function.
3300         (org-agenda-sorting-strategy, org-entries-lessp):
3301         Implement sorting by last tag.
3302         (org-complete): Better completion in in-buffer option lines.
3303         (org-in-item-p): New function.
3304         (org-org-menu): Add entries for checkboxes.
3305         (org-cycle): Extra brouping in outline-regexp, because it is used
3306         in a search with "^" prepended.
3307         (org-provide-checkbox-statistics): New option.
3308         (org-set-font-lock-defaults): Highlight checkbox statistics.
3309         (org-update-checkbox-count-maybe)
3310         (org-get-checkbox-statistics-face): New functions.
3311         (org-update-checkbox-count): New command.
3312         (org-insert-item, org-toggle-checkbox):
3313         Call `org-update-checkbox-count-maybe'.
3314         (org-export-as-html): XEmacs compatibility for coding system.
3315         (org-force-cycle-archived): New command.
3316         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
3317         overrules cycling.
3318         (org-fix-position-after-promote): If the line contains only a todo
3319         keyword, add a final space.
3320         (org-promote-subtree, org-demote-subtree):
3321         Call `org-fix-position-after-promote'.
3323 2006-11-10  Glenn Morris  <rgm@gnu.org>
3325         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
3326         date in every year.
3327         (calendar-dst-check-each-year-flag): New customizable variable.
3328         (calendar-dst-find-data): New function, extracted from
3329         calendar-current-time-zone.
3330         (calendar-current-time-zone): Use calendar-dst-find-data.
3331         (calendar-dst-transition-cache): New variable.
3332         (calendar-dst-find-startend, calendar-dst-starts)
3333         (calendar-dst-ends): New functions.
3334         (calendar-daylight-savings-starts)
3335         (calendar-daylight-savings-ends): Change value to use
3336         calendar-dst-starts, calendar-dst-ends; respectively.
3338         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
3340         * ido.el (ido-enable-prefix)
3341         * ses.el (ses-call-printer-return)
3342         * net/tramp.el (tramp-unified-filenames)
3343         * progmodes/cc-align.el (c-lineup-string-cont)
3344         * progmodes/compile.el (compilation-directory-matcher)
3345         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3346         * progmodes/gdb-ui.el (gdb-many-windows)
3347         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3348         (vhdl-clock-rising-edge)
3349         * textmodes/org.el (org-export-with-timestamps)
3350         (org-export-remove-timestamps-from-toc, org-export-with-tags)
3351         (org-read-date): Doc fix (Nil -> nil).
3353 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3355         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3356         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
3358 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3360         * bs.el (bs--window-for-buffer): Remove.
3361         (bs--show-with-configuration): Use `get-window-with-predicate'
3362         instead of `bs--window-for-buffer'.
3364 2006-11-10  Kenichi Handa  <handa@m17n.org>
3366         * files.el (revert-buffer): Fix previous change.
3368 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
3370         * bs.el (bs--redisplay): Fix typo in docstring.
3371         (bs--window-config-coming-from): Make frame-local.
3372         (bs--restore-window-config): New function.
3373         (bs-kill, bs-select, bs-select-other-window)
3374         (bs-select-other-frame): Use it.
3375         (bs--window-for-buffer): Return as soon as a matching buffer is found.
3376         (bs--show-with-configuration): Save the window configuration as a
3377         frame local var, and only if *buffer-selection* is not already
3378         visible on this frame.
3380 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
3382         * vc-svn.el (vc-svn-admin-directory): New var.
3383         (vc-svn-registered, vc-svn-responsible-p)
3384         (vc-svn-repository-hostname): Use it.
3385         Suggested by arit93@yahoo.com.
3387 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3389         * ldefs-boot.el: Regenerate.
3391 2006-11-08  Alan Mackenzie  <acm@muc.de>
3393         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
3394         case (eq open-paren-in-column-0-is-defun-start nil) by searching
3395         for least nested open-paren.
3397 2006-11-08  Romain Francoise  <romain@orebokech.com>
3399         * subr.el (remove-overlays): Fix typo in last change.
3401 2006-11-08  Richard Stallman  <rms@gnu.org>
3403         * subr.el (remove-overlays): Call overlay-recenter.
3405 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3407         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3408         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
3409         behaviour.
3410         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
3411         directly.
3413 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3415         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
3416         (ido-max-dir-file-cache, ido-decorations)
3417         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
3418         (ido-magic-backward-char, ido-enter-dired)
3419         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
3420         (ido-list-directory, ido-first-match, ido-only-match)
3421         (ido-subdir, ido-indicator): Fix typos in docstrings.
3422         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
3423         (ido-read-internal): Fix typo in error message.
3425 2006-11-08  Kenichi Handa  <handa@m17n.org>
3427         * international/mule-cmds.el (set-default-coding-systems):
3428         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
3430 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3432         * makefile.w32-in (setwins): Remove.
3433         (WINS_ALMOST): New macro.
3434         (WINS): Use it.
3435         (autoloads): Don't extract autoloads from files in obsolete/.
3437 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
3439         * whitespace.el (whitespace-buffer): Call remove-overlays after
3440         overlay-recenter for performance.  Suggested by Martin Rudalics.
3442 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
3444         * net/tramp.el (tramp-default-method): scp is the default method.
3446 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
3448         * server.el (server-start): Save also the Emacs pid in the server file.
3450 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
3452         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
3453         point when displaying a bibtex cross reference in the echo area.
3455 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3457         * international/mule.el (make-char): Fix typo in docstring.
3458         (load-with-code-conversion, charsetp): Doc fixes.
3460         * international/ja-dic-cnv.el (skkdic-convert):
3461         * cus-edit.el (hook): Fix typo in docstring.
3463 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3465         * cus-edit.el (custom-mode-map): Move defvar above code using it.
3466         (custom-mode-link-map): New variable.
3467         (custom-group-link, custom-manual): Use follow-link.
3469 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3471         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
3472         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
3474 2006-11-06  Richard Stallman  <rms@gnu.org>
3476         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3477         New function broken out of flyspell-correct-word.
3478         (flyspell-mode-map): Bind it to M-RET.
3479         (flyspell-correct-word): Call it.
3481         * textmodes/fill.el (fill-minibuffer-function): New function.
3482         (fill-paragraph): Bind fill-paragraph-function to
3483         fill-minibuffer-function.
3485         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
3486         so that they aren't undefined.
3488         * dired.el (dired-readin): Locally bind file-name-coding-system.
3490         * bindings.el: Shorten and clarify usual mode line mouse help string.
3492         * Makefile.in (autoloads): Don't include `obsolete'.
3494 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3496         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3497         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
3498         Printing menu if it's not initialized.
3499         (pr-menu-bind): Act on menu-bar-file-menu directly.
3501 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3503         * help.el (view-emacs-news): Fix typo in error message.
3505         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
3507         * shadowfile.el (shadow-define-regexp-group)
3508         (shadow-literal-groups, shadow-insert-var): Doc fixes.
3509         (shadow-read-files): Fix typo in message.
3510         (shadow-inhibit-overload, shadow-find, shadow-suffix)
3511         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
3512         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
3513         (shadow-file-match): Fix typos in docstrings.
3515         * terminal.el (terminal-emulator): Fix typo in message.
3517         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
3519         * emacs-lisp/lselect.el (x-kill-primary-selection)
3520         (x-delete-primary-selection, x-copy-primary-selection):
3521         Fix typos in error messages.
3523         * emulation/edt-mapper.el: Fix typo in interactive message.
3525         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
3527         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
3528         (ispell-help): Fix typos in docstrings.
3529         (ispell-help): Fix typo in output message.
3531         * allout.el (allout-adjust-file-variable)
3532         (allout-passphrase-verifier-string)
3533         (allout-passphrase-hint-string)
3534         (allout-toggle-current-subtree-encryption):
3535         * apropos.el (apropos-synonyms):
3536         * cus-edit.el (hook):
3537         * emacs-lock.el (emacs-lock-from-exiting):
3538         * follow.el (follow-avoid-tail-recenter-p):
3539         * hexl.el (hexl-mode):
3540         * mouse-copy.el (mouse-copy-work-around-drag-bug):
3541         * mouse.el (mouse-set-font):
3542         * resume.el (resume-emacs-args-file):
3543         * rfn-eshadow.el (file-name-shadow-tty-properties):
3544         * t-mouse.el (t-mouse-process, t-mouse-mode):
3545         * emacs-lisp/cust-print.el (custom-print-install)
3546         (custom-print-uninstall, custom-format):
3547         * emacs-lisp/shadow.el (list-load-path-shadows):
3548         * emulation/tpu-edt.el (tpu-help-text)
3549         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
3550         (tpu-reset-control-keys):
3551         * emulation/vip.el (vip-emacs-local-map)
3552         (vip-change-mode-to-emacs):
3553         * emulation/viper.el (viper-mode, viper-set-hooks)
3554         (viper-major-mode-modifier-list):
3555         * emulation/viper-init.el (viper-emacs-state-cursor-color):
3556         * emulation/viper-keym.el (viper-emacs-kbd-map)
3557         (viper-toggle-key):
3558         * mail/feedmail.el (feedmail-queue-reminder)
3559         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
3560         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
3561         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
3562         (feedmail-sender-line, feedmail-force-binary-write)
3563         (feedmail-from-line, feedmail-deduce-envelope-from)
3564         (feedmail-x-mailer-line, feedmail-message-id-generator)
3565         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
3566         (feedmail-enable-spray, feedmail-spray-this-address)
3567         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
3568         (feedmail-queue-runner-confirm-global)
3569         (feedmail-ask-before-queue-prompt)
3570         (feedmail-ask-before-queue-reprompt)
3571         (feedmail-prompt-before-queue-standard-alist)
3572         (feedmail-prompt-before-queue-user-alist)
3573         (feedmail-prompt-before-queue-help-supplement)
3574         (feedmail-queue-use-send-time-for-message-id)
3575         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
3576         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
3577         (feedmail-mail-send-hook-queued)
3578         (feedmail-confirm-addresses-hook-example)
3579         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
3580         (feedmail-queue-runner-mode-setter)
3581         (feedmail-queue-alternative-mail-header-separator)
3582         (feedmail-queue-runner-message-sender)
3583         (feedmail-buffer-eating-function, feedmail-binmail-template)
3584         (feedmail-run-the-queue-no-prompts)
3585         (feedmail-run-the-queue-global-prompt)
3586         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
3587         (feedmail-envelope-deducer, feedmail-fiddle-date)
3588         (feedmail-default-message-id-generator)
3589         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
3590         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
3591         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
3592         (vms-pmail-setup):
3593         * play/dunnet.el (dun-help):
3594         * play/handwrite.el (handwrite):
3595         * play/hanoi.el (hanoi-unix-64):
3596         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3597         * textmodes/enriched.el (fixed):
3598         * textmodes/org.el (org-file-apps)
3599         (org-emphasis-regexp-components, org-emphasis-alist):
3600         * textmodes/texinfmt.el (batch-texinfo-format):
3601         Fix typos in docstrings.
3603 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
3605         * loadhist.el (read-feature): Don't complete features not loaded
3606         from a file (which make `unload-feature' to fail).
3608 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3610         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
3612 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
3614         * startup.el (command-line-1): Kill emacs if the last frame is
3615         deleted while evaluating the command-line arguments.
3617 2006-11-05  Richard Stallman  <rms@gnu.org>
3619         * startup.el (init-file-had-error): Add doc string.
3620         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
3621         Use fixed-width font for keyboard key descriptions.
3623         * cus-edit.el (custom-save-all): Error if saving in .emacs
3624         and it had an error when loaded.
3626         * dired-aux.el (dired-copy-file-recursive): Catch errors
3627         from recursive copies in the loop, around the recursive call.
3629 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3631         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
3632         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
3633         `/proc/acpi/thermal_zone/*'.
3634         (battery-search-for-one-match-in-files): New.  Search a regexp in
3635         the content of some files.
3637 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
3639         * window.el (mouse-autoselect-window-now): Remove variable.
3640         (mouse-autoselect-window-state): New variable.
3641         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
3642         (mouse-autoselect-window-select, handle-select-window):
3643         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
3644         Suspend delayed autoselection during menu or popup dialog.
3646         * info-look.el (info-lookup-guess-custom-symbol): New function
3647         for retrieving symbol at point in custom buffers.
3648         (top level) <info-lookup-maybe-add-help>: Add backquote and
3649         comma to ignored characters in regexps of help specifications
3650         for emacs-lisp-mode and lisp-interaction-mode.  This permits
3651         looking up symbols in `...' and after a comma.  Add help
3652         specifications for custom-mode and help-mode.
3654 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
3656         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
3657         Don't encode body if RAW is non-nil, or if the old encoding is
3658         identical to the new encoding, or if the body contains only
3659         eight-bit-* characters.
3661 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3663         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
3664         (faces-sample-overlay): Remove variable.
3665         (describe-face): Insert sample text in the face being described.
3667 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
3669         * whitespace.el (whitespace-indent-regexp): Make this match any
3670         multiples of eight spaces near the beginning of a line.
3671         (whitespace-buffer): Use `remove-overlays' instead of
3672         `whitespace-unhighlight-the-space' and `overlay-recenter' to
3673         speed up overlay handling.
3674         (whitespace-buffer-leading, whitespace-buffer-trailing):
3675         Make these functions highlight the text removed by
3676         `whitespace-buffer-leading-cleanup' and
3677         `whitespace-buffer-trailing-cleanup' respectively.
3678         (whitespace-buffer-search): Use `with-local-quit'.
3679         Move `format' out of loop to speed up scanning larger buffers.
3680         (whitespace-unhighlight-the-space): Remove `remove-hook' since
3681         that function is never added to a hook.
3682         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
3683         (whitespace-buffer-leading-cleanup)
3684         (whitespace-refresh-rescan-list): Fix docstrings.
3686 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
3688         * allout.el (allout-during-yank-processing): Cue for inhibiting
3689         aberrance processing during yanks.
3690         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
3691         the amount of yanked topics that can be aberrant.
3692         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
3693         a function, and supplement with inihibition of doublechecking
3694         during yanks.
3695         (allout-beginning-of-line, allout-next-heading)
3696         (allout-previous-heading, allout-goto-prefix-doublechecked)
3697         (allout-back-to-current-heading, allout-next-visible-heading)
3698         (allout-next-sibling): Use new allout-do-doublecheck function.
3699         (allout-next-sibling): Ensure we made progress when returning
3700         other than nil.
3701         (allout-rebullet-heading): Preserve text property annotations
3702         indicating the text was hidden, if it was.
3703         (allout-kill-line): Remove any added was-hidden annotations.
3704         (allout-kill-topic): Remove any added was-hidden annotations.
3705         (allout-annotate-hidden): Inhibit adding was-hidden text
3706         properties to the undo list.
3707         (allout-deannotate-hidden): New function to remove was-hidden
3708         annotation.
3709         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
3710         (allout-remove-exposure-annotation): Replace by
3711         allout-deannotate-hidden.
3712         (allout-yank-processing): Signal that yank processing is happening
3713         with allout-during-yank-processing.  Also, wrap
3714         allout-unprotected's closer to the text changes, for easier
3715         debugging.  We need to inhibit-field-text-motion explicitly, in
3716         lieu of the encompassing allout-unprotected.
3717         (outlineify-sticky): Adjust criteria for triggering new outline
3718         decorations to presence or absence of any topics, not just a topic
3719         at the beginning of the buffer.
3721 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3723         * bs.el (bs--show-all, bs--redisplay):
3724         * cus-edit.el (custom-unlispify-menu-entries)
3725         (custom-unlispify-tag-names, custom-prompt-variable):
3726         * expand.el (expand-pos):
3727         * speedbar.el (speedbar-generic-list-tag-p):
3728         * wid-edit.el (widget-image-enable):
3729         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
3730         * emacs-lisp/find-func.el (find-function-noselect)
3731         (find-function, find-variable-noselect, find-variable)
3732         (find-definition-noselect, find-face-definition):
3733         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
3734         * net/eudc-vars.el (eudc-expansion-overwrites-query):
3735         * progmodes/ada-xref.el (ada-find-in-ali):
3736         * textmodes/flyspell.el (flyspell-check-tex-math-command):
3737         * textmodes/org.el (org-copy-subtree):
3738         * textmodes/table.el (table--row-column-insertion-point-p):
3739         Use "non-nil" in docstrings.
3741 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
3743         * sort.el (sort-columns): Set the field separator to tab; on
3744         NetBSD, sort complains if "\n" is used as field separator.
3746 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
3748         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
3750 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3752         * server.el (server-auth-key): Remove.  Replace by a process-property.
3753         (server-start): Don't remove the file of the previous process, but
3754         instead clear out the place for the new file.
3755         (server-start): Set the :auth-key property.
3756         (server-process-filter): Use the :auth-key property.
3758 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
3760         * textmodes/org.el (org-mode-map): No longer copy
3761         `outline-mode-map' explicitly - this is already done by
3762         `define-derived-mode'.
3764 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
3766         * server.el (server-visit-files): Use `when'.
3767         (server-process-filter): When authentication fails, send error
3768         message to client.  Wrap `process-send-region' in `ignore-errors'
3769         instead of `condition-case', and remove misleading comment.
3771 2006-11-01  Juri Linkov  <juri@jurta.org>
3773         * simple.el (yank): Doc fix.
3775 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * server.el: Try and fit within 80 columns.
3778         (server-start): Make the auth file unreadable by other users.
3780 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3782         * battery.el (battery-linux-proc-acpi): Prevent range error when
3783         `full-capacity' is 0.
3785 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3787         * faces.el (faces-sample-overlay): New defvar.
3788         (faces-sample-overlay): New function to show face sample text.
3789         (describe-face): Use it.
3791 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
3793         * progmodes/ada-stmt.el: Change maintainer, apply
3794         whitespace-cleanup, checkdoc.
3795         (ada-func-or-proc-name): Add doc string.
3797         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
3798         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3799         strings and comments.
3800         (ada-prj-display-page): Change buffer name to more accurately
3801         reflect function.
3803         * progmodes/ada-xref.el: Change maintainer, apply
3804         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3805         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
3806         (ada-compile-current): Don't add newlines to commands.
3808 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
3810         * server.el: Add support for TCP sockets.
3811         (server-use-tcp, server-host, server-auth-dir): New options.
3812         (server-auth-key): New variable.
3813         (server-ensure-safe-dir): Create nonexistent parent dirs.
3814         Ignore Unix-style file modes on Windows.
3815         (server-start): Crete a TCP or Unix socket according to the value
3816         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
3817         `server-auth-dir' directory.
3818         (server-process-filter): Delete process if authentication
3819         fails (which never happens for Unix sockets).
3821 2006-10-30  David Kastrup  <dak@gnu.org>
3823         * subr.el (add-to-list): Don't continue checking if a match has
3824         been found.
3826 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
3828         * tutorial.el: Move defvars to avoid bytecomp warnings.
3829         (tutorial--find-changed-keys): Check if viper-current-state is
3830         bound before using it.
3831         (help-with-tutorial): Check if viper-tutorial is defined before
3832         using it.
3834 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3836         * help-fns.el (help-with-tutorial): Move to tutorial.el.
3838         * tutorial.el: New file.
3839         (help-with-tutorial): Move here from help-fns.el. Added help for
3840         rebound keys.  Fixed resume of tutorial.
3841         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
3842         (tutorial--find-changed-keys, tutorial--display-changes)
3843         (tutorial--saved-dir, tutorial--saved-file)
3844         (tutorial--save-tutorial): New functions to support the changes in
3845         help-with-tutorial.
3847 2006-10-30  Kenichi Handa  <handa@m17n.org>
3849         * files.el (revert-buffer): If a unibyte buffer is being reverted
3850         with a coding system for multibyte, set buffer multibyte before
3851         calling insert-file-contents.
3853 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3855         * server.el (server-select-display): Use a dummy buffer to detect when
3856         the frame is later used.
3857         (server-select-display): New function.
3858         (server-process-filter): Use it to detect unused temp frames.
3860 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
3862         * progmodes/ada-mode.el: Change maintainer, apply
3863         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
3864         (ada-mode-version): New function.
3865         (ada-create-menu): Menu operations are available for all supported
3866         compilers.
3868 2006-10-29  Lars Hansen  <larsh@soem.dk>
3870         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
3871         Highlight as keyword.
3872         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
3873         Don't call tramp-method-out-of-band-p for local files.
3874         (tramp-touch): Quote file name.
3876 2006-10-28  Glenn Morris  <rgm@gnu.org>
3878         * calendar/calendar.el (cal-html-cursor-month)
3879         (cal-html-cursor-year): Add autoloads for this new package.
3880         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3882 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
3884         * calendar/cal-html.el: New file.
3886 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
3888         * emacs-lisp/authors.el (authors-aliases): Update.
3890 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
3892         * version.el (emacs-version): Bump version number to 22.0.90.
3894 2006-10-26  John W. Eaton  <jwe@octave.org>
3896         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
3897         New defvar.
3898         (inferior-octave-resync-dirs): Check to see whether Octave has
3899         built-in variables and set inferior-octave-has-built-in-variables.
3900         Check inferior-octave-has-built-in-variables to decide whether to
3901         send commands that set built-in variables or call functions to
3902         change Octave's behavior.
3903         Send "disp (pwd ())" to Octave instead of just "pwd".
3904         (inferior-octave-startup): Send "more off" to Octave instead of
3905         "page_screen_output = 0".
3907 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
3909         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
3910         pattern normally.
3912 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
3914         * bindings.el (mode-line-mode-menu): Remove bindings for global
3915         minor modes (line/column number) as they are on the menubar.
3917 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
3919         * term/w32-win.el (x-handle-name-switch): Doc fix.
3920         (w32-standard-fontset-spec): Fix typo in docstring.
3922         * midnight.el (midnight-buffer-display-time): Doc fix.
3923         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
3925 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3927         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
3929         * viper-ex.el (ex-read): Quote file argument.
3931         * ediff-diff.el (ediff-same-file-contents): Expand file names.
3933         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
3935 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3937         * textmodes/flyspell.el (flyspell-check-region-doublons):
3938         Fix last fix.
3940 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3942         * bindings.el (mode-line-mode-menu): List global minor modes
3943         before local ones.
3945 2006-10-23  Kim F. Storm  <storm@cua.dk>
3947         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
3948         (sit-for): If last command was a prefix arg, add the read-ahead
3949         event to unread-command-events as (t . EVENT) so it will be added
3950         to this-command-keys by read-key-sequence.
3952 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3954         * textmodes/flyspell.el (flyspell-word): Skip past all previous
3955         whitespace when checking doublons.
3956         (flyspell-check-region-doublons): Fix doublon regexp.
3957         (flyspell-highlight-incorrect-region): Highlight doublons using
3958         flyspell-duplicate face.
3960         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
3962 2006-10-22  John Wiegley  <johnw@newartisans.com>
3964         * progmodes/python.el (python-use-skeletons): python-mode was
3965         auto-inserting templates (for those with abbrev-mode on), not only
3966         by default -- *but without a configuration variable to disable
3967         it*.  This rendered python-mode completely useless for me, so I
3968         have added `python-use-skeletons', which is now off by default.
3970 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
3972         * progmodes/cperl-mode.el (cperl-mode): Don't assume
3973         font-lock-multiline is auto-local (it's not).
3974         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
3975         initialized before calling cperl-init-faces.
3977 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
3979         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
3980         gdb-stack-position a value when there is no fringe.
3982         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
3983         indicator if not visiting a file.
3985 2006-10-20  David Kastrup  <dak@gnu.org>
3987         * window.el (kill-buffer-and-window): Fix a bug where an aborted
3988         operation would still cause some window to collapse later.
3990 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3992         * vc.el (vc-switch-backend): Try to be more careful with unwanted
3993         side-effect due to mixing various backends's file properties.
3995         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
3996         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
3997         Return `filename's status if applicable.  Update callers.
3999 2006-10-19  Kenichi Handa  <handa@m17n.org>
4001         * international/kkc.el (kkc-region): When a key sequence is not
4002         defined, append (this-single-command-raw-keys) to
4003         unread-input-method-events.
4005 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
4007         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4009 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4011         * version.el (emacs-version): Use mac-carbon-version-string.
4013         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4015 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4017         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4018         Kenichi Handa).
4019         (xselect-convert-to-string): Decline requests for UTF8_STRING if
4020         the selection is not UTF-8.
4022 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4024         * progmodes/ada-mode.el (ada-83-string-keywords)
4025         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
4026         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
4027         (ada-looking-at-semi-private, ada-get-body-name):
4028         Fix typos in docstrings.
4029         (ada-create-case-exception, ada-create-case-exception-substring):
4030         Fix typos in error messages.
4031         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
4033 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4035         * term/x-win.el (res-geometry): Don't set geometry from Xresources
4036         to default-frame-alist if default-frame-alist already contains
4037         width/height.
4039 2006-10-18  Richard Stallman  <rms@gnu.org>
4041         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
4042         Non-interactive arg is the value, not the expression.
4044         * simple.el (read-expression-map): Just set it, no defvar.
4046         * subr.el (insert-for-yank-1): If last inserted char has
4047         properties, mark them as rear-nonsticky.
4049         * recentf.el (recentf-mode): Doc fix.
4051         * facemenu.el (facemenu-add-new-face): Defend against symbol
4052         that isn't a face name.
4054         * dired-aux.el (dired-do-copy): Doc fix.
4056 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
4058         * simple.el (line-move-1): Ignore fields when moving to the
4059         beginning of line to avoid getting point stuck.
4061 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
4063         * textmodes/flyspell.el (flyspell-word-search-backward):
4064         Set inhibit-point-motion-hooks to avoid looping due to intangibile
4065         text.
4067 2006-10-16  Richard Stallman  <rms@gnu.org>
4069         * help-fns.el (describe-function-1): Special case optimization
4070         for self-insert-command.
4072 2006-10-16  Kim F. Storm  <storm@cua.dk>
4074         * ido.el (ido-reread-directory): Work in `dir' mode too.
4076 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
4078         * textmodes/table.el: Require 'regexp-opt.
4080 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4082         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4083         Use shell-quote-argument.
4085         * shell.el (explicit-bash-args): Likewise.
4087         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4088         Use grep -E rather than egrep.
4090 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4092         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4094 2006-10-15  Kim F. Storm  <storm@cua.dk>
4096         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4098 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4100         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4101         to protect whitespace and metacharacters from the shell.
4103 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4105         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
4107 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
4109         * subr.el (start-process-shell-command): Doc fix.
4111 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
4113         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4114         the regexp for Maxima symbols.
4116 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4118         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4119         (vc-find-root): Don't walk higher up than ~.
4121 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
4123         * international/utf-8.el (utf-translate-cjk-load-tables):
4124         Avoid clobbering last-coding-system-used during load.
4126 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
4128         * textmodes/reftex-global.el (reftex-create-tags-file):
4129         Quote file arguments.
4131 2006-10-12  Richard Stallman  <rms@gnu.org>
4133         * files.el (file-name-history): Add defvar.
4134         (save-some-buffers-action-alist): Improve description strings.
4136 2006-10-12  Andreas Schwab  <schwab@suse.de>
4138         * files.el (auto-mode-alist): Match change log file name also with
4139         a dash before a numeric extension.
4141 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
4143         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4144         After 5.0:
4145         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4147         After 5.1: Major edit.  Summary of most visible changes:
4149         - Multiple <<HERE per line allowed.
4150         - Handles multiline subroutine declaration headers (with comments).
4151           (The exception is `cperl-etags' - but it is not used in the rest
4152           of the mode.)
4153         - Fontifies multiline my/our declarations (even with comments,
4154           and with legacy `font-lock').
4155         - Major speedup of syntaxification, both immediate and postponed
4156           (3.5x to 15x [for different CPUs and versions of Emacs] on the
4157           huge real-life document I tested).
4158         - New bindings, edits to imenu.
4159         - "_" is made into word-char during fontification/syntaxification;
4160           some attempts to recognize non-word "_" during other operations too.
4161         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4162         - autoload some more perldoc-related stuff
4163         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4164         - Attempt to incorporate XEmacs edits which reached me.
4166         Fine-grained changelog:
4167         (cperl-hook-after-change): New configuration variable.
4168         (cperl-vc-sccs-header): Likewise.
4169         (cperl-vc-sccs-header): Likewise.
4170         (cperl-vc-header-alist): Default via two preceding variables.
4171         (cperl-invalid-face): Remove double quoting under XEmacs
4172                 (still needed under 21.2).
4173         (cperl-tips): Update URLs for resources.
4174         (cperl-problems): Likewise.
4175         (cperl-praise): Mention new features.
4176         New C-c key bindings: for `cperl-find-bad-style',
4177         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4178         `cperl-perdoc', and `cperl-perldoc-at-point'.
4179         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
4180         moved, new submenu of Tools with Ispell entries and narrowing.
4181         (cperl-after-sub-regexp): New defsubst.
4182         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4183                 Allows heads up to head4.
4184                 Allow "package;".
4185         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4186         (paren-backwards-message): ??? Something for XEmacs???
4187         (cperl-mode): Never auto-switch abbrev-mode off.
4188                 Try to allow '_' be non-word char.
4189                 Do not use `font-lock-unfontify-region-function' on XEmacs.
4190                 Reset syntax cache on mode start.
4191                 Support multiline facification (even on legacy `font-lock').
4192         (cperl-facemenu-add-face-function): ??? Some contributed code ???
4193         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4194                 refuse to inform us whether the fontification is due to lazy
4195                 calling or due to edit to a buffer, install our own hook
4196                 (controlled by `cperl-hook-after-change').
4197         (cperl-electric-pod): =cut may have been recognized as start.
4198         (cperl-block-p): Move, updatedfor attributes.
4199         (cperl-calculate-indent): Try to allow '_' be non-word char
4200                 Support subs with attributes.
4201         (cperl-where-am-i): Queit (?) a warning.
4202         (cperl-cached-syntax-table)     New function.
4203         (cperl-forward-re): Use `cperl-cached-syntax-table'.
4204         (cperl-unwind-to-safe): Recognize `syntax-type' property
4205                 changing in a middle of line.
4206         (cperl-find-sub-attrs): New function.
4207         (cperl-find-pods-heres): Allow many <<EOP per line.
4208                 Allow subs with attributes.
4209                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4210                 Recognize "extproc " (OS/2) case-folded and only at start.
4211                 /x on s///x with empty replacement was not recognized.
4212                 Better comments.
4213         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4214                 Allow subs with attributes, labels.
4215                 Do not confuse "else::foo" with "else".
4216                 Minor optimizations...
4217         (cperl-after-expr-p): Try to allow '_' be non-word char.
4218         (cperl-fill-paragraph): Try to detect a major bug in Emacs
4219                 with `looking-at' inside `narrow' and bulk out if found.
4220         (cperl-imenu--create-perl-index): Updates for new
4221                 `cperl-imenu--function-name-regexp-perl'.
4222         (cperl-outline-level): Likewise.
4223         (cperl-init-faces): Allow multiline subroutine headers
4224                 and my/our declarations, and ones with comments.
4225                 Allow subroutine attributes.
4226         (cperl-imenu-on-info): Better docstring.
4227         (cperl-etags): Rudimentary support for attributes.
4228                 Support for packages and "package;".
4229         (cperl-add-tags-recurse-noxs): Better (?) docstring.
4230         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4231         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4232         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4233         (cperl-perldoc): Add autoload.
4234         (cperl-perldoc-at-point): Likewise.
4235         (cperl-here-doc-spell): New function.
4236         (cperl-pod-spell): Likewise.
4237         (cperl-map-pods-heres): Likewise.
4238         (cperl-get-here-doc-region): Likewise.
4239         (cperl-font-lock-fontify-region-function): Likewise (backward
4240                 compatibility for legacy `font-lock').
4241         (cperl-font-lock-unfontify-region-function): Fix style.
4242         (cperl-fontify-syntaxically): Recognize and optimize away deferred
4243                 calls with no-change.  Governed by `cperl-hook-after-change'.
4244         (cperl-fontify-update): Recognize that syntaxification region
4245                 can be larger than fontification one.
4246                 XXXX we leave `cperl-postpone' property, so this is quadratic...
4247         (cperl-fontify-update-bad): Temporary placeholder until
4248                 it is clear how to implement `cperl-fontify-update'.
4249         (cperl-time-fontification): New function.
4250         (attrib-group): New text attribute.
4251         (multiline): New value: `syntax-type' text attribute.
4253         After 5.2:
4254         (cperl-emulate-lazy-lock): New function.
4255         (cperl-fontify-syntaxically): Would skip large regions.
4256         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4257         Some globals were declared, but uninitialized.
4259         After 5.3, 5.4:
4260         (cperl-facemenu-add-face-function): Add docs, fix U<>.
4261         Copyright message updated.
4262         (cperl-init-faces): Work around a bug in `font-lock'. May slow
4263                         facification down a bit.
4264                 Misprint for my|our|local for old `font-lock'
4265                         "our" was not fontified same as "my|local".
4266                 Highlight variables after "my" etc even in
4267                         a middle of an expression.
4268                 Do not facify multiple variables after my etc
4269                         unless parentheses are present.
4271         After 5.5, 5.6
4272         (cperl-fontify-syntaxically): after-change hook could reset.
4273         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
4275         After 5.7:
4276         (cperl-init-faces): Allow highlighting of local ($/).
4277         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
4278         (cperl-problems): Remove fixed problems.
4279         (cperl-find-pods-heres): Recognize #-comments in m##x too.
4280                 Recognize charclasses (unless delimiter is \).
4281         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
4282         (cperl-regexp-scan): Update docs.
4283         (cperl-beautify-regexp-piece): Use information got from regexp scan.
4285         After 5.8:
4286         Major user visible changes:
4287         Recognition and fontification of character classes in RExen.
4288         Variable indentation of RExen according to groups.
4290         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
4291                 Fontify REx charclasses in variable-name face.
4292                 Fontify POSIX charclasses in "type" face.
4293                 Fontify unmatched "]" in function-name face.
4294                 Mark first-char of HERE-doc as `front-sticky'.
4295                 Reset `front-sticky' property when needed.
4296         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
4297         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
4298         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
4299                 constructs.  Support `narrow'ed buffers.
4300         (cperl-praise): Remove a reservation.
4301         (cperl-make-indent): New function.
4302         (cperl-indent-for-comment): Use `cperl-make-indent'.
4303         (cperl-indent-line): Likewise.
4304         (cperl-lineup): Likewise.
4305         (cperl-beautify-regexp-piece): Likewise.
4306         (cperl-contract-level): Likewise.
4307         (cperl-toggle-set-debug-unwind): New function.
4308                 New menu entry for this.
4309         (fill-paragraph-function): Use when `boundp'.
4310         (cperl-calculate-indent): Take into account groups when indenting RExen.
4311         (cperl-to-comment-or-eol): Recognize # which end a string.
4312         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
4313         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
4314         (cperl-fontify-syntaxically): More clear debugging message.
4315         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
4316         (cperl-init-faces): More complicated highlight even on XEmacs (new).
4317         Merge cosmetic changes from XEmacs.
4319         After 5.9:
4320         (cperl-1+): Move to before the first use.
4321         (cperl-1-): Likewise.
4323         After 5.10:
4325         This code may lock Emacs hard!!!  Use at your own risk!
4327         (cperl-font-locking): New internal variable.
4328         (cperl-beginning-of-property): New function.
4329         (cperl-calculate-indent): Use `cperl-beginning-of-property'
4330         instead of `previous-single-property-change'.
4331         (cperl-unwind-to-safe): Likewise.
4332         (cperl-after-expr-p): Likewise.
4333         (cperl-get-here-doc-region): Likewise.
4334         (cperl-font-lock-fontify-region-function): Likewise.
4335         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
4336                         recursively.
4337                 Bound `next-single-property-change' via `point-max'.
4338         (cperl-unwind-to-safe): Bound likewise
4339         (cperl-font-lock-fontify-region-function): Likewise.
4340         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
4341                 Initialization of `cperl-font-lock-multiline-start' could be
4342                 missed if the "main" fontification did not run due to the
4343                 keyword being already fontified.
4344         (cperl-pod-spell): Return t from do-one-chunk function.
4345         (cperl-map-pods-heres): Stop when the worker returns nil.
4346                 Call `cperl-update-syntaxification'.
4347         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
4348         (cperl-get-here-doc-delim): Remove unused function.
4350         After 5.11:
4352         The possible lockup of Emacs (introduced in 5.10) fixed.
4354         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
4355         (cperl-syntaxify-for-menu): New customization variable.
4356         (cperl-select-this-pod-or-here-doc): New function.
4357         (cperl-get-here-doc-region): Extra argument.
4358                 Do not adjust pos by 1.
4360         New menu entries
4361                 (Perl/Tools): Selection of current POD or HERE-DOC section.
4362                 (Debugging CPerl:) backtrace on fontification.
4364         After 5.12:
4365         (cperl-cached-syntax-table): Use `car-safe'.
4366         (cperl-forward-re): Remove spurious argument SET-ST.
4367                 Add documentation.
4368         (cperl-forward-group-in-re): New function.
4369         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
4370         (XXXX Temporary (?) hack is to syntax-mark them as comment).
4372         After 5.13:
4373         (cperl-string-syntax-table): Make { and } not-grouping
4374           (Sometimes they ARE grouping in RExen, but matching them would only
4375            confuse in many situations when they are not)
4376         (beginning-of-buffer): Replace two occurences with goto-char...
4377         (cperl-calculate-indent): `char-after' could be nil...
4378         (cperl-find-pods-heres): REx can start after "[" too.
4379                 Hightlight (??{}) in RExen too.
4380         (cperl-maybe-white-and-comment-rex): New constant
4381         (cperl-white-and-comment-rex): Likewise.
4382                 XXXX Not very efficient, but hard to make
4383                 better while keeping 1 group.
4385         After 5.13:
4386         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
4387                 Likewise for 1 << identifier.
4389         After 5.14:
4390         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
4391                 Error-less condition-case could fail.
4392         (cperl-font-lock-fontify-region-function): Likewise.
4393         (cperl-init-faces): Likewise.
4395         After 5.15:
4396         (cperl-find-pods-heres): Support property REx-part2.
4397         (cperl-calculate-indent): Likewise.
4398                 Don't special-case REx with non-empty 1st line.
4399         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
4400                 Invert highlighting of charclasses:
4401                         now the envelop is highlighted.
4402                 Highlight many others 0-length builtins.
4403         (cperl-praise): Mention indenting and highlight in RExen.
4405         After 5.15:
4406         (cperl-find-pods-heres): Highlight capturing parens in REx.
4408         After 5.16:
4409         (cperl-find-pods-heres): Highlight '|' for alternation
4410         Initialize `font-lock-warning-face' if not present.
4411         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
4412                          `font-lock-function-name-face'.
4413         (cperl-look-at-leading-count): Likewise.
4414         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
4415                         `font-lock-keyword-face' (needed for
4416                         batch processing), etc...
4417                 Use `font-lock-builtin-face' for builtin in REx
4418                         Now `font-lock-variable-name-face'
4419                         is used for interpolated variables
4420                 Use "talking aliases" for faces inside REx
4421                 Highlight parts of REx (except in charclasses)
4422                         according to the syntax and/or semantic
4423                 Syntax-mark a {}-part of (?{}) as "comment"
4424                         (it was the ()-part)
4425                 Better logic to distinguish what is what in REx
4426         (cperl-tips-faces): Document REx highlighting
4427         (cperl-praise): Mention REx syntax highlight etc.
4429         After 5.17:
4430         (cperl-find-sub-attrs): Would not always manage to print error message.
4431         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
4433         After 5.18:
4434         (cperl-find-pods-heres): Misprint in REx for parsing REx.
4435                 Very minor optimization.
4436                 `my-cperl-REx-modifiers-face' got quoted.
4437                 Recognize "print $foo <<END" as HERE-doc.
4438                 Put `REx-interpolated' text attribute if needed.
4439         (cperl-invert-if-unless-modifiers): New function.
4440         (cperl-backward-to-start-of-expr): Likewise.
4441         (cperl-forward-to-end-of-expr): Likewise.
4442         (cperl-invert-if-unless): Works in "the opposite way" too.
4443                 Cursor position on return is on the switch-word.
4444                 Indents comments better.
4445         (REx-interpolated): New text attribute.
4446         (cperl-next-interpolated-REx): New function.
4447         (cperl-next-interpolated-REx-0): Likewise.
4448         (cperl-next-interpolated-REx-1): Likewise.
4449         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
4450         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
4451         (cperl-praise): Mention finded interpolated RExen.
4453         After 5.19:
4454         (cperl-init-faces): Highlight %$foo, @$foo too.
4455         (cperl-short-docs): Better docs for system, exec.
4456         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
4457                 Would not find HERE-doc ended by EOF without NL.
4458         (cperl-short-docs): Correct not-doubled \-escapes.
4459         start block: Put some `defvar' for stuff gone from XEmacs.
4461         After 5.20:
4462         initial comment: Extend copyright, fix email address.
4463         (cperl-indent-comment-at-column-0): New customization variable.
4464         (cperl-comment-indent): Indentation after $#a would increasy by 1.
4465         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
4466         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
4467         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
4468         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
4469                         highlight $ in $foo too (UNTESTED).
4470         (cperl-set-style): Docstring missed some available styles.
4471         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
4472                 Change "Current" to "Memorize Current".
4473         (cperl-indent-wrt-brace): New customization variable; the default is
4474                 as for pre-5.2 version.
4475         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
4476         (cperl-style-alist): Likewise.
4477         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
4478                 and `cperl-extra-newline-before-brace' etc
4479                 being t
4480         (cperl-indent-exp): Plans B and C to find continuation blocks even
4481                 if `cperl-extra-newline-before-brace' is t.
4483         After 5.21:
4484         Improve some docstrings concerning indentation.
4485         (cperl-indent-rules-alist): New variable.
4486         (cperl-sniff-for-indent): New function name
4487                 (separated from `cperl-calculate-indent').
4488         (cperl-calculate-indent): Separate the sniffer and the indenter;
4489                 uses `cperl-sniff-for-indent' now.
4490         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
4491                 was inverted;
4492                 Support `comment-column' = 0.
4494 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
4496         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
4497         * help-at-pt.el (scan-buf-move-to-region): Likewise.
4498         * longlines.el (longlines-window-change-function): Likewise.
4499         * simple.el (undo-ask-before-discard): Likewise.
4500         * wid-edit.el (widget-field-prompt-internal)
4501         (widget-documentation-link-p): Likewise.
4503 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4505         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
4506         for a keyword.
4508 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4510         * newcomment.el (comment-valid-prefix-p): Make the check
4511         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
4512         (comment-indent-new-line): Adjust call.
4514 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
4516         * allout.el (allout-back-to-current-heading): Base on lower-level
4517         routines to get proper disqualification of aberrant topics.
4519 2006-10-09  Richard Stallman  <rms@gnu.org>
4521         * textmodes/two-column.el (2C-two-columns): Doc fix.
4523 2006-10-09  Kim F. Storm  <storm@cua.dk>
4525         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
4526         about implicit use.
4528 2006-10-08  Richard Stallman  <rms@gnu.org>
4530         * textmodes/two-column.el (2C-two-columns): Doc fix.
4532 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4534         * files.el: Mark `buffer-read-only' as safe-local-variable.
4536 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
4538         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
4539         Burp if GUD buffer has been killed.
4541 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * completion.el (add-completions-from-c-buffer):
4544         Don't presume an error's second element is a string.
4545         Use looking-at rather than buffer-substring + member.
4547 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
4549         * mail/rmail.el (rmail-redecode-body): If the old encoding is
4550         `undecided', call find-coding-systems-region to find a proper
4551         non-trivial encoding.
4552         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
4553         and "text/plain".
4555 2006-10-07  Kevin Ryde  <user42@zip.com.au>
4557         * textmodes/reftex-vars.el (defgroup reftex): Update home page
4558         url-link.
4560         * strokes.el (defgroup strokes): Remove invalid url-link.
4562 2006-10-07  Magnus Henoch  <mange@freemail.hu>
4564         * autoinsert.el (auto-insert-alist): Doc fix.
4566 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4568         * mouse-sel.el (mouse-insert-selection-internal):
4569         Use insert-for-yank, so that yank handlers are run.
4571 2006-10-07  Kim F. Storm  <storm@cua.dk>
4573         * ido.el (ido-file-extension-aux): Fix comparison.
4575 2006-10-06  Kim F. Storm  <storm@cua.dk>
4577         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4579 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
4581         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
4582         (ad-make-mapped-call): Use `let', not `let*'.
4584 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
4586         * international/mule-cmds.el (coding-system-change-eol-conversion):
4587         Ensure the coding system is initialized before calling
4588         coding-system-eol-type.
4590 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
4592         * textmodes/org.el (org-rm-props, org-activate-plain-links)
4593         (org-activate-angle-links, org-activate-dates)
4594         (org-activate-target-links, org-activate-camels)
4595         (org-activate-tags): Add `rear-nonsticky' text property to avoid
4596         textproperty keymaps from being active beyond the end of a line.
4597         (org-unfontify-region): Also remove `rear-nonsticky' property.
4599 2006-10-04  Kenichi Handa  <handa@m17n.org>
4601         * international/code-pages.el (next): Table fixed.
4603 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4605         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
4606         that it's been made unnecessary by removing narrowing.
4608 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4610         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
4611         control flow a bit, simplify another bit, and add comments.
4613 2006-10-03  David Kastrup  <dak@gnu.org>
4615         * help.el (describe-mode): For clicks on mode-line, use "@"
4616         interactive argument to get the major mode of the click instead of
4617         the current buffer.
4619         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
4620         in order to better redirect mouse-2 clicks.  Also allow default
4621         bindings to apply.
4623 2006-10-03  Kim F. Storm  <storm@cua.dk>
4625         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
4626         (pushnew): Fix last change.
4628 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
4630         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
4631         Use the interactive spec of `eval-expression'.
4633 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4635         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
4637 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4639         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
4640         2006-09-28 commit.
4642 2006-10-02  Kenichi Handa  <handa@m17n.org>
4644         * international/code-pages.el (iso-8859-6): Table fixed.
4646 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
4648         * dired.el (dired-build-subdir-alist): Fix previous change.
4650 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
4652         * simple.el (undo-elt-crosses-region): Fix the inequalities.
4654 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4656         * emacs-lisp/find-func.el (find-function-regexp): Don't match
4657         "define-button-type".
4659         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
4660         they don't keep accumulating.
4662 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4664         * ffap.el (ffap-rfc-path): Change the address of the RFC
4665         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
4667 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
4669         * allout.el (allout-expose-topic): Rectify implementation of "+"
4670         spec, so that bodies are not exposed with headlines.
4672 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
4674         * allout.el (allout-current-depth): Do aberrent check only at or
4675         below doublecheck depth.
4676         (allout-chart-subtree): Make it explicit that LEVELS being nil
4677         means unlimited depth.  Drop undocumented support for LEVELS value
4678         t meaning unlimited depth.  (This is consistent with
4679         allout-chart-to-reveal, but contrary to allout-show-children,
4680         which needs to use nil to default to depth of 1.)
4681         (allout-goto-prefix-doublechecked): Wrap long docstring line.
4682         (allout-chart-to-reveal): Be explicit in docstring about meaning
4683         of nil LEVELS, and drop support for LEVELS value t.
4684         (allout-show-children): Translate the level spec used by this
4685         routine to that used by allout-chart-subtree and
4686         allout-chart-to-reveal.
4687         (allout-show-to-offshoot): Retry once when stuck, after opening
4688         subtree - improvements in discontinuity handling likely will
4689         enable progress.
4691 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
4693         * wid-edit.el (widget-button-click-moves-point): New variable.
4694         (widget-button-click): If widget-button-click-moves-point is
4695         non-nil, set point after performing the button action
4697         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
4699 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
4701         * files.el (find-file-existing): Modify to not allow wildcards.
4703 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4705         * simple.el (undo-more): When undo information for the region is
4706         exhausted, say "No further undo information FOR REGION".
4708 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4710         * progmodes/sh-script.el (sh-prev-thing):
4711         Take `sh-leading-keywords' into account.
4713 2006-09-29  Glenn Morris  <rgm@gnu.org>
4715         * custom.el (defcustom): Doc fix.
4717         * calendar/calendar.el (european-calendar-style):
4718         Call european-calendar or american-calendar as needed when set.
4719         (diary-view-entries, list-calendar-holidays): Move autoloads
4720         before use.
4722 2006-09-29  Juri Linkov  <juri@jurta.org>
4724         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
4725         to nil if there is no previous property change.
4727 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4729         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
4730         saving anything to be sure that `forward-sexp' behaves correctly.
4732 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
4734         * simple.el (line-move-finish): Ignore field boundaries if the
4735         initial and final points have the same `field' property.
4737 2006-09-29  Kim F. Storm  <storm@cua.dk>
4739         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
4740         to t while calling ido-read-internal.
4742 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
4744         * textmodes/org.el (org-file-remote-p): Get regexp from list.
4745         (org-archive-subtree): Remove erraneous `]' from character list.
4747 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
4749         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
4750         (ses-reconstruct-all): Make undo of "insert row" work by keeping
4751         markers for data-area and parameters-area.
4753 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
4757         * font-lock.el (font-lock-after-change-function): Refontify next line
4758         as well if end is at BOL.
4759         (font-lock-extend-jit-lock-region-after-change): Be more careful to
4760         only extend the region as much as needed.
4762 2006-09-28  Richard Stallman  <rms@gnu.org>
4764         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
4766         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
4768         * international/mule.el (after-insert-file-set-coding):
4769         If VISIT, don't let set-buffer-multibyte make undo info.
4771 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
4773         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
4774         lines in base64-encoded authentication response.
4776 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4778         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
4779         (ebnf-version): New version 4.3.
4780         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
4781         (ebnf-prologue): Adjust PostScript programming.
4782         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
4783         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
4785 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4787         * jit-lock.el (jit-lock-force-redisplay): Rename from
4788         jit-lock-fontify-again, and undo the mistaken change I've just done.
4790         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
4791         (jit-lock-fontify-again): Don't refontify text that's not displayed.
4793 2006-09-26  Kenichi Handa  <handa@m17n.org>
4795         * startup.el (display-splash-screen): Allow a prefix argument.
4797 2006-09-25  Jason Rumney  <jasonr@gnu.org>
4799         * subr.el (shell-quote-argument): Use DOS logic for Windows
4800         shells with DOS semantics.
4802 2006-09-24  Richard Stallman  <rms@gnu.org>
4804         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
4805         (compilation-goto-locus): Use compilation-goto-locus-delete-o
4806         to delete the overlay.  Put it on pre-command-hook.
4808         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
4810         * startup.el (fancy-splash-screens, normal-splash-screen):
4811         Call the splash buffer *About GNU Emacs*.
4813         * simple.el (next-error-highlight, next-error-highlight-no-select):
4814         Default to 0.5.
4815         (yank-excluded-properties): Add `fontified'.
4817         * font-lock.el (font-lock-compile-keywords): Allow value of
4818         syntax-begin-function to enable paren-column-0 highlighting.
4820 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
4822         * dired.el (dired-build-subdir-alist): When file ends in colon,
4823         don't exit the loop, just disregard that file.
4825 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
4827         * simple.el (line-move-finish): Handle corner case for fields in
4828         continued lines.
4829         (line-move-1): Remove flawed test for that case.
4831 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
4833         * icomplete.el (icomplete-simple-completing-p): Use the correct
4834         name for the new variable, `icomplete-with-completion-tables'.
4835         (file local variables): Remove superfluous setting.
4837 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4839         * calendar/appt.el (appt-check): Fix typo for appointments just
4840         after midnight.
4842 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
4844         * help.el (describe-key-briefly, describe-key): Don't expect an
4845         extra up event if a down-event is generated by a popup menu.
4847 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
4849         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
4850         local dictionary when changing the global dictionary.
4852 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
4854         * icomplete.el (icomplete-with-completion-tables): List of
4855         specialized completion tables with which icomplete should
4856         operate.  Include the new `internal-complete-buffer', so icomplete
4857         works with interactive buffer-selection.
4858         (icomplete-simple-completing-p): Add acceptance of specialized
4859         completion tables listed in icomplete-with-completion-tables.
4861 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4863         * frame.el (focus-follows-mouse): Set default to nil on Mac.
4865         * startup.el (command-line): Use `custom-reevaluate-setting' for
4866         `focus-follows-mouse'.
4868 2006-09-22  Richard Stallman  <rms@gnu.org>
4870         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
4871         explain why Save is not available.
4873 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
4875         * woman.el (woman0-so): Use `let*', not `let'.
4876         (woman-horizontal-line): Remove unbalanced parenthesis.
4878 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         * woman.el: Make sure all the end-of-region markers we use have
4881         a non-nil insertion-type.
4882         (woman0-so): Move things around so we can use copy-marker.
4883         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
4884         Adjust marker type.
4885         (woman2-process-escapes): Check marker type.
4886         (woman-horizontal-line): Dispense with the use of a marker.
4888 2006-09-22  Jay Belanger  <belanger@truman.edu>
4890         * calc/calc-lang.el: Add Greek letters to math-variable-table
4891         property of tex.
4893 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
4895         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
4897 2006-09-22  Masatake YAMATO  <jet@gyve.org>
4899         * add-log.el (add-log-current-defun): Use `forward-sexp'
4900         instead of `forward-word' to pick c++::symbol.
4901         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
4903 2006-09-22  Kenichi Handa  <handa@m17n.org>
4905         * bindings.el: Fix setting self-insert-command for multibyte
4906         characters in global-map.
4908 2006-09-21  David Kastrup  <dak@gnu.org>
4910         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
4911         doc string.
4913 2006-09-21  Kenichi Handa  <handa@m17n.org>
4915         * language/european.el ("Latin-1"): Add windows-1252 to
4916         coding-priority.
4917         ("German"): Likewise.
4919 2006-09-21  Kim F. Storm  <storm@cua.dk>
4921         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
4922         Suggested by Miles Bader.
4924         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
4925         instead of add-to-list in the simple case.
4927 2006-09-20  Kenichi Handa  <handa@m17n.org>
4929         * isearch.el (isearch-process-search-char): Cancel the previous change.
4930         (isearch-search-string): New function.
4931         (isearch-search): Use isearch-search-string.
4932         (isearch-lazy-highlight-search): Likewise.
4934 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4936         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
4937         string to become an option.
4939 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4941         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4943 2006-09-20  Kim F. Storm  <storm@cua.dk>
4945         * simple.el (line-move-partial): Call pos-visible-in-window-p with
4946         position t instead of trying both window-end and window-end - 1.
4948 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
4950         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
4951         hidden trees.
4953 2006-09-20  David Kastrup  <dak@gnu.org>
4955         * mouse.el (mouse-posn-property): Improve doc string.
4956         (mouse-on-link-p): Change buffers for function calls on links.
4958         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
4959         buffer is read-only.
4961 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
4963         * allout.el (allout-unprotected): Let inhibit-read-only only when
4964         buffer-read-only isn't set.
4965         (allout-annotate-hidden): Enable topic annotation during copies even
4966         when the buffer is read-only, eg for topic copies.  Ensure that the loop
4967         advances, even when the span extends beyond the deletion region.
4968         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
4969         rather than allout-exposure-changed-hook, as a stronger assertion.
4970         (allout-keybindings-list): Add bindings for
4971         allout-copy-line-as-kill and allout-copy-topic-as-kill.
4972         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
4973         Copy wrappers for allout-kill-line and allout-kill-topic.
4974         (allout-listify-exposed): Position correctly to accumulate lines.
4976 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
4978         * simple.el (line-move-1): Escape field boundaries occurring
4979         exactly at point.  Update goal column if constrained to a field.
4980         (line-move-finish): Escape field boundaries occurring exactly at point.
4982 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4984         * mouse.el (mouse-on-link-p): Tentatively fix last change.
4985         (mouse-drag-vertical-line): Remove unused var `wconfig'.
4987 2006-09-19  Kim F. Storm  <storm@cua.dk>
4989         * help.el (describe-key-briefly, describe-key): Simplify printing
4990         of descriptions by using format and %S.  Fix "is undefined"
4991         messages to say "at that spot" for mouse events.
4993         * simple.el (line-move-partial): Optimize.  Try window-line-height
4994         before posn-at-point to get vpos of current line.
4996 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4998         * viper.el: Bump up version/date of update to reflect the substantial
4999         changes done in August 2006.
5001         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
5002         are defined.
5004         * ediff-util.el (ediff-add-to-history): New function.
5006         * ediff.el: Use ediff-add-to-history instead of add-to-history.
5008 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5010         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
5011         Delete duplicate make-local-variable form.
5012         (conf-space-keywords): Add autoload cookie.
5013         Fix typo (`keywords', not `keyword').
5015 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5017         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5018         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
5019         to x-gtk-use-old-file-dialog
5021 2006-09-18  Richard Stallman  <rms@gnu.org>
5023         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
5024         that might come in during mouse tracking.
5026 2006-09-18  Kim F. Storm  <storm@cua.dk>
5028         * simple.el (line-move-partial): Rework 2006-09-15 change to use
5029         new window-line-height function.  Further optimize by not calling
5030         pos-visible-in-window-p for window-end when window-line-height
5031         returns useful information.
5033 2006-09-16  Richard Stallman  <rms@gnu.org>
5035         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
5036         (conf-space-mode): Don't handle prefix arg.
5037         Delete conf-space-keywords-override code.
5038         Use add-hook.
5039         (conf-space-keywords): New command.
5040         (conf-space-mode-internal): Be careful with imenu-generic-expression.
5041         Delete conf-space-keywords-override code.
5042         (conf-space-keywords-alist): Doc fix.
5043         (conf-space-font-lock-keywords): Doc fix.
5044         (conf-space-keywords-override): Var deleted.
5046 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5048         * startup.el (fancy-splash-screens): Don't switch to the scratch
5049         buffer; it may not be the next buffer.
5051 2006-09-16  Romain Francoise  <romain@orebokech.com>
5053         * saveplace.el (load-save-place-alist-from-file): Use expanded name
5054         in both messages.
5056 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
5058         * progmodes/python.el (python-preoutput-filter):
5059         Fix arg order to string-match.
5061 2006-09-16  Richard Stallman  <rms@gnu.org>
5063         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5064         font-lock-compile-keywords.
5066         * font-lock.el (font-lock-compile-keywords): Rename optional arg
5067         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
5069 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5071         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5073         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5074         and the data doesn't look like UTF8, send STRING instead.
5076 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
5078         * textmodes/flyspell.el (flyspell-check-region-doublons):
5079         New function to detect duplicated words.
5080         (flyspell-large-region): Use it.
5082 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5084         * simple.el (line-move-to-column): Revert 2006-08-03 change.
5086 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5088         * help.el (describe-prefix-bindings): Use let, not let*.
5090 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
5092         * allout.el (allout-regexp, allout-line-boundary-regexp)
5093         (allout-bob-regexp): Correct grouping and boundaries to fix
5094         backwards traversal.
5095         (allout-depth-specific-regexp, allout-depth-one-regexp):
5096         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5097         worse time in allout-ascend.
5098         (allout-doublecheck-at-and-shallower): Identify depth threshold
5099         below which topics are checked for and disqualified by containment
5100         discontinuities.
5101         (allout-hotspot-key-handler): Correctly handle multiple-key
5102         strokes.  Remove some unused variables.
5103         (allout-mode-leaders): Clarify that mode-specific comment-start
5104         will be used.
5105         (set-allout-regexp): Correctly regexp-quote allout regexps to
5106         properly accept alternative header-leads and primary bullets with
5107         regexp-specific characters (eg, C "/*", mathematica "(*").
5108         Include new regular expressions among those configured.
5109         (allout-infer-header-lead-and-primary-bullet):
5110         Rename allout-infer-header-lead.
5111         (allout-recent-depth): Manifest as a variable as well as a function.
5112         (allout-prefix-data): Simplify into an inline instead of a macro,
5113         assuming current match data rather than being explicitly passed
5114         it.  Establish allout-recent-depth value as well as
5115         allout-recent-prefix-beginning and allout-recent-prefix-end.
5116         (allout-aberrant-container-p): True when an item's immediate
5117         offspring discontinuously contained.  Useful for disqualifying
5118         unintended topic prefixes, likely at low depths.
5119         (allout-goto-prefix-doublechecked): Elaborate version of
5120         allout-goto-prefix which disqualifies aberrant pseudo-items.
5121         (allout-pre-next-prefix): Layer on top of lower-level routines, to
5122         get disqualification of aberrant containers.
5123         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5124         containers.
5125         (allout-beginning-of-current-entry): Position at start of buffer
5126         when in container (depth 0) entry.
5127         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5128         (allout-current-bullet): Strip text properties.
5129         (allout-get-prefix-bullet): Use right match groups.
5130         (allout-beginning-of-line, allout-next-heading):
5131         Disqualify aberrant containers.
5132         (allout-previous-heading): Disqualify aberrant containers, and
5133         change to regular (rather than inline) function, to allow
5134         self-recursion.
5135         (allout-get-invisibility-overlay): Increment so progress is made
5136         when the first overlay is not the sought one.
5137         (allout-end-of-prefix): Disqualify aberrant containers.
5138         (allout-end-of-line): Cycle something like allout-beginning-of-line.
5139         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5140         outline.el outlines) functional again.  Change the primary bullet
5141         along with the header-lead - level 1 new-style bullets now work.
5142         Engage allout-before-change-handler in mainline Emacs, not just
5143         XEmacs, to do undo handling.
5144         (allout-before-change-handler): Expose undo changes occurring in
5145         hidden regions.  Use allout-get-invisibility-overlay instead of
5146         reimplementing it inline.
5147         (allout-chart-subtree): Use start rather than end of prefix in
5148         charts.  Use allout-recent-depth variable.
5149         (allout-chart-siblings): Disqualify aberrant topics.
5150         (allout-beginning-of-current-entry): Position correctly.
5151         (allout-ascend): Use new allout-depth-specific-regexp and
5152         allout-depth-one-regexp for linear instead of O(N^2) or worse
5153         behavior.
5154         (allout-ascend-to-depth): Depend on allout-ascend, rather than
5155         reimplementing an algorithm.
5156         (allout-up-current-level): Depend on allout-ascend, rather than
5157         reimplementing an algorithm.  Return to start-point if we fail.
5158         (allout-descend-to-depth): Use allout-recent-depth variable
5159         instead of function.
5160         (allout-next-sibling): On traversal of numerous intervening
5161         topics, resort to economical allout-next-sibling-leap.
5162         (allout-next-sibling-leap): Specialized version of
5163         allout-next-sibling that uses allout-ascend cleverly, to depend on
5164         a regexp search to leap large numbers of contained topics, rather
5165         than arbitrarily many one-by-one traversals.
5166         (allout-next-visible-heading): Disqualify aberrant topics.
5167         (allout-previous-visible-heading): Position consistently when
5168         interactive.
5169         (allout-forward-current-level): Base on allout-previous-sibling
5170         rather than (differently) reimplmenting the algorithm.  Remove some
5171         unused variables.
5172         (allout-solicit-alternate-bullet): Present default choice stripped
5173         of text properties.
5174         (allout-rebullet-heading): Use bullet stripped of text properties.
5175         Register changes using allout-exposure-change-hook.
5176         Disregard aberrant topics.
5177         (allout-shift-in): With universal-argument, make topic a peer of
5178         it's former offspring.  Simplify the code by separating out
5179         allout-shift-out functionality.
5180         (allout-shift-out): With universal-argument, make offspring peers
5181         of their former container, and its siblings.  Implement the
5182         functionality here, rather than inappropriately muddling the
5183         implementation of allout-shift-in.
5184         (allout-rebullet-topic): Respect additional argument for new
5185         parent-child separation function.
5186         (allout-yank-processing): Use allout-ascend directly.
5187         (allout-show-entry): Disqualify aberrant topics.
5188         (allout-show-children): Handle discontinuous children gracefully,
5189         extending the depth being revealed to expose them and posting a
5190         message indicating the situation.
5191         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5192         Leave cursor in correct position.
5193         (allout-hide-current-subtree): Use allout-ascend directly.
5194         Disqualify aberrant topics.
5195         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5196         a way that the yanks can restore it, as used to happen.
5197         (allout-yank-processing): Restore exposure layout as recorded by
5198         allout-kill-*, as used to happen.
5199         (allout-annotate-hidden, allout-hide-by-annotation): New routines
5200         for preseving and restoring exposure layout across kills.
5201         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5202         (allout-encrypt-string): Strip text properties.
5203         Rearranged order and outline-headings for some of the
5204         miscellaneous functions.
5205         (allout-resolve-xref): No need to quote the error name in the
5206         condition-case handler section.
5207         (allout-flatten): Classic recursive (and recursively intensive,
5208         without tail-recursion) list-flattener, needed by allout-shift-out
5209         when confronted with discontinuous children.
5211 2006-09-16  Jason Rumney  <jasonr@gnu.org>
5213         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5214         on ms-windows.
5215         (dnd-open-unc-file): Remove.
5216         (dnd-open-local-file): Mention in doc string that it also handles
5217         remote files if the system natively supports unc file-names.
5219 2006-09-15  Kim F. Storm  <storm@cua.dk>
5221         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5222         all necessary information about the event before erasing *Help*.
5224         * simple.el (line-move-partial): Use window-line-visiblity to
5225         quickly check whether last line is partially visible, and only do
5226         the hard (and slow) part in that case.
5228 2006-09-15  Jay Belanger  <belanger@truman.edu>
5230         * COPYING: Replace "Library Public License" by "Lesser Public
5231         License" throughout.
5233 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5235         * term/x-win.el (x-menu-bar-open): New function for F10.
5237 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
5239         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5240         Disallow filenames containing " -" to avoid confusion with libtool
5241         compilation messages.  Suggested by Stefan Monnier.
5243 2006-09-15  David Kastrup  <dak@gnu.org>
5245         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5246         instead of buffer position for `mouse-on-link-p'.
5248         * mouse.el (mouse-posn-property): New function looking up the
5249         properties at a click position in overlays and text properties in
5250         either buffer or strings.
5251         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5252         of both `follow-link' as well as `mouse-face' properties.
5253         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5254         buffer position.
5256         * help.el (describe-key-briefly): When reading a down-event on
5257         mode lines or scroll bar, swallow the following up event, too.
5258         Use the new mouse sensitity of `key-binding' for lookup.
5259         (describe-key): The same here.
5261 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
5263         * play/life.el (life-patterns): Add a few more interesting patterns.
5264         (life-setup): Force `show-trailing-whitespace' to nil.
5266 2006-09-14  Richard Stallman  <rms@gnu.org>
5268         * startup.el (fancy-splash-text): Change text to improve alignment.
5269         (fancy-splash-screens): Don't set non-standard tab width.
5270         Bind cursor-type temporarily, and make it easy to patch to
5271         preserve the splash buffer.
5272         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
5273         (fancy-splash-screens): Display echo-area message explicitly.
5274         Don't set fancy-splash-help-echo.
5276         * simple.el (line-number-mode): Group mode-line instead of
5277         editing-basics.
5278         (column-number-mode, size-indication-mode): Likewise.
5280         * faces.el (mode-line-faces): Group mode-line instead of modeline.
5282         * time.el (display-time): Group mode-line instead of modeline.
5284         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
5286 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
5288         * startup.el (fancy-splash-text): Move editing instructions to
5289         fancy-splash-head.
5290         (fancy-splash-head): Issue editing instructions.
5291         (fancy-splash-screens): Fixup whitespace.
5293 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5295         * bindings.el (mode-line-buffer-identification-keymap):
5296         Remove duplicate line.
5298 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5300         * ido.el (ido-ignore-item-p): Allow any kind of functions in
5301         ignore lists.
5303 2006-09-14  Kim F. Storm  <storm@cua.dk>
5305         * jit-lock.el (jit-lock-fontify-again): New function.
5306         (jit-lock-fontify-now): Use it instead of lambda form.
5308 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
5310         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
5311         (flyspell-auto-correct-word): Make ispell-filter local to these
5312         functions.  Check that ispell-filter has new stuff before calling
5313         ispell-parse-output.
5315 2006-09-13  Kim F. Storm  <storm@cua.dk>
5317         * simple.el (line-move-partial): Optimize.
5319 2006-09-13  Richard Stallman  <rms@gnu.org>
5321         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
5322         Delete spurious backquote.
5324 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5326         * net/rcirc.el (rcirc-print): Fix last change.
5328 2006-09-12  Jay Belanger  <belanger@truman.edu>
5330         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
5332 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5334         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
5335         rcirc-show-maximum-output.
5336         (rcirc-mode): Remove window-scroll-function hook.
5337         (rcirc-scroll-to-bottom): Remove function.
5338         (rcirc-print): Recenter so point stays at the bottom of the window
5339         if point was already there.
5341 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
5343         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
5344         not to "t".
5345         * progmodes/compile.el (compilation-start): Likewise.
5346         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5347         Don't use expand-file-name on invocation-directory, since this
5348         might mishandle special characters in invocation-directory.
5350 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5352         * pcvs-defs.el: Remove * in defcustom's docstrings.
5354 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
5356         * progmodes/compile.el (compilation-directory-properties):
5357         Doc fix for help-echo.
5359 2006-09-12  Lars Hansen  <larsh@soem.dk>
5361         * desktop.el (desktop-read): Add comment.
5363 2006-09-12  Kim F. Storm  <storm@cua.dk>
5365         * simple.el (next-error-highlight, next-error-highlight-no-select):
5366         Fix spelling error.
5368         * subr.el (sit-for): Rework to use input-pending-p and cond.
5369         Return nil input is pending on entry also for SECONDS <= 0.
5370         (while-no-input): Use input-pending-p instead of sit-for.
5372 2006-09-11  Richard Stallman  <rms@gnu.org>
5374         * simple.el (next-error-highlight, next-error-highlight-no-select):
5375         Fix custom type and doc strings.
5377 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5379         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
5380         (diff-apply-hunk): Use it to ask for confirmation.
5382 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
5384         * emacs-lisp/cl.el (pushnew): Add missing `,'.
5386 2006-09-11  David Kastrup  <dak@gnu.org>
5388         * help.el (string-key-binding, describe-key-briefly)
5389         (describe-key): Remove `string-key-binding' and its callers since
5390         `key-binding' already caters for the proper lookup now.
5392 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5394         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
5395         (cfengine-mode): Use it.  Fix \ syntax to be like /.
5397         * bindings.el (mode-line-buffer-identification-keymap):
5398         Move initialization into declaration.
5400 2006-09-10  Kim F. Storm  <storm@cua.dk>
5402         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
5403         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5404         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
5405         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5407 2006-09-10  Richard Stallman  <rms@gnu.org>
5409         * dired-aux.el: Handle errors in recursive copy usefully.
5410         (dired-create-files-failures): New variable.
5411         (dired-copy-file): Remove condition-case.
5412         (dired-copy-file-recursive): Check for errors on all file
5413         operations, and add them to dired-create-files-failures.
5414         Check file file-date-erorr here too.
5415         (dired-create-files): Check dired-create-files-failures
5416         and report those errors too.
5418         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
5420         * subr.el (add-to-list): New argument COMPARE-FN.
5422 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5424         * filecache.el (file-cache-add-directory)
5425         (file-cache-add-directory-list, file-cache-add-file)
5426         (file-cache-add-directory-using-find)
5427         (file-cache-add-directory-using-locate)
5428         (file-cache-add-directory-recursively): Add autoloads.
5430 2006-09-09  Richard Stallman  <rms@gnu.org>
5432         * textmodes/conf-mode.el (conf-space-mode):
5433         Use hack-local-variables-hook instead of calling hack-local-variables.
5434         (conf-space-keywords-override): New variable.
5435         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
5436         (conf-space-mode): Always make conf-space-keywords and
5437         conf-space-keywords-override local.
5438         Call conf-space-mode-internal directly as well as via hook.
5440 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5442         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
5443         quasi-keywords.
5445 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5447         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
5448         (python-send-string): Be slightly more careful about adding \n.
5450         * startup.el (normal-splash-screen): Don't display the buffer if we'll
5451         kill it right away anyway.
5453 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
5455         * international/codepage.el (cp850-decode-table): Fix a few codes.
5456         (cp858-decode-table): New variable.
5458 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5460         * net/ldap.el (ldap-search-internal): Doc fix.
5462 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5464         * play/life.el (life-display-generation): Test for input manually if
5465         `sleeptime' is negative or null.
5467         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
5468         (print-region-1): Substitute `%s' with the page title.
5470 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
5472         * locate.el (locate-current-search): New variable.
5473         (locate): Set buffer local value.  Use current buffer if it is
5474         in Locate mode.
5475         (locate-mode): Disable undo here.
5476         (locate-do-setup): Use locate-current-filter from buffer to be killed.
5477         (locate-update): Use locate-current-search and locate-current-filter.
5479 2006-09-08  David Kastrup  <dak@gnu.org>
5481         * desktop.el (desktop-read): When loading a desktop, disable
5482         saving it while the load progresses, and switch off a pending lazy
5483         load by calling `desktop-lazy-abort'.
5485 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
5487         * window.el (mouse-autoselect-window-timer)
5488         (mouse-autoselect-window-position)
5489         (mouse-autoselect-window-window)
5490         (mouse-autoselect-window-now): New vars.
5491         (mouse-autoselect-window-cancel)
5492         (mouse-autoselect-window-select)
5493         (mouse-autoselect-window-start): New functions.
5494         (handle-select-window): Call `mouse-autoselect-window-start' when
5495         delayed window autoselection is enabled.
5497         * cus-start.el (mouse-autoselect-window): Handle delayed window
5498         autoselection.
5500         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
5501         commands after which it is allowed to print in the echo area.
5503 2006-09-08  Richard Stallman  <rms@gnu.org>
5505         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
5507         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
5508         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
5510         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
5511         (cancel-timer-internal): Add doc string.
5512         (cancel-function-timers): Doc fix.
5513         (with-timeout-handler, timer-event-last*): Add doc strings.
5515         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
5517         * files.el (risky-local-variable-p): Match ...-bindat-spec.
5519         * dired.el (dired-log-summary): Add doc string.
5521         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
5522         (custom-group-menu-create): Not here.
5524 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
5526         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
5528 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5530         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
5531         (mac-apple-event-map): Define its handler.
5533 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5535         * net/ldap.el (ldap-search-internal): Handle `auth' key.
5537 2006-09-07  Magnus Henoch  <mange@freemail.hu>
5539         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
5540         clause.
5542 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5544         * info.el (Info-index): Bind completion-ignore-case.
5546 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
5549         previous commit.
5550         (inferior-prolog-guess-flavor): New fun left out of previous commit.
5551         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
5552         burp in dedicated windows.
5553         (inferior-prolog-self-insert-command): New command.
5554         (inferior-prolog-mode-map): Use it.
5556 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5558         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
5560         * international/code-pages.el: Add cp858.
5562 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5564         * dnd.el: Fix bootstrapping.
5566 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5568         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
5569         (dnd-open-remote-url): New function.
5570         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
5571         not windows-nt.
5573 2006-09-07  Jason Rumney  <jasonr@gnu.org>
5575         * dnd.el (dnd-open-remote-file-function): New variable.
5576         (dnd-open-unc-file): New function.
5577         (dnd-open-file): Call dnd-open-remote-file-function if set.
5579 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5581         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
5582         pgg-passphrase-coding-system rather than locale-coding-system.
5583         * pgg-def.el (pgg-passphrase-coding-system): New user option.
5585 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5587         * progmodes/prolog.el: Remove * in docstrings.
5588         (prolog-program-name): Add SWI prolog.
5589         (prolog-mode-menu): New menu.
5590         (prolog-mode): Set comment-add.
5591         (prolog-indent-line): Simplify.  Use indent-line-to.
5592         (inferior-prolog-buffer): New var.
5593         (inferior-prolog-run, inferior-prolog-process): New funs.
5594         (run-prolog, switch-to-prolog): Rewrite, using them.
5595         (prolog-consult-region): Use inferior-prolog-buffer.
5596         (inferior-prolog-load-file): New function.
5597         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
5599         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
5600         last word, if it's not the end of the paragraph.
5602         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
5603         file name.
5605 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
5607         * frame.el (display-mm-dimensions-alist): New defcustom.
5608         (display-mm-height, display-mm-width): Use it.
5610 2006-09-06  Simon Josefsson  <jas@extundo.com>
5612         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
5614 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
5616         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5617         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
5618         string values.
5620 2006-09-06  Kim F. Storm  <storm@cua.dk>
5622         * simple.el (line-move-partial): New function to do vscrolling for
5623         partially visible images / tall lines.  Rewrite based on code
5624         previously in line-move.  Simplify backwards vscrolling.
5625         (line-move): Use it.  Simplify.
5627 2006-09-05  Kim F. Storm  <storm@cua.dk>
5629         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
5631 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
5633         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5634         Process the `gcc-include' after the `gnu' rule.
5636 2006-09-05  Kim F. Storm  <storm@cua.dk>
5638         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
5640 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5642         * pgg.el (pgg-clear-string): Alias to clear-string for backward
5643         compatibility.
5645         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
5646         inhibit-redisplay; encode passphrase with locale-coding-system.
5648 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5650         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
5652 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
5654         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5655         (gdb-var-list-children-regexp): Make type field optional.
5657         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
5658         e.g public, protected in C++.
5660 2006-09-04  John Paul Wallington  <jpw@pobox.com>
5662         * simple.el (completion-show-help): New defcustom.
5663         (completion-setup-function): Heed it.
5665 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5667         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
5669 2006-09-04  Richard Stallman  <rms@gnu.org>
5671         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
5672         (rsf-min-region-to-spam-list): Doc fix.
5673         (rsf-add-content-type-field): Doc fix.
5675         * simple.el (kill-region): Explicitly test there is a region.
5677 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5679         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
5680         sendmail in several common directories.
5682         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
5684         * paths.el (sendmail-program): Removed.
5686 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
5688         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
5689         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
5690         http://article.gmane.org/gmane.emacs.gnus.general/50457
5692 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
5694         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
5695         mark after running the menu filter.
5697 2006-09-03  Juri Linkov  <juri@jurta.org>
5699         * international/quail.el (quail-defrule-internal): Add a check
5700         if a key is a vector.
5702 2006-09-02  Juri Linkov  <juri@jurta.org>
5704         * man.el (Man-topic-history): New variable.
5705         (man): Use it.
5707         * woman.el (woman-topic-history): Change defvar to defvaralias
5708         for symbol `Man-topic-history'.
5710         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
5711         `comint-last-output-start' is a marker by using `markerp' and
5712         check if it has a position by using `marker-position', and use
5713         this position for `goto-char'.
5715         * international/quail.el (quail-defrule-internal): Add missing
5716         `error' call for null key.
5718 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
5720         * rcirc.el (rcirc-keywords): New variable.
5721         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
5722         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
5723         variables.
5724         (rcirc-responses-no-activity): New function.
5725         (rcirc-handler-generic): Check for responses in above.
5726         (rcirc-process-command): Add ?: character to arguments of raw
5727         server commands.
5728         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
5729         `rcirc-dim-nicks'.
5730         (rcirc-gray-toggle): Remove unused variable.
5731         (rcirc-print): Remove some tracking logic, which is moved into
5732         markup functions.
5733         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
5734         types.
5735         (rcirc-activity-string): Look for 'keyword in activity-types.
5736         (rcirc-window-configuration-change): Don't erase overlay-arrow
5737         unnecessarily.
5738         (rcirc-add-or-remove): New function.
5739         (rcirc-cmd-ignore): Use it.
5740         (rcirc-message-leader): Remove unused function.
5741         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
5742         (rcirc-add-face): New function.
5743         (rcirc-facify): Use rcirc-add-face.
5744         (rcirc-url-regexp): Add parens.
5745         (rcirc-map-regexp): Remove function.
5746         (rcirc-mangle-regexp): Remove function.
5747         (rcirc-markup-text-functions): New variable.
5748         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
5749         (rcirc-markup-body-text, rcirc-markup-attributes)
5750         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
5751         (rcirc-markup-bright-nicks): New markup handler functions.
5752         (rcirc-nick-in-message-full-line): New face.
5753         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
5754         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
5756 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
5758         * cus-start.el (hscroll-margin, hscroll-step)
5759         (mode-line-in-non-selected-windows, mouse-autoselect-window)
5760         (x-use-underline-position-properties): Change version to "22.1"
5761         since they will appear there for the first time.
5763 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5765         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
5767 2006-08-31  Richard Stallman  <rms@gnu.org>
5769         * cus-edit.el (custom-save-variables): Slight cleanup.
5770         (Custom-no-edit): Renamed from custom-no-edit.
5771         (Custom-newline): Renamed from custom-newline.
5772         (custom-mode-map): Use new names.
5774         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
5775         about customization, rather than M-x customize, in the doc string
5776         made for the defcustom.
5778         * emacs-lisp/trace.el (trace-function-background): Doc fix.
5780 2006-08-31  Romain Francoise  <romain@orebokech.com>
5782         * dired-x.el (dired-guess-shell-alist-default): Update.
5784 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
5786         * custom.el (custom-theme-set-variables): Autoload packages before
5787         sorting the variables.
5789 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
5791         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
5792         chars if XEmacs.
5793         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
5795 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5797         * progmodes/python.el (python-eldoc-function): Re-enable quit while
5798         waiting for process.
5800 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5802         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
5803         results in ASCII-only string, encode original one directly.
5805 2006-08-29  Romain Francoise  <romain@orebokech.com>
5807         * startup.el (normal-splash-screen, fancy-splash-screens):
5808         Make buffer read-only and arrange to enter view mode if necessary.
5810 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5812         * hl-line.el (hl-line): New face.
5813         (hl-line-face): Use it.
5815         * image-mode.el (image-mode): Fix last fix.
5816         Suggested by Kim F. Storm.
5818 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
5820         Sync with Tramp 2.0.54.
5822         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
5823         of `=', because `tramp-get-remote-gid' might not always return an
5824         integer when expected.
5825         (tramp-register-file-name-handlers): `partial-completion-mode' is
5826         unknown to XEmacs.
5827         (tramp-time-diff): Don't use `floor', it might fail for large
5828         differences.
5829         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
5830         `tramp-auto-save-directory' if unset in order to guarantee unique
5831         auto-save file names.
5833 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5835         * image-mode.el (image-mode): Display image as text on a terminal.
5837 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * progmodes/python.el (python-send-command): Simplify.
5840         (run-python): Don't generate a new buffer unless `new' was specified.
5841         Make sure we send `import emacs' to the proper process.
5843         * progmodes/python.el (python-send-command): Don't wait for the command
5844         to terminate.  Don't fiddle with compilation-parsing-end.
5846 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5848         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5849         Insert commentary after first line summary.
5851         * woman.el (woman-follow): New function, based on `man-follow'.
5852         (woman-mode-map): Use it.
5854         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
5855         since ibuffer-do-sort-by-recency does not define a sorter.
5857 2006-08-28  Kim F. Storm  <storm@cua.dk>
5859         * find-dired.el (find-dired): Use shell-quote-argument to properly
5860         escape ( and ) args.  Also use it on {} and ; args in default
5861         value of find-ls-option string.
5862         (find-grep-dired): Use shell-quote-argument on {} and ; args.
5864 2006-08-27  Michael Olson  <mwolson@gnu.org>
5866         * emacs-lisp/tq.el: Small grammar fix in comments.
5867         (tq-enqueue): Check for existence of queue rather than the
5868         head queue item's question, which was a no-op.
5869         (tq-filter, tq-process-buffer): Make sure the process buffer
5870         exists before making it the current buffer.
5872 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5874         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
5875         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
5876         (special-event-map): Apply 2006-08-16 change for x-win.el.
5878 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5880         * progmodes/python.el (python-send-receive): Wait in the
5881         process's buffer so as to check the right buffer-local variables.
5883 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5885         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
5886         (defgroup checkdoc): Move to beginning.
5888         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
5889         (python-preoutput-continuation): Remove.
5890         (python-preoutput-filter): Simplify correspondingly.
5891         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
5892         Loop around to catch embedded _emacs_out output.
5893         (run-python): Send the import&print command on a single line.
5894         (python-send-command): Send command&print on a single line.
5895         (python-send-string): Only add double \n if needed.
5896         (python-send-receive): Loop until the result comes.
5897         (python-mode-running): Defvar it.
5898         (python-setup-brm): Remove unused var `menu'.
5899         Only bind py-mode-map and `features' around brm-init.
5900         (python-calculate-indentation): Remove unused var `point'.
5901         (python-beginning-of-defun): Remove unused var `def-line'.
5903 2006-08-25  Richard Stallman  <rms@gnu.org>
5905         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
5907 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5909         * viper.el (viper-set-hooks): Use frame bindings for
5910         viper-vi-state-cursor-color.
5911         (viper-non-hook-settings): Don't set default
5912         mode-line-buffer-identification.
5914         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
5915         (viper-set-cursor-color-according-to-state)
5916         (viper-get-saved-cursor-color-in-replace-mode)
5917         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
5918         viper-emacs-state-cursor-color.
5920         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
5921         (viper-undo): Use point if undo-beg-posn is nil.
5922         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
5923         (viper-after-change-undo-hook): Don't use
5924         viper-emacs-state-cursor-color by default.
5925         (viper-undo): More sensible positioning after undo.
5927         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
5928         (viper-emacs-state-cursor-color): Default to nil, since this feature
5929         doesn't work well yet.
5931         * ediff-mult.el (ediff-intersect-directories)
5932         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
5933         always expand filenames.
5935 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5937         * tumme.el: Remove * in defcustoms's docstrings.
5939 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5941         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
5942         Accept internal time format for SECS arg.
5943         (timer-relative-time): Doc fix.
5945         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
5946         adapted from Martin Rudalics.
5947         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
5948         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
5949         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
5950         using sit-for.
5952 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
5954         * cus-start.el (all): Add `overline-margin' and
5955         `x-underline-at-descent-line'.
5957 2006-08-24  Kim F. Storm  <storm@cua.dk>
5959         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
5960         to mean "use find -exec"; nil now unambiguously means auto-detect.
5961         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
5962         Use shell-quote-argument to build grep-find-command and
5963         grep-find-template.
5964         (rgrep): Use shell-quote-argument to properly quote arguments to find.
5965         Reported by Tom Seddon.
5967 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5969         * startup.el (fancy-splash-head): Give instructions for dismissing
5970         the splash screen for default startup too.
5971         (display-startup-echo-area-message, fancy-splash-screens)
5972         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
5973         all splash text at once and keep the splash buffer around.
5974         (command-line-1): Give display-startup-echo-area-message a t arg.
5976 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
5978         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
5979         gnus frame is selected.
5981 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
5983         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
5985 2006-08-22  Kim F. Storm  <storm@cua.dk>
5987         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
5988         Add suffix matching for subdirs.
5990 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5992         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
5993         mouse-yank-at-point is non-nil.
5995 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5997         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
5998         a bit wider and remove fringes to fit initial output on line.
6000 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6002         * frame.el (blink-cursor-end): Only ignore the error we care about.
6003         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6005 2006-08-21  Richard Stallman  <rms@gnu.org>
6007         * whitespace.el (whitespace-cleanup): Doc fix.
6009 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
6011         * net/rcirc.el (rcirc-show-maximum-output): New var.
6012         (rcirc-buffer-process): If no buffer argument is supplied, use
6013         current-buffer.
6014         (rcirc-complete-nick): Complete to the last completed nick first.
6015         (rcirc-mode): Preserve the value of `rcirc-urls' across
6016         connections.  Setup scroll function.
6017         (rcirc-scroll-to-bottom): New function.
6018         (rcirc-print): Use nick syntax around regexp work.
6019         Notice dim-nicks speaking only if they say our nick.
6020         (rcirc-update-activity-string): Do not show the modeline indicator
6021         if there are no live rcirc processes.
6022         (rcirc-cmd-ignore): Ignore case.
6023         (rcirc-browse-url-at-point): Fix off-by-one error.
6025 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6027         * progmodes/python.el: Remove * in defcustom docstrings.
6028         (run-python, python-proc, python-try-complete): Use derived-mode-p.
6029         (python-mode): Set tab-width and indent-tabs-mode.
6031 2006-08-20  Dave Love  <fx@gnu.org>
6033         * progmodes/python.el: Update to Dave Love's latest version.
6034         (python-font-lock-keywords, python-mode): Don't use
6035         font-lock-syntax-table, but match symbol elements explicitly instead.
6036         (python-mode-map): Add help, and a few more key bindings.
6037         (python-skip-comments/blanks): Move out of comments as well.
6038         (python-continuation-line-p): Behave better with unbalanced parens.
6039         (python-blank-line-p): New fun.
6040         (python-open-block-statement-p): Don't use a heuristic.
6041         (python-outdent-p): Better handle blocks-in-the-same-line.
6042         (python-calculate-indentation): Misc improvements.
6043         (python-comment-indent): Remove.
6044         (python-block-pairs): New var.
6045         (python-first-word): New fun.
6046         (python-indentation-levels): Handle more common cases.
6047         (python-indent-line-1): Add `leave' argument.
6048         (python-indent-region): New fun.
6049         (python-skip-out): New fun.
6050         (python-beginning-of-statement, python-end-of-statement): Use it.
6051         (python-next-statement): Return correct count even at eob.
6052         (python-end-of-block): Fix paren-typo.
6053         (python-imenu-create-index): Add module variables.
6054         (run-python): Add `new' arg.
6055         Check we're at a prompt before returning.
6056         (python-send-command): Move to end of buffer.
6057         Wait for prompt to return.
6058         (python-set-proc): New fun.
6059         (python-imports): New var.
6060         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
6061         (python-eldoc-function): Try to move out of arg list.
6062         (python-outline-level): Offset by 1.
6063         (python-find-imports): New fun.
6064         (python-symbol-completions): Use python-imports.
6065         (python-module-path, ffap-alist): Add support for ffap.
6066         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6067         (python-insert-*, python-default-template, python-expand-template):
6068         Add templates/skeletons.
6069         (python-setup-brm): Support for Bicycle Repair Man.
6070         (python-abbrev-syntax-table): New var.
6071         (python-abbrev-pc-hook, python-pea-hook): New funs.
6073 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
6075         * frame.el (blink-cursor-start): Set timer first.
6076         (blink-cursor-end): Ignore timer cancelling errors.
6077         Suggested by Ken Manheimer.
6079 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
6081         * newcomment.el (comment-box): Call `comment-normalize-vars'.
6082         Add autoload cookie.
6084 2006-08-20  Richard Stallman  <rms@gnu.org>
6086         * simple.el (line-number-at-pos): Doc fix.
6088         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6089         timer-activate-when-idle, so timer can run before Emacs becomes
6090         non-idle again.
6092 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6094         * whitespace.el (whitespace-cleanup-internal): New optional arg
6095         REGION-ONLY.  If it's non-nil, modify the message to the user
6096         accordingly.
6097         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6098         a non-nil argument.
6100 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
6102         * rect.el (spaces-string): Simplify and add doc string.
6104 2006-08-17  Romain Francoise  <romain@orebokech.com>
6106         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6108 2006-08-17  Richard Stallman  <rms@gnu.org>
6110         * compare-w.el (compare-windows): lambda's take an arg and pass
6111         it to compare-windows-skip-whitespace.
6113 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
6115         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6116         the right buffer.
6118 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6120         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6121         removed files.
6123 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
6125         * progmodes/gdb-ui.el (gdb-locals-watch-map)
6126         (gdb-locals-watch-map-1): Suppress keymap first.
6127         (gdb-edit-locals-map-1): New variable.
6128         (gdb-edit-locals-value): New function.
6129         (gdb-stack-list-locals-handler): Use them.
6131 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6134         cursor would normally be drawn in the fringe.
6136         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6137         Reported by Martin Rudalics <rudalics@gmx.at>.
6139 2006-08-16  Richard Stallman  <rms@gnu.org>
6141         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6142         (special-event-map): Process drag-n-drop events this way.
6144         * simple.el (move-beginning-of-line): Test whether fields
6145         would prevent motion back to line's first visible character.
6146         If so, stop where the fields would stop the motion.
6148         * newcomment.el (comment-indent): Fully update INDENT
6149         before checking to see if it will change the text.
6151         * cus-edit.el (custom-newline): New function.
6152         (custom-mode-map): Bind newline to custom-newline.
6154         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6155         into ignore-whitespace.
6156         Check each buffer for its skip-function.
6157         Handle compare-windows-skip-whitespace special-case test
6158         by returning t from default skip function.
6160 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6162         * textmodes/org.el (org-clock-special-range)
6163         (org-clock-update-time-maybe): New functions.
6164         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6165         not only a-z.
6166         (org-agenda-get-blocks): Allow multiple blocks per headline.
6167         (org-timestamp-change): Call `org-clock-update-time-maybe'.
6168         (org-export-html-title-format)
6169         (org-export-html-toplevel-hlevel): New options.
6170         (org-export-language-setup): Add support for Czech.
6171         (org-mode, org-insert-todo-heading, org-find-visible)
6172         (org-find-invisible, org-invisible-p, org-invisible-p2)
6173         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6174         (org-show-subtree, org-show-entry, org-make-options-regexp):
6175         Remove compatibility support for old outline-mode.
6176         (org-check-occur-regexp): Funtion removed.
6177         (org-on-heading-p, org-back-to-heading): Made defalias.
6178         (org-set-local): New defsubst.
6179         (org-set-regexps-and-options, org-mode)
6180         (org-set-font-lock-defaults, org-edit-agenda-file-list)
6181         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6182         (org-remember-apply-template, org-table-edit-field)
6183         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6184         (org-set-autofill-regexps): Use `org-set-local'.
6185         (org-table-eval-formula): Fix bug with parsing of display flags.
6187 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
6189         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6190         frame with fringe arrow.  Suggested by Simon Marshall
6191         <simon.marshall@misys.com>.
6192         (gdb-stack-position): New variable.
6193         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6194         (gdb-frames-mode): Set gdb-stack-position to nil.
6195         Add to overlay-arrow-variable-list
6196         (gdb-reset): Delete gdb-stack-position from above list.
6198 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6200         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6201         read only.
6203 2006-08-13  Romain Francoise  <romain@orebokech.com>
6205         * cus-theme.el (customize-create-theme)
6206         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6208         * filesets.el (filesets-add-buffer): Ditto.
6210         * pcvs.el (cvs-change-cvsroot): Ditto.
6212 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
6214         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6215         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6216         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6217         expressions.
6218         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6219         Only search till end of line.
6220         Add face to function names in case of no filename.
6221         Add face to variable names of watchpoints.
6223 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6225         * cus-start.el <indent-tabs-mode>: Move to the `indent'
6226         customization group.
6228 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
6230         * allout.el (allout-prior-bindings, allout-added-bindings):
6231         Remove, after long deprecation.
6232         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6233         Add customization vars controlling allout-beginning-of-line and
6234         allout-end-of-line conveniences.
6235         (allout-header-prefix, allout-use-mode-specific-leader)
6236         (allout-use-mode-specific-leader, allout-mode-leaders):
6237         Revise docstrings.
6238         (allout-infer-header-lead): Change to be an alias for
6239         allout-infer-header-lead-and-primary-bullet.
6240         (allout-infer-header-lead-and-primary-bullet): New version of
6241         allout-infer-header-lead which assigns the primary bullet to the
6242         same as the header lead, when its being changed.
6243         (allout-infer-body-reindent): Apply regexp-quote instead of
6244         unconditionally prepending "\\", so that all literal
6245         allout-header-prefix and allout-primary-bullet strings are
6246         properly handled.
6247         (allout-add-resumptions): Add optional qualifier for extending or
6248         appending to existing values, rather than replacing them.
6249         (allout-view-change-hook): Clarify docstring.
6250         (allout-exposure-change-hook): Take explicit arguments, via
6251         run-hook-with-args.
6252         (allout-structure-added-hook)
6253         (allout-structure-deleted-hook)
6254         (allout-structure-shifted-hook): New hooks analogous to
6255         allout-exposure-change-hook for other kinds of structural outline
6256         edits.
6257         (allout-encryption-plaintext-sanitization-regexps): New encryption
6258         customization variable, by which cooperating modes can provde
6259         massage of the plaintext without actually being passed it.
6260         (allout-encryption-ciphertext-rejection-regexps)
6261         (allout-encryption-ciphertext-rejection-ceiling): New encryption
6262         customization variables, by which cooperating modes can prohibit
6263         rare but possible ciphertext patterns from fouling their
6264         operation, with actually being passed the ciphertext.
6265         (allout-mode): Run activation and deactivation hooks after the
6266         minor-mode variable has been toggled, to clarify the mode
6267         disposition.  The new encryption ciphertext rejection variable is
6268         used to ensure that the ciphertext does not contain text that
6269         would be recognized as outline structural elements by allout.
6270         Substite allout-beginning-of-line and allout-end-of-line for
6271         conventionall beginning-of-line and end-of-line bindings.
6272         If allout-old-style-prefixes is non-nil, don't nullify it on mode
6273         activation!
6274         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
6275         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
6276         (allout-chart-subtree): Implement new mode, charting only the
6277         visible items in the subtree, when new 'visible' parameter is non-nil.
6278         (allout-end-of-subtree): Properly handle the last item in the buffer.
6279         (allout-pre-command-business, allout-command-counter):
6280         Increment an advertised counter so that cooperating enhancements can
6281         track revisions of items.
6282         (allout-open-topic): Run allout-structure-added-hook with suitable
6283         arguments.
6284         (allout-shift-in): Run allout-structure-shifted-hook with suitable
6285         arguments.
6286         (allout-shift-out): Fix doubling for negative args and ensure call
6287         of allout-structure-shifted-hook by solely using allout-shift-in.
6288         (allout-kill-line, allout-kill-topic):
6289         Run allout-structure-deleted-hook with suitable arguments.
6290         (allout-yank-processing): Run allout-structure-added-hook with
6291         proper arguments.
6292         (allout-yank): Enclose activity in allout-unprotected.
6293         (allout-flag-region): Run allout-exposure-change-hook with
6294         suitable arguments, instead of making the callee infer the arguments.
6295         (allout-encrypt-string):
6296         Support allout-encryption-plaintext-sanitization-regexps,
6297         allout-encryption-ciphertext-rejection-regexps, and
6298         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
6299         en/de cryption mode in symmetric encryption failure message.
6300         (allout-obtain-passphrase): Use copy-sequence to get a distinct
6301         copy of the passphrase, and don't zero it or we'll corrupt the
6302         stashed copy.
6303         (allout-create-encryption-passphrase-verifier)
6304         (allout-verify-passphrase): Respect the new signature for
6305         allout-encrypt-string.
6306         (allout-get-configvar-values): Convenience for getting a
6307         configuration variable value and handling its absence gracefully.
6309 2006-08-11  Romain Francoise  <romain@orebokech.com>
6311         * obsolete/zone-mode.el: Delete.
6313 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6315         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
6317 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
6319         * emacs-lisp/bindat.el (bindat-ip-to-string):
6320         Use `format-network-address' if possible.
6322 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6324         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
6326 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
6328         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
6329         restore unread-command-events here.
6330         (edebug-display): Do it here, to detect sit-for interruptions.
6332 2006-08-10  Romain Francoise  <romain@orebokech.com>
6334         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
6335         (dns-mode-soa-auto-increment-serial): New user option.
6336         (dns-mode-soa-maybe-increment-serial): New function.
6337         (dns-mode): Add the latter to `write-contents-functions'.
6339         * obsolete/zone-mode.el: Move to obsolete/ from net/.
6340         Delete autoload cookies.
6342 2006-08-10  John Wiegley  <johnw@newartisans.com>
6344         * eshell/em-glob.el (eshell-glob-chars-list)
6345         (eshell-glob-translate-alist): Add support for [^g] in character globs.
6347 2006-08-10  Richard Stallman  <rms@gnu.org>
6349         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
6350         (facemenu-set-face): Doc fix.
6351         (facemenu-listed-faces): Doc fix.
6353 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
6355         * avoid.el (mouse-avoidance-animating-pointer): New var.
6356         (mouse-avoidance-nudge-mouse): Use it.
6357         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
6358         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
6359         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
6360         Don't activate if currently animating.  All callers changed.
6362 2006-08-09  John Wiegley  <johnw@newartisans.com>
6364         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
6365         variable, which causes timeclock to report elapsed time worked,
6366         instead of just work remaining.
6368 2006-08-09  Kenichi Handa  <handa@m17n.org>
6370         * international/latexenc.el (latexenc-find-file-coding-system):
6371         Fix for the case that the 2nd element of arg-list is a cons.
6373 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
6375         * info.el (Info-fontify-node): Handle preceding `in' for note
6376         reference hiding rules.
6378 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6380         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
6381         mistake a closing " for an opening one.
6383 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6385         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6387 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6389         * complete.el (PC-do-completion): Filter out completions matching
6390         completion-ignored-extensions before checking whether there are
6391         multiple completions.
6392         Don't use `list' unnecessarily when building completion tables.
6394 2006-08-06  Richard Stallman  <rms@gnu.org>
6396         * help.el (describe-mode): Make minor mode list more concise.
6398 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
6400         * bindings.el: Give mode-line-format, mode-line-modes, and
6401         mode-line-position `standard-value' properties.
6403 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
6405         * buff-menu.el (list-buffers-noselect): For Info buffers, use
6406         "(file)node" instead of the file name.
6408 2006-08-05  Richard Stallman  <rms@gnu.org>
6410         * faces.el (escape-glyph): Doc fix.
6412 2006-08-04  Kenichi Handa  <handa@m17n.org>
6414         * international/mule-diag.el (describe-font): Improve docstring
6415         and error message.  Use frame-parameter (not frame-parameters).
6417 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
6420         Correctly mark the end-of-docstring char.
6422 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
6424         * simple.el (line-move-to-column): Constrain move-to-column to
6425         current field.
6427 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6429         * font-lock.el (font-lock-beg, font-lock-end)
6430         (font-lock-extend-region-functions): New vars.
6431         (font-lock-extend-region-multiline)
6432         (font-lock-extend-region-wholelines): New functions.
6433         (font-lock-default-fontify-region): Use them.
6434         (font-lock-extend-jit-lock-region-after-change): Only round up
6435         if font-lock-default-fontify-region will do it as well.
6437         * font-lock.el (font-lock-extend-after-change-region-function):
6438         Rename from font-lock-extend-region-function.
6439         (font-lock-extend-region): Remove by inlining at call sites.
6440         (font-lock-after-change-function): Don't needlessly round up to a whole
6441         number of lines.
6442         (font-lock-extend-jit-lock-region-after-change): Be more careful about
6443         the boundary conditions and the interactions between the various ways
6444         to extend the region.
6446 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6448         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
6449         modification status when forcing the second redisplay.
6451 2006-08-03  Kim F. Storm  <storm@cua.dk>
6453         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
6455 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6457         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
6458         doesn't look like a file name.
6460         * complete.el (PC-expand-many-files): Avoid signalling an error when
6461         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6463 2006-08-02  Andreas Schwab  <schwab@suse.de>
6465         * bindings.el (mode-line-format): Simplify reference to vc-mode.
6467 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6469         * bindings.el (map): Make mode-line-buffer-identification-keymap
6470         before defining propertized-buffer-identification.
6472 2006-08-01  Richard Stallman  <rms@gnu.org>
6474         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
6476 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6478         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
6479         default value.
6480         (gdb-find-source-frame): New function.
6481         (menu): Add to menu bar.
6483 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6485         * font-core.el (font-lock-extend-region-function)
6486         (font-lock-extend-region): Move to font-lock.el.
6488         * font-lock.el (font-lock-extend-region-function)
6489         (font-lock-extend-region): Move from font-core.el.  Simplify.
6491         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
6492         if needed.
6493         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
6494         (jit-lock-after-change-extend-region-functions): New hook.
6495         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
6497         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
6498         (font-lock-turn-on-thing-lock): Use it.
6500         * longlines.el (longlines-show-region): Make it work on read-only
6501         buffers as well.
6503 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
6505         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
6507 2006-07-31  Richard Stallman  <rms@gnu.org>
6509         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
6510         (vhdl-speedbar-display-projects): Update old obsolete
6511         speedbar variable names.
6513 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
6515         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
6516         (gdb-stopped): Use it.
6518         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
6520 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
6522         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
6523         for load-history elements.
6525 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
6527         * files.el (convert-standard-filename): For Cygwin, replace
6528         characters not allowed in Windows file names.
6529         (make-auto-save-file-name): Add Cygwin to the list of systems
6530         where the auto-save file name needs to be run through
6531         convert-standard-filename.
6533 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6535         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
6537 2006-07-28  Richard Stallman  <rms@gnu.org>
6539         * bindings.el (mode-line-frame-identification)
6540         (propertized-buffer-identification): Centralize the code
6541         to initialize the variable.
6543         * progmodes/grep.el (grep-default-command): Catch errors from
6544         wildcard-to-regexp.
6546 2006-07-29  Kim F. Storm  <storm@cua.dk>
6548         * progmodes/grep.el (grep-tag-default): New function.
6549         (grep-default-command, grep-read-regexp): Use it.
6550         (grep-read-files): Use car of grep-files-history or grep-files-aliases
6551         as default if nothing else applies.
6553 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
6555         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6556         Throw error if buffer is not in Dired and Wdired mode, respectively.
6558 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
6560         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
6561         self-insert-command keys don't activate buttons.
6562         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
6564 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
6566         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
6567         faces for enable character.
6569 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6571         * Makefile.in (recompile): Update comment to reflect change
6572         on 2004-04-21.
6574 2006-07-27  Richard Stallman  <rms@gnu.org>
6576         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
6577         (customize-package-emacs-version): Change msg when pkg has no entry.
6578         (custom-no-edit): On a button, do like widget-button-press.
6580 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6582         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
6583         S-tab and C-S-tab.
6585 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6587         * progmodes/which-func.el (which-function): Fix documentation/
6588         comment typo.
6590 2006-07-26  Richard Stallman  <rms@gnu.org>
6592         * textmodes/ispell.el (ispell-word): If we replace the word,
6593         move point to the end.  Insert before deleting.
6595 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
6597         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
6598         a timer.
6600 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
6602         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
6603         when at first image.
6604         (tumme-forward-image): Add prefix argument.  Add error when at last
6605         image.
6607 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6609         * tabify.el (tabify-regexp): Use more specific regexps.
6610         (tabify): Avoid modifying the buffer unnecessarily.
6612 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
6614         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
6615         (tumme-format-properties-string): Handle empty `buf'.
6616         (tumme-get-comment): Change variable names inside `let'.
6617         Add missing `let' variable that cause font-lock problems.
6618         (tumme-write-comments): Change variable names inside `let'.
6619         Add missing `let' variable that cause font-lock problems.
6620         (tumme-forward-image): Rename from `tumme-forward-char'.
6621         (tumme-backward-image): Rename from `tumme-backward-char'.
6623 2006-07-25  Masatake YAMATO  <jet@gyve.org>
6625         * progmodes/ld-script.el (ld-script-keywords)
6626         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
6627         and add comments.
6629 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
6631         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6632         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
6633         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
6634         for status indicator.
6636 2006-07-24  Richard Stallman  <rms@gnu.org>
6638         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
6640         * subr.el (dolist, dotimes): Use interned symbols for locals.
6641         (--dotimes-limit--, --dolist-tail--): New defvars.
6642         (looking-back): Doc fix.
6644         * replace.el (replace-match-string-symbols): Handle dotted lists.
6646 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6648         * tumme.el (tumme-write-tags): Add.
6649         (tumme-write-comments): Add.
6650         (tumme-tag-files): Change to use `tumme-write-tags'.
6651         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
6652         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
6653         (tumme-save-information-from-widgets): Change to use
6654         `tumme-write-comments' and `tumme-write-tags'.
6655         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
6656         (tumme-write-tag): Remove.
6657         (tumme-write-comment): Remove.
6658         (tumme-display-previous-thumbnail-original): Remove empty line.
6659         (tumme-widget-list): Add punctuation.
6661 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6663         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
6665 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6667         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6668         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
6669         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
6671 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
6673         * mouse.el (mouse-on-link-p): Doc fix.
6675 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
6677         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6678         Handle "C-h f `".
6680 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6682         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
6683         column.
6685 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
6687         * textmodes/table.el: Add move-beginning-of-line and
6688         move-end-of-line to Point Motion Only Group.
6690 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6692         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
6694 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6696         * startup.el (user-mail-address): Initialize from the `EMAIL'
6697         environment variable first.  Document this.
6698         (command-line): Ditto.
6700 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
6702         * help-mode.el (help-function-def, help-variable-def)
6703         (help-face-def): Print a message in the minibuffer.
6705 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6707         * term/xterm.el (terminal-init-xterm): Fix key bindings
6708         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
6710 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6712         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
6713         where `(nth 1 command)' is a cons cell.  Doc fix.
6715         * textmodes/po.el (po-find-charset): Doc fix.
6717 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
6719         * allout.el (allout-unprotected, allout-e-o-prefix-p)
6720         (allout-beginning-of-current-line, allout-end-of-current-line)
6721         (allout-next-visible-heading, allout-open-topic)
6722         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
6723         (allout-flag-current-subtree, allout-show-to-offshoot)
6724         (allout-hide-current-entry, allout-show-current-branches)
6725         (allout-hide-region-body, allout-old-expose-topic)
6726         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
6727         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
6728         containing `beginning-of-line' and `end-of-line' with
6729         `inhibit-field-text-motion' t.
6731 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6733         * frame.el (focus-follows-mouse): Document that it doesn't have
6734         any effect on MS-Windows.
6736 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6738         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
6740 2006-07-20  Jay Belanger  <belanger@truman.edu>
6742         * calc.el (calc-previous-alg-entry): Remove variable.
6744         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
6745         New variables.
6746         (calc-alg-entry): Use `calc-alg-entry-history'.
6747         (calc-do-quick-calc): Use `calc-quick-calc-history'.
6748         Remove reference to `calc-previous-alg-entry'.
6749         (calcAlg-edit, calcAlg-enter): Remove reference to
6750         `calc-previous-alg-entry'.
6751         (calcAlg-previous): Use `previous-history-element' instead of
6752         `calc-previous-alg-entry'.
6753         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
6754         Change keybinding for `calcAlg-plus-minus', add keybindings for
6755         `previous-history-element' and `next-history-element'.
6757         * calc-rewr.el (calc-match): Remove reference to
6758         `calc-previous-alg-entry'.
6760         * calc-sel.el (calc-selection-history): New variable.
6761         (calc-enter-selection, calc-sel-mult-both-sides)
6762         (calc-sel-add-both-sides): Use `calc-selection-history'.
6764         * calc-map.el (calc-get-operator-history): New variable.
6765         (calc-get-operator): Use `calc-get-operator-history'.
6767         * calcalg3.el (calc-curve-fit-history): New variable.
6768         (calc-curve-fit): Use `calc-curve-fit-history'.
6770 2006-07-20  Kenichi Handa  <handa@m17n.org>
6772         * international/mule-cmds.el (select-safe-coding-system): Fix the
6773         way of deciding eol-type of the coding system.
6775 2006-07-20  Alan Mackenzie  <acm@muc.de>
6777         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
6778         (c-lang-setvar): New macro.
6779         (c-make-init-lang-vars-fun): Use the initialization forms in
6780         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
6781         (comment-start, comment-end, comment-start-skip): Change these from
6782         c-lang-defvar's to c-lang-setvar's.
6784         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
6785         which calls make-local-variable on the elements of
6786         c-emacs-variable-inits.
6787         (c-init-language-vars-for): Call this new macro.
6789 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6792         Try to rule out false positives due to time stamps.
6793         (compilation-mode-font-lock-keywords): Remove rules made redundant
6794         because of the above change.  Add `segmentation fault' to the known and
6795         highlighted compilation termination messages.
6797 2006-07-19  Kim F. Storm  <storm@cua.dk>
6799         * progmodes/grep.el (grep-find-ignored-directories):
6800         Add .svn and _darcs to list.
6802 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
6804         * dired.el (dired-mode-map): Add key binding `C-te' for
6805         `tumme-dired-edit-comment-and-tags'.
6807         * tumme.el (tumme-display-thumbnail-original-image): Make sure
6808         image display buffer is displayed before call to
6809         `tumme-display-image.
6810         (tumme-dired-display-image): Make sure image display buffer is
6811         displayed before call to `tumme-display-image.
6812         (tumme-mouse-display-image): Make sure image display buffer is
6813         displayed before call to `tumme-display-image.
6814         (tumme-widget-list): Add.
6815         (tumme-dired-edit-comment-and-tags): Add.
6816         (tumme-save-information-from-widgets): Add.
6818 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6820         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
6822 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6824         * progmodes/sh-script.el (sh-font-lock-keywords-1):
6825         Revert inadvertently installed patch hunk.
6827         * progmodes/compile.el (compilation-find-file): Handle the
6828         cases where the user selects a non-existent file.
6830 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6832         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
6834 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6836         * subr.el (sit-for): Just sleep-for if noninteractive.
6838 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6840         * emacs-lisp/autoload.el (make-autoload): Use new arg.
6842         * custom.el (custom-autoload): Add `noset' argument.
6843         (custom-push-theme): Don't autoload the variable, let callers do it.
6844         (custom-theme-set-variables): Autoload the variable if necessary.
6846         * cus-edit.el (custom-variable-state-set): If the variable was
6847         originally set outside custom, but to the same value as the default,
6848         consider it to be standard.
6850         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
6851         file *before* telling Emacs to add the autoloads, in case it fails.
6853         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
6854         Use `cond', push', and `dolist'.
6856 2006-07-17  Richard Stallman  <rms@gnu.org>
6858         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
6859         Add defvars to silence warnings.
6861 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6863         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6864         Don't highlight "Compiling file" messages as error.
6866         * dired-aux.el (dired-compress-file): Confirm again if gzipped
6867         file already exists.
6869 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
6871         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
6872         entry, don't assign to free var; simply return the extracted filename.
6873         (ff-treat-as-special): Incorporate common preamble from callers.
6874         (ff-other-file-name, ff-find-the-other-file):
6875         Update call to ff-treat-as-special.
6877         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
6879 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
6881         * tumme.el (tumme-get-comment): Fix bug.
6883 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6885         * files.el: Remove spurious * in docstrings.
6887 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6889         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
6890         grammar.
6891         (allout-beginning-of-current-line): Beware beginning of buffer.
6892         Also, a comment is simplified.
6893         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
6894         when appropriate.  (This fix enables use for other than
6895         bullet-hotspot operation.)
6896         (allout-hide-current-subtree): While escalating to sibling-close,
6897         make sure to situate on a topic.
6899 2006-07-14  Kim F. Storm  <storm@cua.dk>
6901         * emulation/cua-base.el (cua-delete-selection)
6902         (cua-toggle-set-mark): New defcustoms.
6903         (cua-rectangle-modifier-key): Add `alt' modifier.
6904         (cua-replace-region): Don't delete if cua-delete-selection is nil.
6905         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
6906         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
6908         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
6910 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6912         * allout.el: Require 'cl during byte-compilation/interactive load,
6913         for the `assert' macro.
6914         (allout-mode-deactivate-hook): New hook, run when allout mode
6915         deactivates.
6916         (allout-developer): New allout customization subgroup.
6917         (allout-run-unit-tests-on-load): New allout-developer
6918         customization variable, when true allout unit tests are run towards
6919         end of file load/eval.
6920         (allout-inhibit-auto-fill): Disable auto-fill activity even during
6921         auto-fill-mode.
6922         (allout-resumptions): Remove, to be replaced by...
6923         (allout-add-resumptions): Register variable settings to be
6924         reinstated by `allout-do-resumptions'.  The settings are made
6925         buffer-local, but the locality/globality of the suspended setting
6926         is restored on resumption.
6927         (allout-do-resumptions): Reinstate all settings suspended using
6928         `allout-add-resumptions'.
6929         (allout-test-resumptions): Unit tests (and intermediate variables)
6930         for resumptions.
6931         (allout-tests-globally-unbound, allout-tests-globally-true)
6932         (allout-tests-locally-true): Intermediate variables for
6933         resumptions unit tests.
6934         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
6935         (allout-exposure-category): Replaces 'allout-overlay-category variable.
6936         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
6937         instead of retired `allout-resumptions'.  For hook functions, use
6938         `local' parameter so hook settings are created and removed as
6939         buffer-local settings.  Revise (resumptions) setting
6940         auto-fill-function so it is set only if already active.  (The
6941         related fill-function settings are all made in either case, so
6942         that activating auto-fill-mode activity will have the custom
6943         allout-mode behaviors (hanging indent on topics, if configured for it).
6944         Remove all allout-exposure-category overlays on mode deactivation.
6945         (allout-hotspot-key-handler): New function extracted from
6946         `allout-pre-command-business', so the functionality can be used
6947         for other purposes, eg as a binding in an overlay.
6948         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
6949         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
6950         customization variable.
6951         (allout-run-unit-tests): Run the (currently quite small)
6952         repertoire of unit tests.  Called just before the provide iff user
6953         has customized `allout-run-unit-tests-on-load' non-nil.
6955 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6957         * emacs-lisp/authors.el (authors-aliases): Update.
6959 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
6961         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
6962         gdb-source-window.  Add dedicated argument.
6963         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
6964         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
6965         (gdb-display-threads-buffer, gdb-display-memory-buffer)
6966         (gdb-display-locals-buffer): Use it.
6968         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
6969         Set gdb-source-window.
6971 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
6974         minor modes, redundant with the custom-autoload line above.
6976 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
6978         * longlines.el (longlines-post-command-function): Handle open-line too.
6980 2006-07-12  Richard Stallman  <rms@gnu.org>
6982         * progmodes/grep.el (grep-last-buffer): Doc fix.
6984         * info.el (Info-try-follow-nearest-node): Doc fix.
6986         * emacs-lisp/edebug.el (edebug-instrument-function):
6987         Err if find-function-noselect gives no position.
6989         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6990         If can't find definition, return nil for position.
6991         (find-function-do-it): Handle new return value
6992         of find-definition-noselect.
6993         (find-definition-noselect, find-variable-noselect): Doc fix.
6994         (find-function-noselect): Doc fix.
6996         * help-mode.el (help-variable-def): Handle find-variable-noselect
6997         returning no position.
6998         (help-function-def): Likewise for find-function-search-for-symbol.
6999         (help-face-def): Likewise.
7001         * help-fns.el (describe-variable): Handle find-variable-noselect
7002         returning no position.
7004         * files.el (locate-file-completion): Avoid duplicates in result.
7006         * cus-edit.el (custom-no-edit): New command.
7007         (custom-mode-map): Remap to custom-no-edit instead of
7008         using suppress-keymap.
7010 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
7012         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7013         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7014         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
7016         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7018 2006-07-11  Kim F. Storm  <storm@cua.dk>
7020         * ido.el (ido-copy-current-file-name): Use buffer-name if
7021         buffer-file-name is nil.
7023 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
7025         * simple.el (undo-ask-before-discard): Set to nil.
7027         * vc.el (vc-exec-after): Don't delete process manually.
7028         (vc-print-log): Run log-view-mode in process sentinel inside
7029         inhibit-read-only.  Don't shrink window due to timing issues.
7031         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
7032         Avoid using with-output-to-temp-buffer, which clobbers local vars.
7034 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7036         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7037         Fix ambiguity introduced by last change.
7038         (compilation-find-file): Move save-excursion to where it may
7039         make sense.  Fix a left over `find-file'.
7041 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
7043         * textmodes/texinfmt.el (texinfo-format-separate-node):
7044         Insert a string before point, which fits documentation, not after.
7045         (texinfo-multitable-item): In a multitable row, insert any
7046         additional needed @tabs and spaces.
7048 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
7050         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7051         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7052         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7053         instead of shell-command.
7054         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7055         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7056         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7057         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7058         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7059         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
7061 2006-07-11  Kim F. Storm  <storm@cua.dk>
7063         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
7064         Remove special case for seconds < 0.  Use (redisplay t) instead.
7066 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
7068         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7069         avoid compilation error.
7071         * subr.el (sit-for): New function.
7073         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7075 2006-07-10  Richard Stallman  <rms@gnu.org>
7077         * ldefs-boot.el (edebug): Update page.
7079 2006-07-10  Kim F. Storm  <storm@cua.dk>
7081         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7082         to FOR-RELEASE and TODO.
7084 2006-07-10  Romain Francoise  <romain@orebokech.com>
7086         * emacs-lisp/authors.el (authors-aliases): Update.
7088 2006-07-10  Alan Mackenzie  <acm@muc.de>
7090         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7091         * cc-mode.el: Changes to eradicate eval-after-load.
7093 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
7095         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7096         on non-char events.
7098 2006-07-09  Romain Francoise  <romain@orebokech.com>
7100         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7101         Don't highlight start/end markers as compilation messages.
7103         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7104         to t.
7106 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7108         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7110 2006-07-08  Richard Stallman  <rms@gnu.org>
7112         * term/x-win.el (x-handle-display): Add doc string.
7114         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7116         * subr.el (def-edebug-spec): Move here.
7117         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7119         * imenu.el (imenu-choose-buffer-index): Doc fix.
7121 2006-07-08  Romain Francoise  <romain@orebokech.com>
7123         * term/x-win.el (x-display-name): Fix typo.
7125 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
7127         * hexl.el (hexl-find-file): Doc fix.
7129         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7131 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
7133         * term/x-win.el (x-display-name): Doc fix.
7135 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7138         long prefixes.
7139         (fill-region-as-paragraph): Don't round up to a whole line.
7140         (fill-comment-paragraph): Don't include the code-before-the-comment
7141         when calling fill-region-as-paragraph.
7143         * international/mule.el (make-char): Remove redundancy.
7145         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7146         property may contain an anonymous function rather than a symbol.
7148         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7150         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7151         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
7153         * dirtrack.el (dirtrack-default-directory-function): Remove.
7154         (dirtrack-directory-function): Use file-name-as-directory.
7155         (dirtrack-windows-directory-function): Simplify.
7156         (dirtrack-forward-slash, dirtrack-backward-slash)
7157         (dirtrack-replace-slash): Remove.
7158         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7159         (dirtrack): Fix wrong parenthesizing; use match-string.
7161         * progmodes/octave-inf.el: Remove spurious * in docstrings.
7162         (inferior-octave-mode): Only change the buffer-local value of
7163         comint-dynamic-complete-functions.
7164         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7165         Move the initialization to the declaration.
7166         (inferior-octave-complete): Remove unused var `filter'.
7168         * shell.el (shell-mode): Only change the buffer-local value of
7169         comint-dynamic-complete-functions.
7171 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
7173         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7174         entry is skipped because it has been scheduled.
7175         (org-prepare-agenda-buffers): Don't mark buffers as modified when
7176         changing `:org-archived' and `:org-comment' properties.
7178 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
7180         * server.el (server-select-display): Don't make the temp frame
7181         minibuffer-only, in case it's not a temp frame.
7182         (server-process-filter): Don't delete the temp frame if it's the
7183         only one we have on that display.
7185         * files.el (find-alternate-file): Doc fix.
7187 2006-07-05  Richard Stallman  <rms@gnu.org>
7189         * files.el (abbreviate-file-name): Add save-match-data.
7191 2006-07-03  Richard Stallman  <rms@gnu.org>
7193         * faces.el (read-face-name): Doc fix.
7195 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
7197         * net/goto-addr.el (goto-address): Mark as safe for local evals.
7199 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
7201         * vc.el (vc-diff-internal): Fix prev change.
7203 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7205         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7206         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7208 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7210         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7211         fails if the symbol contains chars like ( or '.
7212         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7213         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7214         `short'.
7216 2006-07-04  Kenichi Handa  <handa@m17n.org>
7218         * international/mule-cmds.el (set-language-info): If LANG-ENV is
7219         the current one, don't call set-language-environment, but call one
7220         of set-language-environment-XXX to make INFO effective now.
7221         (set-language-environment): Call set-language-environment-XXX
7222         functions instead of doing the various setups directly.
7223         (set-language-environment-coding-systems): Delete argument eol-type.
7224         (set-language-environment-input-method)
7225         (set-language-environment-nonascii-translation)
7226         (set-language-environment-charset)
7227         (set-language-environment-fontset)
7228         (set-language-environment-unibyte): New functions.
7230 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7232         * locate.el (locate-update-when-revert): New option.
7233         (locate-update-path): New option (suggested by Michael Albinus).
7234         (locate-prompt-for-command): Whitespace change.
7235         (locate-update): No longer offer to update the locate database by
7236         default.  Implement the two new options.
7238 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
7240         * tooltip.el: Move comment about track-mouse...
7242         * progmodes/gud.el: ...to here.
7244 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
7246         * facemenu.el (facemenu-listed-faces): New var.
7247         (facemenu-unlisted-faces): Variable deleted.
7248         (facemenu-add-new-face): Use facemenu-listed-faces.
7250         * emulation/viper-init.el, calendar/calendar.el:
7251         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7253 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
7255         * textmodes/org.el (org-mode): Remove no invalid settings for
7256         calc embedded mode.
7257         (org-mode-p): New defsubst.
7258         (org-save-all-org-buffers): New function.
7259         (org-first-headline-recenter): Enclose outline-regexp in group
7260         delimiters.
7261         (org-set-tags): Keep single space after stars.
7263 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7265         * window.el (set-window-text-height): Only set window-min-height to
7266         1 if that's the requested size.
7268         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7269         (diff-unified->context, diff-context->unified)
7270         (diff-reverse-direction): Make sure the end marker stays at the end.
7271         (diff-mode): Add the keymap table at the end of docstring.
7272         Use lexical-let rather than constructing a closure manually.
7274         * files.el (find-file-noselect-1): Remove unused var assignment.
7275         (hack-local-variables-confirm): Print lists of strings as lists of
7276         strings rather than lists of symbols.
7277         (abbreviate-file-name, hack-local-variables-prop-line):
7278         Use match-string.
7279         (hack-one-local-variable): Move `make-local-variable' nearer its use.
7280         (recover-session-finish): Use line-end-position.
7282 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
7284         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
7286 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
7288         * progmodes/make-mode.el (makefile-macroassign-regex):
7289         Accept preceding keyword.
7290         (makefile-gmake-statements): Reorganize, now that makepp has
7291         "override" and also handle forgotten "override define".
7292         (makefile-makepp-statements): Add new "global", "override export"
7293         and "override global".
7295 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
7297         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
7298         (ada-compile-mouse-goto-error, ada-deactivate-properties)
7299         (ada-no-auto-case): Fix typos in docstrings.
7301 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
7303         * info.el (Info-find-node-2): Search for makeinfo version more
7304         carefully.
7306 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
7308         * textmodes/org.el (org-prepare-agenda-buffers):
7309         Use `invisible-OK' argument for `org-end-of-subtree'.
7310         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
7311         (org-beginning-of-item): Fix bug in regular expression for white line.
7312         (org-export-as-html): Enforce space after bullet in plain list items.
7313         (org-set-autofill-regexps): Require space after plain list bullet
7314         for paragraph-start.
7315         (org-ts-regexp3): New constant.
7316         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
7317         (org-timestamp-up-day, org-timestamp-down-day)
7318         (org-timestamp-change): Work with inactive timestamps.
7319         (org-ts-regexp1): Don't allow brackets in time stamps.
7321 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
7323         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
7324         for ignoring links.
7326         * faces.el (read-face-name): Use it.
7328 2006-06-28  Juri Linkov  <juri@jurta.org>
7330         * buff-menu.el (list-buffers-noselect): Compare Info file
7331         with the string "dir" to detect Info directory.
7333         * complete.el (partial-completion-mode): In lambda for
7334         `choose-completion-string-functions' use full function signature
7335         with 4 args, and move point to the end of the minibuffer only if arg
7336         `mini-p' is non-nil.
7338 2006-06-28  John Paul Wallington  <jpw@pobox.com>
7340         * ibuffer.el (ibuffer-mode): Doc fix.
7342 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
7344         * textmodes/org.el (org-context): New contexts :item-bullet,
7345         :latex-fragment, :latex-preview.
7346         (org-overlays-at, org-overlay-start, org-overlay-end):
7347         New compatibility functions.
7348         (org-inside-LaTeX-fragment-p): More accurate matching, using the
7349         exact regexp that will be used during export.
7350         (org-latex-regexps): New variable.
7351         (org-cdlatex-mode): Improve advice for `texmathp'.
7352         (turn-on-org-cdlatex): New function.
7354 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7356         * term/mac-win.el (mac-handle-font-selection): Change keys of
7357         mac-atsu-font-table from strings to numbers.
7358         (mac-ts-caret-position): Use also when cursor-type is nil.
7359         (mac-ts-update-active-input-area): Add Mac OS Classic support.
7360         Relax condition for using overlay strings.
7361         Use mac-ts-caret-position face when cursor-type is nil.
7363 2006-06-26  Kim F. Storm  <storm@cua.dk>
7365         * help.el (view-emacs-news): Declare `res' in the right let* form.
7367 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
7369         * net/rcompile.el (remote-compile): Replace ange-ftp based
7370         implementation by Tramp functions.
7371         Suggested by Marc Abramowitz <msabramo@gmail.com>.
7373         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
7375 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
7377         * international/fontset.el (setup-default-fontset): Fix a typo in
7378         the "Oriya-Akruti" registry name.
7380 2006-06-23  Lars Hansen  <larsh@soem.dk>
7382         * desktop.el (desktop-full-file-name): New function.
7383         (desktop-kill, desktop-save, desktop-remove, desktop-read)
7384         (desktop-revert): Use it.
7385         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
7386         (desktop-after-read-hook): Add option list-buffers.
7387         (desktop-locals-to-save): Add tab-width.
7388         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
7389         Fix docstring.
7391 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
7393         * textmodes/org.el (org-cdlatex-mode-map)
7394         (org-cdlatex-texmathp-advice-is-done): New variables.
7395         (org-cdlatex-mode): New minor mode.
7396         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
7397         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
7398         (org-export-with-archived-trees): New option.
7399         (org-open-file): Remove the call to `convert-standard-filename'.
7400         (org-archive-tag, org-agenda-skip-archived-trees)
7401         (org-cycle-open-archived-trees)
7402         (org-sparse-tree-open-archived-trees): New options.
7403         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
7404         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
7405         New functions.
7406         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
7407         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
7408         (org-mode-map): Add binding for `org-toggle-archive-tag'.
7409         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7410         Call `org-prepare-agenda-buffers'.
7411         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
7412         (org-file-apps, org-file-apps-defaults-gnu)
7413         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
7414         Handle remote files by forcing them to be opened in Emacs.
7416 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
7418         * vc.el (vc-diff-knows-L): New variable.
7419         (vc-diff-internal): Use it to handle "diff" programs that don't
7420         understand -L.  This works automatically, no user action is necessary.
7422 2006-06-23  Daniel Brockman  <daniel@brockman.se>
7424         * net/rcirc.el (rcirc-default-user-full-name): Default to
7425         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
7426         longer exists).
7427         (rcirc-process-list): Check `buffer-live-p' before attempting to
7428         switch to a buffer.
7430 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
7432         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
7433         based on rcirc-coding-system-alist.
7435 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
7437         * cus-edit.el (customize-apropos): A better error message.
7438         (top level) <debug-ignored-errors>: Extend and update the list of
7439         ignored error messages.
7441 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
7443         * complete.el (PC-do-completion): Retain capitalization of user
7444         input, when possible, even if completion-ignore-case is set.
7446 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
7448         * generic-x.el (bat-generic-mode): Support .cmd files.
7450         * dos-w32.el (top level): Use find-file-not-found-functions
7451         instead of the obsolete find-file-not-found-hooks.
7453 2006-06-22  Kim F. Storm  <storm@cua.dk>
7455         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
7456         to recognize mode name containing submodes, such as Grep/lw.
7458 2006-06-21  Kim F. Storm  <storm@cua.dk>
7460         * simple.el (line-move-1): Check for move-end-of-line instead of
7461         end-of-line when setting temporary-goal-column.
7463 2006-06-21  Miles Bader  <miles@gnu.org>
7465         * play/cookie1.el (cookie): Work properly when there's only one entry.
7467 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
7469         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
7470         (gdb-frame-handler): Generalize frame regexp for templates.
7472 2006-06-20  Glenn Morris  <rgm@gnu.org>
7474         * calendar/appt.el (appt-display-format): Default value must be
7475         one of the customize options.
7477 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
7479         * term/xterm.el (terminal-init-xterm): Update key availability info.
7480         Bind C-return.
7482         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
7484 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
7486         * files.el (hack-local-variables): Run `hack-local-variables-hook'
7487         whether or not a local variables list is defined.
7489         * msb.el (msb): Move `sit-for' hack here to handle both
7490         "mouse-down and drag" and "mouse-up and select" situations.
7491         (mouse-select-buffer): Move `sit-for' hack to `msb'.
7493 2006-06-20  Kenichi Handa  <handa@m17n.org>
7495         * international/characters.el (word-combining-categories):
7496         Add entries for 2-byte Han characters.
7498 2006-06-19  Richard Stallman  <rms@gnu.org>
7500         * bindings.el (mode-line-format): Save some mode line space.
7502         * files.el (find-file-noselect): Improve the question wording.
7503         (basic-save-buffer-2): Mask UMASK against 666.
7505         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
7506         (mouse-drag-vertical-line): Call it.
7508         * cus-edit.el (customize-option, customize-option-other-window):
7509         Error if SYMBOL is nil.
7511 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
7513         * textmodes/org.el: Require noutline, also on XEmacs.
7514         (org-end-of-subtree): Return point.
7515         (org-dblock-start-re, org-dblock-end-re): New constants.
7516         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7517         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
7518         (org-update-all-dblocks, org-find-dblock): New functions.
7519         (org-collect-clock-time-entries): New function.
7520         (org-html-handle-time-stamps): Never export CLOCK timeranges.
7521         (org-fixup-indentation): Modify to deal correctly with lines
7522         starting with TAB.  Only one argument DIFF now.
7523         (org-demote, org-promote): Call `org-fixup-indentation' with just
7524         one argument, DIFF.
7525         (org-mode): Don't mark buffer as modified when aligning tables.
7526         (org-clock-sum): Don't mark buffer modified when adding time sum
7527         properties.
7528         (org-export-as-html): Add support for a link validation function.
7529         (org-archive-all-done): New function.
7530         (org-archive-subtree): New prefix argument.  When set, archive all
7531         done subtrees in this buffer.
7532         (org-remove-clock-overlays)
7533         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
7534         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
7535         (org-put-clock-overlay): Don't swallow last headline character
7536         when displaying overlay.
7537         (org-store-link): Link to `image-mode' with just the file name.
7539 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7541         * viper-cmd.el (viper-special-read-and-insert-char):
7542         Use read-key-sequence.
7543         (viper-after-change-undo-hook): Misc enhancements.
7544         (viper-after-change-undo-hook): New hook.
7545         (viper-undo): Use viper-after-change-undo-hook.
7546         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
7547         (viper-next-line-at-bol): If point is on a widget or a button, simulate
7548         clicking on that widget/button.
7550         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
7552         * ediff-diff (ediff-test-patch-utility): Catch errors.
7553         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
7554         (ediff-set-actual-diff-options): New function.
7555         (ediff-reset-diff-options, ediff-toggle-ignore-case):
7556         Use ediff-set-actual-diff-options.
7557         (ediff-extract-diffs): Catch errors.
7558         (ediff-whitespace): Add non-breakable space.
7559         (ediff-same-file-contents): Catch errors.
7561         * ediff-mult.el (ediff-collect-custom-diffs):
7562         Save coding-system-for-read.
7564         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
7565         (ediff-vc-internal, ediff-vc-merge-internal):
7566         Use ediff-delete-version-file.
7567         (ediff-delete-version-file): New function.
7569         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
7571         * ediff.el (ediff-directories, ediff-directory-revisions)
7572         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
7573         (ediff-directories-internal, ediff-merge-directory-revisions)
7574         (ediff-merge-directory-revisions-with-ancestor)
7575         (ediff-directories3): Use read-directory-name.
7577 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
7579         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
7580         Remove superfluous part of regexp for brace matching which is handled
7581         by `scan-lists' call.
7583 2006-06-16  Richard Stallman  <rms@gnu.org>
7585         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
7587         * files.el (basic-save-buffer-2): For a new precious file,
7588         use the default modes in the return value.
7590         * facemenu.el (facemenu-color-alist): Doc fix.
7592         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
7594 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7596         * cus-start.el (all): Add mac-ts-script-language-on-focus.
7598         * term/mac-win.el (mac-text-encoding-ascii): New constant.
7599         (mac-utxt-to-string): Use it.
7600         (mac-ts-update-active-input-area): Use mac-ae-number.
7602 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
7604         * term.el (term-handle-scroll, term-delete-lines)
7605         (term-insert-lines): Fix off by one errors.
7607 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7609         * net/tramp.el (tramp-touch): Use UTC to express time.
7611 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
7613         * mail/sendmail.el (mail-send): Search explicitly for
7614         mail-header-separator when checking for corrupted header lines.
7616 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
7618         * progmodes/gdb-ui.el (gdb-same-frame): New option.
7619         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
7620         (gdb-init-1): Initialise them.
7621         (gdb-starting): Reset gdb-printing
7622         (gdb-starting): Save value of gud-overlay-arrow-position.
7623         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
7624         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
7625         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
7626         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
7628 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7630         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
7632 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
7634         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
7635         (ldap-search-internal): Keep error messages, and a regexp fix.
7637 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
7639         * files.el (hack-local-variables-confirm):
7640         Display string value using its printed representation.
7642 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
7644         * server.el (server-edit): No-op if no server buffers exist.
7646 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
7648         * textmodes/page-ext.el (pages-directory-for-addresses):
7649         Including `pages-directory-address-mode' in the function results
7650         in the message "Buffer in which pages were found is deleted".
7652 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
7654         * textmodes/org.el (org-agenda-mode-map): Add bindings for
7655         clocking functions.
7657         (org-agenda-clock-in, org-check-running-clock)
7658         (org-clock-out-if-current, org-remove-clock-overlays)
7659         (org-put-clock-overlay): New functions.
7660         (org-clock-marker, org-clock-file-total-minutes)
7661         (org-clock-overlays): New variables.
7662         (org-clock-display, org-clock-sum, org-clock-cancel)
7663         (org-clock-out, org-clock-in): New commands.
7664         (org-export): New function.
7665         (org-emph-re): New constant.
7666         (org-set-emph-re, org-do-emphasis-faces): New functions.
7667         (org-emphasis-regexp-components, org-emphasis-alist): New options.
7668         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7669         (org-export-html-convert-emphasize): Use the configurable emphasis.
7670         (org-cleaned-string-for-export): Make multiline emphasis visible
7671         to the exporter.  New optional argument PARAMETERS.
7672         (org-export-as-html): Specify :emph-multiline parameter to
7673         `org-cleaned-string-for-export'.
7675 2006-06-10  Richard Stallman  <rms@gnu.org>
7677         * help.el (help-for-help-internal): Clean up help text.
7679 2006-06-10  Andreas Schwab  <schwab@suse.de>
7681         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
7682         in doc string.
7684         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
7686 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
7688         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
7689         spaces after the comment start.
7691 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7693         * play/pong.el (pong-init-buffer):
7694         Fill buffer with spaces instead of ^A.
7696         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
7697         launched asynchronously, delete its process instead of being cool.
7698         (ispell-async-processp): Check for `delete-process' existence
7699         instead of `kill-process' one for consistency.
7701 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
7703         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
7704         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
7705         in mode line at startup.
7707 2006-06-08  Kim F. Storm  <storm@cua.dk>
7709         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
7710         (ido-init-completion-maps): Bind them to M-SPC and M-v.
7711         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
7712         (ido-file-internal): Pass full file name to write-file.
7713         (ido-read-internal): Only pop stack elements automatically if they
7714         actually match an existing directory or file name.
7716 2006-06-07  Kenichi Handa  <handa@m17n.org>
7718         * international/mule.el (find-auto-coding): Don't handle the short
7719         name `char-trans'.
7721         * files.el (hack-local-variables-prop-line)
7722         (hack-local-variables): Cancel the previous change.
7724 2006-06-06  Jesper Harder  <harder@phys.au.dk>
7726         * ediff-diff.el (ediff-test-utility): Protect against file-error.
7728 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
7730         * diff-mode.el (diff-mode): Set buffer-read-only to t when
7731         diff-default-read-only is non-nil.
7732         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
7733         (diff-refine-hunk): Set inhibit-read-only to t.
7735         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
7736         modifying the *Diff* buffer.
7737         (diff-process-filter): New filter function for diff process that
7738         sets inhibit-read-only to t when modifying the *Diff* buffer.
7740 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
7742         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
7743         insertion point and control the number of empty lines.
7744         (org-paste-subtree): Limit the number of empty lines at the end of
7745         the inserted tree.
7746         (org-agenda): Use buffer name of current file for narrowing.
7747         (org-export-as-xml): Command removed.
7748         (org-export-xml-type): Option removed.
7749         (org-mode-map): Call `org-export-as-xoxo' directly.
7750         (org-get-indentation): New optional argument LINE.
7751         (org-fix-indentation, org-remove-tabs): New functions.
7752         (org-export-as-ascii, org-ascii-level-start): Determine and apply
7753         correct indentation for headlines that are converted it items.
7754         (org-skip-comments): Remove table lines that contain narrowing
7755         cookies but no other non-empty fields.
7756         (org-set-tags): Allow groups of mutually exclusive tags.
7757         (org-cmp-time): Sort 24:21 before items without time.
7758         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
7759         (org-open-at-point): Require double colon also for numbers.
7761 2006-06-06  Kim F. Storm  <storm@cua.dk>
7763         * ido.el (ido-default-file-method, ido-default-buffer-method):
7764         Make choice values consistent with corresponding command names.
7765         (ido-visit-buffer): Update accordingly.  Default to selected-window.
7767 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
7769         * progmodes/gud.el (gud-running): Fix doc string.
7770         (gud-menu-map): Use :visible instead fo :enable for debugger test.
7771         (gud-tooltip-modes): Add python-mode.
7772         (gud-tooltip-print-command): Add pdb.  Remove perldb.
7774 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
7776         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
7777         Quote $(EMACS).
7779 2006-06-05  Richard Stallman  <rms@gnu.org>
7781         * faces.el (defined-colors): Doc fix.
7783 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
7785         * vc.el (vc-process-filter): Inhibit undo info collection around
7786         call to insert.
7787         (vc-setup-buffer): Likewise for call to erase-buffer.
7788         (vc-do-command): Likewise for call to process-file.
7790 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
7792         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
7793         for gud-go.
7794         (gud-common-init): Other debuggers may trigger error.
7796 2006-06-05  Kenichi Handa  <handa@m17n.org>
7798         * international/mule.el (find-auto-coding):
7799         Handle enable-character-translation in file header.
7801 2006-06-04  Kim F. Storm  <storm@cua.dk>
7803         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
7804         (authors-fixed-entries): Fix spelling.
7805         (authors-canonical-file-name): Don't report error for wildcards.
7807         * help.el (view-emacs-news): Rewrite to support new NEWS,
7808         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
7809         e.g. version 10 matches 1.10, and don't be confused by version 1.1
7810         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
7812 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
7814         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
7815         exec constructs like `foo bar`.
7816         (sh-quoted-subshell): New helper function to search for a possibly
7817         nested subshell (like `` or $()) within a "" quoted string.
7818         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
7819         (sh-apply-quoted-subshell): Flag quote characters inside a
7820         subshell, which is itself already in a quoted region, as
7821         punctuation, since this is the closest to what they actually are.
7822         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
7823         sh-apply-quoted-subshell.
7824         (sh-font-lock-syntactic-face-function): Apply the new face for
7825         text inside `` instead of the old font-lock-string-face.
7827 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7829         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
7830         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
7831         (mac-bytes-to-text-range, mac-ae-text-range-array)
7832         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
7833         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
7834         (mac-ts-unicode-for-key-event): New functions.
7835         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
7836         (mac-handle-font-selection): Use mac-ae-number.
7837         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
7838         New variables.
7839         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
7840         (mac-ts-converted-text, mac-ts-selected-converted-text)
7841         (mac-ts-block-fill-text, mac-ts-outline-text)
7842         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
7843         (mac-ts-hilite-style-faces): New constant.
7844         (mac-apple-event-map): Bind text input events.
7845         (mac-dispatch-apple-event): Use command-execute instead of
7846         call-interactively.
7847         (global-map): Don't bind mac-apple-event.
7848         (special-event-map): Bind mac-apple-event.
7850 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
7852         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
7853         file name.
7854         (emacs): Enclose the value of $(EMACS) in quotes.
7856 2006-06-02  Juri Linkov  <juri@jurta.org>
7858         * international/mule.el (sgml-html-meta-auto-coding-function):
7859         Remove the condition `(search-forward "<html" size t)'.
7860         Replace `\"' with `[\"']?' in `re-search-forward'.
7862 2006-06-02  Kenichi Handa  <handa@m17n.org>
7864         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
7865         as well as `coding'.
7866         (hack-local-variables): Likewise.
7868         * international/mule.el (enable-character-translation):
7869         Put permanent-local and safe-local-variable properties.
7870         (find-auto-coding): Handle char-trans: tag.
7872 2006-06-02  Juri Linkov  <juri@jurta.org>
7874         * international/mule.el (sgml-html-meta-auto-coding-function):
7875         Limit the search by the end of the HTML header (if any).
7877 2006-06-01  Richard Stallman  <rms@gnu.org>
7879         * subr.el (with-current-buffer): Doc fix.
7881 2006-06-02  Masatake YAMATO  <jet@gyve.org>
7883         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
7884         Almost rewrite.  Underlines over all lines of gcov output are too
7885         uncomfortable to read.  Suggested by Dan Nicolaescu.
7887 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
7889         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
7891         * shell.el (shell-mode): Use shell-mode-map in docstring.
7893         * comint.el (comint-send-input): Do not add help-echo and
7894         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
7896 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7898         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
7900 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7902         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
7903         (gdb-stopped, gdb-info-stack-custom): If there is no source info
7904         look up the stack and pop up GUD buffer if necessary.
7905         (gdb-frames-select): Remove redundant call to gud-display-frame.
7906         (gdb-info-threads-custom): Keep point at start of buffer.
7907         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
7909 2006-05-31  Juri Linkov  <juri@jurta.org>
7911         * replace.el (query-replace-read-from, query-replace-read-to):
7912         Bind `history-add-new-input' to nil.  Call `add-to-history'.
7914 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
7916         * textmodes/table.el: Convert all HTML tags to lower case for
7917         XHTML compatibility.
7919 2006-05-31  Masatake YAMATO  <jet@gyve.org>
7921         * progmodes/compile.el:
7922         (compilation-error-regexp-alist-alist::gcov-called-line):
7923         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
7925 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
7927         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
7928         Revert inadvertent changes made with last commit.
7930 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7932         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
7933         New functions.
7935         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
7937 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7939         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
7940         only matches in the right place.
7941         (org-upcoming-deadline): New face.
7942         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
7943         (org-export-ascii-underline): Rename constant `org-ascii-underline'
7944         and make it an option.
7945         (org-export-ascii-bullets): New option.
7946         (org-export-as-html): Many changes to emit valid XHTML.
7947         (org-par-open): New variable.
7948         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
7949         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
7950         (org-timeline): Pass `org-timeline-show-empty-dates' to
7951         `org-get-all-dates'.  Interpret empty dates returned by
7952         `org-get-all-dates'.
7953         (org-get-all-dates): New argument EMPTY.  Add dates without
7954         entries to the list, mark large ranges of empty dates.
7955         (org-point-in-group, org-context): New functions.
7957 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
7959         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
7961         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
7962         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7963         to C-mouse-3 (for 2 button mice).
7964         (gdb-send): Do the right thing for C-d.
7966         * speedbar.el (speedbar-detach): Delete.
7967         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
7968         it breaks things.
7969         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
7971 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
7973         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
7974         Makeppfile.
7976         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7977         Add makepp diagnostic.
7979 2006-05-29  Richard Stallman  <rms@gnu.org>
7981         * window.el (fit-window-to-buffer): Doc fix.
7983         * help.el (temp-buffer-max-height): Doc fix.
7985         * subr.el (with-current-buffer): Doc fix.
7987 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7989         * term/x-win.el: Bind F10 to menu-bar-start if available.
7991 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
7993         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
7994         uses with a simple test.
7995         (term-set-escape-char, term-mode, term-check-kill-echo-list)
7996         (term-send-raw-string, term-send-raw, term-mouse-paste)
7997         (term-char-mode, term-line-mode, term-exec, term-sentinel)
7998         (term-handle-exit, term-read-input-ring)
7999         (term-previous-matching-input-string)
8000         (term-previous-matching-input-string-position)
8001         (term-previous-matching-input-from-input)
8002         (term-replace-by-expanded-history, term-send-input)
8003         (term-skip-prompt, term-bol, term-send-invisible)
8004         (term-kill-input, term-delchar-or-maybe-eof)
8005         (term-backward-matching-input, term-check-source)
8006         (term-proc-query, term-emulate-terminal)
8007         (term-handle-colors-array, term-process-pager, term-pager-line)
8008         (term-pager-bob, term-unwrap-line, term-word)
8009         (term-dynamic-complete-filename)
8010         (term-dynamic-complete-as-filename)
8011         (term-dynamic-simple-complete): Replace one arm ifs with whens or
8012         unlesses.
8014 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8016         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8017         during bootstrapping.
8019         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
8020         Basically undo the change of 2006-05-26: use extra arguments instead of
8021         dynamic scoping.
8022         (ewoc-locate): Remove unused var `footer'.
8024 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8026         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
8028         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
8029         (generate-file-autoloads): Obey it.  Return whether autoloads were
8030         added at point or not.
8031         (update-file-autoloads): Use this new return value.
8032         Remove redundant test for the presence of an autoload cookie.
8034         * emacs-lisp/autoload.el (autoload-find-file): New fun.
8035         This one calls hack-local-variables.
8036         (generate-file-autoloads, update-file-autoloads): Use it.
8038         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
8039         (bibtex-sort-entry-class): Add safe-local-variable predicate.
8040         (bibtex-sort-entry-class-alist): Don't set the global value.
8041         (bibtex-init-sort-entry-class-alist): New fun.
8042         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8043         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
8044         of bibtex-init-sort-entry-class.
8046 2006-05-28  Richard Stallman  <rms@gnu.org>
8048         * subr.el (load-history-regexp): If FILE is relative, insist
8049         entire last name component must match it.
8050         (load-history-filename-element, load-history-regexp): Doc fixes.
8052 2006-05-29  Kim F. Storm  <storm@cua.dk>
8054         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
8055         `pos' and `raw-data' for clarity, as eval forms may access these.
8057 2006-05-28  Kim F. Storm  <storm@cua.dk>
8059         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8061 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * progmodes/make-mode.el (makefile-browser-map)
8064         (makefile-mode-syntax-table): Move initialization inside declaration.
8065         (makefile-fill-paragraph): Use the default comment-filling code.
8067 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
8069         * replace.el (query-replace-defaults): New variable.
8070         (query-replace-read-from): Use `query-replace-defaults' for
8071         default value, instead of history list.
8072         (query-replace-read-to): Update `query-replace-defaults'.
8074 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
8076         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8077         with no X toolkit.
8079 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
8081         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8082         (tumme-show-all-from-dir): Add autoload.
8084 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8086         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8087         (tumme-remove-tag): Fix bug.
8089 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8091         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8092         FOOTER args.  Update unique caller.
8093         (ewoc-delete): Compute last node once before looping.
8094         (ewoc--node-branch): Merge into unique caller.
8095         (ewoc--node): Don't define constructor make-ewoc--node for this
8096         structure.
8097         (ewoc): Add member `hf-pp' to this structure.
8098         (ewoc--wrap): New func.
8099         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
8100         header/footer pretty-printers.  Save header/footer pretty-printer.
8101         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
8103         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8105 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8107         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
8108         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
8109         Tag'.  Change "Compare directories..." to "Change Directories...".
8110         Move tumme commands to Operate, Regexp and Immediate menus.
8111         Change "Add Comment" to "Add Image Comment".  Change "Add Image
8112         Tag" to "Add Image Tags".
8114         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8115         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8116         `tumme-delete-tag'.
8118 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8120         * shell.el (shell-mode): Call shell-dirtrack-mode after
8121         list-buffers-directory is made a local variable, to avoid setting
8122         the default value.
8124 2006-05-26  Kevin Ryde  <user42@zip.com.au>
8126         * info.el (Info-index-next): Use where-is-internal to report
8127         actual binding of Info-index-next, rather than hard-coded `,'.
8129 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8131         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8132         and "Find Command in Manual" to here.
8134         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8135         Info-current-file as the file name.
8137 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
8139         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
8140         overrides will now be done a different way.
8141         (ses-set-parameter): Reapply this function for undo.
8142         (ses-set-header-row): Reconstruct header row during undo.
8143         (ses-widen): New function.
8144         (ses-goto-data, ses-reconstruct-all): Use new function.
8145         (ses-command-hook): Widen buffer during undo, before unupdating
8146         the cells.
8147         (ses-insert-row, ses-delete-row): Widen buffer during undo.
8148         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8149         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8150         formula hasn't been executed yet.
8152 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8154         * comint.el (comint-kill-whole-line): Rename arg to count.
8155         Fix doc string.
8157 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
8159         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8160         to copy-file.
8162 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8164         * simple.el (toggle-truncate-lines): Make arg optional for
8165         backward compatibility.
8167 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
8169         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8170         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8171         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
8172         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8173         (ewoc--adjust): Use ewoc--current-dll.
8174         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8176 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
8178         * textmodes/org.el (org-next-item, org-previous-item): Emit more
8179         compact error message.
8180         (org-tags-view): Refresh category table in each file.
8181         (org-table-justify-field-maybe): Remove superfluous arguments to
8182         `format'.
8183         (org-export-as-html): Insert "<p>" before postamble.
8184         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8186 2006-05-26  Kenichi Handa  <handa@m17n.org>
8188         * textmodes/po.el (po-find-charset): Pay attention to the case
8189         FILENAME is a cons (NAME . BUFFER).
8190         (po-find-file-coding-system-guts): Likewise.
8192         * arc-mode.el (archive-set-buffer-as-visiting-file):
8193         Call find-operation-coding-system with (FILENAME . BUFFER).
8195         * tar-mode.el (tar-extract): Call find-operation-coding-system
8196         with (FILENAME . BUFFER).
8198         * international/mule.el (decode-coding-inserted-region):
8199         Call find-operation-coding-system with (FILENAME . BUFFER).
8201 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8203         * image-mode.el (image-toggle-display): Use buffer contents to
8204         generate image for a remote file.
8206 2006-05-25  Juri Linkov  <juri@jurta.org>
8208         * replace.el (query-replace-read-from, query-replace-read-to):
8209         Remove 8th arg KEEP-ALL in read-from-minibuffer.
8211 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
8213         * whitespace.el (whitespace-cleanup): Change to cleanup
8214         region if one is active.
8215         * whitespace.el (whitespace-cleanup-internal): New internal method.
8217 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8219         * dired.el (dired-mode-map): Add help-echo strings to tumme
8220         commands.  Bind `tumme-dired-display-image' to C-t i.
8222         * tumme.el (tumme-display-image): Change documentation string slightly.
8223         (tumme-dired-display-image): Add call to `display-buffer'.
8225 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8227         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8228         Signal error if RAW-DATA is a multibyte string.
8230 2006-05-24  Richard Stallman  <rms@gnu.org>
8232         * subr.el (with-local-quit): When handling `quit' signal,
8233         make a chance for quit-flag to cause a quit.
8235         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8236         (ad-disable-advice): Add autoloads.
8238         * subr.el (read-passwd): Copy PROMPT before changing its properties.
8240 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8242         * dired.el (dired-mode-map): Change menu items for tumme as per
8243         suggestions in emacs-devel.
8245 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8247         * dired.el (dired-mode-map): Fix breakage.
8249 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8251         * tumme.el (tumme-display-dired-image): Rename to...
8252         (tumme-dired-display-image): ...this.
8253         (tumme-track-movement): Change default value to t.
8254         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8255         used from `tumme-next-line-and-display' and similar commands.
8257         * dired.el (dired-mode-map): Add Thumbnail submenu under the
8258         Immediate menu.  Add some tumme commands there.
8260 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
8262         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8264 2006-05-24  Chong Yidong  <cyd@mit.edu>
8266         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8267         menu entries that open submenus.
8269 2006-05-24  Alan Mackenzie  <acm@muc.de>
8271         * startup.el (command-line): For names of preloaded files, don't
8272         append ".elc" (now done in Fload), and call file-truename on the
8273         lisp directory.
8275         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
8276         match ANY loaded file with the right name, not just those in
8277         load-path.  Put a regexp matching the file name into
8278         after-load-alist, rather than the name itself.
8280         * subr.el (load-history-regexp, load-history-filename-element)
8281         (do-after-load-evaluation): New functions.
8283         * international/mule.el (load-with-code-conversion): Do the
8284         eval-after-load stuff by calling do-after-load-evaluation.
8286 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8288         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
8289         has not been killed.
8291 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8293         * term/mac-win.el: Set idle timer to clean up expired Apple events.
8294         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
8295         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
8296         Optionally set error message in reply.
8298 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
8300         * textmodes/org.el (org-open-at-point): Use renamed variable
8301         `org-confirm-shell-link-function'.
8302         (org-confirm-shell-link-function): Rename from
8303         `org-confirm-shell-links'.
8304         (org-export-directory): New function.
8305         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
8306         (org-export-icalendar): Use `org-export-directory'.
8307         (org-indent-item): Keep cursor position.
8308         (org-link-file-path-type): New option.
8309         (org-export-as-html): Fix bug with plain lists starting in
8310         column 0.
8311         (org-export-as-html): Remove deadline formatting, this happens
8312         now already in `org-html-handle-time-stamps'.
8313         (org-export-html-style): Deadline class removed.
8314         (org-insert-labeled-timestamps-at-point): New option.
8315         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
8316         of `hide-sublevels 1', in case the first headline is not level 1.
8317         (org-overview, org-content): New fuction.
8318         (org-cycle-global-status, org-cycle-subtree-status): Make these
8319         variables buffer-local.
8320         (org-global-cycle): New command.
8321         (org-shifttab): Use `org-global-cycle'.
8322         (org-insert-heading, org-insert-item): Go to end of new
8323         headline/item after creating it.
8324         (org-export-visible): Rename from `org-export-copy-visible'.
8325         Now creates a temporary org-file and applies an exporting command
8326         to it.
8327         (org-table-eval-formula): Support for lisp forms.
8328         (org-agenda-todo-ignore-scheduled): New option.
8329         (org-agenda-get-todos): Use new option
8330         `org-agenda-todo-ignore-scheduled'.
8331         (org-export-html-inline-images): New value `maybe'.
8332         (org-export-as-html): Inlining of images dependent on link description.
8333         (org-archive-subtree): Check for end-of-buffer before trying
8334         `kill-line'.
8335         (org-agenda-follow-mode): New option.
8336         (org-export-with-tags, org-export-with-timestamps): New options.
8337         (org-html-handle-time-stamps): New function.
8338         (org-keyword-time-regexp): New variable.
8339         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
8340         (org-agenda-todo-list-sublevels): New option.
8341         (org-html-level-start): When TITLE is nil, just close all levels.
8342         (org-parse-key-lines, org-parse-export-options): Remove functions,
8343         replaced by `org-infile-export-plist'.
8344         (org-combine-plists, org-infile-export-plist)
8345         (org-default-export-plist): New functions.
8346         (org-export-html-preamble, org-export-html-postamble)
8347         (org-export-html-auto-preamble, org-export-html-auto-postamble):
8348         New variables.
8349         (org-export-publishing-directory): New option.
8350         (org-export-as-html, org-export-as-ascii): Use the new property
8351         lists for settings.
8352         (org-export-copy-visible, org-export-as-xoxo):
8353         Respect `org-export-publishing-directory'.
8354         (org-link-search, org-store-link, org-file-apps): Support for
8355         links to BibTeX database entries..
8356         (org-get-current-options, org-set-regexps-and-options):
8357         Implement logging as a startup option.
8358         (org-store-link): Make sure context string is never empty
8359         (org-insert-link): Use relative path when possible.
8360         (org-at-item-checklet-p): New function.
8361         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
8362         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
8363         (org-metaright, org-metaup, org-metadown, org-shiftup)
8364         (org-shiftdown, org-shiftright, org-shiftleft)
8365         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
8366         Dispatch using `call-interactively'.
8367         (org-call-with-arg): New defsubst.
8368         (org-tag-alist, org-use-fast-tag-selection): New options.
8369         (org-complete): Use `org-tag-alist'.
8370         (org-fast-tag-insert, org-fast-tag-selection): New functions.
8371         (org-next-item, org-previous-item): New commands.
8372         (org-beginning-of-item, org-end-of-item): Add (interactive) to
8373         make command.
8374         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
8376 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
8378         * emacs-lisp/ewoc.el (ewoc-delete): New function.
8379         (ewoc-filter): Use `ewoc-delete'.
8381         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
8383 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8385         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
8386         Signal more user-friendly error messages.
8388         * complete.el (PC-do-completion): Undo the addition of implicit
8389         wildcards if they did not lead to finding any match.
8390         (read-file-name-internal): Don't add the final > if the completion is
8391         not finished.
8393 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8395         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
8396         Quote safe-local-variable predicate.
8398 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8400         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
8402 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8404         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
8406         * progmodes/make-mode.el (makefile-special-targets-list)
8407         (makefile-macro-table, makefile-target-table): Mark as risky.
8408         (makefile-query-one-target-method): Make this the alias for the
8409         following variable.
8410         (makefile-query-one-target-method-function): Make this the real name.
8412         * textmodes/artist.el (artist-text-renderer): Make this the alias
8413         for the following variable.
8414         (artist-text-renderer-function): Make this the real name.
8416         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
8417         the alias for the following variable.
8418         (flyspell-generic-check-word-predicate): Make this the real name.
8420         * textmodes/ispell.el (ispell-format-word): Make this the alias
8421         for the following variable.
8422         (ispell-format-word-function): Make this the real name.
8423         (ispell-message-text-end): Mark as risky.
8425         * skeleton.el (skeleton-transformation, skeleton-filter)
8426         (skeleton-pair-filter): Make these the aliases for the following
8427         variables.
8428         (skeleton-transformation-function, skeleton-filter-function)
8429         (skeleton-pair-filter-function): Make these the real names.
8431         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
8432         and skeleton-pair-filter-function.
8434         * textmodes/sgml-mode.el (sgml-transformation): Make this the
8435         alias for the following variable.
8436         (sgml-transformation-function): Make this the real name.
8437         (sgml-tag-alist): Mark as risky.
8439 2006-05-21  Richard Stallman  <rms@gnu.org>
8441         * simple.el (kill-region): Interactively, pass point, then mark.
8443 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8445         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
8447 2006-05-21  Romain Francoise  <romain@orebokech.com>
8449         * dired-x.el (dired-mode-map): Don't bind M-g.
8451 2006-05-20  Richard Stallman  <rms@gnu.org>
8453         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
8454         (dired-goto-file): Doc fix.
8456 2006-05-21  Kim F. Storm  <storm@cua.dk>
8458         * emulation/cua-base.el: Mention customizing cua-mode as alternative
8459         way to enable built-in cua-mode if user loads older CUA-mode package.
8461         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
8462         if default-filename is specified.
8464 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8466         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
8468         * info.el (info-apropos): Make sure current-file and current-node
8469         have non-nil values.  Speed up by using add-to-list instead of
8470         manual consing.
8472 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8474         * progmodes/make-mode.el (makefile-mode): Doc fix.
8476 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8478         * dired-aux.el (dired-do-shell-command): Doc fix.
8480 2006-05-20  Kevin Ryde  <user42@zip.com.au>
8482         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
8483         ``(custom-manual :tag "Foo" "(foo)Node")''.
8485 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
8487         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
8488         value is an integer.
8490 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8492         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
8493         "format".
8494         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
8496 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
8498         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
8499         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
8501 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8503         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
8504         regexp for keywords.
8506 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
8508         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
8509         replace-regexp-in-string.
8511         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
8512         encode, and escape file name on conversion to URL.
8514 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8516         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
8517         Don't unescape URL.
8518         (dnd-get-local-file-name): Unescape URL on conversion to file name.
8520         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
8521         on conversion to URLs.
8523         * net/browse-url.el (browse-url-file-url): Encode file name on
8524         conversion to URL.
8526         * term/mac-win.el (mac-ae-open-documents): Escape file name on
8527         conversion to URL.
8529 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
8531         * progmodes/cc-styles.el (c-style-alist): Doc fix.
8533 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8535         * term/mac-win.el (mac-bytes-to-digits): Remove function.
8536         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
8538 2006-05-19  Glenn Morris  <rgm@gnu.org>
8540         * calendar/diary-lib.el (diary-bahai-date)
8541         (list-bahai-diary-entries, mark-bahai-diary-entries)
8542         (mark-bahai-calendar-date-pattern): Not interactive.
8543         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
8544         (diary-entries-list): Change format of 4th element in each entry.
8545         (diary-list-entries): Use add-to-diary-list.
8546         (diary-goto-entry): Handle the case where the buffer visiting the
8547         diary has been killed.
8548         (fancy-diary-display): Add 'locator to button rather than 'marker.
8549         Only generate temp-face when there are marks to apply.
8550         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
8551         (diary-fancy-date-pattern): New variable.
8552         (diary-time-regexp): Doc fix.
8553         (diary-anniversary, diary-time): New faces.
8554         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
8555         diary-time-regexp.  Add font-lock-multiline property where needed.
8556         Use new faces diary-anniversary and diary-time.
8557         (diary-fancy-font-lock-fontify-region-function): New function, to
8558         handle multiline font-lock pattern in fancy diary.
8559         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
8560         (diary-font-lock-keywords): Tweak time regexp.  Use new face
8561         diary-time.
8563 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
8565         * international/code-pages.el (mik): Table corrected.
8567 2006-05-18  Kim F. Storm  <storm@cua.dk>
8569         * progmodes/grep.el (grep-find): Don't check grep-find-command
8570         before running command (breaks non-interactive usage).
8572 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
8574         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
8575         (ewoc--insert-new-node): Don't insert trailing newline.
8576         Instead, adjust successor nodes's start markers.
8577         (ewoc--refresh-node): Delete all text from current node's start
8578         marker to the next one's; adjust successor nodes's start markers.
8579         (ewoc--create): Doc fixes.
8580         (ewoc--refresh): Don't insert newline.
8581         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
8582         * pcvs.el (cvs-make-cvs-buffer):
8583         Specify extra newline for ewoc's header and footer.
8584         (cvs-update-header): Update initial header recognition.
8585         Append newline to final header and footer values.
8586         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
8588 2006-05-17  Richard Stallman  <rms@gnu.org>
8590         * files.el (file-name-extension): Doc fix.
8592 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8594         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
8595         we can explicitly enable/disable rather than toggle.
8596         (shell-mode): Use it.
8597         (shell-cd): Don't try to reproduce what `cd' does.
8599 2006-05-17  Kim F. Storm  <storm@cua.dk>
8601         * ido.el (ido-read-internal): Use only nondirectory part of
8602         default item.
8604 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
8606         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
8607         (ewoc-nth): Doc fix.
8609         (ewoc-map, ewoc-invalidate): Compute PP before looping.
8611 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
8613         * international/mule.el (auto-coding-alist): Add .lha to files
8614         read with no-conversion.
8616         * files.el (auto-mode-alist): Add .lha files to archive file
8617         extensions.
8619         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
8620         Convert csize to integer when computing offsets within the
8621         compressed archive file.
8623 2006-05-16  Kim F. Storm  <storm@cua.dk>
8625         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
8626         with read-from-minibuffer.
8628 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8630         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
8631         (byte-compile-warnings): Fix safe-local-variable property.
8633 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
8635         * allout.el (allout-show-bodies, allout-old-style-prefixes)
8636         (allout-stylish-prefixes, allout-numbered-bullet)
8637         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
8638         predicates to qualify `safe-local-variable' property, when
8639         available, else use equivalent lambda.
8640         (allout-current-topic-collapsed-p): Do the right thing regarding
8641         trailing blank lines.
8643 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8645         * server.el (server-start): Only create a directory if needed.
8646         (server-edit, server-unload-hook): server-start => server-mode.
8647         (kill-emacs-hook): Cleanup upon exit.
8649 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8651         * hexl.el (hexlify-buffer): Encode process arguments manually.
8653 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
8655         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
8656         call to gdb-tooltip-print.
8658 2006-05-15  Romain Francoise  <romain@orebokech.com>
8660         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
8661         systems, default to "tar" since those systems probably have GNU tar.
8663 2006-05-14  Lars Hansen  <larsh@soem.dk>
8665         * desktop.el (desktop-missing-file-warning): Fix docstring.
8666         (desktop-restore-file-buffer): Correct question asked on missing file.
8668 2006-05-14  Kim F. Storm  <storm@cua.dk>
8670         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
8671         Add CUA move property.
8673 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
8675         * custom.el (custom-push-theme): Load the variable before checking
8676         its `standard-value'.
8678 2006-05-13  Lars Hansen  <larsh@soem.dk>
8680         * desktop.el (desktop-save): Use with-temp-buffer.
8682 2006-05-12  Glenn Morris  <rgm@gnu.org>
8684         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
8685         * calendar/calendar.el (calendar-mode-map):
8686         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
8687         * calendar/appt.el (appt-check, appt-make-list): Refer to
8688         diary-view-entries, diary-list-entries, diary-show-all-entries
8689         rather than obsolete aliases.
8691 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
8693         * simple.el (line-move-finish): Avoid calling point motion hooks
8694         while processing intangibility.
8696 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8698         * term/xterm.el (terminal-init-xterm): Fix typo.
8700 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
8702         * allout.el (allout-view-change-hook): Mark as being deprecated,
8703         to be replaced by `allout-exposure-change-hook'.
8704         (allout-exposure-change-hook): New, replacing
8705         `allout-view-change-hook'.
8706         (allout-flag-region): Run new hook `allout-exposure-change-hook',
8707         in addition to `allout-view-change-hook'.
8708         (allout-show-bodies, allout-old-style-prefixes)
8709         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
8710         lambda forms to prevent their showing up in variable help
8711         presentations as inscrutable byte-compiled code.
8712         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
8713         Use string-or-null-p to qualify safe-local-variable values.
8714         (allout-reindent-bodies): Use memq to qualify matches against
8715         valid safe-local-variable values.  Also, quote the lambda as above.
8716         (allout-use-mode-specific-leader): Add missing candidate-value
8717         symbols, use memq, and quote the lambda.
8718         (allout-overlay-interior-modification-handler): Remove unused
8719         variables `msg' and 'opened'.
8720         (allout-hidden-p): Constrain invisibility consideration to allout's
8721         invisibility spec, disregarding invisibility for other reasons.
8723 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
8725         * files.el (version-control): Correct safe values.
8727 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
8729         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
8731         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
8732         (ewoc--insert-new-node): New func.
8733         Update callers of deleted funcs to use it, instead.
8735 2006-05-11  Glenn Morris  <rgm@gnu.org>
8737         * calendar/calendar.el (diary-show-all-entries): Do not refer to
8738         obsolete alias `show-all-diary-entries'.
8739         (make-diary-entry): Not interactive.
8740         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
8741         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8742         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8743         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8744         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8745         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
8747 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8749         * calendar/calendar.el (calendar-french-date-string)
8750         (calendar-mayan-date-string, calendar-chinese-date-string)
8751         (calendar-astro-date-string, calendar-iso-date-string)
8752         (calendar-islamic-date-string, calendar-bahai-date-string)
8753         (calendar-hebrew-date-string, calendar-coptic-date-string)
8754         (calendar-ethiopic-date-string, calendar-persian-date-string):
8755         These functions are not interactive.
8757 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
8759         * files.el: Balance parentheses.
8761 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
8763         * files.el, newcomment.el, outline.el, simple.el,
8764         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
8765         * progmodes/cc-vars.el, progmodes/compile.el:
8766         Move `safe-local-variable' declarations to the respective files.
8768         * help-fns.el (describe-variable): Don't print safe-var if it is
8769         byte-code.  Improve wording as suggested by Luc Teirlinck.
8771 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8773         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
8774         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
8775         Use a token for pending-triggers to ensure gdb-var-update
8776         gets called once per user input again for pre-GDB 6.4.
8777         (gdb-var-delete): Match on more complex expressions.
8778         (gdb-var-list-children-handler, gdb-var-create-handler):
8779         Use a token for consistency.
8781 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
8783         * textmodes/org.el (org-read-date, org-goto-calendar)
8784         (org-agenda-goto-calendar):
8785         Bind `view-calendar-holidays-initially' to nil.
8787 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
8789         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
8790         Update all callers to do it there, instead.
8792 2006-05-10  Glenn Morris  <rgm@gnu.org>
8794         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
8795         prefix arg case, to avoid view-diary-entries-initially error.
8796         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8797         (calendar-date-is-legal-p): Handle dates with no day part.
8799 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8801         * comint.el (comint-insert-input): Just make it when
8802         comint-use-prompt regexp is nil (default) and with the mouse.
8803         (comint-copy-old-input): Reinstate from 2004-06-23.
8804         (comint-mode-map): Bind C-c C-m to it.
8806 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
8808         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
8809         Remove spurious move to point-max (new comint behavior fixes).
8811         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
8812         compatibility function (Emacs 18/19).
8813         (idlwave-is-continuation-line): Always return point at start of
8814         previous non-blank continuation line.
8815         (keyword-parameters): Fix continued comment font-lock matcher.
8816         (idlwave-font-lock-fontify-region): Written, use as
8817         font-lock-fontify-region-function, to fix continued keyword
8818         fontification issues.
8820 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8822         * term/mac-win.el (mac-font-panel-mode): Doc fix.
8823         (mac-service-selection, mac-service-open-file)
8824         (mac-service-open-selection, mac-service-mail-selection)
8825         (mac-service-mail-to, mac-service-insert-text): Rename from
8826         mac-services-*.  All uses changed.
8827         (mac-apple-event-map): Rename event symbol `services' to `service'.
8829 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
8831         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
8832         (ewoc--node-enter-first, ewoc--node-enter-last)
8833         (ewoc--delete-node-internal): Merge funcs into unique callers.
8835 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
8837         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
8838         return value of read-from-minibuffer for empty input.
8840 2006-05-09  Miles Bader  <miles@gnu.org>
8842         * comint.el (comint-insert-input): Remove redundant calls to setq
8843         and goto-char.
8845 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
8847         * comint.el (comint-insert-input): Make it work when
8848         comint-use-prompt-regexp is t.
8850 2006-05-10  Miles Bader  <miles@gnu.org>
8852         * subr.el (field-at-pos): New function.
8854         * comint.el (comint-insert-input): Use it.
8856 2006-05-09  Juri Linkov  <juri@jurta.org>
8858         * battery.el (battery-linux-proc-acpi): Also try
8859         `/proc/acpi/thermal_zone/THR2/temperature'.
8861         * files.el <safe-local-variable>: Remove `eval' and `let' binding
8862         for now unused lambda `string-or-null'.
8864         * add-log.el (change-log-default-name): Put `string-or-null-p'
8865         instead of lambda on `safe-local-variable' property.
8867         * diff-mode.el (diff-context->unified): Use `region-beginning' and
8868         `region-end' instead of `mark' and `point'.
8869         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
8870         Operate on region in Transient Mark mode when the mark is active.
8871         Use `region-beginning' and `region-end' instead of `mark' and
8872         `point'.
8873         (diff-hunk-text, diff-goto-source): Doc fix.
8875         * startup.el (fancy-splash-screens, normal-splash-screen): Use
8876         face `mode-line-buffer-id' for mode-line buffer face instead of
8877         hard-coded `(:weight bold)'.
8879         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
8880         buffer-undo-list to t (undo-ask is reproducible by visiting
8881         nested archives).
8883 2006-05-09  Kim F. Storm  <storm@cua.dk>
8885         * progmodes/grep.el (rgrep): Set default directory of *grep*
8886         buffer if we start M-x rgrep in the *grep* buffer and choose
8887         a different base directory.
8889 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
8891         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
8892         completion also when ido is loaded.
8894 2006-05-09  Masatake YAMATO  <jet@gyve.org>
8896         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
8897         "warning" and "import".
8898         (cpp-font-lock-keywords): Added "warning".
8900 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
8902         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8904 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
8907         pages at a time, if we signal the end, we should indeed reach that end.
8909 2006-05-08  David Reitter  <david.reitter@gmail.com>
8911         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
8912         output during execution of the body.
8914 2006-05-08  Kim F. Storm  <storm@cua.dk>
8916         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
8918 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
8920         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
8921         Use with-current-buffer.
8923 2006-05-07  Kim F. Storm  <storm@cua.dk>
8925         * subr.el (add-to-history): Remove keep-dups arg.
8927         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
8928         to nil around call to add-to-history.
8930 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8932         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
8933         than after a buffer modification.
8935 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
8937         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
8938         call to...
8939         (gud-watch): ...here so speedbar is raised for already watched
8940         expressions.
8941         (gdb-speedbar-refresh): Delete function.
8942         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
8943         Use speedbar-timer-fn instead of speedbar-refresh (reverting
8944         earlier change).
8945         (gdb-var-evaluate-expression-handler)
8946         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
8948         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
8949         Update localized contents for all buffers except ignored modes.
8951 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8953         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
8954         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
8955         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
8956         (mac-handle-font-panel-closed, mac-handle-font-selection):
8957         New functions.
8958         (mac-font-panel-mode): New minor mode.
8959         (mac-apple-event-map): Add bindings for toolbar toggle button and
8960         font panel.
8961         (menu-bar-showhide-menu): Add mac-font-panel-mode.
8963 2006-05-07  John Paul Wallington  <jpw@pobox.com>
8965         * ibuffer.el (ibuffer-compressed-file-name-regexp):
8966         Avoid `regexp-opt'; simplify regexp for readability.
8968 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8970         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
8971         * files.el (buffer-stale-function):
8972         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8973         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
8974         links to the main manual, not to emacs-xtra.
8976 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8978         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
8979         MacJapanese if text is ASCII-only.
8981 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
8983         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
8984         unless so nil isn't returned.
8985         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
8987 2006-05-06  Kim F. Storm  <storm@cua.dk>
8989         * subr.el (add-to-history): New function.
8991         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
8992         (ediff-merge-files-with-ancestor):
8993         * env.el (setenv):
8994         * isearch.el (isearch-update-ring):
8995         * server.el (server-visit-files):
8996         * progmodes/grep.el (lgrep, rgrep):
8997         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
8998         * progmodes/xscheme.el (xscheme-insert-expression):
8999         Use add-to-history.
9001         * kmacro.el (kmacro-push-ring): Use add-to-history.
9002         (kmacro-ring-length): Remove unused defun.
9003         (kmacro-start-macro): Use kmacro-push-ring.
9005 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
9007         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9008         directly instead of a lambda expression that calls it.
9010 2006-05-06  Kim F. Storm  <storm@cua.dk>
9012         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9013         instead of compute-motion.
9015 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
9017         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9018         change.
9020 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
9022         * startup.el (command-line-1): Refer to "Pure Storage" on
9023         pure-space-overflow.
9025 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
9027         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
9028         provided faces once they all have been used up.
9030 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9032         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9033         reference to the Lisp manual to the warning about pure space
9034         overflow.
9036 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9038         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
9039         argument to avoid the call to `ispell-internal-change-dictionary'
9040         when not needed.
9041         (ispell-change-dictionary): Use this argument and call
9042         `ispell-internal-change-dictionary' after the possible change
9043         to `ispell-local-dictionary'.
9044         (ispell-internal-change-dictionary): Check for a change in
9045         personal dictionary use too.
9047 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9049         * startup.el (command-line): On MS-Windows, probe "~", not
9050         "~USER", for warning about non-existent home directory
9052         * arc-mode.el (archive-l-e): New optional argument `float' means
9053         generate a float value.
9054         (archive-arc-summarize, archive-lzh-summarize)
9055         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9056         with 3rd argument non-nil when file's size is being computed.
9057         Format the file sizes with %8.0f instead of %8d.
9059 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9061         * cus-start.el (all): Add mac-dnd-known-types.
9063         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
9064         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9065         (mac-TIFF-to-string): New functions.
9066         (x-get-selection, x-selection-value)
9067         (mac-select-convert-to-string): Use them.
9068         (mac-text-encoding-mac-japanese-basic-variant): New constant.
9069         (mac-dnd-types-alist): New customization variable.
9070         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9071         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9072         (mac-dnd-handle-drag-n-drop-event): New functions.
9073         (mac-drag-n-drop): Remove function.
9074         (global-map): Bind drag-n-drop and M-drag-n-drop to
9075         mac-dnd-handle-drag-n-drop-event.
9077 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
9079         * progmodes/perl-mode.el (perl-beginning-of-function):
9080         Skip anonymous subs.
9082 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
9084         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9085         regexp-opt at run time.
9087         * term.el (term-handle-ansi-escape): Fix off by one error.
9089 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
9091         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9092         (gdb-init-1, gdb-post-prompt): ...and references to it.
9093         (gdb-frame-handler): Strip directory name from filename if present.
9095         * progmodes/gud.el (gdb-force-update): Delete defvar
9096         (gud-speedbar-buttons): ...and references to it.  Use window-start
9097         to try to keep positon in watch expression.
9099 2006-05-03  Richard Stallman  <rms@gnu.org>
9101         * simple.el (next-history-element, previous-history-element): Doc fix.
9103         * isearch.el (isearch-update-ring): Doc fix.
9105 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
9107         * isearch.el (isearch-update-ring): Take history-delete-duplicates
9108         into consideration.  Replace one arm ifs with whens.
9110 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
9112         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9113         (menu): Fix typo.
9115 2006-05-02  Miles Bader  <miles@gnu.org>
9117         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9119 2006-05-02  Jay Belanger  <belanger@truman.edu>
9121         * calc/calc-embed.el (calc-override-minor-modes-map)
9122         (calc-override-minor-modes): New variables.
9123         (calc-do-embedded): Make sure that Calc keystrokes aren't
9124         overwritten by minor modes.
9126 2006-05-02  Chong Yidong  <cyd@mit.edu>
9128         * msb.el (msb): If EVENT is a down event, read and discard the up event.
9130 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9132         * startup.el (command-line-1): Refer to Lisp manual when
9133         pure-space-overflow occurs.
9135         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9136         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9137         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9138         (version-control): Don't use `t' for safe-local-variable declarations.
9140 2006-05-01  Richard Stallman  <rms@gnu.org>
9142         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9143         M-r, M-R, M-A, M-SPC or M-DEL.
9144         (diff-mode-map): diff-refine-hunk now on C-c C-w
9145         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9147         * help-mode.el (help-mode): view-exit-action calls delete-window
9148         only when it is safe and possible.
9150         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9151         in messages.
9153         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9155         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9156         in the default tool-bar-map.
9158 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
9160         * net/tramp.el (tramp-completion-file-name-handler-alist)
9161         (tramp-run-real-handler, tramp-completion-run-real-handler)
9162         (tramp-completion-handle-file-name-all-completions)
9163         (tramp-completion-handle-file-name-completion): Autoload them.
9164         (tramp-completion-handle-file-exists-p)
9165         (tramp-completion-handle-file-name-directory)
9166         (tramp-completion-handle-file-name-nondirectory)
9167         (tramp-completion-handle-expand-file-name): Remove them.
9168         (tramp-handle-file-name-directory): Return the real directory name.
9169         Returning "/" only doesn't need to be necessary any longer.
9170         (tramp-file-name-handler): Make special attention when in hostname
9171         completion mode.
9172         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9173         (tramp-register-file-name-handlers):
9174         Register `tramp-completion-file-name-handler' only when
9175         `partial-completion-mode' is enabled.
9176         (tramp-completion-handle-file-name-all-completions):
9177         Delete directory part from results.
9178         (tramp-get-completion-methods, tramp-get-completion-user-host):
9179         Discard deleting "/", it doesn't work after the change of
9180         `tramp-handle-file-name-directory' above.
9182 2006-05-01  Kim F. Storm  <storm@cua.dk>
9184         * progmodes/grep.el (grep-expand-template): Use save-match-data
9185         and symbol-value.
9187 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9189         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9190         Use select-frame-set-input-focus instead of raise-frame.
9191         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9193 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
9195         * progmodes/gud.el (gud-def): Add %c case.
9196         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9197         (gud-format-command): Make match case sensitive.  Match on %F.
9199 2006-04-30  Glenn Morris  <rgm@gnu.org>
9201         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9202         (cal-tex-preamble): Use cal-tex-preamble-extra.
9203         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9204         than alias `list-diary-entries'.
9206 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
9208         * help-fns.el (describe-variable): Add info about safe local variables.
9210 2006-04-29  Richard Stallman  <rms@gnu.org>
9212         * bindings.el (mode-line-format): help-echo doc fixes.
9214         * net/tramp.el (tramp-file-name-handler-alist): Delete
9215         expand-file-name and other operations that can cause spurious loading.
9217 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9219         * files.el (safe-local-variable-p): Remove support for the special
9220         value t.
9222         * textmodes/paragraphs.el (sentence-end-without-space):
9223         Fix safety predicate.
9224         (sentence-end-double-space, sentence-end-without-period)
9225         (paragraph-ignore-fill-prefix):
9226         * textmodes/fill.el (colon-double-space):
9227         * abbrev.el (abbrev-mode): Tighten the safety predicate.
9229         * subr.el (booleanp): New fun.
9231         * textmodes/reftex-vars.el (reftex-guess-label-type):
9232         Tighten the safety predicate.
9234 2006-04-28  Kim F. Storm  <storm@cua.dk>
9236         * progmodes/grep.el (defgroup grep): Doc fix.
9237         (grep-auto-highlight): Remove.
9238         (grep-template): New defcustom.
9239         (grep-find-template): Rename from grep-tree-template.
9240         (grep-files-aliases): Rename from grep-tree-files-aliases.
9241         Remove "all" alias, add "l" alias.
9242         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9243         (grep-find-ignored-directories): New defcustom to replace
9244         grep-tree-ignore-CVS-directories, to facilitate ignoring
9245         subdirectories for multiple version control systems.
9246         (grep-mode-map): Add Recursive grep item to GREP menu.
9247         (grep-regexp-history, grep-files-history): New defvars.
9248         (grep-probe): New helper function.
9249         (grep-compute-defaults): Use it to simplify code.
9250         Adapt to name changes.
9251         Use `.' as base in grep-find-template rather than <D>.
9252         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
9253         Call grep-compute-defaults unconditionally.
9254         (grep-expand-keywords): New defconst.
9255         (grep-expand-template): Rename from grep-expand-command-macros.
9256         Simplify via grep-expand-keywords.  Look at case-fold-search instead
9257         of grep-tree-ignore-case to add -i option.
9258         Bind case-fold-search to nil while matching keywords.
9259         (grep-tree-last-regexp, grep-tree-last-files): Remove.
9260         (grep-read-regexp, grep-read-files): New helper functions.
9261         (rgrep): Rename from grep-tree.  Rework to use proper histories.
9262         Adapt to changes in defcustoms and functions above.
9263         (lgrep): New command, as grep, but using same interactive UI as rgrep.
9265 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
9267         * net/tramp.el (tramp-completion-file-name-handler):
9268         Disable Tramp's functionality while loading Tramp itself.
9269         (tramp-register-file-name-handlers): That's a defsubst now.
9270         Code from `tramp-repair-jka-compr' moved here.  Apply it via
9271         `after-init-hook'.
9272         (tramp-repair-jka-compr): Remove.
9274 2006-04-27  Jay Belanger  <belanger@truman.edu>
9276         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
9277         read expression when `math-read-big-expr' doesn't work.
9279 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
9281         * startup.el (command-line-1): Display warning when
9282         pure-space-overflow is non-nil.
9284 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9286         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
9287         risky.
9289 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9291         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
9292         Return the URL or nil if none can be generated.
9294 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
9296         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
9297         byte compiler warnings.
9298         (gud-basic-call, gud-find-expr): Let user select an expression
9299         for printing.  Print expression as well as value in GUD buffer.
9301 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
9303         * allout.el: Remove local autoload declaration for
9304         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
9305         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
9306         (allout-plain-bullets-string, allout-distinctive-bullets-string)
9307         (allout-use-mode-specific-leader, allout-old-style-prefixes)
9308         (allout-stylish-prefixes, allout-numbered-bullet)
9309         (allout-file-xref-bullet, allout-presentation-padding)
9310         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
9311         safe-local-variable with suitable value spec, and add autoload
9312         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
9313         (move-beginning-of-line, move-end-of-line): Repair so these compat
9314         functions now actually resituate the point, when appropriate.
9316 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9318         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
9320         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
9321         (add-log-iso8601-time-string): Fix call to format-time-string.
9323 2006-04-26  Kim F. Storm  <storm@cua.dk>
9325         * subr.el (posn-string, posn-image, posn-object): Doc fix.
9327 2006-04-26  Masatake YAMATO  <jet@gyve.org>
9329         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
9330         Add support for "//" style comments.  Remove `b' flag
9331         from ?* in `asm-mode-syntax-table'.
9333 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * follow.el: Use (featurep 'xemacs) everywhere.
9336         (follow-mode): Use define-minor-mode.
9337         (follow-mode-map): Move initialization into the declaration.
9338         Use command remapping.
9339         (follow-emacs-version-xemacs-p): Remove.
9340         (follow-submit-feedback): Remove.
9342         * allout.el (allout-layout, allout-passphrase-verifier-string)
9343         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
9345         * textmodes/reftex-vars.el (reftex-vref-is-default)
9346         (reftex-fref-is-default, reftex-guess-label-type):
9347         Tighten up a bit the safety predicate.
9349         * textmodes/paragraphs.el (sentence-end-double-space)
9350         (sentence-end-without-period, sentence-end-without-space)
9351         (page-delimiter, paragraph-ignore-fill-prefix):
9352         Tighten up a bit the safety predicate.
9354         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9356         * progmodes/python.el (python-continuation-line-p)
9357         (python-beginning-of-statement): syntax-ppss may return
9358         a negative depth.
9359         (python-mode): Don't forcefully enable font-lock.
9361         * time-stamp.el (time-stamp-start, time-stamp-end)
9362         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9364         * add-log.el: Remove spurious * in docstrings.
9365         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
9366         (add-change-log-entry): Use it here, since it's not specific
9367         to iso8601.
9368         (add-log-iso8601-time-string): Don't use it here any more.
9369         (change-log-indent-text, change-log-indent): Rename from add-log-*.
9371         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
9373 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
9375         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
9376         (rcirc-toggle-low-priority): Doc fix.
9377         (rcirc-handler-NOTICE): Remove beginning of line anchor in
9378         ChanServ regexp.
9379         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
9380         #emacs.
9381         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
9382         (rcirc-decode-coding-system): Use utf-8 as the default.
9383         (rcirc-multiline-minor-mode): Set the fill-column.
9384         (rcirc-format-response-string): Display bright and dim nicks.
9385         (rcirc-browse-url): Update interactive spec to fill ARG.
9386         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
9387         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
9389 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
9391         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
9392         case for @Article, etc.
9394 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
9396         * net/tramp.el (tramp-register-file-name-handlers): New defun.
9397         Added with autoload cookie.
9398         (tramp-unload-file-name-handlers): Rename from
9399         `tramp-unload-file-name-handler-alist'.
9401 2006-04-23  Romain Francoise  <romain@orebokech.com>
9403         * comint.el (comint-match-partial-filename): Doc fix.
9405 2006-04-21  Glenn Morris  <rgm@gnu.org>
9407         * calendar/cal-menu.el (calendar-mode-map): Refer to
9408         `diary-view-entries' rather than alias `view-diary-entries'.
9409         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
9411 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
9413         * progmodes/antlr-mode.el (antlr-default):
9414         * cus-edit.el (custom-documentation):
9415         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
9416         in defface.
9418 2006-04-21  Kim F. Storm  <storm@cua.dk>
9420         * image.el (image-type): New defun split out of create-image.
9421         (create-image): Use it.
9423 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
9425         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
9426         (org-open-at-point): Remove the "...done" message to keep output
9427         in the echo area visible.
9428         (org-export-as-xoxo): Fix call to `indent-region'.
9430 2006-04-21  Kevin Ryde  <user42@zip.com.au>
9432         * international/mule.el (keyboard-coding-system): defcustom
9433         info-link fixes: "Specify Coding" has been split, keyboard now in
9434         "Terminal Coding", and "Single-Byte Character Support" is now
9435         "Unibyte Mode".
9437 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
9439         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
9440         Use font-lock-warning-face for any errors e.g. no stack.
9441         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
9443 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
9445         * progmodes/sh-script.el (sh-shell): Mark as safe.
9447         * newcomment.el (comment-start, comment-start-skip)
9448         (comment-end-skip, comment-end): Mark as safe.
9450 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
9452         * textmodes/org.el (org-deadline-announce): Face removed.
9453         (org-level-faces, org-n-levels): Convert to constant.
9454         (org-compatible-face): New function.
9455         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9456         (org-level-5, org-level-6, org-level-7, org-level-8)
9457         (org-special-keyword, org-warning, org-headline-done, org-link)
9458         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9459         (org-scheduled-today, org-scheduled-previously, org-time-grid):
9460         Face definition revised for better color tty support.
9461         (org-bold-re, org-italic-re, org-underline-re): New constants.
9462         (org-set-font-lock-defaults): Use the new constants.
9463         (org-agenda-highlight-todo): New function.
9464         (org-agenda-todo): Fix bug with point at end of line.
9465         (org-agenda-change-all-lines, org-finalize-agenda-entries):
9466         Fontify TODO keywords.
9467         (org-insert-link): Preserve relative path in ../ links.
9468         (org-export-as-html): Convert links pointing to .org files into
9469         links that will work beteen the exported HTML files.
9470         (org-todo-list): Fix bug when arg=0.
9471         (org-insert-heading): More fine-tuning.
9473 2006-04-19  Romain Francoise  <romain@orebokech.com>
9475         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
9476         from `rmail-mime-charset-pattern'.
9478 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9480         * progmodes/python.el (python-mode): Fix typo.
9482 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
9484         * comint.el (comint-previous-input): Don't clobber input line
9485         when moving off either end of the input history ring.
9486         (comint-delete-input): New function, used by
9487         `comint-previous-input' and others.
9488         (comint-previous-matching-input):
9489         Use `coming-delete-input'.  Save the partial input if leaving the
9490         edit line.  Goto point-max before deleting input to avoid
9491         partial input fragments hanging around.
9492         (comint-restore-input): New function, used by `comint-previous-input'.
9494 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
9496         * imenu.el (imenu--index-alist): Balance parentheses.
9498 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9500         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
9502 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
9504         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
9505         file is nil.
9507 2006-04-18  Richard Stallman  <rms@gnu.org>
9509         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9511         * imenu.el (imenu-create-index-function, imenu--index-alist)
9512         (imenu--last-menubar-index-alist, imenu--make-index-alist)
9513         (imenu-default-create-index-function, imenu--generic-function):
9514         Doc fixes.
9516         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
9518         * help-mode.el (help-mode): Set view-exit-action to delete window.
9520         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
9521         now works by passing nil as arg.
9523         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
9525         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
9526         (read-abbrev-file): Provide default when reading filename.
9528         * files.el (enable-local-variables): Allow :all as value.
9529         (hack-local-variables): Implement that value.
9530         (safe-local-variable-values, safe-local-eval-forms)
9531         (enable-local-variables): Mark as risky.
9532         (find-file-visit-truename, kept-old-versions): Mark safe.
9534         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
9535         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
9536         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
9538 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9540         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
9541         Use forward-line so as to get to BOL even in the presence of fields.
9542         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
9543         in return.
9544         (inferior-tcl): Tell tclsh to work in interactive mode.
9546         * complete.el (partial-completion-mode):
9547         Use 'choose-completion-string-functions to make sure that
9548         choose-completion fills the minibuffer properly.
9550         * complete.el (PC-old-read-file-name-internal): Remove.
9551         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
9552         of read-file-name-internal.
9553         (partial-completion-mode): Enable/disable this advice.
9555 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
9557         * net/tramp.el (tramp-completion-file-name-handler): Revert change
9558         of 2006-04-17.
9560 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
9562         * textmodes/org.el (org-insert-heading): Insert heading before
9563         current if at beginning of line.
9564         (org-todo, org-date): New faces.
9565         (org-table-align): Make sure tooltip window contains full text.
9566         (org-no-properties): New defsubst.
9567         (org-set-font-lock-defaults): Use new faces.
9569 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
9571         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
9572         for root variables.
9574         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
9575         (gdb-frame-address): Re-use to identify frame for watch expression.
9576         (gdb-var-list, gdb-var-create-handler): Add frame address for root
9577         variables.
9578         (gdb-init-1, gdb-source, gdb-post-prompt)
9579         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
9580         (gdb-frame-handler): Get gdb-frame-address.
9582 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
9584         Sync with Tramp 2.0.53.
9586         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
9587         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
9588         (tramp-completion-file-name-handler): Add autoload cookie for
9589         adding to `file-name-handler-alist'.
9591         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
9592         the prompt.  If it returns earlier (when detecting an error
9593         message), the rest of the output will merge accidently with the
9594         output of the next command.  Reported by M Jared Finder
9595         <jared@hpalace.com>.
9597         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9598         for `process-file', in order to let it work for older Emacsen too.
9600 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
9602         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
9603         (tex-font-lock-keywords-3): Use it.
9605 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * newcomment.el (comment-add): New function.
9608         (comment-region-default, comment-dwim): Use it.
9610 2006-04-15  Michael Olson  <mwolson@gnu.org>
9612         * emacs-lisp/tq.el: Improve comments.
9613         (tq-queue-head-question): New accessor function.
9614         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
9615         Update for modified queue structure.
9616         (tq-queue-add): Accept `question' argument.
9617         (tq-queue-pop): If a question is pending, send it.
9618         (tq-enqueue): Accept new optional argument `delay-question'.
9619         If this is non-nil, and at least one other question is pending a
9620         response, queue the question rather than sending it immediately.
9622 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9624         * calendar/appt.el (appt-add): Check whether an appointment is
9625         already present in appt-time-msg-list.  Simplify code.
9627 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9629         * progmodes/cc-langs.el (c-mode-menu):
9630         Don't presume c-subword-mode is bound.
9632 2006-04-13  Bill Wohler  <wohler@newt.com>
9634         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
9635         (customize-package-emacs-version): Use cdr instead of cadr now
9636         that alists use dotted pairs.
9638         * custom.el (defcustom): Fix docstring for :package-version.
9640 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
9642         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
9643         (tramp-handle-shell-command): Display output buffer only when
9644         `tramp-display-shell-command-buffer' is true.
9645         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
9647 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9649         * textmodes/org.el (org-set-autofill-regexps): Set only the local
9650         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
9652 2006-04-13  Romain Francoise  <romain@orebokech.com>
9654         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
9655         leaving temporary .cvsignore buffers behind.
9657 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9659         * textmodes/org.el (org-set-regexps-and-options)
9660         (org-get-current-options): Better names for the startup folding
9661         options.
9663 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
9665         * vc.el (vc-annotate): Arrange for point to end up at the same
9666         line number as in the original, but only when using a new buffer.
9668 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
9670         * files.el (hack-one-local-variable-eval-safep):
9671         Recognize `edebug-form-spec' for `put', but only if it passes
9672         `edebug-basic-spec'.  Generalize `put' handling.
9674         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
9675         vetting file-local form specs.
9677         * allout.el (allout-layout): Autoload its `safe-local-variable'
9678         property.
9680 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9682         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
9683         (org-agenda-mouse-1-follows-link)
9684         (org-mouse-1-follows-link): New options.
9685         (org-format-agenda-item): Fix bug if TAGS is nil.
9686         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
9688 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
9690         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
9691         GDB 6.1+ gives full filename for "info sources" so use
9692         file-name-nondirectory.
9694 2006-04-12  Romain Francoise  <romain@orebokech.com>
9696         * subr.el (read-passwd): Bind `message-log-max' to nil.
9698 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9700         * progmodes/perl-mode.el (perl-indent-new-calculate):
9701         Recompute parse-start after jumping backward by a whole sexp.
9703 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9705         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
9706         window configuration.
9707         (vc-annotate-display-select): Select the buffer so that current-buffer
9708         (and selected-window) is the output buffer at the end of vc-annotate.
9710 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
9712         * vc.el (vc-annotate-color-map): Add custom TTY color map for
9713         8-color terminals, to use all of the colors in a sensible order.
9714         256-color terminals work well with the standard map.
9715         (vc-annotate-lines): Only strip the first color character if it
9716         is "#", to allow for terminal-style named colors.
9717         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
9718         the correct buffer is scrolled.
9720 2006-04-11  Richard Stallman  <rms@gnu.org>
9722         * emacs-lisp/bytecomp.el (byte-compile-file):
9723         Bind enable-local-variables to :safe, and make normal-mode obey it.
9725         * files.el (enable-local-variables): Allow value :safe.
9726         (normal-mode): Doc fix.
9727         (hack-local-variables): Implement enable-local-variables = :safe.
9728         (hack-local-variables-confirm): Don't prevent quitting.
9730 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9732         * loadhist.el (unload-feature): A bit of sanity check of
9733         load-history entries.  Cancel timer-vars before unbinding them.
9735         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
9736         quote special chars, and make the trick work on the hex part of the
9737         buffer as well.
9738         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
9739         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
9741         * startup.el (normal-splash-screen): Fix last change so we don't wait
9742         2 minutes if we don't show the splash screen.
9744 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
9746         * textmodes/org.el (org-export-plain-list-max-depth)
9747         (org-table-spaces-around-separators)
9748         (org-radio-targets, org-activate-camels)
9749         (org-table-spaces-around-invisible-separators): Options removed.
9750         (org-time-stamp-rounding-minutes, org-remember-templates)
9751         (org-ellipsis, org-activate-links, org-descriptive-links):
9752         New options.
9753         (org-remember-apply-template, org-current-time)
9754         (org-finish-edit-table-field)
9755         (org-link-unescape, org-link-escape)
9756         (org-string-width, org-table-clean-line, org-html-do-expand)
9757         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
9758         (org-read-agenda-file-list): New functions.
9759         (org-table-edit-field)
9760         (org-table-create-or-convert-from-region): New commands
9761         (org-table-toggle-vline-visibility): Command removed.
9762         (org-table-convert-region): Made a command.
9763         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
9764         Replace with the normal org- functions.
9765         (org-self-insert-command): Don't trigger realign unnecessarily
9766         when blanking a field that is not full.
9767         (org-mode): `Set buffer-invisibility-spec' for links.
9768         (org-activate-links2): Hide link part and only show descriptive
9769         part of the link.
9770         (org-insert-link): Modify for new linking system.
9771         (org-store-link): Store description separately, for use by
9772         `org-insert-link'.
9773         (org-table-align): Use `org-string-width'.
9774         (defgroup): Completely new group structure for custom variables.
9775         (org-agenda-files): Option: Single file name allowed.  Function:
9776         Optional argument unrestrited means ignore any restricitons.
9777         (org-install-agenda-files-menu): Find a buffer in Org-mode before
9778         trying to modify the menu.  Use generalized access to
9779         `org-agenda-files.'
9780         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
9781         (org-agenda-file-to-front, org-remove-file, org-diary)
9782         (org-tags-view, org-export-icalendar-all-agenda-files)
9783         (org-export-icalendar-combine-agenda-files): Use generalized
9784         access to `org-agenda-files'.
9785         (org-remember-handler): Correctly preserve heading if present.
9786         (org-table-insert-row, org-table-insert-hline): Deal with
9787         invisible characters.
9789 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
9791         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
9792         (vc-annotate-color-map): New 18 element constant
9793         value/saturation, rotating hue colormap, from red->blue.
9794         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
9795         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
9796         (vc-annotate): To avoid killing the required local variables,
9797         set them before the end of `with-output-to-temp-buffer', and
9798         after first switching to annotate-mode.
9799         (vc-annotate-warp-version): Add buffer argument in goto-line to
9800         ensure annotation, not source, is scrolled.
9802 2006-04-10  Bill Wohler  <wohler@newt.com>
9804         * custom.el (defcustom, custom-handle-keyword):
9805         Add :package-version keyword.
9806         (custom-add-package-version): New function.  Sets value of new
9807         property 'custom-package-version from :package-version keyword.
9808         (defcustom): Create Common Keywords section in docstring.
9809         (defface, defgroup): Replace definitions of a select few keywords
9810         with a reference to the Common Keywords in defcustom.
9811         (defcustom, defface, defgroup): Replace reference to Customization
9812         chapter in manual with hyperlink.
9814         * cus-edit.el (customize-package-emacs-version-alist): New variable.
9815         (customize-changed-options): Add check for custom-package-version.
9816         (customize-package-emacs-version): New function to look up Emacs
9817         version corresponding to the given package version.
9819         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
9820         defun name, in similar fashion to find-variable-regexp.
9822 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
9824         * international/mule-cmds.el (set-locale-environment): Fix last
9825         change for when the locale's preferences don't specify any encoding.
9827 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9829         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
9830         so the defined var/fun doesn't need to be quoted.
9832 2006-04-10  Richard Stallman  <rms@gnu.org>
9834         * finder.el (finder-mode-map): Add n and p bindings.
9836 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
9838         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
9839         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
9840         (gdb-setup-windows): Put something in source window if we can't find
9841         the source file.
9842         (gdb-frame-handler): Make it work again with just assembly.
9843         (gdb-data-list-register-values-handler): Make it work when there is
9844         no stack.
9846 2006-04-09  Richard Stallman  <rms@gnu.org>
9848         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
9849         specs while looking for charset.
9851         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
9853         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9854         Make them faces.
9855         (lm-font-lock-keywords): Update appropriately.
9857 2006-04-10  Kim F. Storm  <storm@cua.dk>
9859         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
9860         it can also replace buffer-substring-no-properties.
9862         * emulation/cua-base.el (cua-delete-region, cua-paste)
9863         (cua-repeat-replace-region): Use filter-buffer-substring.
9865         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9866         (cua-cut-region-to-global-mark): Likewise.
9868         * emulation/cua-rect.el (cua--extract-rectangle)
9869         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
9871 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9873         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
9874         entry-type.  Add field delimiters to numerical fields if they are
9875         not present.
9877 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9879         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
9880         string-const to return value.
9881         (bibtex-remove-delimiters): Use it.
9883 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9885         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
9886         cl-byte-compile-compiler-macro unless it exists.
9888 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9890         * files.el (hack-local-variables-confirm) <offer-save>:
9891         Clarify message text.  Suggested by Ralf Angeli.
9893 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9895         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
9896         (delete-extract-rectangle-line): Use `filter-buffer-substring'
9897         instead of `buffer-substring' and `delete-region'.  (Most of the
9898         code actually copied from `kill-region'.)
9900 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
9902         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
9903         (rcirc-default-port): Rename from rcirc-port.
9904         (rcirc-default-nick): Rename from rcirc-nick.
9905         (rcirc-default-user-name): Rename from rcirc-user-name.
9906         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
9907         (rcirc-low-priority-flag): New variable.
9908         (rcirc-decode-coding-system): New defcustom.
9909         (rcirc-encode-coding-system): New defcustom.
9910         (rcirc-coding-system-alist): New defcustom.
9911         (rcirc-multiline-major-mode): New defcustom.
9912         (rcirc-nick): New internal variable.
9913         (rcirc-process): Remove variable.
9914         (rcirc-server-buffer): New variable.
9915         (rcirc): Update to use rcirc-default-* variables above.
9916         (rcirc-connect): Do not add window-configuration-hook-here.
9917         (rcirc-server): New internal variable.
9918         (rcirc-connect): Do not send keepalive pings if
9919         rcirc-keepalive-seconds is nil.
9920         (with-rcirc-server-buffer): New macro.
9921         (rcirc-send-string): Encode with rcirc-encode-coding-system.
9922         (rcirc-server-name): Rename from rcirc-server.
9923         (rcirc-buffer-process): New function.
9924         (rcirc-buffer-nick): New function.
9925         (rcirc-buffer-target): Remove function.
9926         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9927         New commands.
9928         (rcirc-mode-map): Change binding of C-c C-l to
9929         rcirc-toggle-low-priority.
9930         (rcirc-mode): Initialize coding system based on
9931         rcirc-coding-system-alist.  New change-major-mode-hook to part the
9932         channel on a mode change.  Make kill-buffer-hook buffer-local.
9933         (rcirc-change-major-mode-hook): New function.
9934         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
9935         (rcirc-last-post-time): New variable.
9936         (rcirc-process-message): Store the last time user posted a message
9937         to this target.
9938         (rcirc-multiline-minor-mode): New mode.
9939         (rcirc-multiline-minor-mode-map): New mode map.
9940         (rcirc-edit-multiline): Put multiline-edit buffer in
9941         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
9942         (rcirc-print): Ignore any line starting with an ignored nick.
9943         (rcirc-print): Decode using rcirc-decode-coding-system.
9944         (rcirc-track-minor-mode): Update global-mode-string when disabling
9945         this mode.
9946         (minor-mode-alist): Add LowPri indicator.
9947         (rcirc-toggle-low-priority): New function.
9948         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
9949         next lowpriority buffer with activity.
9950         (rcirc-record-activity): Sort buffers in rcirc-activity by the
9951         last time the user posted a message in to the target.
9952         (rcirc-update-activity-string): New formatting for low priority
9953         buffers.
9954         (rcirc-split-activity): New function.
9955         (rcirc-handler-PART, rcirc-handler-KICK)
9956         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
9957         (rcirc-nick-away-alist): New variable.
9958         (rcirc-handler-301): New handler.  Away messages are printed once
9959         per change.
9961 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9963         * info.el (Info-follow-nearest-node): Doc fix.
9965         * international/mule-cmds.el (set-locale-environment): Make sure
9966         the coding-system preferred by the locale's language has the same
9967         EOL conversion type as the original buffer-file-coding-system.
9968         (locale-language-names): Add a few MS Windows language codes.
9970 2006-04-07  Richard Stallman  <rms@gnu.org>
9972         * simple.el (eval-expression): Doc fix.
9974         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
9975         (eval-defun): Doc fixes.
9977 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9979         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
9981 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
9983         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
9984         GDB list command without argument for greater generality.
9986 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9988         * subr.el (string-or-null-p): New function.
9990         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
9992         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
9994         * files.el: Update comment about safe-local-variable declarations.
9996 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
9998         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
9999         See idlwave.org.
10001         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
10002         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
10004         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10005         See idlwave.org.
10007         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10008         version 6.0 (minimal changes).  See idlwave.org.
10010         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10011         6.0 (minimal changes).  See idlwave.org.
10013         * progmodes/idlw-rinfo.el: File obsoleted and removed.
10015 2006-04-06  Romain Francoise  <romain@orebokech.com>
10017         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10018         symmetric encryption features and a new asynchronous interface to
10019         GnuPG.  This new version is version 1.4, plus whitespace changes.
10021 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10023         * files.el: Move some `safe-local-variable' declarations to the
10024         respective files.
10026         * textmodes/ispell.el (ispell-check-comments)
10027         (ispell-local-dictionary): Mark as safe.
10029         * abbrev.el (abbrev-mode): Mark as safe.
10031         * add-log.el (change-log-default-name): Mark as safe.
10033         * textmodes/reftex-vars.el (reftex-vref-is-default)
10034         (reftex-fref-is-default, reftex-level-indent)
10035         (reftex-guess-label-type): Mark as safe.
10037         * textmodes/fill.el (colon-double-space): Mark as safe.
10039         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
10040         (sentence-end-double-space, sentence-end-without-period)
10041         (sentence-end-without-space, sentence-end, sentence-end-base)
10042         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
10044 2006-04-06  Kim F. Storm  <storm@cua.dk>
10046         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10047         the :set-after list.
10048         (ido-downcase-unc-hosts): New user option.  Default on.
10049         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10050         when it is set, as regexps are now applied on the fly.
10051         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10052         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10053         on the fly, but only when ido-process-ignore-lists is set.
10054         Do case insensitive filtering if ido-downcase-unc-hosts is set.
10055         Only downcase names if ido-downcase-unc-hosts is set.
10057 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
10059         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10061         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10063 2006-04-05  Kim F. Storm  <storm@cua.dk>
10065         * ido.el (ido-mode): Set after ido-unc-hosts and
10066         ido-ignore-unc-host-regexps.
10067         (ido-save-history): Save ido-unc-hosts-cache.
10068         (ido-load-history): Load ido-unc-hosts-cache.
10069         (ido-reread-directory): Refresh unc hosts cache in // dir.
10071         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10072         to nil while displaying slash screen.
10074 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10076         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10077         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10079 2006-04-05  Kenichi Handa  <handa@m17n.org>
10081         * international/characters.el: Setup cases of Latin, Greek, and
10082         Cyrillic characters in CJK charsets.
10084 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10086         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10087         default-enable-multibyte-characters.  This reverts the change from
10088         revision 6.17 which is no longer necessary because the passphrase
10089         is sent separately now.  GnuPG messages are unreadable under
10090         multibyte locales with default-enable-multibyte-characters set to nil.
10092 2006-04-04  Andreas Schwab  <schwab@suse.de>
10094         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10095         and `byte-compile-warnings' as `safe-local-variable'.
10097 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10099         * man.el (Man-mode-map): Restore the \r binding.
10100         (Man-abstract-xref-man-page): If Man-target-string is a function,
10101         call it.
10102         (Man-highlight-references): Use Man-default-man-entry to get the
10103         target.  Deal with xrefs too.
10104         (Man-highlight-references0): Don't call the target function.
10106         * woman.el (WoMan-xref-man-page): Strip the section number, woman
10107         cannot deal with it.
10109 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10111         * pgg-gpg.el: Clean up process buffers every time gpg processes
10112         complete.
10114 2006-04-04  Kenichi Handa  <handa@m17n.org>
10116         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10117         here.
10118         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10119         Temporarily bind inhibit-field-text-motion to t.
10121 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10123         * startup.el (normal-splash-screen): Only set mode-line-format in the
10124         splash buffer, so as not to interfere when debugging the code.
10125         Ignore errors when switching buffer.
10127 2006-04-03  Romain Francoise  <romain@orebokech.com>
10129         * dired.el (dired-dnd-protocol-alist): Fix typo.
10131 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10133         * savehist.el (savehist): Add :version.
10134         (savehist-ignored-variables): New variable.
10135         (savehist-minibuffer-hook): Don't save variables listed in
10136         `savehist-ignored-variables'.
10138         * dired.el (dired-dnd-protocol-alist): Mention that change does
10139         only apply to new buffers in doc string.
10141 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
10143         * recentf.el (recentf-open-files-item): Include newline in button
10144         field, so opening a file will work, when the point is at the end
10145         of the file name.  Allow, for example, to [i]search a file by
10146         extension and just push RET to open it.
10148 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10150         * pgg-gpg.el (pgg-gpg-process-filter)
10151         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10153         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10154         lines, temporary fix.
10156 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10158         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10160 2006-04-02  Richard Stallman  <rms@gnu.org>
10162         * progmodes/compile.el (compilation-message-face): Make it defcustom.
10164 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10166         * ibuf-macs.el (define-ibuffer-column): Add a new key:
10167         header-mouse-map.
10169         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10170         (ibuffer-mode-header-map): New keymaps.
10171         (ibuffer-update-title-and-summary): Enable mouse face highlighting
10172         and keybindings for column headers.
10173         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10174         property.
10176 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10178         * speedbar.el (speedbar-after-create-hook): Doc fix.
10180 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
10182         * shell.el (shell-directory-tracker)
10183         (shell-dynamic-complete-command): Doc fixes.
10185 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
10187         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10188         terminals.
10190 2006-04-01  Kim F. Storm  <storm@cua.dk>
10192         * ido.el (ido-unc-hosts-cache): New defvar.
10193         (ido-unc-hosts): If value of defcustom is a function, call it to
10194         get list of UNC hosts.  Add function-item choices to specify
10195         ido-unc-hosts-net-view or user function.
10196         (ido-ignore-unc-host-regexps): New defcustom.
10197         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10198         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10199         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10201 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10203         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10204         wwidth.
10206 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
10208         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10209         (ido-max-work-file-list, ido-switch-buffer)
10210         (ido-read-file-name-as-directory-commands):
10211         Fix typos in docstrings.
10213 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10215         * term/mac-win.el (mac-system-coding-system): Define and use after
10216         Mac-specific coding systems are ready.
10218 2006-03-27  Romain Francoise  <romain@orebokech.com>
10220         * net/rcirc.el (rcirc-connect): Add autoload cookie.
10222         * ldefs-boot.el: Update.
10224 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10226         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10227         passphrases when it is not needed.
10228         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10229         passphrase stuff from gpg, should only be necessary when you use
10230         gpg with a smartcard.
10232 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
10234         * comint.el (comint-dynamic-list-completions): Allow user to
10235         select *Completions* buffer.
10237 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
10239         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10241 2006-03-26  Andreas Schwab  <schwab@suse.de>
10243         * progmodes/gud.el (gdb): Only complain about multiple debugging
10244         when the gdb process is still running.
10246 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
10248         * mail/rmail.el (tool-bar-map): Defvar it.
10249         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10250         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10252 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10254         * help.el (print-help-return-message): Suggest to use
10255         display-buffer instead of switch-to-buffer-other-window to restore
10256         the previous window without selecting it.
10258 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10260         * frame.el (select-frame-by-name): Call x-focus-frame also when
10261         window-system is mac.
10263         * term/mac-win.el: Adjust Courier font specifications in
10264         x-fixed-font-alist.
10265         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10266         when directly encoding to UTF-16 in native byte order, no BOM.
10268 2006-03-25  Kim F. Storm  <storm@cua.dk>
10270         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
10271         (cua--init-keymaps): Use it instead of fixed C-return.
10272         (cua-mode): Set after it.
10274         * emulation/cua-rect.el (cua--init-rectangles):
10275         Use cua-rectangle-mark-key instead of fixed C-return.
10277 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
10279         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
10280         "run" in .gdbinit.
10281         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
10283 2006-03-24  Romain Francoise  <romain@orebokech.com>
10285         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10286         `display-buffer-other-frame'.
10288 2006-03-24  Kim F. Storm  <storm@cua.dk>
10290         * apropos.el (apropos-synonyms): Add selection => region.
10292 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10294         * progmodes/gdb-ui.el (gdb-var-create-regexp)
10295         (gdb-var-list-children-regexp, gdb-var-update-regexp)
10296         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10297         (gdb-data-list-register-values-regexp)
10298         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
10299         Future proof against new fields being added to MI output.
10300         (gdb-send): Don't treat backslashes for program input as
10301         continuations.
10302         (gdb-assembler-handler): Don't use window-start for this handler.
10303         (gdb-frame-handler): Don't change to hollow arrow if overlay
10304         arrow doesn't move to new frame.
10306 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10308         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
10309         prevent compiler warnings.
10310         (gdb-stopped): Check for gud-last-last-frame (case: signal).
10311         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
10312         (gdb-assembler-custom): Use hollow-right-triangle for assembler
10313         buffer too.
10315 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
10317         * pgg-gpg.el (pgg-gpg-update-agent): Check for
10318         make-network-process, so we can use the same code in Gnus v5-10
10319         too and have this file fully synchronized with that release.
10321 2006-03-23  Romain Francoise  <romain@orebokech.com>
10323         * ibuf-ext.el (ibuffer-read-filter-group-name):
10324         Use `ibuffer-generate-filter-groups' to make completion list match
10325         the filter groups that are really displayed in the Ibuffer buffer.
10326         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
10328 2006-03-23  Kenichi Handa  <handa@m17n.org>
10330         * international/mule-cmds.el (sort-coding-systems): Describe that
10331         the argument is modified in docstring.
10333 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10335         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10336         (pgg-gpg-update-agent): New function.
10337         (pgg-gpg-use-agent-p): New function.
10338         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10339         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10340         (pgg-gpg-sign-region): Use it.
10342 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
10344         * cus-edit.el (custom-face-set): Call custom-push-theme before
10345         face-spec set so that `changed' theme is correctly saved.
10346         (custom-face-reset-standard): Reset to recalculated face rather
10347         than defface spec.
10349         * custom.el (custom-push-theme): Only save `changed' theme if the
10350         current face does not match the defface specs.
10352 2006-03-21  Simon Josefsson  <jas@extundo.com>
10354         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10355         <wilde@sha-bang.de>.
10356         (pgg-gpg-use-agent): New variable.
10357         (pgg-gpg-process-region): Use it.
10358         (pgg-gpg-encrypt-region): Likewise.
10359         (pgg-gpg-encrypt-symmetric-region): Likewise.
10360         (pgg-gpg-decrypt-region): Likewise.
10361         (pgg-gpg-sign-region): Likewise.
10362         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10364 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
10366         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
10367         bracket links.
10369 2006-03-21  Kim F. Storm  <storm@cua.dk>
10371         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
10372         fringe-indicator-alist instead of modifying global value.
10373         (gdb-frame-handler): Likewise.
10375 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
10377         * diff-mode.el (diff-function): Make it inherit from diff-header
10378         instead of diff-context.
10380         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
10381         bitmap.
10382         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
10383         change names in macro above for consistency.
10384         (gdb-frame-handler): Use hollow-right-triangle for all selected
10385         frames which except the innermost (where execution has stopped).
10386         (gdb-reset): Reset buffer-local values of overlay-arrow.
10388 2006-03-20  Richard Stallman  <rms@gnu.org>
10390         * simple.el (set-mark-command): Doc fix.
10392         * files.el (display-buffer-other-frame): New command.
10393         (ctl-x-4-map): Bind C-x 5 C-o to it.
10395 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10397         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
10398         rather than just defer-time, in case defer-time has been changed but
10399         the timer isn't running yet.
10400         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
10402 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
10404         * help-mode.el (help-follow-symbol): New function.
10405         Essentially identical to the old `help-follow', but do not let
10406         `push-button' do the work when on an xref.
10407         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
10409 2006-03-19  Richard Stallman  <rms@gnu.org>
10411         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
10412         preceded by the word `program'.
10413         (help-follow-mouse, help-follow): Throw error if not on xref.
10414         Delete no longer used args.
10416 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
10418         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
10419         annotation ensure gud-overlay-arrow-position is redisplayed.
10421 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10423         * textmodes/bibtex.el (bibtex-include-OPTkey)
10424         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
10425         (bibtex-autokey-name-case-convert)
10426         (bibtex-autokey-titleword-case-convert): Make these the aliases
10427         for the following two variables.
10428         (bibtex-autokey-name-case-convert-function)
10429         (bibtex-autokey-titleword-case-convert-function): Make these the
10430         real names.
10431         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
10432         bibtex-font-lock-crossref sublists.
10433         (bibtex-mode): Revert 2005-12-30 change (which made
10434         completion-ignore-case buffer-local).
10435         (bibtex-url): Simplify.
10437 2006-03-19  Kim F. Storm  <storm@cua.dk>
10439         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
10440         cursor property value to 2 (to align with C level change).
10442 2006-03-19  Bill Wohler  <wohler@newt.com>
10444         * image.el (image-load-path-for-library): Shorten first line in
10445         docstring.
10447 2006-03-18  Richard Stallman  <rms@gnu.org>
10449         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
10451 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
10453         * isearch.el (isearch-other-meta-char): Handle user bindings for
10454         shifted control characters.
10456 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
10458         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
10459         part that matches email addresses, file names, etc.
10461 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
10463         * term/w32-win.el (mouse-set-font):
10464         Mention w32-list-proportional-fonts in the doc string.
10466 2006-03-18  Kim F. Storm  <storm@cua.dk>
10468         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
10469         (ido-unc-hosts): New user option to explicitly define list of know
10470         UNC-style hosts for completion.
10471         (ido-cache-unc-host-shares-time): New user option.
10472         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
10473         New helper functions for UNC file-name support.
10474         (ido-may-cache-directory): Check for UNC host.  Simplify.
10475         (ido-wash-history): Clean out old UNC hosts.
10476         (ido-nonreadable-directory-p): UNC hosts are always readable.
10477         (ido-directory-too-big-p): UNC hosts are never too big.
10478         (ido-set-current-directory): Handle UNC root path.
10479         (ido-file-name-all-completions): Complete UNC host names from
10480         ido-unc-hosts list.  Cache UNC host shares.
10481         (ido-make-file-list-1): Don't filter UNC root.
10482         (ido-exhibit): Check for // in root directory, and switch to UNC
10483         mode by setting ido-current-directory to //.
10485 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10487         * cus-edit.el (customize-changed-options): Mention explicit
10488         version number as default in prompt.
10490 2006-03-17  Bill Wohler  <wohler@newt.com>
10492         * image.el (image-load-path-for-library): Minor docstring fix.
10494 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
10496         * textmodes/org.el (org-read-date): Include subgroup 5 into
10497         replacement text.
10498         (org-popup-calendar-for-date-prompt): Fix customization type.
10500 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
10502         * progmodes/gdb-ui.el (gud-watch): Provide completion.
10503         (gdb-continuation): New variable.
10504         (gdb-send): Deal with continuation lines.
10506         * progmodes/gud.el (gud-gdb-complete-command)
10507         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
10508         expressions.
10509         (gud-tooltip-mode): Use buffer-local value.
10511 2006-03-16  Kim F. Storm  <storm@cua.dk>
10513         * ido.el (ido-edit-input): Use selected match, if any.
10515 2006-03-16  Bill Wohler  <wohler@newt.com>
10517         * image.el (image-load-path-for-library): Prefer user's images in
10518         image-load-path.
10520 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
10522         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
10523         when checking for attempt to drag leftmost or rightmost scrollbar.
10525 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
10527         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
10528         (gdb-force-mode-line-update): New function.
10529         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
10530         (gdb-exited): Use them.
10531         (gdb-signal): New function.
10532         (gdb-annotation-rules): Provide a rule for it.
10534 2006-03-16  Kenichi Handa  <handa@m17n.org>
10536         * international/mule.el (auto-coding-regexp-alist): Add entries
10537         for Unicode BOM.
10539         * sort.el (sort-build-lists): Temporarily bind
10540         inhibit-field-text-motion to t.
10542 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
10544         * locate.el (locate-command, locate-make-command-line)
10545         (locate-fcodes-file, locate-update-command)
10546         (locate-prompt-for-command, locate, locate-with-filter)
10547         (locate-get-file-positions): Doc fixes.
10548         (locate-buffer-name, locate-header-face): Remove leading `*' in
10549         defcustom.
10550         (locate-filter-output): Use `keep-lines' instead of its alias
10551         `delete-non-matching-lines'.
10552         (locate-get-filename, locate-get-dirname): Add introductory comment.
10553         (locate-find-directory-other-window): Give appropriate error
10554         message if used outside main listing.
10556 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10558         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
10559         the new extend-region feature.
10560         (font-lock-after-change-function): Update correspondingly.
10561         * jit-lock.el (jit-lock-after-change): Update correspondingly.
10562         * progmodes/grep.el (font-lock-lines-before): Don't disable.
10564 2006-03-15  Bill Wohler  <wohler@newt.com>
10566         * image.el (image-load-path-for-library): Fix example by not
10567         recommending that one binds image-load-path.  Just defvar it to
10568         placate compiler and only use it if previously defined.
10570 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
10572         * textmodes/org.el (org-insert-centered): Use `string-width' to
10573         make underlining work for wide characters.
10574         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
10575         TAB to `org-cycle', to make sure that no binding in
10576         `outline-mode-map' can supercede it.
10578 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
10580         * allout.el: Increment version to 2.2.1 in file commentary.
10582         (allout-version): Increment to 2.2.1.
10584         (allout-default-layout): New customization variable, used when the
10585         file lacks a specific allout-layout.  Uses allout-layout-type for
10586         recursively nested definition.
10588         (allout-layout-type): Widget defining allout layouts, necessary for
10589         self-recursive definition.
10591         (allout-mode): Incorporate allout-default-layout as fallback for
10592         allout-layout.
10594         (allout-layout): Mark as 'safe-local-variable', and refer mention
10595         fallback to `allout-default-layout' in absence of a specified value.
10596         (allout-passphrase-verifier-string)
10597         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
10599         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
10601         (allout-get-encryption-passphrase-verifier): Use correct name of
10602         passphrase verifier in docstring.
10604 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
10606         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
10607         elements.
10608         (gdb-find-watch-expression): Make it work for arrays too.
10609         Follow change to gdb-var-list.
10610         (gud-watch): Allow the user to enter variable name with a prexix
10611         arg.  Create keybindings.
10612         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10613         (gdb-var-list-children-handler, gdb-var-update-handler)
10614         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
10615         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
10616         Follow change to gdb-var-list.
10617         (gdb-starting): Don't show the overlay arrows when program is running.
10619         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
10620         gdb-var-list.
10622 2006-03-14  Bill Wohler  <wohler@newt.com>
10624         * image.el (image-load-path-for-library): Pass value of path
10625         rather than symbol.  Always return list of directories.
10626         Guarantee that image directory comes first.
10628 2006-03-14  Alan Mackenzie  <acm@muc.de>
10630         * font-core.el (font-lock-extend-region\(-function\)?.):
10631         New function/variable.
10633         * font-lock.el (font-lock-after-change-function):
10634         Call font-lock-extend-region.  Obey font-lock-lines-before.
10635         (font-lock-default-fontify-region): Remove reference to
10636         font-lock-lines-before.
10638         * jit-lock.el (jit-lock-after-change):
10639         Call font-lock-extend-region.  Obey font-lock-lines-before.
10641 2006-03-14  David Ponce  <david@dponce.com>
10643         * tree-widget.el (tree-widget-themes-load-path)
10644         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10646 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
10648         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
10649         (rcirc-print): Mark the start of text at the end of the prompt.
10650         (rcirc-track-minor-mode): Add autoload cookie.
10651         (rcirc-update-activity-string): Add space to front of mode-line
10652         indicator.
10654 2006-03-13  Miles Bader  <miles@gnu.org>
10656         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
10657         (rcirc-abbrev-nick): Remove function.
10658         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
10660 2006-03-13  David Ponce  <david@dponce.com>
10662         * tree-widget.el: Handle themes across all occurrences of the main
10663         themes sub-directory found in tree-widget-themes-load-path.
10664         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10665         (tree-widget--locate-sub-directory): Return all occurrences.
10666         (tree-widget-themes-path): New function.
10667         Replace tree-widget-themes-directory, and return a list of directories.
10668         (tree-widget-set-parent-theme)
10669         (tree-widget-lookup-image): Use it.
10671 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
10673         * textmodes/org.el (org-link-search): Avoid self-matching of
10674         links, allow target text to be distributed over several lines.
10675         (org-search-not-link): New function.
10676         (org-set-regexps-and-options, org-get-current-options):
10677         New startup options.
10678         (org-export-as-html): Take odd-level setting from local variable.
10679         (org-fontify-emphasized-text): New option.
10680         (org-set-font-lock-defaults): Include emphasized text.
10681         (org-follow-mhe-link): Allow folder-only links, fix folder name.
10682         (org-font-lock): Customize group renamed from `org-faces'.
10684 2006-03-13  John Paul Wallington  <jpw@pobox.com>
10686         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
10687         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
10689 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
10691         * cus-start.el (all): Delete :version keyword for members of the
10692         fringe group, since the entire group is new in 22.1.
10694 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
10696         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
10697         map if value is hexadecimal (an address).
10698         (gud-watch): Only search roots for existing watch expressions.
10699         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
10700         prevent caching problems with speedbar-update-directory-contents.
10702 2006-03-12  Juri Linkov  <juri@jurta.org>
10704         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
10705         before comparing with `low' and `warn'.
10707         * info.el (Info-dir-remove-duplicates): Move point to the
10708         beginning of the current line after deleting the entries from
10709         redundant heading.  Use marker for `limit' and compare it with
10710         point before calling `re-search-forward'.
10712 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
10714         * simple.el (yank): Fix typo in docstring.
10716 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
10718         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
10719         messages, where "D" is the 6th character.
10721 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10723         * simple.el (yank): Fix last change.
10725 2006-03-11  David Ponce  <david@dponce.com>
10727         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
10728         merging elements from the standard ispell-dictionary-alist.
10729         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
10730         alist, and return the new alist.
10732 2006-03-11  Richard Stallman  <rms@gnu.org>
10734         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
10736         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
10737         the way it is implemented is too unclean.
10739         * simple.el (kill-region, yank): Doc fix.
10741         * battery.el (battery-echo-area-format): Doc fix.
10742         (battery-mode-line-format): Likewise.
10743         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
10744         (battery-linux-proc-acpi): Ignore batteries that say "charged".
10746 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
10748         * progmodes/octave-mod.el (octave-indent-for-comment):
10749         Behave according to do string.
10751 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
10753         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
10754         Be visible only if major mode is Mail Mode.
10756         * textmodes/flyspell.el (flyspell-external-point-words)
10757         (flyspell-process-localwords): Fix last changes.
10759 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10761         * calendar/holidays.el (list-holidays): Doc fix.
10763         * international/mule.el (auto-coding-alist): Add .odt
10764         (OpenOffice's open document) files.
10766         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
10767         document) files.  Mention in the doc string the need to sync with
10768         auto-coding-alist.
10770 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
10772         * files.el (hack-local-variables-confirm): Don't prompt for ! if
10773         enable-local-variables is set to always query, or there is no
10774         savable variable.
10776 2006-03-10  Bill Wohler  <wohler@newt.com>
10778         * image.el (image-load-path-for-library): Merge at least three
10779         functions from Gnus and MH-E into this one function that can now
10780         be shared.
10782 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
10784         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
10785         gdb-remove-mouse-face and remove help-echo too.
10786         (gdb-enqueue-input): Correct conditional clause.
10788 2006-03-10  Glenn Morris  <rgm@gnu.org>
10790         * calendar/calendar.el (calendar-holidays): Doc fix.
10791         * calendar/holidays.el (list-holidays): Doc fix.
10793 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
10795         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
10796         it gets called in gdb-prompt anyway.
10797         (gdb-use-separate-io-buffer): Only restore window arrangement for
10798         gdb-many-windows.
10799         (gdb-enqueue-input): Make it harder to send GDB input when program
10800         is running.
10801         (gdb-buffer-list): New variable.
10802         (gdb-remove-mouse-face): New function.
10803         (gdb-starting): Use it when GDB input won't get sent.
10805 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
10807         * help.el (view-lossage): Remove trailing whitespace before
10808         inserting "\n".
10810 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
10812         * files.el (hack-local-variables-confirm):
10813         Set coding-system-for-read to nil before writing to .emacs.
10815         * arc-mode.el (archive-extract): Check if an existing buffer name
10816         comes from a different archive.
10818         * help.el (describe-key-briefly): If KEY is a down event, read and
10819         discard the up event.
10821 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
10823         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
10824         be edited and use font-lock-warning-face for any changes.
10826         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
10827         (gdb-edit-value): Use it to report any errors.
10829 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
10831         * help.el (describe-key): Remove leftover test code.
10833 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
10835         * textmodes/org.el: Move defvars out of eval-when-compile.
10836         Use buffer-file-name variable.
10837         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
10838         arg `file'.
10839         (org-level-faces): Remove startup dependency.
10840         (org-cycle, org-map-tree, org-scan-tags)
10841         (org-remember-handler): Don't call `outline-level' directly.
10842         (org-mhe-search-all-folders): New option.
10843         (org-mhe-get-message-folder-from-index)
10844         (org-mhe-get-message-folder): Fix indexing search.
10845         (org-format-agenda-item): Handle nil TAGS argument.
10846         (org-cleaned-string-for-export, org-activate-target-links)
10847         (org-make-target-link-regexp): Deal with empty radio target list.
10848         (org-tag): New face.
10849         (org-get-level-face): New function.
10850         (org-set-font-lock-defaults): Simplify setup for headlines.
10851         (org-complete): Pass common substring to `display-completion-list'.
10853 2006-03-06  David Ponce  <david@dponce.com>
10855         * tree-widget.el: Update Commentary header.
10856         (tree-widget-theme-name): Ignore parent themes.
10857         (tree-widget-set-parent-theme): New function.
10858         (tree-widget-set-theme): Use it.
10859         (tree-widget-set-image-properties): Move definition.  Does nothing
10860         if image properties have already been set.
10861         (tree-widget-image-properties): Move definition.  Receive an image
10862         name.  Set the :pointer property.
10863         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
10864         Don't set the :pointer image property.
10865         (tree-widget-convert-widget): New function.  Handle :dynargs
10866         compatibility here.
10867         (tree-widget): Use it to :convert-widget.  Add the :expander-p
10868         predicate to control when the :expander function is entered.
10869         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
10870         (tree-widget-value-create): Handle :expander-p.  widget-apply
10871         :expander.
10872         (tree-widget-expander-p): New function.  Default value of the
10873         :expander-p property.
10875 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
10877         * help.el (describe-key): Properly handle the return value of
10878         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
10879         remaps.  Handle string and vector `follow-link' values.
10881 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         * complete.el (PC-expand-many-files): Try be more careful when parsing
10884         the shell's output.
10886 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10888         * outline.el (hide-sublevels): Provide better interactive default.
10890 2006-03-06  Kenichi Handa  <handa@m17n.org>
10892         * international/fontset.el (create-fontset-from-fontset-spec):
10893         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
10895 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
10897         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
10898         backslashes instead of one in regexp.
10899         (gud-tooltip-dereference): Add missing optional argument.
10901 2006-03-04  John Paul Wallington  <jpw@pobox.com>
10903         * wdired.el (toplevel): Require `cl' at compile-time.
10905 2006-03-04  Andreas Schwab  <schwab@suse.de>
10907         * server.el (server-process-filter): Handle errors during
10908         evaluation of the argument.
10910 2006-03-03  John Paul Wallington  <jpw@pobox.com>
10912         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
10913         escape parentheses at beginning of line.
10914         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
10915         (t-mouse-mode): Remove period from end of error message.
10917 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
10919         * textmodes/flyspell.el (flyspell-process-localwords):
10920         Be case-sensitive.
10922 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
10924         * cus-edit.el (custom-quote): Remove function, since it has been
10925         moved to custom.el.
10927         * font-lock.el (lisp-font-lock-keywords-2)
10928         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
10929         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
10930         they have no special meaning.
10932         * midnight.el (clean-buffer-list): Handle case where base-buffer of
10933         indirect buffer gets killed before indirect buffer.  Use dolist.
10935 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10937         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
10938         value instead of a literal constant (1) on more pauses.
10940 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10942         * textmodes/flyspell.el (flyspell-external-point-words):
10943         Be case-sensitive.
10945 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
10947         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
10948         with "www".
10950 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10952         * allout.el: Restablish intermediate missing comment header to
10953         preserve outline structure.
10954         (allout-beginning-of-current-entry): Skip invisible text.
10955         (allout-open-topic): Fix opening a topic at end-of-buffer.
10956         (allout-minor-mode): Move nearer to allout-mode function.
10958 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
10960         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
10962 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
10964         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
10965         is nil.
10967         * progmodes/gud.el (gud-speedbar-menu-items):
10968         Use buffer-local-value and add missing :visible keyword.
10970         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
10972 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
10974         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
10975         must be `follow-link'.
10977         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
10979         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10980         formatting: No nested anchors.
10981         (org-all-targets): Fix bug with XEmacs compatibility.
10982         (org-read-date): Add (require 'parse-time).
10983         (org-set-tags): Fix bug with extra inserted space.
10984         (org-export-html-style): Define a style class for targets.
10985         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
10986         (org-hide-leading-stars): New option.
10987         (org-hide): New face.
10988         (org-set-font-lock-defaults): Allow to hide leading stars.
10989         (org-get-legal-level, org-tr-level): New functions.
10990         (org-odd-levels-only): New option.
10991         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
10992         (org-demote, org-promote): Deal with double-star levels.
10993         (org-convert-to-odd-levels): New command.
10995 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
10997         * speedbar.el (speedbar-update-localized-contents): Try to
10998         preserve window-start.
10999         (speedbar-update-directory-contents): Try to preserve window-start
11000         and window-point.
11001         (speedbar-update-special-contents): Don't move back to start of window.
11003         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11004         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
11005         speedbar-timer-fn.
11006         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11007         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11008         instead of gdb-speedbar-timer-fn.
11010 2006-02-28  Jay Belanger  <belanger@truman.edu>
11012         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11013         (math-compose-expr): Use latex option when calling
11014         `math-compose-tex-matrix' for latex mode.
11016 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
11018         * speedbar.el: Re-instate comments about developing for speedbar
11019         [this is what info and gdb-ui use even if better methods exist now].
11021         * t-mouse.el: New file.
11022         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
11023         (t-mouse-lispy-buffer-posn-from-coords): Remove.
11024         (t-mouse-make-event-element): Use posn-at-x-y instead.
11025         (t-mouse-make-event): Deal with Fedora Core 3.
11026         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
11027         (t-mouse-mouse-position-function): New function.  Use it instead
11028         of advising mouse-position.
11029         (t-mouse-mode): New minor mode.
11030         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
11032 2006-02-27  Glenn Morris  <rgm@gnu.org>
11034         * calendar/calendar.el (calendar-holidays): Doc fix.
11036 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
11038         * progmodes/gdb-ui.el (gdb-source-window): New variable.
11039         Re-introduce the concept of a source window.
11040         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
11041         consistency with get-buffer-create.
11042         (def-gdb-auto-update-handler, gdb-info-locals-handler)
11043         (gdb-data-list-register-values-handler)
11044         (gdb-stack-list-locals-handler): Try to preserve window-start as
11045         well as window-point.
11046         (gdb-display-source-buffer): New function (old concept).
11047         (gdb-goto-breakpoint): Use it.
11049         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11050         for gdb-ui/gdb-mi (old concept).
11052 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
11054         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11055         binding.
11057         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
11059         * textmodes/reftex-sel.el (reftex-select-label-map)
11060         (reftex-select-bib-map): Add `follow-mouse' binding.
11062 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
11064         * jka-cmpr-hook.el (jka-compr-compression-info-list)
11065         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11066         Give :set functions to provide automatic updating.
11067         Update docstring.  Give compiler defvars early in the file
11068         and move the defcustoms to a later spot where all called functions
11069         are defined.
11070         (jka-compr-file-name-handler-entry): Doc fix.
11071         (jka-compr-compression-info-list--internal)
11072         (jka-compr-mode-alist-additions--internal)
11073         (jka-compr-load-suffixes--internal): New variables.
11074         (jka-compr-install): Set the three above variables.
11075         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11076         (jka-compr-update, jka-compr-set): New functions.
11077         (auto-compression-mode): Doc fix.
11079         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11080         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11081         Use jka-compr-compression-info-list--internal,
11082         jka-compr-mode-alist-additions--internal and
11083         jka-compr-load-suffixes--internal.
11085         * files.el (load-library):
11086         * loadhist.el (file-loadhist-lookup):
11087         * startup.el (command-line):
11088         * subr.el (locate-library):
11089         * emacs-lisp/autoload.el (update-directory-autoloads):
11090         * emacs-lisp/find-func.el (find-library-suffixes):
11091         Use `get-load-suffixes' instead of `load-suffixes'.
11093         * subr.el (locate-library):
11094         * emacs-lisp/find-func.el (find-library-name):
11095         Use `load-file-rep-suffixes' instead of '("").
11097 2006-02-26  Kim F. Storm  <storm@cua.dk>
11099         * ido.el (ido-save-history, ido-load-history): Simplify.
11100         Don't use find-file-noselect to avoid interference from other modes.
11102 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
11104         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11105         to use the default shell if filename is not available.
11106         Reported by Giorgos Keramidas.
11108 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
11110         * progmodes/etags.el (tags-completion-table): Do completion from
11111         all the tables in the current list, as documented in the manual.
11113 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11115         * CC Mode Update to 5.31.3.
11117 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11119         * progmodes/cc-mode.el (c-postprocess-file-styles):
11120         Bind inhibit-read-only to t, around the call to
11121         c-remove-any-local-eval-or-mode-variables, so that it works on a
11122         RO file.
11124 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11126         * progmodes/cc-awk.el: Correct a typo.
11128 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11130         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11131         c-hungry-delete-backwards, at the request of RMS.  Leave the old
11132         name as an alias.
11134 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11136         * progmodes/cc-mode.el: Correct a typo.
11138 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11140         * progmodes/cc-defs.el: Update the version number to 5.31.3.
11142 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11144         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11145         brace-else-brace (error due to mbeg, mend being undefined).
11147 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11149         * progmodes/cc-mode.el: File Local variables: Solve the problem
11150         where both `mode' and c-file-offsets are specified: `mode' will
11151         overwrite c-f-o's settings:
11152         (c-remove-any-local-eval-or-mode-variables): New function.
11153         (c-postprocess-file-styles): Call the above new function, within
11154         c-tentative-buffer-change, to splat `mode' and `eval' before the
11155         second hack-local-variables.
11157 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11159         * progmodes/cc-mode.el:
11160         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11161         (c-after-change): Protect the match data with save-match-data.
11162         It was getting corrupted by c-after-change-check-<>-operators.
11164         * cc-defs.el: [Supersedes patch V1.38]:
11165         (top level): Check for a buggy font-lock-compile-keywords ONLY in
11166         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
11168         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11169         with save-match-data.  It was being corrupted when Font Lock was
11170         not enabled.
11172 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11174         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11175         Mode and Subword Mode.
11177         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11178         real labels ("case 1:" or "foo:") from non-labels ("public:").
11179         (c-forward-objc-directive): Replace c-forward-token-2 with crude
11180         coding; c-f-t-2 doesn't move over a token at EOB.
11182         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11184         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11185         (c-update-modeline): Concatenate the minor mode indicators
11186         directly onto mode-name, removing c-submode-indicators.
11187         Sometimes, c-s-i got separated from the mode name on the mode line.
11189         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11190         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11192 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11194         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11195         error message when there's an evaluation error to show whether
11196         it's loaded from source or not.
11197         (c-filter-ops): Make it available at runtime too to work when
11198         `c-make-init-lang-vars-fun' needs to evaluate from source.
11200 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
11202         * help.el (help): Revert last part of 2006-02-23 change (deletion
11203         of the `provide' call).
11205 2006-02-23  Juri Linkov  <juri@jurta.org>
11207         * compare-w.el (compare-windows-highlight): Add new value
11208         `persistent' and change :type from `boolean' to `choice'.
11209         (compare-windows-overlays1, compare-windows-overlays2):
11210         New internal variables.
11211         (compare-windows-highlight): If compare-windows-highlight is
11212         `persistent', add current overlays to compare-windows-overlays[12]
11213         instead of adding compare-windows-dehighlight to pre-command-hook.
11214         (compare-windows-dehighlight): Delete all overlays from
11215         compare-windows-overlays[12].
11217         * info.el (Info-search): Don't bind search-spaces-regexp to
11218         Info-search-whitespace-regexp in non-regexp isearch mode.
11220 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11222         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11224 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
11226         * textmodes/org.el (org-xemacs-p)
11227         (org-export-html-show-new-buffer, org-table-may-need-update)
11228         (org-insert-item, org-mhe-get-message-real-folder)
11229         (org-mhe-get-message-folder-from-index)
11230         (org-mhe-get-message-folder, org-mhe-get-message-num)
11231         (org-mhe-get-header, org-make-org-heading-search-string)
11232         (org-make-org-heading-camel, org-table-sort-lines)
11233         (org-format-org-table-html, org-format-table-table-html):
11234         Fix typos in docstrings.
11236 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
11238         * textmodes/org.el (org-cleaned-string-for-export)
11239         (org-solidify-link-text): New function.
11240         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11241         XEmacs, just to silence the compiler.
11242         (org-export-as-ascii, org-export-as-html-and-open):
11243         Use `org-cleaned-string-for-export' and create internal links.
11244         (org-follow-mhe-link): Require mh-e, use folder.
11246 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11248         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11250         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11251         gdb-debug-log-length.
11252         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
11253         it a real ring but...
11254         (gud-gdba-marker-filter): ...make it work like mark-ring.
11255         (gdb-enable-debug): Rename from gdb-enable-debug-log.
11256         (gdb-mouse-jump): New function.  Add bindings.
11258 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11260         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11261         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11262         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11263         (gdb-debug-log-length): Customize it's length.
11264         (gud-watch, gdb-var-create-handler): Display function::var format
11265         but don't use to create variable object.
11266         (gdb-var-create-handler): Use message-box in place of message.
11267         (gdb-stopped): Call gdb-exited if signalled.
11269 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
11271         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
11273         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
11275         * textmodes/reftex.el (reftex-locate-file): Search all extensions
11276         if `reftex-try-all-extensions' is set.
11278         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
11279         fail silently when there is no valid argument at point.
11280         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
11281         `fail-silently' argument.  From a patch by David Reiter.
11283         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
11284         New commands.
11285         (org-mark-ring): New variable.
11286         (org-mark-ring-length): New option.
11287         (org-open-at-point, org-goto, org-open-file): Push old position
11288         onto the mark ring.
11289         (org-add-hook): New function.
11290         (org-export-table-remove-special-lines): New option.
11291         (org-skip-comments, org-format-org-table-html): Respect new
11292         option `org-export-table-remove-special-lines'.
11293         (org-open-file): Allow special command configuration for
11294         directory link.
11295         (org-file-apps): Fix bugs in customize type, added setting
11296         for directories.
11297         (org-activate-tags, org-format-agenda-item, org-complete)
11298         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
11299         (org-get-tags, org-get-buffer-tags, org-open-at-point)
11300         (org-link-search, org-make-org-heading-search-string)
11301         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
11302         (org-radio-targets, org-file-link-context-use-camel-case)
11303         (org-activate-camels): New options.
11304         (org-update-radio-target-regexp, org-all-targets)
11305         (org-make-target-link-regexp, org-activate-target-links):
11306         New functions.
11307         (org-make-org-heading-search-string): New function.
11308         (org-store-link, org-insert-link): Use new option
11309         `org-file-link-context-use-camel-case'.
11310         (org-activate-camels): Use new option `org-activate-camels'.
11311         (org-link-regexp): Add mhe prefix.
11312         (org-open-at-point, org-store-link): Support for mhe links.
11313         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
11314         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
11315         (org-mhe-get-header, org-follow-mhe-link): New functions.
11316         (org-remove-angle-brackets, org-add-angle-brackets):
11317         New functions.
11318         (org-bracket-link-regexp): New constant.
11319         (org-read-date): Fix bug that was rejecting all typed dates.
11320         (org-link-search): Make hierarchy above visible after a match.
11321         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
11322         (org-store-link): Fix bug with link creation when cursor is in
11323         an empty line.
11324         (org-open-at-point): Fix bug with matching a link.
11325         Fixed buggy argument sequence in call to `org-view-tags'.
11326         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11327         (org-prefix-has-tag): New variable.
11328         (org-format-agenda-item): Remove tags from headline
11329         if appropriate.
11330         (org-agenda-remove-tags-when-in-prefix): New option.
11332 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
11334         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
11335         Fix the regular expressions.
11337 2006-02-21  Richard M. Stallman  <rms@gnu.org>
11339         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
11340         if there's no other specific basis.
11342         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
11343         as variables at all.
11344         (unsafep-variable): Rename arg; doc fix.
11346         * abbrevlist.el (list-one-abbrev-table): Add autoload.
11348         * calendar/appt.el (diary-selective-display): Add defvar.
11350         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
11352         * isearch.el (search-whitespace-regexp): Fix custom type.
11354         * help.el (describe-key-briefly): Compute interactive args
11355         in same was as before previous change.
11357         * files.el (enable-local-variables): Doc fix.
11359 2006-02-21  Kim F. Storm  <storm@cua.dk>
11361         * fringe.el: Cleanup as file is now pre-loaded.
11362         (fringe-bitmaps): Initialize unconditionally.
11363         (fringe-mode, set-fringe-style): Remove autoload cookies.
11365 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
11367         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
11368         `horizontal-bar'.
11369         (fringe-cursor-alist): Use `horizontal-bar'.
11371 2006-02-20  Kim F. Storm  <storm@cua.dk>
11373         * fringe.el (fringe-bitmaps): Update to new bitmap names.
11374         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11376         * loadup.el: Load "fringe" on window systems.
11378 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11380         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11381         out of scope components.
11383         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
11384         default.
11386 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
11388         * custom.el (customize-mark-to-save, customize-mark-as-set):
11389         Load the symbol first.
11391 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
11393         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
11394         strech spec so it doesn't display as "^J" on the header line
11395         when `Buffer-menu-use-header-line' is t.
11397 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11399         * speedbar.el (speedbar-make-button): Keep text properties
11400         of string arguments if desired.
11402         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
11403         expessions.
11405         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
11406         of speedbar.
11408 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
11410         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
11411         to value of `read-file-name-completion-ignore-case'.
11413 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
11415         * custom.el (customize-mark-as-set): Push to `user' theme.
11417         * cus-edit.el (custom-save-variables): Allow unthemed values.
11418         (customize-set-variable): Push setting to `user' theme.
11420 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11422         * progmodes/gud.el: Don't require font-lock as it's now
11423         automatically loaded.
11424         (gud-speedbar-buttons): Replace gdb-var-changed with
11425         gdb-force-update.
11427         * progmodes/gdb-ui.el (gdb-force-update): Rename from
11428         gdb-var-changed.
11429         (gdb-post-prompt): Use it.
11430         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11431         (gdb-var-update-handler, gdb-var-delete)
11432         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
11433         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
11434         gdb-force-update in gdb-post-prompt.
11435         (gdb-reset): Clear watch expressions from speedbar when quitting.
11437 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11439         * viper-cmd.el (viper-insert-state-post-command-sentinel)
11440         (viper-change-state-to-vi, viper-change-state-to-emacs):
11441         Make aware of cursor coloring in the Emacs state.
11442         (viper-special-read-and-insert-char): Use read-char-exclusive.
11443         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
11445         * viper-init.el (viper-emacs-state-cursor-color): New variable.
11447         * viper-util.el (viper-save-cursor-color)
11448         (viper-get-saved-cursor-color-in-replace-mode)
11449         (viper-get-saved-cursor-color-in-insert-mode)
11450         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
11451         state.
11452         (viper-get-saved-cursor-color-in-emacs-mode): New function.
11454         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
11455         (ediff-ignore-case-option3, ediff-actual-diff-options)
11456         (ediff-actual-diff3-options): New variables to control case sensitivity.
11457         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
11458         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
11459         (ediff-toggle-ignore-case): New function.
11460         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
11462         * ediff-help.el (ediff-long-help-message-narrow2)
11463         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
11464         (ediff-long-help-message-word-mode): Add ignore-case command.
11465         (ediff-help-for-quick-help): Add ignore-case command.
11467         * ediff-merg.el: Move provide to the end.
11469         * ediff-ptch.el: Move provide to the end.
11471         * ediff-wind.el: Move provide to the end.
11473         * ediff-mult.el: Move provide to the end.
11474         (ediff-set-meta-overlay): Enable follow-link.
11476         * ediff.el: Move provide to the end.
11477         Break recursive load cycle in eval-when-compile.
11478         (ediff-patch-buffer): Better heuristics.
11480         * ediff-util.el: Move provide to the end.
11481         Break recursive load cycle in eval-when-compile.
11482         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
11483         defuns.
11484         (ediff-submit-report): Pass the values of ediff-diff3-program,
11485         ediff-diff3-options.
11487 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
11489         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
11490         the opening bracket of the following bracketing pairs: {}, [], (), <>,
11491         `' (for example, in the docstring of `windmove-default-keybindings').
11493 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11495         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
11496         shadow face.  Don't provide binding to edit variable when it is
11497         out of scope.
11499         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11500         (gdb-var-update-handler): Detect out of scope variables with pre
11501         GDB 6.4 too.
11502         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
11503         Reset status of variable objects to nil in update handlers.
11504         (gdb-var-update-handler-1): Detect when a variable object comes
11505         in scope.  setcar on var changes gdb-var-list directly.
11507 2006-02-17  Juri Linkov  <juri@jurta.org>
11509         * ffap.el (ffap) <defface>: Add explicit face declaration.
11510         (ffap-highlight): Use face `ffap' directly instead of checking
11511         for its existence.
11513         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
11514         `visible-ok' of `other-buffer' to find the right original buffer.
11516         * info.el (Info-search): Skip `Local Variables' node.
11518 2006-02-17  Juri Linkov  <juri@jurta.org>
11520         * info.el (Info-find-file): Check for symbols `apropos', `history',
11521         `toc' in the input filename, and return these symbols as is.
11522         (Info-find-node-2): Set Info-current-file to symbols `apropos',
11523         `history', `toc' instead of strings.
11524         (Info-set-mode-line): For non-string Info-current-file use the
11525         symbol's name inside **.
11526         (Info-isearch-push-state): Add quote before Info-current-file and
11527         Info-current-node.
11528         (Info-isearch-pop-state): Use `equal' instead of `string='.
11529         (Info-extract-pointer, Info-following-node-name): Use
11530         `match-string-no-properties' instead of `match-string'.
11531         (Info-up): Check `old-file' for `stringp'.
11532         (Info-history): Use `equal' instead of `string-equal'.
11533         Check `file' for `stringp'.
11534         (Info-history): Use symbol `history' instead of string as first arg
11535         of `Info-find-node'.
11536         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
11537         `toc' instead of string.
11538         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
11539         instead of `buffer-substring', and `match-string-no-properties'
11540         instead of `match-string'.
11541         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
11542         instead of strings.
11543         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
11544         Use symbol `apropos' instead of string.
11545         (Info-copy-current-node-name): Check `Info-current-file' for
11546         `stringp' and construct a command with `Info-find-node' from it.
11547         (Info-fontify-node): Use `match-string-no-properties' instead of
11548         `match-string' and check file names for `stringp'.
11549         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
11550         `history', `toc' instead of strings.
11552 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
11554         * files.el: Rearrange functions and variables in the file local
11555         variables section.
11557 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
11559         * files.el: Add truncate-lines, ispell-check-comments and
11560         ispell-local-dictionary as safe local variables.
11562 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
11564         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
11565         out of scope variables.
11566         (gud-speedbar-buttons): Use unless.
11568         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
11569         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
11570         (gdb-show-changed-values): Also use for out of scope variables.
11571         (gdb-var-update-handler-1): Note if variable goes out of scope.
11573 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
11575         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
11576         default to global variable values for unsupplied args.
11577         (rcirc-get-buffer-create): Fix bug with setting the target.
11578         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
11579         test for rcirc-always-use-server-buffer-flag here.
11580         (rcirc-response-formats): Add %N, which is a facified nick.  %n
11581         uses the default face.  Change the ACTION format string.  If the
11582         "nick" is the server, don't print anything for that field.
11583         Comment fixes.
11584         (rcirc-target-buffer): Don't test
11585         rcirc-always-use-server-buffer-flag here.
11586         (rcirc-print): Squeeze extra spaces out of the text before message.
11587         (rcirc-put-nick-channel): Strip potential "@" char from nick
11588         before adding them to nick table.
11589         (rcirc-url-regexp): Improve to match address like "foo.com".
11591 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
11593         * allout.el (allout-hidden-p): Move this defsubst before
11594         allout-overlay-interior-modification-handler, where it is first
11595         used.
11597 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
11599         * allout.el: Use allout invisible-text overlays instead of
11600         selective display for concealed text.  Also, lots of general
11601         cleanup, and improved compatibility code.
11603         (allout-version) Incremented, corrected, revised, and refined
11604         module commentary.
11606         (provide 'allout): Moved to the bottom, added a require of overlay.
11608         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
11609         `except-current'.
11610         (allout-write-file-hook-handler): Minimize delay.
11611         (count-trailing-whitespace-region): New function so
11612         auto-encryption of current topic can resituate cursor exactly.
11613         PGP/GPG encryption trims trailing whitespace from lines, which
11614         must be accounted for across encryption then decryption.
11616         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
11617         just plain "\C-c", to avoid intruding on user's keybinding space.
11619         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
11620         parameter, so user request to provide a new password is done.
11622         (allout-outside-normal-auto-fill-function, allout-auto-fill):
11623         Refined mechanism for auto-filling behavior while in allout mode.
11625         (allout-mode): Explicitly specify the mode map in the docstring.
11626         Clarify provision for various write-file hook var names.
11627         Adjusted for invisible-text overlays instead of selective-display.
11629         (allout-depth): Really return 0 if not within any topic.  This
11630         rectifies `allout-beginning-of-level' and sequence numbering
11631         errors that occur when cutting and pasting numbered topics.
11632         Changed from a in-line subst to a regular function, as well.
11634         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
11636         (allout-end-of-subtree, allout-end-of-subtree)
11637         (allout-end-of-entry, allout-end-of-current-heading)
11638         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
11639         (allout-show-children, allout-show-to-offshoot)
11640         (allout-hide-current-entry, allout-show-current-entry): Rectified
11641         handling of trailing blank lines between items.
11643         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
11644         (allout-current-depth, allout-unprotected, allout-hidden-p)
11645         (allout-on-current-heading-p, allout-listify-exposed)
11646         (allout-chart-subtree, allout-goto-prefix)
11647         (allout-back-to-current-heading, allout-get-body-text)
11648         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
11649         (allout-hide-region-body, allout-toggle-subtree-encryption)
11650         (allout-encrypt-string, allout-encrypted-key-info)
11651         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
11652         (allout-file-vars-section-data): Adjusted for use with
11653         invisible-text overlays instead of selective-display.
11655         (allout-kill-line, allout-kill-topic, allout-yank-processing):
11656         Reworked for use with invisible text overlays.
11658         (allout-current-topic-collapsed-p): New function.
11660         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
11661         to know when to close the containing topic.
11663         (allout-pre-command-business, allout-post-command-business):
11664         Simplify undo-batching and dynamic isearch exposure.
11666         (allout-set-overlay-category): New for invisible-text overlays.
11667         Sets properties of allout-overlay-category, used by
11668         allout-flag-region to set invisible-text overlay properties.
11669         (allout-get-invisibility-overlay): Get the first qualifying
11670         invisibility overlay, so we can find the extent of it.
11671         (allout-back-to-visible-text): Get to just before the beginnining
11672         of the current invisibility overlay, if any.
11674         (allout-overlay-insert-in-front-handler)
11675         (allout-overlay-interior-modification-handler)
11676         (allout-before-change-handler, allout-isearch-end-handler): New
11677         functions to handle extraordinary actions affecting concealed
11678         text.
11680         (allout-flag-region): Use overlays instead of selective-display
11681         for invisible text - by inheritence from the properties of
11682         allout-overlay-category in mainline Emacs, and applied
11683         property-by-property in XEmacs, some recent versions of which
11684         don't inherit the properties from the category.  Provisions to
11685         respond to concealed-text edits simplified drastically.
11687         (allout-isearch-rectification, allout-isearch-was-font-lock)
11688         (allout-isearch-expose, allout-enwrap-isearch)
11689         (allout-isearch-abort, allout-pre-was-isearching)
11690         (allout-isearch-prior-pos, allout-isearch-did-quit)
11691         (allout-isearch-dynamic-expose)
11692         (allout-hide-current-entry-completely): Functions deleted.
11694         (allout-undo-aggregation): Explicit undo aggregation no longer
11695         necessary due to transition away from selective-display.
11697         (set-allout-regexp, allout-up-current-level)
11698         (allout-next-visible-heading, allout-forward-current-level)
11699         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
11700         (allout-kill-line, allout-yank-processing, allout-show-children)
11701         (allout-expose-topic, allout-old-expose-topic)
11702         (allout-listify-exposed, allout-insert-latex-header)
11703         (allout-toggle-subtree-encryption, allout-encrypt-string)
11704         (remove-from-invisibility-spec, allout-hide-current-subtree):
11705         Ditched unused variables.
11707 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
11709         * textmodes/ispell.el (ispell-change-dictionary): Call
11710         ispell-buffer-local-dict instead of
11711         ispell-accept-buffer-local-defs.
11712         (ispell-local-dictionary-alist): Accept as valid any coding-system
11713         supported by Emacs.
11714         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
11715         changed to iso-8859-3.
11717 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
11719         * speedbar.el (speedbar-frame-width): Make an inline function
11720         instead of a macro.  Use frame-width.
11721         (speedbar-try-completion, speedbar-update-contents)
11722         (speedbar-timer-fn): Use consp.
11723         (speedbar-update-localized-contents): Try to preserve point.
11725         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
11726         (menu): Re-order menu items.
11727         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
11728         field.
11729         (gdb-var-update-handler-1): Use it for GDB 6.4+.
11730         (gdb-post-prompt): Speed things by not forcing update.
11732 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
11734         * wid-edit.el (widget-button-click): For mouse-1, cancel button
11735         press and perform default action if we get a mouse movement event.
11737 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11739         * calendar/icalendar.el (icalendar--get-event-property)
11740         (icalendar--get-event-property-attributes): Fix typos in
11741         docstrings.
11743         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
11744         docstring.
11746 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
11748         * bs.el (bs-mode): Use `buffer-disable-undo'.
11749         (bs--get-file-name): Simplify.
11750         (bs-show-in-buffer): Mark the buffer as not modified.
11752 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11754         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
11755         widget-button-click.
11757         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
11758         (custom-mode): Update docstring.
11760         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
11761         binding.
11763         * files.el (hack-local-variables-confirm): Allow scrolling if the
11764         file variable list is too long.  Kill temp buffer after use.
11766 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
11768         * progmodes/gud.el (gdb): Improve doc string.
11769         (gdb-script-font-lock-keywords): Expand allowed character set.
11771         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
11772         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
11773         (gdb-separate-io-interrupt, gdb-separate-io-quit)
11774         (gdb-separate-io-stop, gdb-separate-io-eof):
11775         Rename from gdb-inferior-* to gdb-separate-*.
11776         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
11778 2006-02-14  Jay Belanger  <belanger@truman.edu>
11780         * calc/calc-arith.el (math-check-known-scalarp): Make sure
11781         expression is a symbol before checking that it is bound.
11783         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
11784         test to see if equation can be solved.
11786 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11788         * wid-edit.el (widget-button-click): Use :pressed-face property
11789         for overlay face, if it exists.
11791         * cus-edit.el (custom-manual, custom-add-see-also)
11792         (custom-add-parent-links, custom-group-link): Add :pressed-face
11793         property to links.
11795         * files.el (hack-local-variables): Remove ignored variables before
11796         checking if any variables need setting.
11798 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11800         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
11802 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
11804         * help.el (where-is): Fix message for remapped commands.
11806         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
11807         Fix typos in docstrings.
11809 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
11811         * files.el (safe-local-variable-values): New option.
11812         (hack-local-variables-prop-line): Return a list of variable-value
11813         pairs if MODE-ONLY is non-nil.
11814         (hack-local-variables): Construct list of variable-value pairs,
11815         and apply or reject them in one go.  Ask for confirmation if
11816         variables are not known safe.
11817         (hack-local-variables-confirm): Complete rewrite.  Support
11818         `safe-local-variable-values'.
11819         (enable-local-variables): Update docstring to reflect new
11820         behavior.
11821         (ignored-local-variables): Ignore ignored-local-variables and
11822         safe-local-variable-values.
11823         (safe-local-variable-p): New function.
11824         (risky-local-variable-p): `safe-local-variable' property check
11825         moved to safe-local-variable-p.
11826         (hack-one-local-variable): Checks moved to hack-local-variables.
11828         (byte-compile-dynamic, c-basic-offset, c-file-style)
11829         (c-indent-level, comment-column, fill-column, fill-prefix)
11830         (indent-tabs-mode, kept-new-versions, no-byte-compile)
11831         (no-update-autoloads, outline-regexp, page-delimiter)
11832         (paragraph-start, paragraph-separate, sentence-end)
11833         (sentence-end-double-space tab-width, version-control):
11834         Add `safe-local-variable' property.
11836         * find-lisp.el: Delete nonexistent `autocompile' file variable.
11838         * icomplete.el, play/landmark.el: Change nonexistent
11839         `outline-layout' file variable to `allout-layout'.
11841 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
11843         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
11844         (gdb-get-changed-registers): Test value of gud-minor-mode relative
11845         to gud-comint-buffer.
11846         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
11847         gdb-ui.el for gdb-mi.el.
11848         (gdb-post-prompt, gdb-get-changed-registers): Move test for
11849         registers buffer to gdb-get-changed-registers.
11850         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
11851         deletion of catchpoints (throw and catch).
11852         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11853         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
11854         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
11855         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
11856         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
11858 2006-02-13  Jay Belanger  <belanger@truman.edu>
11860         * calc/calc-arith.el (math-check-known-matrixp): Make sure
11861         expression is a symbol before checking that it is bound.
11863 2006-02-13  Richard M. Stallman  <rms@gnu.org>
11865         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
11866         for the minibuffer too, but not if resize-mini-windows will interfere.
11868         * help.el (describe-key-briefly, describe-key): Do all arg-reading
11869         inside `interactive' spec.
11870         (describe-key-briefly-internal, describe-key-internal):
11871         Functions merged back into their callers.
11873 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
11875         * info.el (info-xref-visited): Inherit from info-xref too.
11876         (Info-set-mode-line): Replace occurrences of `%' by `%%'
11877         when propertizing Info-current-file and Info-current-node.
11879 2006-02-13  Juri Linkov  <juri@jurta.org>
11881         * tumme.el (tumme-thumbnail-storage): Fix docstring.
11882         (tumme-thumb-name): Fix per-directory format.
11884 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
11886         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
11888 2006-02-12  Miles Bader  <miles@gnu.org>
11890         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
11892 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
11894         * tumme.el: Remove history section.  If someone needs the it, it
11895         can always be found in CVS.
11897 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11899         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
11900         about the Thumbnail Managing Standard option.
11902 2006-02-12  Richard M. Stallman  <rms@gnu.org>
11904         * subr.el (substitute-key-definition): Doc fix.
11906         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
11908         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
11910         * info.el (Info-mode): Doc fix.
11912         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
11914 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
11916         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
11917         because on Solaris a POSIX compatible "id" is needed.  Reported by
11918         Magnus Henoch <mange@freemail.hu>.
11920 2006-02-12  Juri Linkov  <juri@jurta.org>
11922         * tumme.el: Remove todo item about Thumbnail Managing Standard.
11923         (tumme) <defgroup>: Change :group to `multimedia'.
11924         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
11925         Managing Standard.
11926         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
11927         Fix dostring.
11928         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
11929         and %y.  Fix docstring.
11930         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
11931         (tumme-cmd-create-standard-thumbnail-command): New user options.
11932         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
11933         is `standard'.  Fix docstring.
11934         (tumme-thumb-width, tumme-thumb-height): New user options.
11935         (tumme-external-viewer): Try to find various viewers.
11936         (tumme-get-thumbnail-image): Use `create-image' instead of
11937         constructing the `image' structure.
11938         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
11939         `standard'.
11940         (tumme-thumb-name): Add file name generation for standard storage.
11941         Simplify code for other storages.
11942         (tumme-thumb-name): Use width %w and height %h instead of size %s.
11943         Add modification time %m and thumbnail-nq8 %q.
11944         Use `tumme-cmd-create-standard-thumbnail-command' if
11945         tumme-thumbnail-storage is `standard'.
11946         (tumme-dired-insert-marked-thumbs): New autoload command.
11947         (tumme-dired-after-readin-hook): New function.
11948         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
11949         `tumme-thumb-size'.
11950         (tumme-display-image): Replace size-x %x and size-y %y with
11951         width %w and height %h.
11953         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
11954         `tumme-dired-insert-marked-thumbs'.
11956 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11958         * tumme.el (tumme-write-tag): Fix small bug (file name did not
11959         include path).
11960         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
11961         matching tag.
11963 2006-02-12  Miles Bader  <miles@gnu.org>
11965         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11966         New variables.
11967         (rcirc-abbrev-nick): New function.
11968         (rcirc-format-response-string): Rewrite to use the formats in
11969         `rcirc-response-formats' and expand escape sequences therein.
11970         A text-property `rcirc-text' is added over the actual response
11971         text to make easy to find inside the returned string.
11972         (rcirc-print): When filling, just look for the `rcirc-text'
11973         text-property to find the appropriate fill prefix, instead of
11974         using hardwired patterns.
11976 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11978         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
11979         Managing Standard.
11981 2006-02-11  Kim F. Storm  <storm@cua.dk>
11983         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
11984         Don't use insert-buffer; do insert-buffer-substring directly.
11985         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
11987 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11989         * files.el (revert-buffer, recover-file): Replace buffer-read-only
11990         with inhibit-read-only.  Suggested by Stefan Monnier.
11991         (revert-buffer): Let insert-file-contents discard
11992         buffer-undo-list.  Simplify code.
11993         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
11995 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
11997         * menu-bar.el (menu-bar-select-yank): Add a doc string.
11999         * help.el (describe-key-briefly): Now a wrapper for
12000         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
12001         to t.  Populate yank-menu if empty.
12002         (describe-key-briefly-internal): Renamed from describe-key-briefly.
12003         (describe-key): Now a wrapper for describe-key-internal.  Bind
12004         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
12005         (describe-key-internal): Renamed from describe-key.
12007 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
12009         * progmodes/glasses.el (glasses-separator): Doc fix.
12010         (glasses-original-separator): New defcustom.
12011         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12013 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
12015         * mwheel.el (mouse-wheel-up-event): Doc fix.
12017 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
12019         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
12020         (tumme-dir): New function.  Copied from thumbs.el.
12022 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
12024         * desktop.el (desktop-outvar): Fix typo.
12025         (desktop-save-buffer-p): Doc fix.
12027         * subr.el (substitute-key-definition): Fix typo.
12029 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12031         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
12032         when window-system is mac.
12034         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
12036 2006-02-10  Kim F. Storm  <storm@cua.dk>
12038         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
12039         indirect-function instead of using condition-case.
12041 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
12043         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
12044         less `colloquial'...
12046 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
12048         * tumme.el: Add a couple of todo items.
12050 2006-02-09  Lars Hansen  <larsh@soem.dk>
12052         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
12053         (highlight-changes-mode): Don't change desktop-locals-to-save.
12055 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
12057         * image-mode.el (image-toggle-display): Clear image cache if using
12058         filename.
12060 2006-02-09  Masatake YAMATO  <jet@gyve.org>
12062         * dired-x.el (dired-guess-shell-alist-default): Add .man as
12063         a `dired-man' target.
12065         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
12066         boundary of symbols.
12068 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
12070         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12072 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
12074         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12075         `mapcar'; return nil.
12077 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
12079         * mouse.el (mouse-drag-track): Don't change window if we rebind to
12080         some other event.
12082 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
12084         * net/rcirc.el (rcirc-startup-channels-alist):
12085         Add irc.freenode.net and #emacs as defaults.
12086         (rcirc-ignore-all-activity-flag): Remove variable.
12087         (rcirc-authinfo): New variable.
12088         (rcirc-authinfo-filename): Remove variable.
12089         (rcirc-always-use-server-buffer-flag): New flag.
12090         (rcirc): M-x rcirc will automatically connect without prompting.
12091         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
12092         connection in lisp.
12093         (rcirc-process-server-response-1): Remove everything but the nick
12094         portion of the sender so it doesn't need to be done everywhere
12095         else.  Update related code.
12096         (global-map): Remove global keybindings.
12097         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12098         (rcirc-send-input): Split into several functions.
12099         (rcirc-process-input-line, rcirc-process-message)
12100         (rcirc-process-command): New functions.
12101         (rcirc-target-buffer): New function to determine where to route
12102         messages.
12103         (rcirc-user-nick): Save match data.
12104         (rcirc-toggle-ignore-buffer-activity)
12105         (rcirc-update-activity-string): Remove global ignore functionality,
12106         which can be done now by toggling rcirc-track-minor-mode.
12107         (rcirc-track-minor-mode-map): New keymap.
12108         (rcirc-track-minor-mode): New minor-mode.
12109         (ignore): Make the ignore output nicer.  Always print it when
12110         adding or removing nicks.
12111         (rcirc-url-regexp): Improve.
12112         (rcirc-mangle-text): Remove properties before using text in the
12113         modeline.
12114         (rcirc-authenticate): Authentication data comes from
12115         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12116         (rcirc-server-prefix): Inherit from rcirc-server.
12118 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
12120         * Makefile.in (compile): Append "|| true" to the end of the `find'
12121         command, like compile-always does.
12123 2006-02-08  Sam Steingold  <sds@gnu.org>
12125         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12126         output from a dead connection.
12128 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12130         * dired.el (dired-mode-map): Add more bindings for tumme.
12132 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12134         * wdired.el (wdired-mode-map): Use remap.
12135         (wdired-get-filename): Massage.
12136         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12137         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12138         `keymap' property rather than `local-map'.
12140 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12142         * tumme.el (tumme-get-thumbnail-image): New utility function.
12143         Suggested by from Chong Yidong.
12144         (tumme-dired-with-window-configuration): Rename from
12145         `tumme-dired'.  Add code to save window configuration.
12146         (tumme-restore-window-configuration): New command to restore the
12147         window configuration that `tumme-dired-with-window-configuration'
12148         saves before it changes the window configuration.
12149         (tumme-show-all-from-dir): New command to display thumbnails for
12150         all files in a directory entered by the user, like M-x thumbs.
12151         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12152         have been created.
12153         (tumme-display-thumbnail-original-image): Call `display-buffer'.
12154         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12155         Remove obsolete test function.
12157 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
12159         * vc.el (small-temporary-file-directory): Remove defvar; there's
12160         a defcustom for it in files.el.
12162         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12163         Fix typo in message.
12164         (tumme-gallery-generate): Fix typo in `error' message.
12165         (tumme-display-window-height-correction)
12166         (tumme-display-window-width-correction, tumme-line-up-dynamic)
12167         (tumme-line-up-interactive): Dox fixes.
12168         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12169         (tumme-restore-window-configuration, tumme-format-properties-string)
12170         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12171         Fix typos in docstrings.
12173 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
12175         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12177 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
12179         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12180         User should use hook if desired.
12182         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12183         buffer if necessary.
12184         (gdb-delete-frame-or-window): New function.
12185         (gdb-breakpoints-mode-map): Bind "q" to it.
12187 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12189         * textmodes/nroff-mode.el: Clean up name space.
12190         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12191         (nroff-mode): Obey the global setting of nroff-electric-mode.
12192         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12194         * calendar/calendar.el (calendar-increment-month): Typo in last change.
12196 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
12198         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12200 2006-02-06  Lars Hansen  <larsh@soem.dk>
12202         * generic-x.el (etc-fstab-generic-mode): Add file system types
12203         cifs and usbdevfs.  Allow special chars in file names.
12205 2006-02-05  Jay Belanger  <belanger@truman.edu>
12207         Update copyright notices of the files in lisp/calc.
12209 2006-02-05  Romain Francoise  <romain@orebokech.com>
12211         Update copyright notices of all files in the lisp/play directory.
12213 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
12215         * ldefs-boot.el: Regenerate.
12217         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12219 2006-02-05  Kim F. Storm  <storm@cua.dk>
12221         * files.el (magic-mode-regexp-match-limit): New defvar.
12222         (set-auto-mode): Use it to limit magic-mode-alist matching.
12224 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
12226         * simple.el (display-message-or-buffer): Compare the number of
12227         characters to the frame width when determining whether a 1-line
12228         message string will fit in the echo area.  Count screen lines
12229         instead of buffer lines when determining whether a multi-line
12230         message will fit in the echo area/minibuffer window.
12232 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
12234         * info.el (Info-index, Info-mode): Improve the description of the
12235         `i' command.
12237         * ldefs-boot.el: Regenerate.
12239 2006-02-03  Werner Lemberg  <wl@gnu.org>
12241         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12242         greedy to find the closing bracket in \*[...] and similar
12243         expressions.  This is a first rough fix -- many additional
12244         refinements are necessary to make nroff mode really usable with groff.
12246 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
12248         * international/mule-cmds.el (set-locale-environment):
12249         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12250         libX11.
12252 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
12254         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12255         archive are created in archive-tmpdir.
12257 2006-02-02  John Paul Wallington  <jpw@pobox.com>
12259         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12260         (ibuffer-fontification-alist): Use it.
12261         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12262         to "* z" and the Ibuffer Mark menu.
12264         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12266 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12268         * textmodes/table.el (*table--cell-describe-mode)
12269         (*table--cell-describe-bindings): Undo last change since
12270         print-help-return-message is not obsoleted by anything at all.
12272 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
12274         * emulation/cua-base.el (cua-mode): Doc fix.
12276 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
12278         * dframe.el (dframe-handle-make-frame-visible)
12279         (dframe-handle-iconify-frame, dframe-get-focus)
12280         (dframe-select-attached-frame, dframe-power-click)
12281         (dframe-frame-mode): Fix typos in docstrings.
12283         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
12284         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
12285         Fix typos in docstrings.
12287         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
12288         (hi-lock-face-buffer, hi-lock-font-lock-hook)
12289         (hi-lock-archaic-interface-message-used)
12290         (hi-lock-file-patterns-range): Fix typos in docstrings.
12292         * savehist.el (savehist-loaded, savehist-load, savehist-install)
12293         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
12295         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
12296         Fix typo in docstring.
12298         * net/newsticker.el (newsticker--decode-iso8601-date)
12299         (newsticker--set-customvar, newsticker--buffer-insert-item)
12300         (newsticker--do-run-auto-mark-filter)
12301         (newsticker--parse-generic-feed): Doc fixes.
12302         (newsticker--retrieval-timer-list, newsticker-url-list)
12303         (newsticker-hide-immortal-items-in-echo-area)
12304         (newsticker-hide-obsolete-items-in-echo-area)
12305         (newsticker-new-item-face, newsticker--enclosure)
12306         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
12307         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
12308         (newsticker--parse-generic-feed, newsticker--cache-contains)
12309         (newsticker--stat-num-items, newsticker-download-enclosures):
12310         Fix typos in docstrings.
12312         * net/rcirc.el (rcirc-debug): Doc fix.
12313         (rcirc-fill-column, rcirc-receive-message-hooks)
12314         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
12315         (rcirc-mode, rcirc-generate-new-buffer-name)
12316         (rcirc-startup-channels, rcirc-ignore-update-automatic)
12317         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
12318         Fix typos in docstrings.
12319         (rcirc-print): "?\ " -> "?\s".
12320         (rcirc-cmd-join): Improve argument/docstring consistency.
12322 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
12324         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
12325         before narrow-to-region.
12327 2006-02-01  Richard M. Stallman  <rms@gnu.org>
12329         * simple.el (move-beginning-of-line): Scan properly for invis change.
12331         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
12333 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
12335         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
12336         change bit only when id-format is 'integer.  Reported by Matt
12337         Hodges <M.P.Hodges@rl.ac.uk>.
12339 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
12341         * hilit-chg.el (highlight-changes-initial-state)
12342         (highlight-changes-global-initial-state): Doc fixes.
12343         (highlight-changes-global-modes, global-highlight-changes):
12344         Fix typos in docstrings.
12346 2006-02-01  Kim F. Storm  <storm@cua.dk>
12348         * emulation/cua-base.el (cua-mode): Mention that CUA enables
12349         transient-mark-mode in doc string.
12351 2006-01-31  Richard M. Stallman  <rms@gnu.org>
12353         * replace.el (multi-occur): Doc fix.
12354         (multi-occur-in-matching-buffers): Rename from
12355         multi-occur-by-filename-regexp.  Prefix arg says match
12356         buffer names instead of file names.
12358 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
12360         * bs.el: Allow non-default values of `bs-header-lines-length'.
12361         (bs--running-in-xemacs): Remove (not needed anymore).
12362         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
12363         instead of `shrink-window', thus avoiding having to compute the
12364         height of the window.
12365         (bs--up): Wrap around even when there's no header.
12366         (bs--down): Use `forward-line' instead of `next-line'.
12368 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
12370         * image-mode.el (image-toggle-display): Use file name if possible,
12371         instead of unnecessarily allocating a (possibly huge) lisp string.
12373 2006-01-30  John Paul Wallington  <jpw@pobox.com>
12375         * subr.el (toplevel): Define `cl-assertion-failed' condition here
12376         because the `assert' macro signals it at runtime.
12378         * emacs-lisp/cl.el (toplevel): Remove definition of
12379         `cl-assertion-failed' condition.
12381 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
12383         * thumbs.el (thumbs-marked-list): Make buffer-local and
12384         permanent-local.
12385         (thumbs-insert-thumb): Make help-echo non-sticky.
12386         (thumbs-file-alist): Use eolp as check for (non)-image.
12388 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
12390         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
12391         (ediff-before-session-group-setup-hooks)
12392         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
12393         Fix typos in docstrings.
12395         * window.el (bw-dir, bw-eqdir, balance-windows)
12396         (split-window-keep-point): Fix typos in docstrings.
12398         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
12399         (org-quote-string, org-calendar-to-agenda-key)
12400         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
12401         (org-show-following-heading, org-tags-column)
12402         (org-use-tag-inheritance, org, org-allow-space-in-links)
12403         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
12404         (org-enable-table-editor, org-calc-default-modes)
12405         (org-table-allow-automatic-line-recalculation)
12406         (org-export-html-style, org-export-with-fixed-width)
12407         (org-export-with-sub-superscripts, org-special-keyword)
12408         (org-formula, org-time-grid, org-table-may-need-update)
12409         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
12410         (org-goto-quit, org-get-indentation, org-end-of-item)
12411         (org-move-item-down, org-move-item-up)
12412         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
12413         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
12414         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
12415         (org-agenda-log-mode, org-agenda-toggle-diary)
12416         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
12417         (org-agenda-file-to-end, org-agenda-no-heading-message)
12418         (org-agenda-get-closed, org-format-agenda-item)
12419         (org-cmp-priority, org-cmp-category, org-cmp-time)
12420         (org-agenda-change-all-lines, org-agenda-diary-entry)
12421         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
12422         (org-link-search, org-camel-to-words, org-open-file)
12423         (org-remember-handler, org-table-convert-region)
12424         (org-table-move-row-down, org-table-move-row-up)
12425         (org-table-copy-region, org-table-wrap-region)
12426         (org-table-toggle-vline-visibility)
12427         (org-table-get-vertical-vector, org-table-modify-formulas)
12428         (org-table-get-specials, org-recalc-commands)
12429         (org-table-rotate-recalc-marks, org-table-eval-formula)
12430         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
12431         (org-level-color-stars-only, org-insert-heading):
12432         Fix typos in docstrings.
12433         (last-arg): Add defvar.
12435         * makefile.w32-in (WINS): Add erc.
12436         (MH_E_SRC): Update (copied from lisp/Makefile.in).
12438 2006-01-29  Bill Wohler  <wohler@newt.com>
12440         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
12441         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
12442         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
12443         (mh-autoloads): Don't use comments on otherwise empty lines.
12445 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
12447         * emulation/viper.el (viper-major-mode-modifier-list): Add
12448         insert-state and vi-state entries for erc-mode.
12449         (viper-go-away, viper-set-hooks): Add and remove
12450         viper-comint-mode-hook from erc-mode-hook as appropriate.
12452         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
12454 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
12456         * bs.el (bs--format-aux): Implement `middle' alignment as
12457         described in the docstring for `bs-attributes-list'.
12458         (bs--get-name): Simplify.  Don't pad the buffer name.
12460 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
12462         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
12463         English aspell dictionary is installed, use the first entry of
12464         ispell-dictionary-alist-1.
12466 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
12468         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12469         Doc fix.
12471 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
12473         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12474         for `process-file', in order to let it work for older Emacsen too.
12476 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
12478         * international/latexenc.el: Add a suitable `coding:' tag.
12479         (latexenc-find-file-coding-system): Undo last change.
12481 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12483         * international/latexenc.el (latexenc-find-file-coding-system):
12484         Make sure latexenc-main-file is a regular file and is readable.
12486 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
12488         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
12489         Pass FILE to vc-user-login-name.
12491         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
12493 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
12495         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
12496         there are no more images to display.
12497         (thumbs-mark, thumbs-unmark): Revert change so that they move to
12498         the next image.
12500 2006-01-26  Richard M. Stallman  <rms@gnu.org>
12502         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
12504         * wid-edit.el (advertised-widget-backward): New alias.
12505         (widget-keymap): Use advertised-widget-backward for S-TAB.
12507         * tumme.el: Correct the keywords.
12508         (tumme-dir-max-size): Use defvar.
12509         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
12511         * simple.el (move-beginning-of-line): Take account of fields.
12512         (clone-indirect-buffer-other-window): Take args like
12513         clone-indirect-buffer, and work like it.
12515         * help-fns.el (describe-function): Don't pass `nil' as default.
12517         * files.el (risky-local-variable-p): Follow var aliases.
12519         * subr.el (lazy-completion-table): Doc fix.
12521         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
12522         global binding of `line'.
12524 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
12526         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
12527         Tramp.
12529         * vc.el (vc-default-dired-state-info): Pass FILE to
12530         vc-user-login-name.
12531         (vc-default-update-changelog): Don't use vc-user-login-name, we
12532         don't need it here.
12534         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12535         no longer necessary.
12537 2006-01-25  Kenichi Handa  <handa@m17n.org>
12539         * international/mule.el (decode-char): Avoid the overhead of
12540         calling utf-lookup-subst-table-for-decode if
12541         utf-translate-cjk-mode is nil.
12542         (encode-char): Avoid the overhead of calling
12543         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
12544         nil.
12546 2006-01-22  Kenichi Handa  <handa@m17n.org>
12548         * international/mule.el (make-subsidiary-coding-system): Reset
12549         `coding-system-define-form' property of subsidiaries to nil.
12550         Avoid duplicated entry in coding-system-alist.
12551         (make-coding-system): Avoid duplicated entry in
12552         coding-system-alist.
12553         (define-coding-system-alias): Likewise.
12555 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
12557         * completion.el: Minor fixes in introductory comment.
12558         (completion-def-wrapper): Fix alist.
12560 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
12562         * thumbs.el (thumbs-new-image-size): New function.
12563         (thumbs-increment-image-size-element)
12564         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
12565         (thumbs-decrement-image-size): Delete.
12566         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
12567         temp files and use to resize.
12568         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
12569         Use increment argument to enlarge/shrink.  Preserve point.
12570         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
12571         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
12572         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
12573         (thumbs-mark, thumbs-unmark): Preserve point.
12574         (thumbs-modify-image): Keep old temp files and use to modify.
12575         Cleanup old temp files at load time.  Preserve point.
12576         (thumbs-view-image-mode-map): Use new command names.
12578 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * log-view.el (log-view-minor-wrap): First rev is the one at point.
12582         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
12583         the nastiest part of the cyclic dependency.
12584         (cal-menu-update): Use dotimes and calendar-increment-month.
12586         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
12587         (calendar-week-start-day): Add an :initializer.
12588         (calendar-mode-map): Use suppress-keymap, and command remapping.
12589         (describe-calendar-mode): Setup xref-stack info for the back button.
12590         (calendar-star-date): Insert before delete.
12591         (calendar-set-mode-line): Add file-modified info if applicable.
12592         (calendar-increment-month): New function.
12594 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
12596         * font-lock.el (lisp-font-lock-keywords-2):
12597         Recognize "& keywords" only at word boundaries.
12599 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
12601         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
12602         and permanent-local.
12603         (thumbs-max-image-number): New variable.
12604         (thumbs-do-thumbs-insertion): Use them.
12605         (thumbs-per-line): Change default to 4.
12606         (thumbs-marked-list): Rename from thumbs-markedL.
12607         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
12608         (thumbs-rename-images): Use -list instead of L for internal variables.
12609         (thumbs-call-convert): Use call-process instead of shell-command.
12610         (thumbs-insert-thumb): Add filename as help-echo to each image.
12611         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
12612         Give dir to thumbs-show-thumbs-list.
12613         (thumbs-show-thumbs-list): Set default-directory to that of images.
12614         (thumbs-dired-show): Rename from thumbs-dired-show-all.
12615         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
12616         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
12617         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
12619 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12621         * ses.el (ses-read-cell): Provide a default value.
12623 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
12625         * term/w32-win.el (image-library-alist): Add additional names for
12626         GIF library.
12628 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12630         * international/latexenc.el (latexenc-find-file-coding-system):
12631         Add file-regular-p check.
12633 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12635         * simple.el (clone-buffer): Don't show the new buffer in the same
12636         window.
12638 2006-01-23  Juri Linkov  <juri@jurta.org>
12640         * faces.el (link, link-visited): New faces based on default values
12641         of `info-xref' and `info-xref-visited'.
12643         * info.el (info-xref): Inherit from `link'.
12644         (info-xref-visited): Inherit from `link-visited'.
12646         * cus-edit.el (custom-buffer-create-internal): Use widget type
12647         `custom-manual' instead of `info-link' and don't set properties
12648         `button-face' and `mouse-face' explicitly.
12649         (custom-browse-group-tag, custom-browse-variable-tag)
12650         (custom-browse-face-tag): Inherit from widget class
12651         `custom-group-link' instead of `push-button'.
12652         (custom-button-unraised): Inherit from `underline' face.
12653         (custom-link): Inherit from `link' face.  Fix doc and group.
12654         (custom-add-parent-links, custom-group-value-create): Don't set
12655         properties `button-face' and `mouse-face' explicitly for
12656         `custom-group-link' widget.
12657         (custom-group-link): Add properties `button-face' and `mouse-face'
12658         to widget definition.
12659         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
12660         editable-field's :keymap property.
12661         (custom-mode): Fix docstring: substitute keybindings for
12662         `widget-forward' and `widget-backward' from `widget-keymap',
12663         `widget-complete' from `custom-field-keymap', replace old
12664         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
12666         * desktop.el (desktop-load-file): Check for `fboundp' before
12667         calling `symbol-function'.
12669         * simple.el (clone-buffer, clone-indirect-buffer)
12670         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
12671         `read-string'.  Fix prompts.
12673         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
12675 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
12677         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
12679 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
12681         * startup.el (inhibit-splash-screen, initial-scratch-message):
12682         Doc fixes.
12684 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
12686         Sync with Tramp 2.0.52.
12688         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
12689         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
12690         `tramp-unload-tramp' for checklist.
12692         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
12693         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
12694         (tramp-unload-file-name-handler-alist)
12695         (tramp-unload-tramp): New defuns.
12696         (tramp-advice-PC-expand-many-files): New defadvice.
12697         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
12698         removed.
12699         (tramp-handle-expand-file-name): Remove double slash.
12700         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
12701         It doesn't matter, because it will be converted later on.
12702         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
12703         implementation was just heuristic.
12704         (tramp-post-connection): Set uid and gid properties.
12705         (tramp-convert-file-attributes): Set file's gid change bit.
12706         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
12707         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
12708         in case of su(do)? methods.  The home directory of the local user
12709         will be taken else.
12710         (tramp-open-connection-telnet)
12711         (tramp-open-connection-rsh, tramp-open-connection-su)
12712         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
12713         local shell prompt could hurt.  Reported by Romain Francoise
12714         <romain@orebokech.com>.
12715         (tramp-let-maybe): Add `edebug-form-spec' property.
12716         (tramp-handle-expand-file-name): Bind `default-directory' locally
12717         to "/" in order to avoid problems with UNC shares or Cygwin
12718         mounts.
12719         (tramp-md5-function): Fix typo in error message.
12721         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
12723         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
12724         for byte-compiler pacification.
12726 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
12728         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
12729         ID-FORMAT `string'.  This allows us to get rid of
12730         `vc-user-login-name UID'.
12732         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
12734 2006-01-22  John Paul Wallington  <jpw@pobox.com>
12736         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
12738 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
12740         * emacs-lisp/find-func.el (find-definition-noselect)
12741         (find-variable-noselect): Search variables in C source code too.
12742         (find-function-C-source, find-function-noselect, find-function)
12743         (find-function-other-frame, find-variable-noselect, find-variable)
12744         (find-variable-other-frame, find-variable-at-point):
12745         Fix docstrings.
12747 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12749         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
12751 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
12753         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
12754         Default to disabling the "Save affix" question.
12756 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
12758         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
12759         the first arg to run-python.
12761 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
12763         * startup.el (command-line-1): Handle --no-desktop if desktop.el
12764         is not loaded.
12766 2006-01-20  Jay Belanger  <belanger@truman.edu>
12768         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
12769         limit is 0.
12771         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
12772         the correct variable.
12774 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
12776         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
12777         link.  Fixed buggy argument sequence in call to `org-view-tags'.
12778         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12779         (org-prefix-has-tag): New variable.
12780         (org-format-agenda-item): Remove tags from headline if
12781         appropriate.
12782         (org-agenda-remove-tags-when-in-prefix): New option.
12783         (org-get-tags-at): New function.
12785 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
12787         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
12788         (thumbs-find-image): Move image name and number from buffer name
12789         to mode name.  Set thumbs-buffer.  Preserve point so that large
12790         images remain visible.
12791         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
12792         order.
12793         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
12794         mode name.
12795         (thumbs-next-image, thumbs-previous-image): Make them work.
12797 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12799         * cus-edit.el (custom-buffer-create-internal): State in the text above
12800         the whole buffer buttons that they do not operate on hidden items.
12801         (custom-face-menu): Use `custom-face-save' instead of
12802         `custom-face-save-command'.
12803         (custom-face-save-command): Make it an alias for `custom-face-save'
12804         and declare it obsolete.
12805         (custom-face-save): Doc fix.
12807         * dired.el (dired-no-confirm): Add quote.
12808         (dired-subdir-alist-pre-R): Add quote in
12809         `make-variable-buffer-local' form and remove unbalanced parenthesis.
12811 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12813         * textmodes/table.el (table-mode-indicator): Typo in last change.
12815 2006-01-19  Richard M. Stallman  <rms@gnu.org>
12817         * outline.el (hide-leaves): Don't call outline-end-of-heading.
12818         Fixes bug reported in Nov 2005.
12820         * isearch.el (isearch-forward): Doc fix.
12822         * dired.el (dired-move-to-filename-regexp): Define as alias.
12823         (dired-no-confirm): Use defcustom.
12824         (dired-subdir-alist-pre-R): Put defvar at top level.
12826         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
12828         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12829         Mark as risky.
12831         * simple.el (set-mark-command): Doc fix.
12832         (clone-indirect-buffer-other-window):
12833         Read arg like clone-indirect-buffer.
12834         (move-beginning-of-line): Skip invisible newlines.
12836 2006-01-19  Masatake YAMATO  <jet@gyve.org>
12838         * progmodes/cpp.el (cpp-edit-load): Make the order of
12839         listed conditions in a base C code buffer and its associate
12840         CPP Edit buffer the same.
12842 2006-01-19  Kenichi Handa  <handa@m17n.org>
12844         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
12845         (rmail-mime-feature): Likewise.
12846         (rmail-require-mime-maybe): Use display-warning to show a warning
12847         message.
12849         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
12850         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
12852 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12854         * array.el: Move defvars out of eval-when-compile.
12855         (array-make-template): Replace undeclared global var with a local one.
12856         (array-mode): Inline initialization functions.
12857         (array-init-local-variables, array-init-max-row)
12858         (array-init-max-column, array-init-columns-per-line)
12859         (array-init-field-width, array-init-rows-numbered)
12860         (array-init-line-length, array-init-lines-per-row): Remove.
12862         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
12863         (doc-mode-map): Define explicitly.
12864         (doctor-txtype): Use mapc.
12866         * textmodes/table.el: Move defvars out of eval-when-compile.
12867         Remove harmful code meant to avoid byte-compiler warnings.
12868         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
12869         specification that checks table-fixed-width-mode directly.
12870         (table-recognize-region, table-recognize-cell):
12871         Use restore-buffer-modified-p.
12872         (table-fixed-width-mode): Remove code that refreshes
12873         table-fixed-mode-indicator.
12874         (*table--cell-describe-bindings, *table--cell-describe-mode):
12875         Avoid obsolete name print-help-return-message.
12876         (table--test-cell-list): Don't use replace-regexp from elisp.
12877         (table--point-entered-cell-function, table--point-left-cell-function):
12878         Don't set table-fixed-mode-indicator, use force-mode-line-update.
12880         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
12881         that was after the end of file.  Use buffer-file-name variable.
12882         (org-timestamp-change): Use with-current-buffer.
12883         (org-todo-list): Don't unnecessarily define a new buffer-local var.
12884         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
12885         `file'.
12887         * progmodes/fortran.el: Move defvars out of eval-when-compile.
12888         (fortran-break-line): Remove unused var `opoint'.
12889         (fortran-abbrev-start): Obey help-event-list.
12891 2006-01-18  Jesper Harder  <harder@phys.au.dk>
12893         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
12895 2006-01-18  Masatake YAMATO  <jet@gyve.org>
12897         * progmodes/make-mode.el (makefile-imake-mode): New mode
12898         derived from makefile-mode.
12899         (makefile-imake-mode-syntax-table): New syntax table
12900         derived from makefile-mode-syntax-table.
12901         (makefile-mode): Write about makefile-imake-mode in doc string.
12902         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
12903         (makefile-imake-font-lock-keywords): New font lock keywords.
12905         * files.el (auto-mode-alist): Add Imakefile.
12907 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
12909         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
12910         loading the file rather than when turning on flyspell-mode.
12912 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12914         * cus-edit.el (customize-rogue): Minor doc fix.
12916 2006-01-17  Juri Linkov  <juri@jurta.org>
12918         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
12919         instead of the file at the mark as default if the file at the mark
12920         is the same as the file at point or if dired-dwim-target-directory
12921         is not the same as the current directory and the mark is not active.
12923         * log-view.el (log-view-minor-wrap): Use the same logic to get
12924         revisions as `log-view-diff'.
12926         * info.el (Info-revert-find-node): Check for Info-current-file
12927         before preserving new-history.
12929         * man.el (Man-heading-regexp): Add `/'.
12931         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
12932         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
12934 2006-01-16  Juri Linkov  <juri@jurta.org>
12936         * faces.el (mode-line-faces): New defgroup.
12937         (mode-line-highlight): Move definition after new defgroup.
12938         (mode-line, mode-line-inactive, mode-line-highlight):
12939         Replace :group `modeline' with `mode-line-faces'.
12940         (mode-line-buffer-id): New face.
12941         (modeline-buffer-id): New face alias.
12942         (vertical-border): Remove :group `modeline'.
12944         * bindings.el (propertized-buffer-identification): Use face
12945         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
12946         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
12947         (mode-line-buffer-identification-keymap): For mouse-1 replace
12948         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
12949         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
12950         mouse-3.
12952         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
12953         Buffer-menu-buffer.  Doc fix.
12954         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
12955         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
12956         `Buffer-menu-buffer'.
12958         * info.el (Info-mode-line-node-keymap): New defvar.
12959         (Info-set-mode-line): Use `stringp' to check Info-current-file.
12960         Propertize Info-current-node with `mode-line-buffer-id' and
12961         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
12963         * time.el (display-time-mail-face): Replace :group `faces' with
12964         `mode-line-faces'.
12966 2006-01-16  Kenichi Handa  <handa@m17n.org>
12968         * international/code-pages.el: Add autoload cookies for cp125[0345678].
12970         * language/european.el (cp1252): New alias for windows-1252.
12972         * international/mule.el (autoload-coding-system): Prepare for EOL
12973         variants.
12975 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
12977         * term.el (term-raw-map): Add mapping for insert.
12978         (term-send-insert): New.
12979         (term-mode): Make variables local here instead of doing it in
12980         `term-emulate-terminal'.
12981         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
12982         Scroll reverse needs to take into account the scroll region.
12983         Saving and restoring the cursor should save the color attributes too.
12984         (term-reset-terminal): Reset the scroll region.
12985         (term-handle-ansi-escape): Cursor up and down should take into
12986         account the scroll region.
12987         (term-set-scroll-region): Rename from `term-scroll-region'.
12988         Move to 0,0 after setting the region.
12989         (term-handle-scroll): Handle scroll up.
12990         (term-down): Fix off by one error.
12991         (term-delete-lines): Do not delete outside the scroll region.
12992         (term-insert-lines): Take into account the scroll region.
12994 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12996         * textmodes/ispell.el (ispell-internal-change-dictionary)
12997         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
12998         (start, end): Move declaration outside of eval-when-compile.
13000         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
13001         (flyspell-mode-on): Use it.
13003         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
13004         ispell-kill-ispell-hook.
13006 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
13008         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13009         (Custom-reset-saved): Do not ask for confirmation in single option
13010         buffers.
13012 2006-01-13  Richard M. Stallman  <rms@gnu.org>
13014         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13016 2006-01-13  Romain Francoise  <romain@orebokech.com>
13018         * add-log.el (add-change-log-entry, change-log-merge):
13019         Conditionally use `hard-newline'.
13021 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
13023         * wid-edit.el (widget-field-end): If the overlay is no longer
13024         associated with a buffer, behave as if the overlay didn't exist.
13026         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13027         Make sure the links use the `custom-link' face.
13029 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13031         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
13032         (ld-script-mode): Don't set indent-line-function since we don't
13033         have one.
13035 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
13037         * textmodes/org.el (org-open-file): Use mailcap for selecting an
13038         application.
13039         (org-file-apps-defaults-gnu): Use mailcap as the default for
13040         selecting an application on a UNIX system.
13041         (org-agenda-show-tags): New command.
13042         (org-table-insert-hline): Keep cursor in current table line.
13043         (org-table-convert): Offset effect of modifying
13044         `org-table-insert-hline'.
13045         (org-format-agenda-item): New optional argument TAG.
13046         (org-compile-prefix-format): Handle %T format for the tag.
13047         (org-expand-wide-chars): New function.
13048         (org-table-insert-row, org-table-insert-hline):
13049         Use `org-expand-wide-chars'.
13050         (org-open-file): Fix bug in program launch.
13051         (org-get-time-of-day): Fix bug with times before 1am.
13052         (org-agenda-menu): Add tags commands.
13054 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
13056         * textmodes/ispell.el (ispell-init-process): Include the used
13057         dictionary in ispell process start message.
13058         (ispell-internal-change-dictionary): When flyspell-mode is active
13059         and dictionary is changed, make sure ispell process is restarted
13060         and flyspell word cache cleared out for the current buffer.
13061         (ispell-change-dictionary): Make sure flyspell word cache is
13062         cleared out in all buffers with active flyspell mode when
13063         dictionary is globally changed.
13064         Call ispell-internal-change-dictionary after dictionary change.
13066 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
13068         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13070         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13071         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13072         years.  Fix small differences wrt Makefile.in.
13073         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13074         Makefile.in does.
13076 2006-01-12  Bill Wohler  <wohler@newt.com>
13078         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13079         mh-search.el.
13081 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13083         * progmodes/ld-script.el: Update copyright year.
13085 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
13087         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13088         Don't add widget if setting undefined.
13090 2006-01-12  John Paul Wallington  <jpw@pobox.com>
13092         * help-fns.el (describe-variable): Remove newlines from void
13093         variable output.
13095 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
13097         * wdired.el (wdired-mode-map): Add help echo for
13098         wdired-abort-changes.
13100         * man.el (Man-file-name-regexp): Adjust for a list of files.
13102 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13104         * progmodes/ld-script.el (auto-mode-alist): Support
13105         suffix conventions used in netbsd and eCos.
13107 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
13109         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13110         (custom-variable-menu, custom-face-menu, custom-group-menu)
13111         (Custom-mode-menu): Change names of menu items.  (As discussed on
13112         emacs-devel.)
13113         (custom-face-menu): Add "Undo Edits" item.
13115         * startup.el (init-file-user): defcustom -> defvar.
13117         * tooltip.el (tooltip-mode): Doc fix.
13119 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13121         * reveal.el (reveal-post-command): window-buffer signals an error on
13122         dead windows rather than returning nil.
13123         (reveal-open-new-overlays): An overlay might die while we open others.
13125 2006-01-11  Bill Wohler  <wohler@newt.com>
13127         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13128         phrasing in docstring.
13130         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13131         can give some systems gas.  Add new file mh-buffers.el.
13133 2006-01-06  Masatake YAMATO  <jet@gyve.org>
13135         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13136         C preprocessor forward ported from GNU Emacs 21.2.
13138         * progmodes/asm-mode.el (asm-font-lock-keywords):
13139         Use `cpp-font-lock-keywords'.
13141         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13143         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13144         of $ for "\\.ld[s]?".
13146 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13148         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13149         (tcl-indent-line): Return `noindent' if inside a string.
13151         * progmodes/flymake.el (flymake-split-string): Remove more than one
13152         empty string at beg/end of the result.
13153         (flymake-find-buildfile, flymake-find-possible-master-files):
13154         Use expand-file-name.
13155         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13156         since expand-file-name does it for us.  Use directory-file-name.
13157         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13158         (flymake-ler-get-type, flymake-ler-get-text)
13159         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
13160         (flymake-current-line-no): Remove spurious interactive spec.
13161         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13162         (flymake-check-include): Remove arg inc-path merged into inc-name.
13163         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13164         Arg regexp-list replaced by a simple regexp.
13165         (flymake-master-make-header-init, flymake-master-tex-init):
13166         Correspondingly replace regexp-list with a regexp.  Fix regexp.
13168 2006-01-10  Simon Josefsson  <jas@extundo.com>
13170         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13171         describing AUTH PLAIN fix.
13173 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
13175         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13176         (report-emacs-bug): Don't record initial prompt text.
13177         Instead, add text properties to prompting text.
13178         (report-emacs-bug-hook): Delete prompting text.
13180 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13182         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13183         `dirs'.  Adjust callers.
13185 2006-01-09  John Paul Wallington  <jpw@gnu.org>
13187         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13189 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13191         * reveal.el (reveal-open-new-overlays): New extracted fun.
13192         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
13193         using them.  Simplify the code.
13194         (reveal-post-command): Use them.  Fix up obsolete windows in
13195         reveal-open-spots.
13197         * progmodes/flymake.el: Use `require' rather than autoload for
13198         XEmacs's overlays.
13199         (flymake-get-common-file-prefix, flymake-build-relative-filename):
13200         Delete.  Use file-relative-name instead.
13201         (flymake-get-syntax-check-program-args, flymake-perl-init):
13202         Simplify the resulting code.
13204         * log-view.el (log-view-file-re, log-view-message-re): Add support
13205         for DaRCS output.
13207 2006-01-09  Alex Schroeder  <alex@gnu.org>
13209         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13210         identifiers sometimes added in square brackets at the beginning of
13211         subject lines.
13213 2006-01-07  Richard M. Stallman  <rms@gnu.org>
13215         * cus-edit.el (Custom-set, Custom-save): Doc fix.
13216         (Custom-reset-current, Custom-reset-saved): Change question text.
13217         (Custom-reset-standard): Likewise.
13218         (custom-variable-reset-saved): Doc fix.
13220 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
13222         * startup.el (init-file-user): Doc fix.
13224 2006-01-07  Alex Schroeder  <alex@gnu.org>
13226         * mail/rmail.el (rmail-current-subject): New function.
13227         (rmail-current-subject-regexp): New function.
13228         (rmail-next-same-subject): Use it.
13230         * mail/rmailsum.el (rmail-summary-by-topic):
13231         Use rmail-current-subject and rmail-current-subject-regexp.
13232         (rmail-summary-next-same-subject): Ditto.
13234         * net/rcirc.el (rcirc-send-input): No longer check whether the
13235         process is open, since not all commands need an open process.
13236         (rcirc-send-string): Check whether the process is open before
13237         sending anything.
13238         (rcirc-ignore-list): New option.
13239         (rcirc-ignore-list-automatic): New variable.
13240         (rcirc-print): Take rcirc-ignore-list into account.
13241         (rcirc-cmd-ignore): New command.
13242         (rcirc-ignore-update-automatic): New function.
13243         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13244         list if ignored nicks.
13245         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13247 2006-01-06  David Reitter  <david.reitter@gmail.com>
13249         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13250         reflect the address to which the report will be sent.
13252 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
13254         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13255         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13257 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
13259         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13261         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13262         the doc string: "functoin" => "function".
13263         * ldefs-boot.el: Likewise.
13265         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13266         message text: "Duplicat" => "Duplicate".
13268 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13270         * files.el (basic-save-buffer-2): If backing-up failed, reset
13271         buffer-backed-up to nil.
13273 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
13275         * progmodes/gud.el (gdb-script-skip-to-head)
13276         (gdb-script-calculate-indentation): Indent for breakpoint command
13277         lists also.
13279 2006-01-05  Bill Wohler  <wohler@newt.com>
13281         * Makefile.in (compile-always): Add mh-autoloads dependency.
13282         (bootstrap): Remove mh-autoloads dependency, as compile dependency
13283         provides it.
13284         (updates): Remove mh-autoloads dependency, since it probably has
13285         already run recently (via recompile).
13287 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13289         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
13290         argument `force' to disable the flyspell-last-buffer optimization.
13291         (flyspell-mode-on): Use it.
13293         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
13294         flymake-simple-cleanup.
13295         (flymake-allowed-file-name-masks): Use this new default.
13296         All the functions are now called in the right buffer rather than
13297         passing the buffer as argument.
13298         (flymake-process-sentinel): Switch to buffer before calling cleanup.
13299         (flymake-parse-err-lines): Remove redundant buffer arg.
13300         (flymake-get-program-dir): Comment out unused function.
13301         (flymake-start-syntax-check, flymake-start-syntax-check-process):
13302         Remove redundant buffer argument.
13303         (flymake-get-real-file-name, flymake-simple-java-cleanup)
13304         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
13306 2006-01-05  Richard M. Stallman  <rms@gnu.org>
13308         * info.el (Info-find-node): Don't record previous node if have none.
13309         (info): Go to directory only if history is empty.
13311         * simple.el (mark): Doc fix.
13313 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13315         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
13316         already of desired type.
13317         (mac-ae-list): Coerce parameter to "list" type.
13318         (mac-dispatch-apple-event): Replace cadr part of event with a
13319         dummy position so that event-start returns it.
13321 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
13323         * textmodes/org.el (org-end-of-subtree): New function.
13324         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
13325         Use `org-end-of-subtree'.
13326         (org-agenda, org-agenda-convert-date): Protect calls to
13327         `fit-window-to-buffer'.
13328         (org-tags-view): Force matching of sublevels when doing a
13329         todo-only search.  Define the correct redo command, including the
13330         arguments.
13331         (org-agenda-redo): Display message.
13332         (org-check-for-org-mode): New function.
13333         (org-agenda-type): New variable.
13334         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13335         Set `org-agenda-type'.
13336         (org-agenda-check-type): New function.
13337         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
13338         (org-agenda-week-view, org-agenda-day-view)
13339         (org-agenda-next-date-line, org-agenda-previous-date-line)
13340         (org-agenda-log-mode, org-agenda-toggle-diary)
13341         (org-agenda-toggle-time-grid, org-agenda-date-later)
13342         (org-agenda-date-prompt, org-agenda-diary-entry)
13343         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
13344         (org-agenda-convert-date, org-agenda-menu):
13345         Use `org-agenda-check-type'.
13346         (org-make-overlay, org-delete-overlay)
13347         (org-detatch-overlay, org-move-overlay, org-overlay-put):
13348         New compatibility functions.
13349         (org-calendar-select-mouse): New command.
13351 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
13353         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
13354         (Custom-reset-standard): Fix y-or-n-p messages.
13355         (custom-link): New face for links.
13356         (custom-buffer-create-internal, custom-manual): Use it.
13357         (custom-face-save): Push to theme-face before setting face spec.
13359         * wid-edit.el (widget-default-mouse-face-get): New function.
13360         (widget-specify-button): Handle mouse-face like button-face.
13362         * custom.el (load-theme): Clear old theme settings if reloading.
13364 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13366         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
13367         "Erase Customization" button back to same position it occupies in
13368         the individual State menus.
13370 2006-01-04  Kim F. Storm  <storm@cua.dk>
13372         * wid-edit.el (key-sequence): Rework widget to read key binding
13373         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
13374         (widget-key-sequence-default-value): Default value for empty sequence.
13375         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
13376         (widget-key-sequence-read-event): New command for C-q.
13377         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
13378         (widget-key-sequence-value-to-external): New functions.
13380 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13382         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
13383         Use expand-file-name.
13384         (flymake-delete-temp-directory): Use expand-file-name,
13385         file-name-directory, and directory-file-name.
13386         (flymake-strrchr): Delete.
13387         (flymake-start-syntax-check): Don't pass the redundant buffer argument
13388         to the init-f function.
13389         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
13390         (flymake-init-find-buildfile-dir)
13391         (flymake-init-create-temp-source-and-master-buffer-copy)
13392         (flymake-simple-make-init-impl, flymake-simple-make-init)
13393         (flymake-master-make-init, flymake-master-make-header-init)
13394         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
13395         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
13396         (flymake-xml-init): Remove corresponding redundant buffer argument.
13397         (flymake-allowed-file-name-masks): Remove last elems that are equal to
13398         the default anyway.  Clean up regexps.
13400         * progmodes/flymake.el (flymake-temp-source-file-name)
13401         (flymake-master-file-name, flymake-temp-master-file-name)
13402         (flymake-base-dir): New buffer-local vars.
13403         (flymake-buffer-data, flymake-get-buffer-value)
13404         (flymake-set-buffer-value): Replace those hash-tables by the new
13405         buffer-local vars.  Update callers.
13407         * progmodes/flymake.el (flymake-check-start-time)
13408         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
13409         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13410         Move definition, so we can remove redundant earlier declaration.
13411         (flymake-replace-regexp-in-string, flymake-split-string)
13412         (flymake-get-temp-dir): Use defalias.
13413         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
13414         (flymake-xemacs-window-edges): Remove unused function.
13415         (flymake-get-point-pixel-pos): Move.
13416         (flymake-pid-to-names, flymake-reg-names)
13417         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
13418         Replace by a simple list flymake-processes and by process-buffer.
13419         Update callers.  Other than simplify the code, it uses buffers rather
13420         than buffer-names so it doesn't get confused by uniquify.
13421         (flymake-buffer-data): The global value should just be nil.
13423         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
13424         Optimize the body of a defalias like any other code.
13426         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
13427         Make sure we've setup font-lock's vars.  It may influence which
13428         function we then call.
13429         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
13430         here since it's too late anyway.
13432 2006-01-03  Romain Francoise  <romain@orebokech.com>
13434         * startup.el (fancy-splash-tail, normal-splash-screen):
13435         Update copyright year.
13437 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
13439         * mouse.el (mouse-drag-track): Rename, from
13440         `mouse-drag-region-1'.  Includes optional argument required to
13441         enable post-drag event processing (e.g. delete region keys).
13442         Can be used without this argument to track a mouse region and operate
13443         on it as soon as the drag completes.
13444         (mouse-drag-region): Use `mouse-drag-track'.
13446 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
13448         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
13449         Move to `custom-buffer' group.
13451         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
13452         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
13453         (custom-theme-insert-face-marker, custom-theme-variable-menu)
13454         (custom-theme-face-menu): New variables.
13455         (custom-theme-add-variable, custom-theme-variable-action)
13456         (custom-variable-reset-theme, custom-theme-delete-variable)
13457         (custom-face-reset-theme, custom-theme-face-action)
13458         (custom-theme-delete-face, custom-theme-merge-theme)
13459         (custom-theme-add-face, custom-theme-visit-theme): New functions.
13461 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
13463         * custom.el: Move Custom Themes commentary to start of theme code.
13464         (custom-known-themes): Rename `standard' theme to `changed'.
13465         (custom-push-theme): Caller no longer specifies what theme to use
13466         when doing `reset'---the setting is simply removed from the theme.
13467         Delete MODE from `theme-value' and `theme-settings' properties.
13468         (custom-declare-theme): Ignore &rest args since we don't use them.
13470         (custom-loaded-themes): Delete variable.
13471         (custom-theme-load-themes, custom-theme-loaded-p)
13472         (custom-theme-value): Delete functions.
13474         (custom-declare-theme): Signal error on invalid theme names.
13475         (provide-theme): custom-loaded-themes was deleted.
13476         (load-theme): Load the file unconditionally.
13477         (enable-theme): Call `load-theme' if theme is undefined.
13478         (custom-enabled-themes): Only update value for successful loads.
13479         (disable-theme): Complete from enabled themes when interactive.
13480         (custom-variable-theme-value): Calculate theme value directly.
13482         (custom-theme-reset-variables, custom-reset-variables): Mark as
13483         XEmacs compatibility functions.  We don't actually use these.
13485         * cus-edit.el (custom-variable-state-set):
13486         Use custom-variable-theme-value instead of custom-theme-value.
13487         (custom-face-state-set): Rename `standard' theme to `changed'.
13488         (custom-save-variables, custom-save-faces): Delete unneeded
13489         references to custom-reset-variables.
13490         (custom-save-resets): Delete function.
13491         (custom-save-variables, custom-save-faces): MODE argument deleted.
13492         (custom-save-variables, custom-save-faces): Ignore theme values.
13494         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
13495         compatibility function.
13497 2006-01-01  Richard M. Stallman  <rms@gnu.org>
13499         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
13500         (Custom-reset-current, Custom-reset-saved): Likewise.
13501         (Custom-reset-standard): Show message if aborted.
13502         (custom-mode): Doc fix, describing those commands.
13504         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
13505         put on event-kind property.
13507 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
13509         * custom.el (provide-theme): Ban `user' theme name.
13510         (custom-enabling-themes): New variable.
13511         (enable-theme): Don't enable user if custom-enabling-themes is t.
13512         (custom-enabled-themes): Make it a defcustom.
13513         (custom-theme-recalc-face): No-op if face is undefined.
13515         * cus-edit.el (custom-button-mouse): New variable.
13516         (custom-button-mouse): New face.
13517         (custom-raised-buttons, custom-mode): Use it.
13519         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
13521 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13523         * progmodes/gud.el (gud-display-line): Support hl-line in the
13524         source buffer.
13526 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13528         * mouse.el (mouse-drag-window-above): Verify that the found window
13529         overlaps with the given window in the horizontal dimension.
13531 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13533         * Makefile.in (cvs-update): New target.
13535         * makefile.w32-in (cvs-update): Ditto.
13537 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
13539         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
13540         (custom-new-theme-mode-map): New variable.
13542 2005-12-30  Richard M. Stallman  <rms@gnu.org>
13544         * custom.el (custom-load-themes): Function deleted.
13546         * cus-edit.el (custom-save-loaded-themes): Function deleted.
13547         (custom-save-variables): Don't delete or add custom-load-themes call.
13549 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13551         * cus-start.el: Add `visible-cursor'.
13553         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
13554         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
13555         (flymake-process-filter): Switch to buffer before calling it instead.
13556         (flymake-post-syntax-check, flymake-highlight-err-lines)
13557         (flymake-delete-own-overlays, flymake-parse-err-lines)
13558         (flymake-start-syntax-check, flymake-start-syntax-check-process)
13559         (flymake-count-lines, flymake-parse-residual):
13560         Remove constant buffer argument.
13561         (flymake-start-syntax-check-for-current-buffer): Remove.
13562         Update callers to use flymake-start-syntax-check instead.
13563         (flymake-display-err-menu-for-current-line):
13564         Remove unused var `mouse-pos'.
13565         (flymake-restore-formatting): Comment out unused function.
13566         (flymake-report-status, flymake-report-fatal-status): Remove buffer
13567         argument, use current-buffer instead.  Update callers.
13569 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13571         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
13572         buffer-local because choose-completion-delete-max-match requires
13573         that we set completion-ignore-case (i.e., binding via let is not
13574         sufficient).
13575         (bibtex-complete): Always set completion-ignore-case and
13576         choose-completion-string-functions.  The latter is needed because
13577         choose-completion-string-functions keeps its value if we quit the
13578         *Completions* buffer without requesting a completion.
13580 2005-12-30  Andreas Schwab  <schwab@suse.de>
13582         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
13584 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
13586         * jit-lock.el (jit-lock-chunk-size): Doc fix.
13588 2005-12-30  Juri Linkov  <juri@jurta.org>
13590         * locate.el (locate-fcodes-file, locate-header-face)
13591         * progmodes/delphi.el (delphi-other-face)
13592         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
13594         * paren.el (show-paren-match, show-paren-mismatch): Use existing
13595         group `paren-showing-faces'.
13597         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
13598         (goto-address): Fix docstring.
13600         * net/webjump.el (webjump-sample-sites): Update URLs.
13602         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
13604         * subr.el (cancel-change-group): Add listp around pending-undo-list.
13606 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13608         * font-lock.el (font-lock-compile-keywords): Signal an error when
13609         font-lock-set-defaults hasn't been called.
13611 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
13613         * subr.el (noreturn, 1value): Doc fixes.
13615 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13617         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
13618         that assoc-string returns nil.
13620 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13622         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
13623         (bibtex-entry-type-str, bibtex-empty-field-re)
13624         (bibtex-search-backward-string, bibtex-preamble-prefix)
13625         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
13626         (bibtex-any-valid-entry-type): New variable.
13627         (bibtex-parse-field-name): Simplify.
13628         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
13629         (bibtex-preamble-prefix): Include left delimiter.
13630         (bibtex-search-forward-field, bibtex-search-backward-field):
13631         Allow unbounded search past entry boundaries (required by bibtex-pop).
13632         (bibtex-text-in-field-bounds): Use push.
13633         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
13634         (bibtex-parse-preamble, bibtex-valid-entry)
13635         (bibtex-beginning-first-field): New functions.
13636         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
13637         (bibtex-map-entries): Fix docstring.
13638         (bibtex-flash-head): New arg prompt.  Simplify.
13639         (bibtex-enclosing-field): Include code of bibtex-inside-field.
13640         (bibtex-insert-kill): Simplify.  Always insert text past the
13641         current field or entry.
13642         (bibtex-format-entry): Use bibtex-parse-field.
13643         (bibtex-pop): Use bibtex-beginning-of-entry and
13644         bibtex-end-of-entry to initiate the search.  Insert empty field if
13645         we found ourselves.
13646         (bibtex-print-help-message): New args field and comma.
13647         Handle entry keys.
13648         (bibtex-make-field): Use bibtex-beginning-of-entry.
13649         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
13650         invalid entry.
13651         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
13652         Handle preambles.  Simplify code for thorough test.
13653         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
13654         New arg comma.  Handle entry heads.
13655         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
13656         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
13657         New arg comma.
13658         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
13659         (bibtex-fill-field): Simplify.
13660         (bibtex-fill-entry): Use bibtex-beginning-first-field and
13661         bibtex-parse-field.
13662         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
13663         (bibtex-complete): Use bibtex-parse-preamble.
13665 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
13667         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
13668         Display name of expression instead of convenience variable.
13669         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
13671         * progmodes/gud.el (gud-tooltip-dereference): Rename from
13672         toggle-gud-tooltip-dereference.
13673         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
13674         (gud-tooltip-tips): ...here when dereferencing.
13676 2005-12-28  Bill Wohler  <wohler@newt.com>
13678         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
13680 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13682         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
13683         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
13684         (vc-annotate-display-autoscale): Adjust call.
13685         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
13686         Fix interactive spec.
13687         (vc-annotate-time-span): Remove.
13688         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
13689         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
13690         (vc-annotate-display-select): Use new name.
13692         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
13693         (vc-annotate-mode-menu): Remove left-over redundant declaration.
13694         Correct the construction of span entries.  Simplify.
13695         (vc-annotate-display-select): Fix the nil case.
13696         (vc-annotate): Remove obsolete (and now broken) code.
13697         (vc-annotate-extract-revision-at-line): Remove obsolete code.
13698         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
13700 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
13702         * subr.el (lazy-completion-table): Correct typo in docstring.
13704         * startup.el (command-line): Use `custom-reevaluate-setting' for
13705         `send-mail-function'.
13707         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
13709 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
13711         * mail/smtpmail.el (smtpmail-try-auth-methods):
13712         Send credentials together with "AUTH PLAIN" command.
13714 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13716         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
13717         mouse-2, go back to previously selected window, so it's selected
13718         when mouse-2 command runs.
13720 2005-12-27  Juri Linkov  <juri@jurta.org>
13722         * descr-text.el (describe-text-sexp): Use square brackets for
13723         button [Show] to distinguish it from the property value `show'.
13724         (describe-property-list): Use `insert-text-button' with
13725         `help-face' type instead of putting face in quotes, because button
13726         is not created automatically for a list of faces.
13727         (describe-text-properties-1): Put button-type value in quotes to
13728         distinguish from plain text "button".
13729         (describe-char): Display code point values in hex.  Don't use
13730         `symbol-name' for `current-input-method' because it is a string.
13731         Use `insert-text-button' with `help-face' type instead of putting
13732         hardcoded face in quotes, because button is not created automatically.
13734 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13736         * progmodes/glasses.el (glasses-face): More specific custom type.
13738         * files.el (set-visited-file-name): Doc fix.
13740         * textmodes/flyspell.el (flyspell-external-point-words):
13741         Use local var buffer-scan-pos to advance scan for next misspelling.
13742         Advance it only after we find the misspelling.
13744 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
13746         * textmodes/flyspell.el (flyspell-external-point-words):
13747         New criteria for finding the misspelling in the buffer.
13749 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
13751         * help-mode.el (help-insert-string): Set help-xref-stack-item
13752         rather than call help-setup-xref.
13754         * descr-text.el (describe-char): Revert previous changes for
13755         optional buffer argument.
13757 2005-12-27  Juri Linkov  <juri@jurta.org>
13759         * help-mode.el (help-insert-string): New function.  Save buffer
13760         contents in cases where it is impossible to recompute the old contents.
13762         * descr-text.el (describe-char): Set help-xref-stack-item
13763         explicitly after buffer has been generated.
13765 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13767         * cus-start.el (all): Add x-gtk-show-hidden-files.
13769 2005-12-26  Richard M. Stallman  <rms@gnu.org>
13771         * replace.el (perform-replace): Calculate match-again
13772         before skipping read-only matches.
13774         * paren.el (paren-showing-faces): New group.
13775         (show-paren-match, show-paren-mismatch): Move to that group.
13777         * button.el (button): Put into group `basic-faces'.
13779         * progmodes/make-mode.el: Remove faces from group `faces'.
13781         * apropos.el (apropos, apropos-value): Doc fix.
13782         (apropos-documentation): Doc fix.
13784 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13786         * subr.el (lazy-completion-table): Remove argument `args'.
13788         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13789         Don't use the `args' argument of lazy-completion-table.
13791 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
13793         * descr-text.el (describe-char): Add optional argument for buffer.
13794         Set buffer appropriately.  Call help-setup-xref.
13795         Suggested by Stefan Monnier.
13797 2005-12-26  Juri Linkov  <juri@jurta.org>
13799         * descr-text.el: Require `help-fns' at runtime.  Don't require
13800         `button' for byte compilation.
13801         (describe-text-widget): Add `help-echo' for first button.
13802         Use `help-info' for second.
13803         (describe-property-list): Use `help-argument-name' instead of `italic'.
13804         (describe-text-category): Add prompt to interactive spec.
13805         Call `help-setup-xref'.
13806         (describe-char): Use `help-character-set'.  Add `help-echo' for
13807         code point.  Use `help-input-method'.  Remove superfluous insert.
13809 2005-12-25  Richard M. Stallman  <rms@gnu.org>
13811         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
13812         at point, in case of narrowing.
13814         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
13816         * locate.el (locate-header-face): Allow nil in type.
13818         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
13820 2005-12-25  Romain Francoise  <romain@orebokech.com>
13822         * battery.el (battery-linux-proc-acpi): Also try
13823         `/proc/acpi/thermal_zone/THM0/temperature'.
13825 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
13827         * custom.el (custom-push-theme): Fix docstring.
13829         * cus-edit.el (custom-variable-set, custom-variable-save)
13830         (custom-variable-save): Custom-quote widget values.
13831         (customize-save-variable): Fix custom-push-theme call.
13833 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
13835         * w32-fns.el (w32-batch-update-autoloads): New function.
13837         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
13838         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
13839         from the command line.
13841 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
13843         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
13844         reset means to remove setting from theme entirely.  Don't keep
13845         expanding theme-settings list; delete old entries if necessary.
13847         * cus-edit.el (custom-buffer-create-internal): Move "Erase
13848         customization" button one line up.
13849         (custom-themed): New face.
13850         (custom-magic-alist): New value, THEMED, for theme settings.
13851         (custom-variable-state-set, custom-face-state-set):
13852         Check theme-value instead of saved-value.
13853         (custom-variable-reset-standard, custom-face-reset-standard):
13854         Remove theme setting entirely.  Recalculate new values.
13855         (custom-variable-set, custom-variable-set)
13856         (custom-variable-reset-saved, custom-variable-reset-backup)
13857         (custom-face-set, custom-face-reset-saved): Update `user' theme.
13858         (custom-variable-save): Fix typos.
13860 2005-12-23  Juri Linkov  <juri@jurta.org>
13862         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
13863         Add autoload cookies.
13864         (edebug-outside-d-c-i-n-s-w): New variable.
13865         (edebug-display, edebug-outside-excursion): Use it to save the
13866         original value of default-cursor-in-non-selected-windows.
13867         Set default-cursor-in-non-selected-windows to t while Edebug
13868         is active.
13869         (edebug-mode, edebug-eval-mode): Doc fix.
13871         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
13872         with `buffer-substring-no-properties' to remove common substring
13873         highlighting.
13875         * info.el (info-other-window, info): Rename function argument
13876         `file' to `file-or-node'.
13877         (Info-complete-menu-item): Use local variable `complete-nodes' to
13878         keep the global value of `Info-complete-nodes' unchanged for
13879         subsequent completions.
13880         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
13882         * simple.el (get-next-valid-buffer, last-buffer)
13883         (next-error-buffer-p, next-error-find-buffer)
13884         (minibuffer-history-sexp-flag): Doc fix.
13886         * savehist.el (savehist-mode-hook): Add `:group'.
13888         * log-view.el: Call autoload for vc-find-version.
13889         (log-view-current-file): Adjust subgroup numbers.
13890         (log-view-current-tag): Add `length'.
13892 2005-12-23  Richard M. Stallman  <rms@gnu.org>
13894         * vc.el (vc-annotate-car-last-cons): Defn moved up.
13896 2005-12-23  Juri Linkov  <juri@jurta.org>
13898         * hi-lock.el (hi-lock-archaic-interface-message-used)
13899         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
13900         (hi-lock-mode): Display "Hi" in the mode line only when
13901         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
13902         (hi-lock-write-interactive-patterns):
13903         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
13904         (hi-lock-set-pattern, hi-lock-set-file-patterns)
13905         (hi-lock-font-lock-hook): Set 3rd arg `how' of
13906         font-lock-add-keywords to t.
13908 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
13910         * hi-lock.el (hi-lock-highlight-range): New variable.
13911         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
13912         only if font-lock-fontified is non-nil.  Remove overlays.
13913         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
13914         font-lock-fontified is non-nil, otherwise use overlays (instead of
13915         text properties).
13916         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
13917         New variables.
13918         (hi-lock-string-serialize) New function.
13920 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13922         * menu-bar.el (menu-find-file-existing): New function.
13923         (menu-bar-file-menu): Use menu-find-file-existing for Open.
13925         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
13927 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13929         * vc.el: Remove unnecessary leading * in docstrings.
13930         (vc-annotate-mode-map): Move initialization into declaration.
13931         (vc-static-header-alist): Nitpick on the regexp.
13932         (vc-default-init-version): New fun.
13933         (vc-register): Use it.
13934         (vc-insert-headers): Use dolist.
13935         (vc-annotate-get-backend): Remove unused function.
13936         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
13937         (vc-annotate-mode): Remove corresponding call.
13938         (vc-annotate-car-last-cons): Simplify.
13939         (vc-annotate-buffers): Remove var.
13940         (vc-annotate-backend): Make it buffer-local.
13941         (vc-annotate): Move the interaction to the interactive spec.
13942         Add a `buf' argument.
13943         (vc-annotate-warp-version): Use this new `buf' argument to avoid
13944         killing&creating a vc-annotate buffer, which is very disruptive when
13945         the buffers are shown in dedicated frames.
13947 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
13949         * descr-text.el: Add FSF as maintainer.
13950         (describe-text-mode, describe-text-mode-map)
13951         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
13952         help-mode.
13953         (describe-text-widget, describe-text-sexp)
13954         (describe-property-list, describe-text-category)
13955         (describe-text-properties, describe-text-properties-1)
13956         (describe-char): Use help buttons instead of widgets.
13957         (describe-char-unicodedata-file): Make URL link in doc string.
13959 2005-12-22  Richard M. Stallman  <rms@gnu.org>
13961         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
13962         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
13963         Don't include buttons that write a file when there's no file.
13964         (custom-variable-menu, custom-face-menu, custom-group-menu):
13965         Don't include commands that write a file when there's no file.
13966         (customize-browse): Reword the top-of-buffer help intro.
13967         (custom-buffer-create-internal): Fix previous change.
13968         (customize-changed-options-previous-release): Prev release is 21.1.
13969         (customize-changed-options): Doc fix.
13970         (customize-changed): New alias.
13971         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
13972         Say "standard values".
13973         (Custom-reset-standard): Doc fix.
13974         (custom-face-reset-standard): Doc fix.
13976 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13978         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
13979         even if font-lock-mode is non-nil since it may be t without having
13980         turned on font-lock-mode-internal.
13981         (font-lock-choose-keywords): Minor optimization.
13982         (font-lock-add-keywords, font-lock-remove-keywords)
13983         (font-lock-set-defaults): Don't call make-local-variable on a variable
13984         that we know to already be local.
13986 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13988         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
13989         messages if in the minibuffer.
13991 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13993         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
13994         (tex-mode-flyspell-verify, flyspell-get-word)
13995         (flyspell-external-point-words): Don't use point-min/max uselessly.
13997         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
13998         by Kevin Rodgers.  Instead, just hide the completions buffer if we
13999         don't need to show it.
14001 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
14003         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14005 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14007         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14008         delete-windows-on with an inexistent buffer.
14010 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
14012         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14013         Delete defcustom variable :tag names.
14015 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14017         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14018         (log-view-font-lock-keywords): Ajust subgroup numbers.
14019         (log-view-current-tag): Don't hard code the number of subgroups.
14021 2005-12-20  Juri Linkov  <juri@jurta.org>
14023         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14024         (tooltip-x-offset, tooltip-y-offset): Doc fix.
14026         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14027         (menu-bar-non-minibuffer-window-p): Instead of checking
14028         display-multi-frame-p, use selected-frame when menu-updating-frame
14029         is nil.
14031 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
14033         * align.el (align-rules-list): Use [ \t] instead of \s-
14034         for column separators in text mode.
14036 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
14038         * help-mode.el (help-customize-variable, help-customize-face):
14039         Don't pop help-xref-stack as help-follow no longer pushes
14040         anything on to it.
14042 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
14044         * textmodes/org.el (org-agenda-custom-commands): New option.
14045         (org-agenda): Offer custom commands on splash screen.
14046         (org-make-tags-matcher): Parser for Boolean logic added.
14047         (org-agenda-set-tags): New command.
14048         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14049         (org-set-tags): Efficiency improvements.
14050         (org-auto-align-tags): New option.
14051         (org-todo, org-demote, org-promote): Realign tags.
14052         (org-tags-completion-function): Use also "&" and "|" as separators.
14053         (org-org-menu): Agenda commands simplified.
14055 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
14057         * cus-edit.el (customize-apropos, customize-apropos-options):
14058         Docstring changes.
14060         * font-lock.el (font-lock): Add tags to the links in the defgroup.
14062 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
14064         * longlines.el (longlines-mode): Wrap while widened.
14065         (longlines-decode-region, longlines-encode-region): Compute max
14066         just once.
14068 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14070         * cus-edit.el (mac): New group.
14072         * cus-start.el (all): Add user options in macterm.c.  Add test for
14073         Mac-related built-ins.  Fix test for GTK-related built-ins.
14075         * term/mac-win.el (mac-handle-language-change)
14076         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14077         (mac-services-open-selection, mac-services-mail-selection)
14078         (mac-services-mail-to, mac-services-insert-text)
14079         (mac-dispatch-apple-event): Add docstrings.
14080         (x-get-selection, mac-select-convert-to-string): Select coding
14081         system from `utf-16be' and `utf-16le' using `byteorder'.
14083 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14085         * subr.el (lazy-completion-table): Don't be fooled if the var holds
14086         a "list" (lambda ...) rather than a real completion list.
14088         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14089         lexical-let when encountering ((lambda (...) ...) ...).
14091 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14093         * progmodes/sh-script.el (sh-mode):
14094         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14095         * textmodes/picture.el (picture-mode): Update docstrings.
14097 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
14099         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14100         commands enclosed in $(ARGQUOTE)s should not be split between two
14101         lines, as that will break with GNU Make >3.80, when sh.exe is used
14102         and arg quoting is with '..'.
14103         (autoloads): Don't break the quoted --eval expression between
14104         several lines.
14106 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14108         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14109         Capture error from printing circular structures.
14111 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
14113         * wid-edit.el (widget-checkbox-action): Clear undo info.
14115 2005-12-16  Bill Wohler  <wohler@newt.com>
14117         * menu-bar.el (kill-this-buffer): Set a good example by using menu
14118         bar, not menubar in comment.
14120 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14122         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14123         After-change-functions should not clobber the match data.
14125 2005-12-16  Juri Linkov  <juri@jurta.org>
14127         * simple.el (choose-completion): Use `buffer-substring-no-properties'
14128         instead of `buffer-substring'.
14129         (completion-common-substring): Doc fix.
14130         (completion-setup-function): Use minibuffer-completion-contents
14131         instead of minibuffer-contents.  Don't set common-string-length
14132         initially.  Remove special handling of partial-completion-mode.
14133         Move computation of completion-base-size into one cond.
14134         Call completion-base-size-function in mainbuf.  In computation of
14135         completion-base-size for file name completion don't move point to
14136         the end of the minibuffer.  Move computation of common-string-length
14137         into one cond.  Start putting faces only when common-string-length>=0.
14138         Add condition to put completions-common-part when
14139         common-string-length>0.
14141         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14142         place point at the first different character in the minibuffer
14143         even if this position is at the beginning of the minibuffer.
14145         * info.el (Info-read-node-name-1): In completion-base-size-function's
14146         lambda return 1 if common-substring or minibuffer-completion-contents
14147         starts with (, and 0 otherwise.
14149         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14150         Use `crm-current-element' for second arg of `display-completion-list'.
14152 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
14154         * files.el (set-auto-mode): Look for an interpreter specified on
14155         the first line also if search for mode specification succeeded,
14156         but the mode is not known.
14158 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
14160         * textmodes/org.el (org-tags-match-list-sublevels): New option.
14161         (org-open-at-point): Implement tag searches as links.
14162         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14163         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14164         (org-tags-sparse-tree, org-tags-view, org-set-tags)
14165         (org-agenda-dispatch): New commands.
14166         (org-use-tag-inheritance, org-tags-column): New options.
14167         (org-tab-follows-link, org-return-follows-link): New options.
14168         (org-tags): New customize group.
14169         (org-start-icalendar-file): Get local time zone.
14170         (org-tags-completion-function): New function.
14171         (org-set-font-lock-defaults): Make sure links will also be
14172         highlighted inside headlines.
14174 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
14176         * term.el (term-emulate-terminal):
14177         Let term-handle-ansi-terminal-messages override what Bash says about
14178         its current directory.
14180 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14182         * bindings.el (last-buffer): Move to simple.el.
14183         * simple.el (last-buffer): Move here.
14184         (get-next-valid-buffer): New function.
14185         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14186         (prev-buffer): Ditto.  Rename to `previous-buffer'.
14188         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14189         * bindings.el (global-map): Ditto.
14191 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
14193         * cus-edit.el: Introductory comment change.
14194         (custom-magic-alist): Change message string for the `rogue' state.
14196 2005-12-15  Richard M. Stallman  <rms@gnu.org>
14198         * tooltip.el: Delete defcustom variable :tag names.
14200         * complete.el (partial-completion-mode): Doc fix.
14202         * textmodes/flyspell.el (flyspell-external-point-words):
14203         Use save-excursion to ensure we don't move backward in the
14204         search loop, not even one character.
14205         (flyspell-delete-all-overlays): Use remove-overlays directly.
14207         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14208         (ispell-start-process): Set that variable.
14209         Clear ispell-buffer-local-name.
14210         (ispell-internal-change-dictionary):
14211         Set ispell-current-dictionary after killing process.
14212         (ispell-buffer-local-dict):
14213         Don't set spell-personal-dictionary after killing process.
14214         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14215         (ispell-tex-skip-alists, ispell-html-skip-alists)
14216         (ispell-skip-region-alist): Mark as risky.
14218         * net/newsticker.el (newsticker--retrieval-timer-list)
14219         (newsticker--display-timer, newsticker-running-p)
14220         (newsticker-ticker-running-p): Definitions moved up.
14222 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
14224         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14226 2005-12-15  David Ponce  <david@dponce.com>
14228         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14229         (recentf-edit-list, recentf-open-files): Signal an error when
14230         there is no recent file.
14232 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14234         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14235         read-only except for texinfo-format-region evaluation.
14237 2005-12-14  Richard M. Stallman  <rms@gnu.org>
14239         * vc.el (vc-default-previous-version, vc-default-next-version)
14240         (vc-do-command): Doc fixes.
14242 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14244         * textmodes/bibtex.el (bibtex-expand-strings)
14245         (bibtex-autokey-expand-string, bibtex-name-part)
14246         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14247         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14248         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14249         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14250         (bibtex-entry-postfix, bibtex-known-entry-type-re)
14251         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14252         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14253         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14254         (bibtex-beginning-of-last-entry): Remove.
14255         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
14256         message if comma is missing but buffer is read-only.
14257         (bibtex-parse-field-text): Handle whitespaces at the end of field
14258         text.  Return 3-element list with beginning and end of field text
14259         and end of field.
14260         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14261         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
14262         (bibtex-search-forward-field, bibtex-search-backward-field):
14263         Search always delimited by limits of entry.  Use more efficient
14264         search algorithms.
14265         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14266         bibtex-end-of-name-in-field.
14267         (bibtex-text-in-field-bounds): Handle BibTeX strings when
14268         extracting the content of a field.
14269         (bibtex-text-in-field): Use search limits.
14270         (bibtex-parse-string-prefix): Handle empty string keys based on
14271         bibtex-string-empty-key.
14272         (bibtex-parse-string): Fix docstring.
14273         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14274         (bibtex-preamble-prefix, bibtex-strings): New functions.
14275         (bibtex-skip-to-valid-entry): Include preceding whitespace in
14276         BibTeX entries (consistent with other BibTeX functions).
14277         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14278         (bibtex-search-entry): Fix docstring.  Simplify.
14279         (bibtex-flash-head, bibtex-complete-string-cleanup)
14280         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
14281         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
14282         (bibtex-parse-entry): New optional arg content.
14283         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
14284         Use bibtex-text-in-field-bounds.
14285         (bibtex-print-help-message): Handle BibTeX strings and preambles.
14286         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
14287         bibtex-parse-string-postfix.
14288         (bibtex-find-text-internal): New function.
14289         (bibtex-remove-delimiters): Use it.
14290         (bibtex-find-text): Use it.  New optional arg help.
14291         (bibtex-complete): Handle BibTeX string and preamble entries.
14292         (bibtex-Preamble): Fix order of closing delimiters.
14294 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14296         * vc.el (vc-default-revert): New fun.
14298         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
14300 2005-12-14  Romain Francoise  <romain@orebokech.com>
14302         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
14303         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
14304         (font-lock-remove-keywords): Likewise.
14306 2005-12-14  Juri Linkov  <juri@jurta.org>
14308         * log-view.el (log-view-diff): Doc fix.
14310         * isearch.el (isearch-query-replace): Use (mark) instead of
14311         isearch-opoint if mark is active in transient-mark-mode.
14313 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
14315         * isearch.el (isearch-query-replace): Check for isearch-other-end.
14317 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
14319         * progmodes/cpp.el (cpp-face): New widget.
14320         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
14322 2005-12-14  Juri Linkov  <juri@jurta.org>
14324         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
14325         around `erase-buffer' and `insert'.
14327         * descr-text.el (describe-text-properties): Replace buffer name
14328         "*Help-2*" with "*Help*<2>".
14329         (describe-char): Add functions print-help-return-message,
14330         toggle-read-only.  Use help-setup-xref with nil to not store
14331         describe-char in help-xref-stack.  Use help-make-xrefs to
14332         make [back] button.
14334         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14336         * wdired.el (wdired-old-point): New internal variable.
14337         (wdired-change-to-wdired-mode): Set it buffer-locally.
14338         (wdired-abort-changes): Restore point after aborting changes.
14340 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14342         * vc.el (vc-do-command): Add a new value t for okstatus.
14344         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
14345         frame in case of errors.
14347 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14349         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
14350         so it comes after "On the Left" in the menu.
14352 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
14354         * cus-edit.el (customize-apropos, customize-apropos-options)
14355         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
14357 2005-12-12  Bill Wohler  <wohler@newt.com>
14359         * vc-svn.el (vc-svn-registered): Fix problem of visiting
14360         non-writable Subversion-controlled files by saving window
14361         configuration before calling vc-do-command.  vc-do-command calls
14362         pop-to-buffer on error which is unexpected during registration.
14364 2005-12-12  Jay Belanger  <belanger@truman.edu>
14366         * calc/README: Update the summary of changes.
14368 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14370         * descr-text.el (describe-char): Rework last fix to solve the problem
14371         is the same way it's solved for everything else in that function
14372         (i.e. by extracting the info before setting up the *Help* buffer).
14374 2005-12-12  Kim F. Storm  <storm@cua.dk>
14376         * subr.el (version-regexp-alist): Allow space as separator before
14377         non-numeric part, e.g. "1.0 alpha".
14378         (version-to-list): Interpret .X.Y version as 0.X.Y version.
14380 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
14382         * textmodes/org.el (org-agenda, org-timeline, org-todo):
14383         Implement Logging and the keep-modes setting.
14384         (org-get-category): Make sure a string is returned.
14385         (org-log-done): New function.
14386         (org-log-done, org-closed-string): New options.
14388 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14390         * tooltip.el (tooltip-y-offset): Change default to 20.
14392 2005-12-12  Richard M. Stallman  <rms@gnu.org>
14394         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
14396         * frame.el (display-hourglass): Doc fix.
14398         * help.el (help-for-help-internal): Simplify entry for `a'.
14400         * info.el (Info-on-current-buffer): Doc fix.
14401         (info-insert-file-contents): Don't test (featurep 'jka-compr).
14403         * startup.el (inhibit-splash-screen): Make this the real name.
14404         (inhibit-startup-message): Make this the alias.
14405         (command-line): Find only simple.el, and use its directory
14406         to fill in other preloaded files' names.
14407         (command-line): Deactivate the mark if deactivate-mark is set.
14409         * international/mule.el (load-with-code-conversion):
14410         Bind deactivate-mark.
14412         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14414 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
14416         * cus-edit.el (customize-apropos): Avoid listing an option more
14417         than once under different aliases.  No longer list user options
14418         that are not defined with defcustom (unless a prefix arg is given).
14419         Doc fix.
14420         (customize-apropos-options): Doc fix.
14422 2005-12-11  Juri Linkov  <juri@jurta.org>
14424         * frame.el (set-background-color, set-foreground-color)
14425         (set-cursor-color, set-mouse-color, set-border-color):
14426         Add explicit prompts to read colors by `facemenu-read-color'.
14427         (show-trailing-whitespace, blink-cursor-delay)
14428         (blink-cursor-interval, display-hourglass, hourglass-delay):
14429         Remove tags.
14430         (display-hourglass, hourglass-delay): Doc fix.
14431         (cursor-in-non-selected-windows): Capitalize words in tag.
14433         * faces.el (frame-background-mode): Replace `choice-item' keywords
14434         with `const' to not make [default] button.  Change default value tag
14435         from `default' to `automatic'.  Doc fix.
14436         (trailing-whitespace) <defface>: Change group `whitespace' to
14437         `whitespace-faces'.
14439 2005-12-11  Richard M. Stallman  <rms@gnu.org>
14441         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
14443 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14445         * term/mac-win.el: Create keymap for mac-apple-event-map.
14447 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
14449         * tooltip.el (tooltip-mode): Move to start of file so that it
14450         appears at top of customize buffer.
14452         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14453         Add the gud groupname.
14454         (gud-tooltip-mode): Add the tooltip groupname.
14455         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
14456         avoid conflict with tooltip-use-echo-area.
14458 2005-12-10  Romain Francoise  <romain@orebokech.com>
14460         * help.el (help-for-help-internal): Add `r' in doc string.
14462 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14464         * align.el (align-regexp, align-highlight-rule):
14465         Use region-beginning and region-end instead of point and mark, so that
14466         repetition (with `repeat-complex-command') recomputes the region
14467         bounds.
14469 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14471         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14472         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14473         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
14474         (balance-windows): Rewrite using the above new functions.
14476 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
14478         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
14479         react if global-hi-lock-mode seems intended.
14480         (global-hi-lock-mode) Renamed from hi-lock-mode.
14481         (hi-lock-archaic-interface-message-used)
14482         (hi-lock-archaic-interface-deduce): New variables.
14483         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
14484         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
14485         (hi-lock-find-patterns, hi-lock-font-lock-hook):
14486         Replace hi-lock-buffer-mode with hi-lock-mode.
14488 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
14490         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14491         completion list, even after a partial completion has been
14492         inserted in the current buffer.  If there are more than 1
14493         completion, redisplay the *Completions* buffer; if the
14494         completion is unique, delete the *Completions* window.
14496 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
14498         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
14499         strings and long subject lines that were broken into multiple
14500         lines at arbitrary places.  Handle subjects that have "Re: " in
14501         the middle.
14503 2005-12-10  John W. Eaton  <jwe@octave.org>
14505         * emacs/octave-mod.el (octave-electric-space): Don't indent
14506         comments or strings if octave-auto-indent is nil.
14508 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14510         * term/mac-win.el: Require url when compiling.
14511         Call mac-process-deferred-apple-events after loading init files.
14512         (mac-apple-event-map): New defvar.  Define event handlers in it.
14513         (core-event, internet-event): New Apple event class symbols.
14514         (open-application, reopen-application, open-documents)
14515         (print-documents, open-contents, quit-application)
14516         (application-died, show-preferences, autosave-now, get-url):
14517         New Apple event ID symbols.
14518         (about): New HICommand ID symbol.
14519         (mac-event-spec, mac-event-ae): New macros.
14520         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14521         (mac-ae-selection-range, mac-ae-text-for-search)
14522         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
14523         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
14524         and Services menu events are now defined in mac-apple-event-map.
14525         (mac-drag-n-drop): Remove selection range handling.
14527 2005-12-10  Kenichi Handa  <handa@m17n.org>
14529         * simple.el (zap-to-char):
14530         * isearch.el (isearch-process-search-char): Translate CHAR by
14531         translation-table-for-input.
14533 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
14535         * foldout.el (foldout-exit-fold): Properly hide subtree.
14537 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14539         * files.el (save-buffer):
14540         * international/ucs-tables.el (ucs-set-table-for-input):
14541         * mail/mail-extr.el (mail-extract-address-components):
14542         * mail/sendmail.el (mail-mode): Reformat doc string.
14544 2005-12-09  Juri Linkov  <juri@jurta.org>
14546         * isearch.el (isearch-highlight): Change main overlay priority
14547         from 1 to 1001.  Simplify.
14548         (isearch-lazy-highlight-update): Change lazy overlay priority
14549         from 0 to 1000.
14551         * replace.el (replace-highlight): Change overlay priority from
14552         1 to 1001.
14554         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
14555         Change overlay priority from 1 to 1001.  Reuse existing overlay.
14557         * compare-w.el (compare-windows-highlight): Change overlay
14558         priority from 1 to 1000.
14560         * menu-bar.el (menu-bar-edit-menu): Add listp around
14561         pending-undo-list to disable menu item "undo" when pending
14562         undo list is empty.
14564         * locate.el (locate): Disable undo in *Locate* buffer.
14566 2005-12-09  Kim F. Storm  <storm@cua.dk>
14568         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
14570 2005-12-09  David Ponce  <david@dponce.com>
14572         * recentf.el: Improvement of the menu code.
14573         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
14574         instead of menu hook.
14575         (recentf-show-menu, recentf-hide-menu): New functions.
14576         (recentf-menu-customization-changed, recentf-mode): Use them.
14577         (recentf-menu-action, recentf-max-menu-items)
14578         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14579         (recentf-arrange-by-rule-others)
14580         (recentf-arrange-by-rules-min-items)
14581         (recentf-arrange-by-rule-subfilter) : Don't use
14582         `recentf-menu-customization-changed'.
14583         (recentf-arrange-rules): Likewise.  Accept functions to compute
14584         sub-menu titles.
14585         (recentf-menu-filter): Likewise.  Doc fix.
14586         (recentf-menu-value-shortcut): Doc fix.
14587         (recentf-dump-variable): Quote atom value.
14588         (recentf-make-menu-items): Update to use it as a menu filter.
14589         (recentf-match-rule): New function.
14590         (recentf-arrange-by-rule): Use it.
14591         (recentf-indirect-mode-rule): New function.
14592         (recentf-build-mode-rules): Use it.
14593         (recentf-dir-rule): New function.
14594         (recentf-arrange-by-dir): Use it.
14595         (recentf-filter-changer-current): Rename from
14596         `recentf-filter-changer-state'.  All references updated.
14597         (recentf-filter-changer-alist): Update filter names.
14598         (recentf-filter-changer-select): New function.
14599         (recentf-filter-changer): Use it.  Make a sub-menu from filters
14600         available in `recentf-filter-changer-alist'.
14601         (recentf-data-cache, recentf-clear-data)
14602         (recentf-update-menu): Remove.  All references updated.
14603         (recentf-match-rule-p, recentf-build-dir-rules)
14604         (recentf-filter-changer-goto-next)
14605         (recentf-filter-changer-get-current)
14606         (recentf-filter-changer-get-next): Remove.
14608 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
14610         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
14611         buffer "Reset" button to "Reset to Current" for consistency with
14612         the State buttons.
14614 2005-12-08  John Paul Wallington  <jpw@pobox.com>
14616         * ibuf-ext.el (define-ibuffer-filter filename):
14617         If `dired-directory' is a list then really use its car.
14619 2005-12-08  Kim F. Storm  <storm@cua.dk>
14621         * emulation/cua-rect.el (cua--rectangle-aux-replace):
14622         Fix indention of text on right side of replaced rectangle.
14624 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
14626         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
14627         No need to check gud-comint-buffer is bound.
14628         (gdb): Prevent multiple debugging when first session uses gdba.
14630 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14632         CC Mode update to 5.31.
14634         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
14635         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
14636         We might do this function properly in the future).
14638         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
14639         New macros c-sentence-end and c-default-value-sentence end, to cope
14640         with Emacs 22's new function `sentence-end'.
14642 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14644         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
14645         compat issue using `c-put-overlay' and `c-delete-overlay'.
14647         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
14648         New compat macros to handle overlays/extents.
14650 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14652         * progmodes/cc-fix.el: Add definitions of the macros push and pop
14653         (for GNU Emacs 20.4)
14655         * progmodes/cc-defs.el:
14656         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
14658         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
14659         highlighting mechanism so it will work in XEmacs too.
14661         * progmodes/cc-defs.el: Insert c-int-to-char.
14663         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
14664         call to the new macro c-int-to-char.  This solves XEmacs's
14665         regarding characters as different from integers.
14667 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14669         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
14670         New internal helper.
14672         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
14673         construct to make the indirect face lookup work in XEmacs.
14675         (c-cpp-matchers): Append the negation char face to the existing
14676         fontification, so that the cpp face doesn't disappear.
14677         Use `c-make-syntactic-matcher' to avoid negation chars in comments
14678         and strings.
14680         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
14681         to map to `font-lock-negation-char-face' in emacsen where it exists.
14683 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14685         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
14687         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
14688         Rename "c-subword-move-mode" as "c-subword-mode".
14690         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
14691         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
14693 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14695         * progmodes/cc-mode.el: Added autoload directive for
14696         `c-subword-move-mode' for use in older emacsen.
14698 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14700         * progmodes/cc-mode.el:
14701         (i) Insert a binding for C-c C-backspace into
14702         c-bind-special-erase-keys which works in TTYs.
14703         (ii) Make sure that when file styles are used, any explicitly
14704         given style variables take priority over those in the style.
14705         Do this by calling `hack-local-variables' a second time.
14707         * progmodes/cc-vars.el: Add language specific customization
14708         widgets for AWK to c-doc-comment-style, c-require-final-newline
14709         and c-default-style.  Add a defcustom for awk-mode-hook.
14710         Give c-syntactic-element and c-syntactic-context doc-strings by
14711         directly setting their `variable-documentation' propery.
14712         This allows Emacs 22.1 to read these with C-h v.
14714         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
14716 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14718         * progmodes/cc-fonts.el, cc-vars.el
14719         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
14720         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
14721         Masatake YAMATO.
14723         (c-doc-comment-style): Made GtkDoc default in C mode.
14725         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
14726         and C-c C-<delete>.
14728         (c-bind-special-erase-keys): New function for use on
14729         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
14731         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
14732         <delete> key behavior in XEmacs according to `delete-forward-p'.
14733         C.f. `c-electric-delete'.
14735 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14737         * progmodes/cc-mode.el: Give c-hungry-backspace and
14738         c-hungry-delete-forward permanent key bindings.
14740         * progmodes/cc-cmds.el (c-electric-semi&comma):
14741         Bind c-syntactic-context for calls to "criteria functions", for
14742         consistency with other calls to user functions.
14744         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
14745         `current-prefix-arg', since this might be the prefix arg to a
14746         command which calls c-indent-command as a function.  Change the
14747         interactive spec from "p" to "P".
14749         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
14750         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
14751         was difficult to understand.
14753 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14755         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
14756         first char of an identifier.
14758         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
14759         +" syntax in C++.
14761 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14763         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
14764         auto-fill doesn't split a c-comment's last word from a hanging
14765         "*/" when a space is typed between them after fill-column.
14767         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
14769         * progmodes/cc-styles.el (c-set-style)
14770         (c-setup-paragraph-variables): Abort the command if we're not in a
14771         CC Mode buffer.
14773         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
14774         with blank comment-prefix, and a blank line as the comment's
14775         second line.
14777 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14779         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
14780         Incorporate the patterns added in the Emacs development branch
14781         for the new Emacs 22 face `font-lock-negation-char-face'.
14783         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
14784         of "red" since it stands out better in xterms and DOS terminals.
14786         * progmodes/cc-engine.el (c-literal-faces):
14787         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
14789 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14791         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
14792         forcibly enable c-electric-flag.
14794         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
14795         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
14796         after the comment-prefix of a C-style comment will close that comment.
14798 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14800         * progmodes/cc-fonts.el (c-basic-matchers-before)
14801         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
14802         in Pike.
14804         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
14805         digraphs.
14807         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
14808         (c-cpp-message-directives, c-cpp-include-directives)
14809         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
14810         (c-cpp-expr-directives): Introduce new language constants to
14811         control cpp syntax in a cleaner way.
14813         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
14815         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
14817         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
14818         (c-multiline-string-start-char): New language constants and
14819         variables to specify how newlines in string literals work.
14821         (c-font-lock-invalid-string): Use them.
14823         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
14824         unbalanced close brace is entered.  Optimization by avoiding going
14825         back over arbitrarily large blocks.  Removed hints that this
14826         function only would be relevant/useful in AWK.
14828         (c-electric-brace): Indent syntactically after the cleanups since
14829         lineup functions might do it differently then.
14831         * progmodes/cc-engine.el, cc-langs.el
14832         (c-opt-op-identifier-prefix): New language constant and variable.
14834         (c-just-after-func-arglist-p, c-after-special-operator-id)
14835         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
14837         * progmodes/cc-align.el, cc-engine.el
14838         (c-after-special-operator-id): New helper to handle C++ operator
14839         identifiers.
14841         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
14842         (c-guess-basic-syntax): Handle C++ operator identifiers in
14843         declarations.
14845         * progmodes/cc-langs.el (c-assignment-operators): Add the
14846         trigraph version of ^= too.
14848         * progmodes/cc-langs.el (c-assignment-operators): Add the
14849         trigraph version of |= in C++.
14851         * progmodes/cc-fonts.el (c-font-lock-declarators):
14852         Handle `c-decl-hangon-kwds' after the identifier name.
14854         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
14855         whether an arglist is "nonempty", ignore a comment after the open
14856         paren if it isn't followed by a non-comment token on the same line.
14858         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
14859         Enable heuristics below the point to cope with classes inside special
14860         brace lists in Pike.
14862 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14864         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
14866 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14868         * progmodes/cc-guess.el (cc-guess-install): New function to
14869         install an already guessed style in another buffer.
14871         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
14872         sets `inhibit-read-only' - `c-save-buffer-state' should be used
14873         anyway if the change always is undone.
14875 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14877         Implement togglable electricity:
14879         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
14880         saying when it should be used.
14882         * progmodes/cc-engine.el: Add the new buffer-local variable,
14883         c-electric-flag.
14885         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
14886         c-toggle-auto-newline.
14888         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
14889         c-toggle-auto-newline.  Remove the binding for
14890         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
14891         c-toggle-electric-state.
14893         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
14895         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
14896         c-\(forward\|backward\)-subword.
14897         (c-update-modeline): Add the new modeline flag `l' for
14898         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
14899         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
14900         Make the old name an alias of the new name.
14901         (c-toggle-electric-state): New function.
14902         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
14903         Adapt these functions to do electric things only when
14904         c-electric-flag is non-nil.
14905         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
14906         new functions from c-electric-brace.
14907         (c-point-syntax): Add a check for "virtual semicolons" in AWK
14908         mode, so that the tentative extra newline doesn't change the
14909         syntax of the following brace.
14910         (c-electric-brace): Restructure by extracting the above functions.
14911         Tidy up the coding somewhat.
14912         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14913         restructure a bit.
14915 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14917         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
14918         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
14920         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
14921         (c-submode-indicators): Change name from `c-auto-hungry-string'
14922         since it's now used to track another submode.
14924         (c-update-modeline): Convert to function and extended to check
14925         `c-subword-move-mode'.
14927         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14928         Convert to compat aliases for `c-forward-subword' and
14929         `c-backward-subword'.
14931         * progmodes/cc-subword.el: New functions and minor mode to handle
14932         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
14934         (c-forward-subword, c-backward-subword, c-mark-subword)
14935         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
14936         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
14937         Functions corresponding to the standard word handling functions.
14939         (c-subword-move-mode): Minor mode that replaces all the standard
14940         word handling functions with their subword equivalences.
14942 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14944         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
14945         entry for one-liner-defun.
14947         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
14948         name in its def-edebug-spec.
14950         * progmodes/cc-cmds.el (c-electric-brace): Make the
14951         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
14952         compacts space before a comment, if this will make things fit on
14953         one line.
14955         Introduce an "awk" style, mainly for auto-newline and clean-ups.
14957         * progmodes/cc-align.el: New function c-snug-1line-defun-close
14959         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
14960         clean-up one-liner-defun.
14962         * progmodes/cc-styles.el: Add the new "awk" style.
14964         * progmodes/cc-vars.el: Add description of one-liner-defun to
14965         c-cleanup-list's doc-string.  New user options,
14966         c-max-one-liner-length.  In c-default-style, set the default style
14967         for AWK to "awk".
14969 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14971         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
14972         macros inside labels.
14974         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
14975         `c-at-statement-start-p' and `c-at-expression-start-p'.
14977         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
14978         error if the mark isn't set.
14980         * progmodes/cc-engine.el (c-guess-continued-construct)
14981         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
14982         accurately detect functions inside functions.
14984         * progmodes/cc-engine.el (c-at-expression-start-p): New function
14985         like `c-at-statement-start-p' that additionally recognizes commas
14986         and expression parentheses as delimiters.
14988         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
14989         to avoid heuristics that doesn't work for unclosed blocks.
14990         (c-at-statement-start-p): New function.
14992         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
14993         Objective-C directives, e.g. directives spanning lines should work
14994         reasonably well now.
14996         (c-put-c-type-property, c-clear-c-type-property): New helpers.
14998         (c-forward-objc-directive): New function to move over any ObjC
14999         directive.
15001         (c-just-after-func-arglist-p, c-guess-basic-syntax)
15002         (c-basic-matchers-before): Use it.
15004         (c-font-lock-objc-iip-decl): Remove.
15006         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15007         in the template arglist recognition.
15009         * progmodes/cc-styles.el (c-style-alist): Fix several
15010         inconsistencies in the Whitesmith style.
15012         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15013         New lineup function to get lines after Whitesmith style blocks
15014         correctly indented.
15016         (c-lineup-whitesmith-in-block): Back out the compensation for
15017         opening parens since it's done using `add' lists in the style
15018         definition instead.  Don't use the anchor position since it varies
15019         too much between the syntactic symbols. :P
15021         * progmodes/cc-vars.el (c-valid-offset): Update.
15023         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
15024         lists where the offsets are combined according to several
15025         different methods: `first', `min', `max', and `add'.
15026         Report offset evaluation errors with `c-benign-error' so that some kind
15027         of reindentation still is done.
15029         * progmodes/cc-engine.el (c-guess-basic-syntax):
15030         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
15031         `arglist-close'.
15033         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
15034         situations for `arglist-cont-nonempty' and `arglist-close'.
15036         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
15038         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
15039         cc-bytecomp-boundp' in a number of places.
15041         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
15042         macro related issue.
15044 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15046         * progmodes/cc-awk.el: Change the terminology of regexps: A char
15047         list is now [asdf], a char class [:alpha:].
15048         Include code for char classes.
15049         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
15050         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
15052         Remove (nearly all of) the cruft associated with AWK Mode's former
15053         concept of "virtual semicolons":
15055         Adapt c-beginning-of-statement, c-end-of-statement (together with
15056         subfunctions) to use the new notion of "virtual semicolon" in
15057         place of the old awkward special handling for AWK.  There remains
15058         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15059         * progmodes/cc-cmds.el:
15060         (c-ascertain-adjacent-literal): In the backwards direction, now
15061         recognises AWK regexp delimiters as string delimiters.
15062         (c-after-statement-terminator-p): Adapt for virtual semicolons;
15063         check more rigorously for "end of macro".
15064         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15065         virtual semicolons;
15066         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15067         out the code for forward movement into ...
15068         (c-end-of-statement): Now contains the code for forward movement,
15069         adapted for virtual semicolons.
15071         * progmodes/cc-engine.el:
15072         (c-ws*-string-limit-regexp): New regexp.
15073         (c-forward-single-comment, c-backward-single-comment): Comment out
15074         the (now redundant) "special" AWK stuff.
15076         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15077         c-string-par-start, c-string-par-separate to be more like Text
15078         Mode than Fundamental Mode.
15080 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15082         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15083         to the fontified region so that fontification doesn't occur
15084         outside it (could happen e.g. when fontifying a line with an
15085         unfinished declaration).
15087 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15089         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15090         start of the file.  ^L now separate sections of the file.
15091         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
15092         (c-awk-one-line-possibly-open-string-re)
15093         (c-awk-regexp-one-line-possibly-open-char-class-re)
15094         (c-awk-one-line-possibly-open-regexp-re)
15095         (c-awk-one-line-non-syn-ws*-re): New defonsts.
15096         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15098         Amend the concept of "virtual semicolons" (in the indentation
15099         engine) for languages like AWK, such that they are now
15100         conceptually attached to end of the last token of a statement, not
15101         the end of the line.  (In AWK Mode, however, the pertinent text
15102         property is still physically set on the EOL.)  Remove the specific
15103         tests for awk-mode, thus facilitating the introduction of other
15104         language modes where EOLs can end statements.
15105         (Note: The funtionality in cc-cmds.el, specifically
15106         c-beginning/end-of-statement has yet to be amended.)
15108         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15109         New macros.
15111         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15112         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
15113         c-vsemi-status-unknown-p-fn (in a new page).
15115         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15116         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15117         numerous awkward forms like
15118         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15119         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
15120         variable before-ws-ip, the place just after char-before-ip appears.
15122         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15123         a comment.
15125 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15127         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15128         `c-tentative-buffer-changes'.
15130         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15131         convert to macro to choose between Emacs and XEmacs at compile time.
15133         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15135         (c-tentative-buffer-changes): New macro to handle temporary buffer
15136         changes in a convenient way.
15138         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15139         for `c-tentative-buffer-changes'.
15141         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15142         the checks for paren sexps between the point and the keyword, to
15143         avoid some false alarms.
15145         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15146         Fixed a situation where an error could be thrown for unbalanced
15147         parens.  Changed to make use of c-keyword-member' to avoid some
15148         repeated regexp matches.
15150         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15151         These language variable are no longer necessary.
15153         (c-block-stmt-kwds): New language constant used by
15154         c-looking-at-inexpr-block'.
15156         (c-guess-basic-syntax): Remove an optional check that looked at
15157         the existence of the now removed language variables.
15159         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15160         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15161         object instantiation expressions as declarations in some contexts.
15162         This bug only affected languages where the declarator can't be
15163         enclosed in parentheses.
15165         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15166         insert newlines before and after substatement braces.
15168         * progmodes/cc-engine.el: Improved the heuristics for recognizing
15169         function declaration headers and the handling of C++ style member
15170         init lists.
15172         (c-just-after-func-arglist-p): Rewritten to use
15173         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
15175         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15177         (c-guess-basic-syntax): Adapt case 5B for the new
15178         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
15179         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15180         covers all cases now).
15182         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15184 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15186         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15187         c-string-par-start/separate c-sentence-end-with-esc-eol,
15188         initialised in c-setup-paragraph-variables, used in string
15189         scanning subroutines of c-beginning-of-statement.
15191         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15192         which precedes the newly inserted `{'.
15194 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15196         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15197         function for declaration level blocks.  It should now cope with
15198         templates better and also be a lot more comprehensible.
15200         (c-looking-at-decl-block): The new function.
15202         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
15203         for compatibility.
15205         (c-add-class-syntax, c-guess-continued-construct)
15206         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15208         (c-decl-block-key): Change to tell apart ambiguous and
15209         unambiguous keywords.  Pike specials are now handled directly in
15210         the code instead.
15212         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15213         New language constants and variables to make the backward skip in
15214         `c-looking-at-decl-block' as tight as possible.
15216         (c-nonsymbol-token-char-list): New language constant.
15218         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15219         find balanced template arglists backwards.
15221         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15222         making char classes for `c-syntactic-skip-backward'.
15224         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15225         16D - can't be a class-close at that point.
15227         * progmodes/cc-engine.el (c-guess-basic-syntax)
15228         (c-add-class-syntax): Don't narrow out the enclosing declaration
15229         level.  This makes everything a lot easier, and it was actually
15230         only four small places that needed it to work.  Some places that
15231         previously did `widen' are removed now, which has the effect that
15232         `c-guess-basic-syntax' never will look at things outside the
15233         current narrowment now.  The anchor position for `topmost-intro'
15234         is affected by this, but it was so bogus it was basically useless
15235         before, and now it's equally bogus but in a slightly different way.
15237         (c-narrow-out-enclosing-class): Gone.
15239         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15240         the narrowed region.
15242         (c-least-enclosing-brace): Remove silly optional argument.
15244         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15245         the point could be left directly after an open paren when finding
15246         the beginning of the first decl in the block.
15248         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15249         Specify which submatch to use.
15251         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15253         (c-decl-start-re): No longer any need for special treatment of
15254         ObjC due to the above.
15256         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15257         presumably follows C in that regard.
15259         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15260         New language constants to specify operator tokens inside
15261         identifiers in a more high level way.
15263         (c-opt-identifier-prefix-key): New internal language constant.
15265         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15266         (c-identifier-start, c-identifier-key): Now completely calculated
15267         from other constants.
15269         (c-identifier-last-sym-match): Decommission since it's no longer used.
15271         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
15273         * progmodes/cc-engine.el (c-forward-name): Remove the
15274         optimization when c-identifier-key is equal to c-symbol-key since
15275         it doesn't work in byte compiled files.  Don't record empty
15276         regions as identifiers.
15278         * progmodes/cc-langs.el (c-filter-ops): New helper function to
15279         simplify access to `c-operators' and its likes.
15281         (c-operator-list, c-all-op-syntax-tokens)
15282         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
15283         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
15284         (c-primary-expr-regexp, c-cast-parens): Use it.
15286         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
15287         an explicit language in functions.
15289         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
15290         variant of adornment.
15292         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
15293         variable.
15295         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
15296         the Pike value.
15298         * progmodes/cc-engine.el (c-on-identifier)
15299         (c-simple-skip-symbol-backward): Small fix for handling "-"
15300         correctly in `skip-chars-backward'.  Affected the operator lfun
15301         syntax in Pike.
15303         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
15304         diagnostic message about precompiled language vars not being used.
15306         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
15307         "__attribute__" is followed by a parenthesis.
15309         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
15310         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
15311         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
15313         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
15314         Internal cleanups to properly detect the declared identifiers in
15315         various declarations.
15317         (c-decl-start-kwds): New language constant to recognize
15318         declarations that can start anywhere.  Used for class declarations
15319         in Pike.
15321         (c-specifier-key, c-not-decl-init-keywords)
15322         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
15323         (c-find-decl-spots): Implement `c-decl-start-kwds'.
15325         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
15326         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
15327         handling of the compiler specific extension keywords into a new
15328         language constant `c-decl-hangon-kwds' that defines keyword
15329         clauses to be ignored in declarations.
15331         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
15332         past unrecognized tokens when handling `c-colon-type-list-kwds'.
15333         Necessary to stop at the declared identifier in e.g. IDL valuetype
15334         declarations.
15336         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
15337         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
15338         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
15339         (c-forward-decl-or-cast-1): Recognize the declared identifier in
15340         class and enum declarations as such and not as part of the type.
15342         (c-forward-decl-or-cast-1, c-forward-label): Relax the
15343         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
15345         (c-forward-decl-or-cast-1): Don't disregard sure signs of
15346         declarations when there's some syntax error later on.
15348         (c-complex-decl-matchers): Did away with a reference to
15349         `c-specifier-key'.
15351         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
15352         value - this variable is always dynamically bound.
15354         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
15355         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
15356         * cc-cmds.el, cc-defs.el: Change the policy for marking up
15357         functions that might do hidden buffer changes: All such internal
15358         functions are now marked instead of those that don't.
15360         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
15361         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
15362         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
15363         (c-literal-type): Allow these functions to make hidden buffer changes,
15364         so that they are free to use text property caching later on.
15366         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
15367         (c-electric-brace, c-electric-slash, c-electric-star)
15368         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
15369         (c-electric-paren, c-electric-continued-statement, c-indent-command)
15370         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
15371         (c-context-line-break): Add `c-save-buffer-state' calls to comply
15372         with the changed semantics of the functions above.
15374         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
15375         when macros occur in obscure places.  Optimized the sexp movement
15376         a bit.
15378 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15380         Enhancements for c-beginning-of-statement to work in AWK Mode:
15382         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
15383         (completed statement) with `}' (statement completed by closing
15384         brace or semicolon) and `$' (statement completed by EOL).
15386         (c-awk-virtual-semicolon-ends-prev-line-p)
15387         (c-awk-virtual-semicolon-ends-line-p)
15388         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
15389         (c-awk-at-statement-end-p): New functions.
15391         * progmodes/cc-cmds.el: Simplify the structure of functions
15392         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
15393         two functions and c-beginning-of-statement to handle AWK Mode.
15395         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
15396         c-backward-single-comment for AWK mode.  Attempt to clarify their
15397         doc-strings.
15399         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
15401 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15403         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
15404         label handling.  Labels are now recognized in a uniform and more
15405         robust way, regardless of context.  Text properties are put on all
15406         labels to recognize the following declarations better.
15407         Multiword labels are handled both in indentation and fontification for
15408         the benefit of language extensions like Qt.  For consistency, keywords
15409         in labels are now fontified with the label face instead.
15410         That also applies to "case" and "default".
15412         (c-beginning-of-statement-1): Fix some bugs in the label
15413         handling.  Disregard `c-nonlabel-token-key' in labels that begin
15414         with `c-label-kwds'.
15416         (c-find-decl-spots): Support that the callback adds more
15417         `c-decl-end' spots to find.
15419         (c-forward-decl-or-cast-1): Don't treat a list of plain
15420         identifiers followed by a colon as a declaration.
15422         (c-forward-label): New function to recognize labels.
15424         (c-guess-basic-syntax): Replace uses of `c-label-key' with
15425         `c-forward-label'.  Moved the label recognition cases (14 and 15)
15426         earlier since they aren't so context sensitive now.  Handle labels
15427         on the top level gracefully.  Moved access label recognition to
15428         the generic label case (CASE 15) - removed CASE 5E.
15430         (c-font-lock-declarations): Add recognition of labels in the
15431         same round since we need to handle labels in parallell with other
15432         declarations to recognize both accurately.  It should also improve
15433         speed.
15435         (c-simple-decl-matchers, c-basic-matchers-after):
15436         Move `c-font-lock-labels' so that it only is used on decoration level 2
15437         since `c-font-lock-declarations' handles it otherwise.
15439         (c-complex-decl-matchers): Remove the simplistic recognition of
15440         access labels.
15442         (c-decl-prefix-re): Remove the kludges that was necessary to cope
15443         with labels earlier.
15445         (c-decl-start-re): New language variable to make
15446         `c-font-lock-declarations' stop for the special protection labels
15447         in Objective-C that start with `@'.
15449         (c-label-key): Remove since it's no longer used.
15451         (c-recognize-colon-labels, c-label-prefix-re): New language
15452         constants to support recognition of generic colon-terminated labels.
15454         (c-type-decl-end-used): `c-decl-end' is now used whenever there
15455         are colon terminated labels.
15457         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15458         first argument starts with a special brace list.
15460         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
15461         (c-font-lock-declarations): Break out the declaration and cast
15462         recognition from `c-font-lock-declarations' to a new function, so
15463         that it can be used in the indentation engine.
15465         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
15466         up to the start of the literal.  Fixed bug with the point on the
15467         wrong side of the search limit that could happen when the start
15468         position is inside a literal.
15470         * progmodes/cc-engine.el (c-parse-state)
15471         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
15472         so that it's kept a little bit back to increase the hit rate.
15474         (c-parse-state): Change the macro handling and fixed some
15475         glitches.  Macro context is checked more often than necessary now,
15476         but otoh less garbage conses are generated.
15478         * progmodes/cc-engine.el (c-parse-state)
15479         (c-invalidate-state-cache): Cache the last position where
15480         `c-state-cache' applies.  This can speed up refontification quite
15481         a bit in blocks where there are many non-brace parens before the point.
15483         (c-state-cache-end): New variable for this.
15485         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
15486         cache variable.
15488         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
15489         get close initial continue positions when the start position is
15490         inside a literal or macro.  Do not call the callback for spots
15491         before the start position (which can happen e.g. for `c-decl-end'
15492         spots inside comments).  Optimize better in special cases when the
15493         region is a single line inside a literal or macro (typically when
15494         the current line is refontified).
15496         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
15497         to `c-add-stmt-syntax' - there's no need to explicitly whack off
15498         entries from the paren state.
15500         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
15501         special case for "else if" clauses.
15503         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
15504         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
15506         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
15507         New language variable to recognize the gcc extension with statement
15508         blocks inside expressions.
15510         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
15511         it somewhat more comprehensible.  The argument AT-BLOCK-START is
15512         no longer used and hence removed.
15514         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
15515         to `c-add-stmt-syntax'.
15517         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15518         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
15519         This fixes bogus label recognition.
15521         * progmodes/cc-engine.el (c-add-type, c-check-type)
15522         (c-forward-name, c-forward-type): Improve storage of template
15523         types in `c-found-types' so that they can be recognized better.
15525         (c-syntactic-content): Add option to skip past nested parens.
15527         * progmodes/cc-engine.el (c-forward-name):
15528         Set `c-last-identifier-range' all the time.  It's less work that way.
15529         Handle that there might not be an identifier to store in
15530         `c-last-identifier-range'.
15532         (c-forward-type): Handle that `c-last-identifier-range' might be
15533         nil from `c-forward-name'.
15535         * progmodes/cc-defs.el (c-safe-scan-lists)
15536         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
15538         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
15539         to work even if the form fails.
15541         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
15542         down in a large file in one go.
15544         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
15546         * progmodes/cc-align.el (c-lineup-assignments): New lineup
15547         function which is like `c-lineup-math' but returns nil instead of
15548         `c-basic-offset' when it doesn't match.
15550         (c-lineup-math): Change to use `c-lineup-assignments'.
15552 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15554         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
15555         c-beginning-of-statement.  New subfunctions
15556         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
15558 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15560         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
15561         hardcoded char classes whereever possible.  Changed a couple of
15562         places to use skip by syntax instead of skip by char class.
15564         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
15565         Fix a bug in the regexp that caused extreme backtracking.
15567         * progmodes/cc-langs.el (c-block-comment-starter)
15568         (c-block-comment-ender): New language constants to specify in a
15569         single place how block comments look.
15571         (c-comment-start-regexp, c-block-comment-start-regexp)
15572         (comment-start, comment-end, comment-start-skip)
15573         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
15574         (c-syntactic-ws, c-nonempty-syntactic-ws)
15575         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
15576         `c-line-comment-starter', `c-block-comment-starter' and
15577         `c-block-comment-ender'.
15579         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
15580         New language constants to break up things a bit.
15582         (c-simple-ws): New language constant for simple whitespace.
15584         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
15586         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
15587         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
15588         newlines.  Allow and ignore nil elements in the list.
15590 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15592         * progmodes/cc-cmds.el: Comment out a (n almost certainly
15593         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
15595         * progmodes/cc-cmds.el: Tidy up the comments in
15596         c-beginning-of-statement and subfunctions.
15598         * progmodes/cc-awk.el: Replace calls to put-text-property to the
15599         more flexible c-put-char-property and c-clear-char-properties.
15600         Add the author's email address.
15602         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
15604         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
15605         closing "*/" of a block comment.
15607         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
15608         subfunctions) so that it works at BOB and EOB.
15610         * progmodes/cc-cmds.el, cc-vars.el: More updating of
15611         c-beginning-of-statement, including new variable
15612         c-block-comment-start-regexp.
15614 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15616         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
15617         symbols from `*-font-lock-extra-types' so that there's no need to
15618         use `regexp-opt' on those lists.
15620         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
15621         `c-type-modifier-kwds' is empty.
15623         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
15624         there are several strings on the same line.
15626         * progmodes/cc-engine.el (c-literal-limits): Remove the
15627         compatibility function for older emacsen.  `c-literal-limits-fast'
15628         has now taken the place of this function.
15630         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
15631         with older emacsen: We now require `pps-extended-state'.
15633 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15635         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
15636         which obviates the need to hack sentence-end.  This now handles
15637         escaped newlines in strings correctly.  Correct minor bugs in
15638         c-move-over-sentence and in c-beginning-of-statement.
15640         * progmodes/cc-cmds.el (c-beginning-of-statement (and
15641         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
15642         that movement over macros and code are rigorously separated from
15643         eachother.  Correct a few incidental bugs.
15645         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
15646         Improve its doc-string.  Improve the handling of certain specific cases.
15648 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15650         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
15651         (c-guess-basic-syntax): Change the way class-level labels are
15652         recognized; they can now contain essentially any symbols.
15654         (c-opt-extra-label-key): New language variable to cope with the
15655         special protection label syntax in Objective-C.
15657         (c-opt-access-key): Remove; this is now handled better by
15658         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
15660         (c-complex-decl-matchers): Update to handle that
15661         `c-opt-access-key' no longer exists.
15663         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
15664         improved label recognition in `c-beginning-of-statement-1'.
15666         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
15667         Recognize bitfields better.
15669         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
15670         Remove some cruft and fixed a bug that could cause it to go to a
15671         position further down.
15673         * progmodes/cc-langs.el, cc-engine.el
15674         (c-beginning-of-statement-1): Improve detection of labels in
15675         declaration contexts.
15677         (c-beginning-of-decl-1): Use it.
15679         (c-nonlabel-token-key): New language constant and variable needed
15680         by `c-beginning-of-statement-1'.
15682         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
15683         manifested itself due to the correction in `c-forward-sexp'.
15685         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
15686         Make these behave as documented when used at the buffer limits.
15688         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
15689         (c-type-decl-end-used): Made this a language variable.
15691         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
15692         correctly when `combine-after-change-calls' is used together with
15693         temporary narrowings.
15695         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15696         Report labels correctly when the start point is immediately after the
15697         colon.
15699         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
15700         Remove since it isn't used anymore.
15702         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
15703         bracket arglists such as template parens in C++.
15705         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
15706         in the last check-in.  Some optimization.
15708         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
15709         where it could stop at the same level in a preceding sexp when
15710         PAREN-LEVEL is set.
15712         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
15713         text property lookup only when it's needed.
15715         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
15716         Change the policy for paren marked angle brackets to be more
15717         persistent; once marked they remain marked even when they're found
15718         to be unbalanced in the searched region.  This should keep the
15719         paren syntax around even when individual lines are refontified in
15720         multiline template arglists.
15722         (c-parse-and-markup-<>-arglists): New dynamically bound variable
15723         to control markup so that incorrect angle bracket arglists aren't
15724         marked in contexts where the correct value for
15725         `c-disallow-comma-in-<>-arglists' isn't known.
15727         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
15728         argument has become `c-parse-and-markup-<>-arglists'.
15730         (c-remove-<>-arglist-properties): Remove - no longer used.
15732         (c-after-change-check-<>-operators): New function used on
15733         `after-change-functions' to avoid that "<" and ">" characters that
15734         are part of longer operators have paren syntax.
15736         (c-<>-multichar-token-regexp): New language variable used by
15737         `c-after-change-check-<>-operators'.
15739         (c-after-change): Call `c-after-change-check-<>-operators'.
15741         (c-font-lock-<>-arglists): Use the context properties set by
15742         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
15743         correctly to avoid doing invalid markup.
15745         (c-font-lock-declarations): Remove code that undoes the invalid
15746         markup done by `c-font-lock-<>-arglists'.
15748         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
15749         after `c-font-lock-declarations'.
15751         * progmodes/cc-engine.el (c-syntactic-skip-backward):
15752         Add paren-level feature.
15754         (c-guess-basic-syntax): Improve the anchor position for
15755         `template-args-cont' in nested template arglists.  There's still
15756         much to be desired in this area, though.
15758 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15760         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
15761         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
15763 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15765         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
15766         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
15768         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
15769         it doesn't work no longer are supported.
15771         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
15772         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
15773         requires support for the syntax-table' text property, which rules
15774         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
15775         cruft associated with those versions.
15777         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
15778         for the `syntax-table' text property, which rules out Emacs 19 and
15779         XEmacs < 21.4.  Removed various compatibility cruft associated
15780         with those versions.
15782         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
15783         support for the `syntax-table' text property.
15785         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
15786         variable and use an extra quoted face name instead.  All the
15787         emacsen flavors handle that correctly.
15789         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
15790         (c-font-lock-declarators, c-font-lock-declarations)
15791         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
15792         property to mark the items in in declarator lists to handle
15793         refontification inside multiline declarations better.
15795         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
15796         construct like "a * b = c;" as a declaration.
15798 2005-12-08  Kim F. Storm  <storm@cua.dk>
15800         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
15801         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
15802         select either meta, hyper, or super modifier for rectangle commands.
15803         (cua--rectangle-modifier-key): New defvar.
15804         (cua--M/H-key): Use it.  Remove special case for `space'.
15805         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
15806         on X, to meta otherwise.  Always bind C-return to toggle
15807         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
15809         * emulation/cua-rect.el (cua-help-for-rectangle):
15810         Use cua--rectangle-modifier-key.  Handle super modifier too.
15811         (cua--init-rectangles): Always bind C-return to toggle rectangle.
15812         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
15814         * ido.el: Move Acknowledgements and History after Commentary.
15815         Minor changes to Commentary.
15817         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
15818         keymap if cua--prefix-override-timer is `shift'.
15819         (cua--shift-control-prefix): New function; emulate "type prefix
15820         key twice" functionality to handle shifted prefix key override.
15821         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
15822         New commands.
15823         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
15825 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
15827         * textmodes/org.el (org-insert-heading): Try to do items before
15828         headings.
15829         (org-agenda-mode): Quote `org-agenda-mode-hook'.
15830         (org-insert-item): New function.
15831         (org-renumber-ordered-list): Don't skip to higher level lists.
15833 2005-12-08  Juri Linkov  <juri@jurta.org>
15835         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
15837         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
15839         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
15841         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
15842         the constructed function name fun-1.
15844         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
15845         because such links don't lead to parent documentation.
15847 2005-12-08  Kenichi Handa  <handa@m17n.org>
15849         * descr-text.el (describe-char): Use *Help-2* buffer if the
15850         current buffer is *Help*.  Call describe-text-properties while
15851         setting the original buffer.
15853 2005-12-07  Bill Wohler  <wohler@newt.com>
15855         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
15856         and causes problems with non-MH users (such as Gnus users).
15858 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
15860         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
15861         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
15862         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
15863         command "info sources".  Move calls to GDB command "list".
15864         (gdb-find-file-hook): Just use gdb-source-file-list.
15865         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
15866         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
15867         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
15868         (gdb-data-list-register-values-handler): Use correct trigger name.
15870 2005-12-07  Kim F. Storm  <storm@cua.dk>
15872         * ido.el (ido-completion-map): Rename from ido-mode-map.
15873         (ido-common-completion-map, ido-file-completion-map)
15874         (ido-file-dir-completion-map, ido-buffer-completion-map):
15875         Rename from ido-mode-....-map.
15876         (ido-init-completion-maps): Rename from ido-init-mode-maps.
15877         (ido-setup-completion-map): Rename from ido-define-mode-map.
15878         (ido-read-internal): Bind minibuffer-local-filename-completion-map
15879         to ido-completion-map.
15881 2005-12-07  Kenichi Handa  <handa@m17n.org>
15883         * international/mule-cmds.el
15884         (set-display-table-and-terminal-coding-system): If the coding
15885         system specified in `unibyte-display' property is different from
15886         the arg coding-system, don't setup standard-display-table.
15888 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15890         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
15891         that comments end at \n, regardless of selective-display.
15893 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
15895         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
15896         (gdb-version): New variables.
15897         (gdb-source-file-list, gdb-register-names)
15898         (gdb-changed-registers): New variables for use with GDB 6.4+.
15899         (gdb-ann3): Replace with...
15900         (gdb-init-1, gdb-init-2): ...two new functions.
15901         (gdba, gdb-prompt): Call gdb-init-1.
15902         (gdb-get-version): New function.  Call gdb-init-2 from here.
15903         (gud-watch): Make it work with mouse events too.
15904         (gdb-post-prompt): Don't add to queue until GDB version is known.
15905         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
15906         (gdb-locals-mode): Use gdb-version.
15907         (gdb-memory-format-map, gdb-memory-unit-map)
15908         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
15909         (gdb-locals-font-lock-keywords-1)
15910         (gdb-locals-font-lock-keywords-2): New variables.
15911         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
15912         (gdb-set-gud-minor-mode-existing-buffers-1)
15913         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
15914         (gdb-var-update-1, gdb-var-update-handler-1)
15915         (gdb-data-list-register-values-handler)
15916         (gdb-data-list-register-values-custom)
15917         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
15918         (gdb-stack-list-locals-handler, gdb-get-register-names):
15919         New functions for use with GDB 6.4+.
15920         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
15921         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
15922         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
15923         (gdb-stack-list-locals-regexp)
15924         (gdb-data-list-register-names-regexp): New regexps for use with
15925         GDB 6.4+.
15927 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15929         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
15931 2005-12-06  Nozomu Ando  <nand@mac.com>
15933         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
15934         prompts work for AUTH PLAIN.  Also reported by Steve Allan
15935         <seallan@verizon.net>.
15937 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15939         * frame.el (set-frame-parameter): Add doc string.
15941 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
15943         * textmodes/org.el (org-occur-highlights): New variable.
15944         (org-highlight-new-match, org-remove-occur-highlights): New functions.
15945         (org-highlight-sparse-tree-matches): New option.
15946         (org-do-occur): New function.
15947         (org-get-heading): Make it work also at beginning of line.
15948         (org-category-table): New variable.
15949         (org-get-category-table, org-get-category)
15950         (org-camel-to-words, org-link-search): New functions.
15951         (org-select-this-todo-keyword): New variable.
15952         (org-todo-list): New command.
15953         (org-shiftright, org-shiftleft): New commands.
15954         (org-agenda-todo): Add prefix argument.
15955         (org-show-hierarchy-above): New option.
15956         (org-show-todo-tree): Numerical prefix creates tree for specific
15957         TODO keyword.
15958         (org-outline-level): New function, to assign a level to plain
15959         lists items.
15960         (org-cycle-include-plain-lists): New option.
15961         (org-mode): Use `org-outline-level' as value of `outline-level'.
15962         (org-cycle): Temporarily switch `outline-regexp' if
15963         `org-cycle-include-plain-lists' is non-nil.
15964         (org-start-icalendar-file): Fix format bug.
15965         (org-agenda-get-day-entries): Create category table.
15966         (org-agenda-get-todos, org-agenda-get-timestamps)
15967         (org-agenda-get-deadlines, org-agenda-get-scheduled)
15968         (org-agenda-get-blocks): Use `org-get-category'.
15969         (org-context-in-file-links): Rename from
15970         `org-line-numbers-in-file-links'.
15972 2005-12-06  Romain Francoise  <romain@orebokech.com>
15974         * window.el (balance-windows): Delete extraneous third arg in call
15975         to `enlarge-window'.
15977 2005-12-06  Kenichi Handa  <handa@m17n.org>
15979         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
15981 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
15983         * progmodes/gdb-ui.el (gdb-var-create-handler)
15984         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
15985         (gdb-var-list-children-handler, gdb-var-update-handler):
15986         Current buffer is already gdb-partial-output-buffer, don't
15987         make it current again.
15989 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
15991         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
15992         (list-buffers-noselect): Use it.
15994 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15996         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
15997         (mail-yank-ignored-headers): Use regexp-opt.
15998         (mail-mode-map): Move initialization into declaration.
15999         (mail-sent-via): Remove unused shadowed var `to-line'.
16000         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
16001         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
16002         (mail-do-fcc): Use dolist and push.
16003         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
16004         (mail-yank-ignored-headers): Don't autoload.
16006 2005-12-05  Kenichi Handa  <handa@m17n.org>
16008         * international/mule-cmds.el (set-language-info-internal): New fun.
16009         (set-language-info): Call set-language-info-internal to update
16010         language-info-alist.  If LANG-ENV is the current one, call
16011         set-language-environment to make INFO effective now.
16012         (set-language-info-alist): Likewise.
16013         (locale-language-names): With locale "en", use English
16014         lang. env. but set the default codings to iso-8859-1.
16016 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
16018         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16019         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16020         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16021         for plain strings.
16022         (gdb-frames-mode): Remove redundant call to font-lock-mode.
16023         (gdb-all-registers): Rename from toggle-gdb-all-registers.
16024         Create registers buffer if necessary.  Echo new state in minibuffer.
16025         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
16027 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
16029         * info.el (Info-fontify-node): Match external links using
16030         non-directory part of filename.
16032 2005-12-04  Juri Linkov  <juri@jurta.org>
16034         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
16035         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
16036         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
16037         because there is no customization option for it.
16039         * font-lock.el (lisp-font-lock-keywords-1):
16040         Add define-global-minor-mode.
16042         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
16044         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
16045         properties on the constructed variable names.
16047         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16048         Put `definition-name' properties on the constructed function names
16049         next-sym and prev-sym.
16051         * emacs-lisp/find-func.el (find-function-regexp):
16052         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
16053         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
16054         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16055         and easy-menu-define.
16057         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16058         easy-mmode-define-global-mode and define-global-minor-mode.
16059         (lisp-imenu-generic-expression): Add define-global-minor-mode.
16061         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16062         instead of easy-mmode-define-global-mode.
16064         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16065         Use define-minor-mode instead of easy-mmode-define-minor-mode.
16067         * cus-edit.el (customize-group, customize-group-other-window):
16068         Filter out autoloaded options from the group completion list by
16069         using heuristics that autoloaded groups don't have `custom-autoload'
16070         property on their symbols (they have only `custom-loads').
16072         * simple.el (completion-setup-function): Put completions-common-part
16073         face on complete completion string too (i.e. completion string
16074         without completions-first-difference face).
16076         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16078 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
16080         * view.el (view-mode): Doc fix.
16082         * disp-table.el (standard-display-european): Add to the warning
16083         message a reference to the doc string.
16085         * play/yow.el (apropos-zippy): Call print-help-return-message,
16086         similar to other Help and Apropos commands.
16088         * help.el (print-help-return-message): If pop-up-frames is
16089         non-nil, set up help-return-method to delete the help window and,
16090         possibly, its frame as well, and don't display message about
16091         scrolling the help window.  Doc fix.
16092         (help-return-method): Doc fix.
16094 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
16096         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16097         whereby names of length one or names starting with a
16098         symbol-constituent character would not be returned.
16100 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16102         * subr.el (atomic-change-group): Add edebug and indentation spec.
16104 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16106         * completion.el (save-completions-file-name): Fix typo in last change.
16108 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16110         * info.el: Move back/forward history to the beginning of the tool bar.
16112 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
16114         * allout.el (eval-when-compile): Remove unnecessary load of cl.
16115         Add fset of allout-real-isearch-abort during compile to fix
16116         byte-compilation warnings.
16117         (allout-mode-p): Move definition of this macro above all uses, or
16118         byte compilation in barren Emacs (eg, during Emacs build) will
16119         lack the definition.
16120         (allout-mode): Move this variable above any uses, or byte
16121         compilation will fail.
16122         (allout-resolve-xref): Remove use of personal file-reference function.
16123         (allout-toggle-current-subtree-encryption): Do the current (ie,
16124         visible containing) topic, rather than nearest around point.  Doc fix.
16125         (allout-toggle-subtree-encryption): New function, workhorse that
16126         works on nearest topic containing point.
16127         (allout-encrypt-string): Signal requirement for newer version of pgg.
16128         (allout-resumptions): Doc fix.
16130 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
16132         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16134 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
16136         * textmodes/flyspell.el (flyspell-external-point-words):
16137         Consider a misspelling as found in the string search if: (a) misspelling
16138         and found string lengths match, or (b) misspelling is found as
16139         element in a boundary-chars separated longer string, or (c)
16140         ispell-program-name is really ispell and misspelling is found as
16141         part of a TeX string.  After successful match move beginning of
16142         search region to end of match.  Warn about not found misspellings
16143         once the process is done.
16144         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16146 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
16148         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16149         tool bar (removed inadvertently).
16151 2005-12-02  Juri Linkov  <juri@jurta.org>
16153         * log-view.el (log-view-diff): Clarify doc string.
16155 2005-12-01  Bill Wohler  <wohler@newt.com>
16157         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16158         triggers lm-verify errors.
16160 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
16162         * simple.el (transient-mark-mode, line-number-mode)
16163         (column-number-mode, size-indication-mode): Remove `:require nil'.
16165 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
16167         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16168         in the margin also.
16169         (gdb-breakpoints-mode-map): Use D instead of d for
16170         gdb-delete-breakpoint.
16171         (gdb-get-frame-number): Require a number to match on.
16172         (gdb-threads-mode-map): Add follow-link binding.
16174 2005-11-30  Jason Rumney  <jasonr@gnu.org>
16176         * isearch.el (isearch-mode-map): Avoid exiting search on
16177         language-change event.
16179 2005-11-30  Romain Francoise  <romain@orebokech.com>
16181         * speedbar.el (speedbar-default-position): New defcustom.
16182         (speedbar-frame-reposition-smartly): Use it.
16184         * dframe.el (dframe-reposition-frame-emacs): Fix position
16185         computation for `left' location.
16186         Update copyright year.
16188 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16190         * help.el (help-map): Move initialization into declaration.
16192         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16194         * help-fns.el (help-argument-name): Don't autoload.
16195         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16196         to be re-loaded when customizing the `help' group.
16198 2005-11-30  John Paul Wallington  <jpw@gnu.org>
16200         * help-fns.el (describe-function-1): Fill arglist output.
16202 2005-11-30  Kim F. Storm  <storm@cua.dk>
16204         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16205         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16206         after revert-buffer (or anything else which kills all local variables).
16208         * apropos.el (apropos-parse-pattern): Doc fix.
16209         Set apropos-regexp directly, rather than expecting callers to do so.
16210         (apropos-command, apropos, apropos-value, apropos-documentation):
16211         Simplify calls to apropos-parse-pattern.
16213 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16215         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16216         (hi-lock-face-phrase-buffer): Use hi-yellow face.
16217         (hi-lock-write-interactive-patterns): Use comment-region.
16219         * longlines.el (longlines-mode): Add mail-setup-hook.
16221         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16223         * simple.el (sendmail-user-agent-compose, next-line):
16224         Conditionally use hard-newline.
16226 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16228         * international/latexenc.el (latex-inputenc-coding-alist):
16229         Reword doc string.
16231 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16233         * help.el (describe-key-briefly, describe-key): Recognize default
16234         bindings.
16236 2005-11-29  Romain Francoise  <romain@orebokech.com>
16238         * view.el (view-inhibit-help-message): New defcustom.
16239         (view-mode-enter): Use it.
16241 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
16243         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16244         Preserve user position.
16246 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
16248         * font-lock.el: Throw error if facemenu is not loaded to prevent
16249         accidental change of loading order in loadup.el.  (Suggested by RMS.)
16251         * loadup.el: Add comment explaining why facemenu must be loaded
16252         before font-lock.
16254 2005-11-28  Jay Belanger  <belanger@truman.edu>
16256         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16257         (calc-dispatch-map): Add more keys for `calc-same-interface'.
16259         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16261         * calc/calc-embed.el (calc-do-embedded): Update help message.
16263         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16265 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16267         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16269         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16270         called-interactively-p.
16271         (elp-profilable-p): Rename from elp-not-profilable-p.
16272         Invert result and take into account macros and autoloaded functions.
16273         (elp-instrument-function): Update call.
16274         (elp-instrument-package): Update call.  Add completion.
16275         (elp-pack-number): Use match-string.
16276         (elp-results-jump-to-definition-by-mouse): Merge into
16277         elp-results-jump-to-definition and then remove.
16278         (elp-output-insert-symname): Make help echo text single-line.
16280         * replace.el (query-replace-map): Move initialization into declaration.
16281         (occur-engine): Use with-current-buffer.
16282         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
16283         (occur-mode-mouse-goto): Replace with an alias.
16285 2005-11-28  Juri Linkov  <juri@jurta.org>
16287         * simple.el (quoted-insert): Let-bind input-method-function to nil.
16289         * term/w32-win.el: Bind [S-tab] to [backtab].
16291         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
16292         `Info-find-file' to t.
16294         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
16295         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
16296         and same-window-regexps.
16297         (occur-next-error): Don't move point for arg 0.
16299 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
16301         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
16303 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16305         * log-edit.el (log-edit-changelog-use-first): New var.
16306         (log-edit-changelog-ours-p): Use it.
16307         (log-edit-insert-changelog): Set it with new arg `use-first'.
16308         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
16309         (log-edit-hook): Add them to the list of suggested options.
16311         * textmodes/flyspell.el (flyspell-last-buffer): New var.
16312         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
16313         redundant work.
16314         (flyspell-mode-on): Use add-hook for after-change-functions.
16315         (flyspell-mode-off): Use remove-hook for after-change-functions.
16316         (flyspell-changes): Make it buffer-local.
16317         (flyspell-after-change-function): Make it non-interactive.  Use push.
16318         (flyspell-post-command-hook): Check input-pending-p while processing
16319         the potentially long list of buffer changes.
16321 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16323         * buff-menu.el (list-buffers-noselect): Display the selected
16324         frame's buffer list, not the global one.
16326 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16328         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
16329         that (list last-input-event) works as in interactive spec.
16331 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16333         * loadup.el ("facemenu"): Load facemenu before font-lock, because
16334         `facemenu-keymap' needs to be defined when font-lock is loaded.
16335         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
16337 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16339         * completion.el: Remove useless leading * in defcustom docstrings.
16340         (save-completions-file-name): Use ~/.emacs.d if available.
16341         (completion-standard-syntax-table): Rename from
16342         cmpl-standard-syntax-table and fold initialization into declaration,
16343         thus removing cmpl-make-standard-completion-syntax-table.
16344         (completion-lisp-syntax-table, completion-c-syntax-table)
16345         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
16346         (cmpl-saved-syntax, cmpl-saved-point): Remove.
16347         (symbol-under-point, symbol-before-point)
16348         (symbol-under-or-before-point, symbol-before-point-for-complete)
16349         (add-completions-from-c-buffer): Use with-syntax-table.
16350         (make-completion): Don't return a list of completion entries.
16351         Update callers.
16352         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
16353         (completion-initialize): Rename from initialize-completions.
16354         (completion-find-file-hook): Rename from cmpl-find-file-hook.
16355         (kill-emacs-save-completions): Collect stats here.
16356         (save-completions-to-file, load-completions-from-file):
16357         Use with-current-buffer.
16358         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
16359         into a function.  Move all calls to toplevel.
16360         (completion-lisp-mode-hook): New fun.
16361         (completion-c-mode-hook, completion-setup-fortran-mode):
16362         Set the syntax-table here.  Use local-set-key.
16363         (completion-saved-bindings): New var.
16364         (dynamic-completion-mode): Make it into a proper minor mode.
16365         (load-completions-from-file): Remove unused var `num-uses'.
16367         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
16368         constructor if it is explicitly overridden.
16370         * complete.el (PC-completion-as-file-name-predicate):
16371         Use minibuffer-completing-file-name.
16372         (partial-completion-mode): Use find-file-not-found-functions.
16373         (PC-lisp-complete-symbol): Use with-syntax-table.
16374         (PC-look-for-include-file): Remove dead setq.
16375         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
16376         (PC-complete): Use with-current-buffer.
16378         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
16379         escape single quotes.
16381 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16383         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
16384         of `if' whose condition always returned nil.  Doc fix.
16386         * buff-menu.el (Buffer-menu-revert-function): Make the selected
16387         window's buffer the current buffer around the call to
16388         `list-buffers-noselect'.  This is necessary to mark that buffer
16389         with a `.' in the Buffer Menu when called from Lisp, for instance
16390         by Auto Revert Mode.
16392 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16394         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
16395         attaching to it.
16396         (gdb-pre-prompt): Make sure gdb-error is reset.
16398         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
16399         with a child process, detect it.
16400         (gud-speedbar-buttons): Match regexp more carefully.
16402 2005-11-27  Richard M. Stallman  <rms@gnu.org>
16404         * mouse.el (mouse-drag-move-window-bottom):
16405         Use adjust-window-trailing-edge.
16407 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16409         * simple.el (blink-matching-open): Ignore
16410         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
16411         (blink-matching-paren-on-screen): Update docstring.
16413         * paren.el (show-paren-mode): No longer change
16414         `blink-matching-paren-on-screen'.
16416 2005-11-27  John Paul Wallington  <jpw@pobox.com>
16418         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16419         (gdb-threads-select, gdb-edit-register-value):
16420         Use `posn-set-point' instead of `mouse-set-point' because the
16421         latter is not fbound when configured without X.
16423 2005-11-27  Kim F. Storm  <storm@cua.dk>
16425         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
16426         existing face when partially highlighting a TAB in a rectangle.
16428 2005-11-26  Kim F. Storm  <storm@cua.dk>
16430         * ido.el (ido-mode-map): Doc fix.
16431         (ido-mode-common-map, ido-mode-file-map)
16432         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
16433         (ido-define-mode-map): Rewrite.  Select one of the new maps as
16434         parent for ido-mode-map instead of building from scratch.
16435         (ido-init-mode-maps): New defun to initialize new maps.
16436         (ido-mode): Call it.
16437         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
16438         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
16440 2005-11-26  John Paul Wallington  <jpw@pobox.com>
16442         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
16443         `mouse-set-point' because the latter is not fbound when configured
16444         without X.
16446 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
16448         * files.el (file-relative-name): Doc fix.
16450 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16452         * progmodes/octave-inf.el (inferior-octave-startup): Force a
16453         non-empty string for secondary prompt PS2.
16455 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16457         * progmodes/compile.el (compilation-setup): Fix last change.
16459 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
16461         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16462         (gdb-mouse-toggle-breakpoint-margin)
16463         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
16464         Add gdb-server-prefix to keep out of command history.
16465         (gdb-edit-register-value): New function.
16466         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
16467         (gdb-info-registers-custom): Use above map.
16469 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16471         * custom.el (enable-theme): Signal error if argument is not a
16472         theme.  Don't recalculate a face if it's not loaded yet.
16474         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
16475         the `user' theme is in effect.
16477         * info.el (Info-on-current-buffer): Record actual filename in
16478         Info-current-file, instead of t, or a fake filename if a non-file
16479         buffer.  Make autoload.
16480         (Info-find-node, Info-revert-find-node): No need to check for
16481         Info-current-file nil.
16482         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
16483         Info-current-file is now never `t'.
16484         (Info-fontify-node): Many simplifications due to Info-current-file
16485         always being valid.  Use Info-find-file to find node filename.
16487 2005-11-25  David Kastrup  <dak@gnu.org>
16489         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
16490         new character, then delete" in order to preserve markers.
16492 2005-11-25  David Ponce  <david@dponce.com>
16494         * recentf.el (recentf-arrange-by-rule): Handle a special
16495         `auto-mode-alist'-like "strip suffix" rule.
16496         (recentf-build-mode-rules): Handle second level auto-mode entries.
16498 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
16500         * viper-keym.el (viper-ESC-key): Use different values in terminal and
16501         window modes.
16503         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
16504         jde-javadoc-checker-report-mode.
16506         * ediff-wind (ediff-make-wide-display): Slight simplification.
16508         * ediff.el (ediff-date): Change the date of last update.
16510 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
16512         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16513         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
16514         (hi-lock-mode): New global minor mode.
16515         (turn-on-hi-lock-if-enabled): New function.
16516         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
16517         Change arguments to regexp and face instead of a font-lock pattern.
16518         Directly set face property, instead of refontifying.
16519         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
16520         (hi-lock-find-patterns): Use line-number-at-pos.
16522         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
16523         arguments for hi-lock-set-pattern.
16524         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
16525         Call font-lock-fontify-buffer.
16526         (hi-lock-find-file-hook, hi-lock-current-line)
16527         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
16529         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
16530         turned off.
16532         * progmodes/compile.el (compilation-setup): Don't fiddle with
16533         font-lock-defaults.
16535 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
16537         * progmodes/gdb-ui.el (gdb-var-create-handler)
16538         (gdb-var-list-children-handler): Find values for all variable
16539         objects.  gud-speedbar-buttons decides whether to display them.
16541 2005-11-24  Romain Francoise  <romain@orebokech.com>
16543         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
16544         buffer name with a space.
16546 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
16548         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
16549         `org-export-local-list-max-depth'.  Change default value to 3.
16550         (org-auto-renumber-ordered-lists)
16551         (org-plain-list-ordered-item-terminator): New options.
16552         (org-at-item-p, org-beginning-of-item, org-end-of-item)
16553         (org-get-indentation, org-get-string-indentation)
16554         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
16555         New functions.
16556         (org-move-item-down, org-move-item-up): New commands.
16557         (org-export-as-html): New classes for CSS support.  Bug fix in
16558         regular expression detecting fixed-width regions.  Respect
16559         `org-local-list-ordered-item-terminator'.
16560         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
16561         also a list item.
16562         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
16563         New item moving functions.
16565 2005-11-24  Juri Linkov  <juri@jurta.org>
16567         * isearch.el (isearch-repeat): With empty search ring set
16568         `isearch-error' to the error string instead of signaling error
16569         with the function `error'.
16571 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16573         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
16575 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
16577         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
16578         and variable.
16579         (gdb-var-create-handler, gdb-var-list-children-handler):
16580         Don't match on "char **...".
16581         (gdb-var-update-handler): Find values for all variable objects.
16582         (gdb-info-frames-custom): Identify frames by leading "#".
16584         * progmodes/gud.el (gud-speedbar-menu-items): Add
16585         gdb-speedbar-auto-raise as radio button.
16586         (gud-speedbar-buttons): Raise speedbar if requested.
16587         Don't match on "char **...".
16588         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
16589         Make it editable.
16591 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
16593         * info.el (Info-fontify-node): Handle the case where
16594         Info-current-file is t.
16596 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16598         * simple.el (blink-matching-open): Fix off-by-one in last change.
16600 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16602         * term/mac-win.el: Don't change default directory.
16604 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
16606         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
16607         buffers correctly.  (It used to throw an error in such buffers.)
16608         Make it ask for confirmation in group buffers and other Custom
16609         buffers containing more than one customization item.
16611 2005-11-22  John Paul Wallington  <jpw@gnu.org>
16613         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
16614         property on mail and url overlays.
16615         (goto-address-at-point): Use `posn-set-point' instead of
16616         `mouse-set-point' because the latter is not fbound when configured
16617         without X.
16619 2005-11-22  Lars Hansen  <larsh@soem.dk>
16621         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
16622         (ls-lisp-classify, ls-lisp-format): Delete call to
16623         ls-lisp-parse-symlink.
16624         (ls-lisp-handle-switches): Handle symlinks to directories as
16625         directories when ls-lisp-dirs-first in non-nil.
16627 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
16629         * startup.el (command-line): Make sure that loaddefs.el is handled
16630         correctly in load-history.
16632 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
16634         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
16635         (gdb-struct-string, gdb-array-string): New constants.
16636         (gdb-info-locals-handler): Use them.
16637         (gdb-reset): Reset gdb-var-list to nil.
16639 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16641         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
16642         in patterns.
16644 2005-11-21  Juri Linkov  <juri@jurta.org>
16646         * custom.el (defcustom): Update link types in docstring.
16648 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
16650         * custom.el (defgroup): Add doc-string-elt info.
16652         * widget.el (define-widget): Don't use declare for the doc-string-elt.
16654 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16656         * newcomment.el (comment-enter-backward): Fix last fix.
16658         * simple.el (blink-matching-open):
16659         * paren.el (show-paren-function): Allow new paren-class info.
16661 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
16663         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
16664         handled automagically.
16666 2005-11-20  Andreas Schwab  <schwab@suse.de>
16668         * descr-text.el (describe-char): When copying overlays put them
16669         over the full char description instead of just the first character
16670         of it.
16672 2005-11-20  Juri Linkov  <juri@jurta.org>
16674         * simple.el (what-cursor-position):
16675         * descr-text.el (describe-char): Use Lisp-readable syntax
16676         for octal and hex.  Reorder decimal, octal and hex values.
16677         Remove excess whitespace in the output.  Use `=' in `column='
16678         like in `point=' and `Hscroll='.
16680         * international/mule-cmds.el (encoded-string-description):
16681         Use Lisp-readable syntax for hex.
16683 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16685         * newcomment.el (comment-enter-backward): Handle the case where the
16686         comment is closed by EOB.
16688 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16690         * longlines.el (longlines-before-revert-hook)
16691         (longlines-after-revert-hook): New functions.
16692         (longlines-mode): Turn off longlines temporarily when reverting.
16693         Add a message-setup-hook.
16694         (longlines-decode-buffer): New function.
16695         (longlines-wrap-line): Preserve marker positions.
16697 2005-11-19  Andreas Schwab  <schwab@suse.de>
16699         * emacs-lisp/shadow.el: Handle compressed files.
16701 2005-11-19  Romain Francoise  <romain@orebokech.com>
16703         * net/browse-url.el (browse-url-default-browser): Signal an error
16704         if no usable browser can be found, rather than try to load w3.
16706 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
16708         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
16709         replacing existing properties.
16710         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16711         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
16712         tty specs.
16713         (rcirc-server-prefix, rcirc-server): New faces.
16714         (rcirc-url-regexp): Generate with rx macro.
16715         (rcirc-last-server-message-time): New variable.
16716         (rcirc-filter): Record time of last message.
16717         (rcirc-keepalive): Kill processes that did not send a message
16718         since the last ping.
16719         (rcirc-mode): Give rcirc-topic a local binding here.
16721 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
16723         * subr.el (read-passwd): Fontify the prompt as we do with other
16724         prompts.
16726 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
16728         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
16729         binding buffer-read-only to nil.
16731 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16733         * complete.el (partial-completion-mode):
16734         Mention completion-auto-help in the doc string.
16736         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
16737         more Lisp-ish way.
16739 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
16741         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
16742         digits, not 8, to avoid misalignment for files larger than 100MB.
16744 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16746         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
16747         Mention "keyboard shortcuts" in the help text.
16749 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16751         * startup.el (fancy-splash-default-action): Discard only
16752         mouse-down and succeeding mouse-up events in the splash screen
16753         window so that drag-n-drop event can be processed.
16755 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
16757         * longlines.el (longlines-mode): Add hacks for mail-mode and
16758         message-mode.
16760 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
16762         * textmodes/org.el (org-table-sort-lines): New command.
16763         (org-tbl-menu): Add entry for `org-table-sort-lines'.
16764         (org-add-file): Command removed, use `org-agenda-file-to-front'
16765         instead.
16766         (org-export-icalendar): Use `org-icalendar-combined-name'.
16767         (org-cycle-agenda-files, org-agenda-file-to-end)
16768         (org-agenda-file-to-front): New commands.
16769         (org-table-tab-jumps-over-hlines, org-export-html-style):
16770         New options.
16771         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
16772         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
16773         New functions.
16774         (org-fill-paragraph): Call `org-table-align' in tables.
16775         (org-mode): Call `org-set-autofill-regexps'.
16776         (org-export-as-html): Support for local handformatted lists.
16777         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
16778         (org-export-local-list-max-depth): New option.
16779         (org-html-expand): Use `org-html-protect'.
16781 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
16783         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
16784         to "p".
16785         (gdb): Move definition of gud-pp to...
16787         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
16788         speedbar.
16789         (gdb-find-watch-expression): New function.
16791 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16793         * faces.el (face-attribute, set-face-attribute): Mention existence
16794         of `:ignore-defface' setting in docstring.
16796 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16798         * simple.el (completion-setup-function): Fix last change.
16800 2005-11-17  John Paul Wallington  <jpw@pobox.com>
16802         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
16803         Use `posn-set-point' instead of `mouse-set-point' because the
16804         latter is not fbound when configured without X.
16806         * comint.el (comint-insert-input): Likewise.
16808 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16810         * simple.el (hard-newline): New variable.
16811         (sendmail-user-agent-compose, next-line): Use it.
16813         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
16814         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
16815         (mail-mail-reply-to, mail-mail-followup-to)
16816         (mail-position-on-field, mail-signature, mail-yank-original)
16817         (mail-attach-file): Likewise.
16819         * mail/mailheader.el (mail-header-format)
16820         (mail-header-format-function): Likewise.
16822         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
16824 2005-11-17  Juri Linkov  <juri@jurta.org>
16826         * font-lock.el (font-lock-faces): Rename this defgroup from
16827         `font-lock-highlighting-faces'.
16828         (font-lock-comment-face, font-lock-comment-delimiter-face)
16829         (font-lock-string-face, font-lock-doc-face)
16830         (font-lock-keyword-face, font-lock-builtin-face)
16831         (font-lock-function-name-face, font-lock-variable-name-face)
16832         (font-lock-type-face, font-lock-constant-face)
16833         (font-lock-warning-face, font-lock-negation-char-face)
16834         (font-lock-preprocessor-face)
16835         (font-lock-regexp-grouping-backslash)
16836         (font-lock-regexp-grouping-construct): Rename :group from
16837         `font-lock-highlighting-faces' to `font-lock-faces'.
16839         * cus-edit.el (lisp, c, tex):
16840         * progmodes/ada-mode.el (ada):
16841         * progmodes/asm-mode.el (asm):
16842         * progmodes/cperl-mode.el (cperl-faces):
16843         * progmodes/cpp.el (cpp):
16844         * progmodes/dcl-mode.el (dcl):
16845         * progmodes/f90.el (f90):
16846         * progmodes/fortran.el (fortran):
16847         * progmodes/icon.el (icon):
16848         * progmodes/idlwave.el (idlwave-misc):
16849         * progmodes/m4-mode.el (m4):
16850         * progmodes/make-mode.el (makefile):
16851         * progmodes/meta-mode.el (meta-font):
16852         * progmodes/modula2.el (modula2):
16853         * progmodes/octave-mod.el (octave):
16854         * progmodes/pascal.el (pascal):
16855         * progmodes/perl-mode.el (perl):
16856         * progmodes/prolog.el (prolog):
16857         * progmodes/ps-mode.el (PostScript-edit):
16858         * progmodes/scheme.el (scheme):
16859         * progmodes/sh-script.el (sh-script):
16860         * progmodes/simula.el (simula):
16861         * progmodes/tcl.el (tcl):
16862         * textmodes/nroff-mode.el (nroff):
16863         * textmodes/reftex-vars.el (reftex-fontification-configurations):
16864         * textmodes/sgml-mode.el (sgml):
16865         * textmodes/texinfo.el (texinfo):
16866         Add :link (custom-group-link font-lock-faces) to defgroup.
16868         * hi-lock.el (hi-lock): Rename this defgroup from
16869         `hi-lock-interactive-text-highlighting'.  Change parent group from
16870         `faces' to `font-lock'.  Add link to the manual.
16871         (hi-lock-mode, hi-lock-file-patterns-range)
16872         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
16873         `hi-lock-interactive-text-highlighting' to `hi-lock'.
16874         (hi-lock-faces): Add :group `faces'.
16876         * cus-edit.el (custom-variable-prompt): Clarify the code.
16878         * faces.el (face-read-string): Set the default value arg of
16879         completing-read.
16881 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
16883         * rfn-eshadow.el (file-name-shadow-properties)
16884         (file-name-shadow-tty-properties, file-name-shadow-mode):
16885         Remove autoloads, because the file is now preloaded.
16887 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16889         * printing.el (easy-menu-intern): Don't define.
16890         (pr-get-symbol): Use easy-menu-intern only if defined.
16892         * simple.el (blink-matching-open): Simplify a bit.
16893         (completion-setup-function): Fix the case of partial-completion-mode
16894         when the minibuffer's contents start with "-".
16895         Obey completion-base-size-function even when
16896         minibuffer-completing-file-name is non-nil.
16898 2005-11-16  Richard M. Stallman  <rms@gnu.org>
16900         * net/eudcb-ph.el (eudc-ph-open-session):
16901         Use set-process-query-on-exit-flag.
16903         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
16905         * international/ucs-tables.el (ucs-set-table-for-input):
16906         Use make-local-variable, not make-variable-buffer-local.
16908         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
16909         Improve warning message text.
16911         * savehist.el (savehist-save-hook): Add :group.
16913         * menu-bar.el (menu-bar-help-menu):
16914         Rename Find Extra Packages to External Packages.
16916         * cus-edit.el (Custom-reset-standard): Verify that
16917         :custom-standard-value prop exists before calling it.
16919         * apropos.el (apropos-calc-scores): Use apropos-pattern.
16921 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
16923         * wid-edit.el (color): Enclose %t in %{...%}.
16925         * cus-edit.el (face): Enclose %t in %{...%}.
16927 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
16929         * savehist.el (savehist-mode-hook): Re-add the var.
16930         (savehist-mode): Use it.
16932 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16934         * textmodes/flyspell.el: Fix commenting convention.
16935         Remove unnecessary leading * in custom docstrings.
16936         (flyspell-emacs): Remove unused var.
16937         (flyspell-delete-region-overlays): Use remove-overlays.
16938         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
16939         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
16940         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
16941         (flyspell-debug-signal-word-checked): Use with-current-buffer.
16942         (make-flyspell-overlay): Don't locally reuse a global name.
16943         (flyspell-highlight-incorrect-region)
16944         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
16945         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
16946         (flyspell-notify-misspell): Remove unused args `start' and `end'.
16947         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
16948         Wrap calls to accept-process-output inside with-local-quit since it's
16949         often called from a post-command-hook.
16950         (flyspell-correct-word, flyspell-auto-correct-word):
16951         Use ispell-send-string.
16952         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
16954         * calendar/diary-lib.el (diary-list-entries): Also hide the
16955         terminating newline.
16957 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
16959         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
16960         window-system, to allow fonts on tty.
16962 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
16964         * progmodes/gud.el (gud-speedbar-item-info): New function.
16965         (gud-install-speedbar-variables): Use it to display data type
16966         of watch expression as a tooltip in speedbar.
16968 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
16970         * font-core.el (global-font-lock-mode): Add :version keyword,
16971         because default was changed.
16973         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
16975         * startup.el (command-line): Use `custom-reevaluate-setting' for
16976         `file-name-shadow-mode'.
16978         * loadup.el: Preload rfn-eshadow.
16980         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
16981         Add :version keyword.
16982         (file-name-shadow-properties, file-name-shadow-tty-properties)
16983         (file-name-shadow): Add :version keyword.
16985         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
16986         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
16987         in the custom-group property of the symbol frames and the fringe
16988         group got no link to its parent group frames.
16989         Doc fix.
16991 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16993         * progmodes/gud.el (gud-stop-subjob): New function.
16994         (gud-menu-map, gud-tool-bar-map): Use it.
16996 2005-11-16  Kim F. Storm  <storm@cua.dk>
16998         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
16999         than kill it.
17000         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
17001         to a more useful/logical place.
17003 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17005         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17006         go buttons complementary.
17008 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17010         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17011         (rfn-eshadow-sifn-equal): New function.
17012         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17014 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
17016         * viper-utils.el (viper-non-word-characters-reformed-vi):
17017         Quote `-' in string.
17019         * viper.el (viper-emacs-state-mode-list): Ensure that
17020         rcirc-mode buffers come up in Emacs state.
17022         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
17023         operation.
17025 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
17027         * term.el (term-termcap-format): Fix typos.
17028         (term-down): Fix the negative argument case.
17030 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17032         * progmodes/gdb-ui.el: Remove face-alias left over from change on
17033         2005-08-15.
17034         (gdb-ann3): New command gud-go.
17035         (menu): Accomodate gdb-mi.el.
17036         (gdb-assembler-custom): Make buffer of selected window current
17037         so that set-window-point works.
17039         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
17040         buttons and include new ones.
17042 2005-11-16  Kim F. Storm  <storm@cua.dk>
17044         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
17045         (gud-menu-map): Use it.
17047 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
17049         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17050         that works correctly for Custom and that does not override a user
17051         who disables it.
17053         * help-mode.el (help-make-xrefs, help-xref-on-pp)
17054         (help-xref-interned, help-follow): Make hyperlinks for variables
17055         that are unbound, but have a non-nil variable-documentation property.
17057         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17058         mode hook.  (It conflicted with defcustoms for some mode hooks.)
17059         Use the `variable-documentation' property to give the mode hook a
17060         docstring and expand that docstring.
17062 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
17064         * savehist.el (savehist-mode): Don't bother with
17065         `custom-set-minor-mode'.
17066         (savehist-coding-system): Check XEmacs version.
17067         (history-length): Declare also at run time.
17068         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
17069         Don't set the customize state.
17070         (savehist-minibuffer-hook): Special case for when
17071         minibuffer-history-variable is equal to t.
17073 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17075         * files.el (write-file): Refresh VC status.
17077         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17078         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17079         than fundamental-mode to see if the mode was set.
17081 2005-11-14  Romain Francoise  <romain@orebokech.com>
17083         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17084         dummy function in `eval-when-compile' to avoid compiler warning.
17085         Require `man' at compile time.
17087 2005-11-14  Jay Belanger  <belanger@truman.edu>
17089         * calc-alg.el (calcFunc-write-out-power): Rename it to
17090         calcFunc-powerexpand.
17091         (math-write-out-power): Rename it to math-powerexpand; have it
17092         handle negative exponents.
17093         (calc-writeoutpower): Rename it to calc-powerexpand.
17095         * calc-ext.el: Change calcFunc-writeoutpower and
17096         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17097         autoloads.
17098         Add calcFunc-ldiv to autoloads.
17100         * calc-arith.el (calcFunc-ldiv): New function.
17102         * calc.el (calc-left-divide): New function.
17104 2005-11-14  Juri Linkov  <juri@jurta.org>
17106         * cus-edit.el (custom-variable-prompt): Set the default value arg
17107         of completing-read.
17109         * cus-dep.el (custom-make-dependencies): Reverse the list of
17110         found dependencies.
17112 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
17114         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17115         Highlighting" entry, it is on by default now.
17116         (menu-bar-options-save): Do not save global-font-lock-mode.
17118 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17120         * textmodes/flyspell.el (flyspell-large-region):
17121         Call flyspell-accept-buffer-local-defs.
17123 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
17125         * textmodes/flyspell.el (flyspell-notify-misspell):
17126         Fix misspelling of "Misspelling".
17127         (flyspell-process-localwords): New function.
17128         (flyspell-large-region): Call flyspell-process-localwords and
17129         flyspell-delete-region-overlays.
17130         (flyspell-delete-region-overlays): New function.
17131         (flyspell-delete-all-overlays): Call that.
17133 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17135         * help.el (help-for-help-internal): Improve doc of C-h a.
17136         (describe-key): Improve prompt; doc fix.
17138 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17140         * vc-svn.el (vc-svn-registered): Catch all errors.
17142         * cus-dep.el (custom-make-dependencies): Typo.
17144 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
17146         * net/tramp-util.el (top): Fix compilation warning.
17148 2005-11-13  Kim F. Storm  <storm@cua.dk>
17150         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
17152 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17154         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17155         (gud-speedbar-buttons): Match on "const char *" too.
17157         * progmodes/gdb-ui.el (gdb-var-create-handler)
17158         (gdb-var-list-children-handler): Match on "const char *" too.
17159         (gdb-var-evaluate-expression-handler): Match on empty string.
17160         (gdb-var-update-handler): Only call
17161         gdb-var-evaluate-expression-handler when required.
17163 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17165         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17166         selected window.  This still doesn't work for speedbar.
17167         (gud-speedbar-buttons): Handle string expressions properly.
17169         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17170         (gdb-var-create-handler): Handle string expressions properly.
17171         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17172         Handle string expressions properly.  Move "type" field into regexp.
17174 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17176         * bookmark.el (bookmark-maybe-message): New function to reduce
17177         code duplication: invokes `message' iff baud-rate is high enough.
17178         (bookmark-write-file): Use above instead of an inline conditional.
17179         (bookmark-load): Same.
17181 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17183         * bookmark.el (bookmark-write-file): Don't visit the destination
17184         file, just write the data to it using write-region.  This is
17185         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17186         change to avoid visiting the file in the first place.
17188 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
17190         * hi-lock.el (hi-lock-mode): Set the default value of
17191         font-lock-defaults.
17193 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
17195         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17196         arg to `file-attributes'.
17197         (find-lisp-format): The UID and GID can now be strings.
17199 2005-11-12  Kim F. Storm  <storm@cua.dk>
17201         * help.el (help-map): Bind C-h d to apropos-documentation.
17203         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17204         when point is at end-of-buffer.
17206         * apropos.el (apropos-match-face): Doc fix.
17207         (apropos-sort-by-scores): Add new choice `verbose'.
17208         (apropos-documentation-sort-by-scores): New defcustom.
17209         (apropos-pattern): Now contains the pattern entered by the user.
17210         (apropos-pattern-quoted): New defvar.
17211         (apropos-regexp): New defvar, containing the regexp corresponding
17212         to apropos-pattern.
17213         (apropos-all-words-regexp): Rename from apropos-all-regexp.
17214         (apropos-read-pattern): New defun.  Use it to read pattern arg in
17215         interactive calls; returns list of words for a word list, and
17216         string for a regexp.
17217         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
17218         parses a list of words or regexp as returned by apropos-read-pattern.
17219         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17220         (apropos-score-doc): Return a very high score if the string
17221         entered by the user matches literally.
17222         (apropos-variable): Doc fix.  Use apropos-read-pattern.
17223         (apropos-command): Doc fix.  Use apropos-read-pattern and
17224         apropos-parse-pattern.  Call apropos-print with nosubst=t.
17225         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
17226         apropos-parse-pattern.
17227         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
17228         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
17229         apropos-documentation-sort-by-scores.  Call apropos-print with
17230         nosubst=t.
17231         (apropos-documentation-internal): Pass doc string through
17232         substitute-key-definition before adding text properties.
17233         Highlight substring matching literal user input if possible.
17234         (apropos-documentation-check-doc-file): Remove locals beg and end.
17235         Fix calculation of score (as added twice).  Pass doc string through
17236         substitute-key-definition before adding text properties.
17237         (apropos-documentation-check-elc-file): Pass doc string through
17238         substitute-key-definition before adding text properties.
17239         Highlight substring matching literal user input if possible.
17240         (apropos-print): Add new arg NOSUBST; if set, command and variable
17241         doc strings have already been passed through substitute-key-definition.
17242         Add code to handle apropos-accumulator items without score element
17243         for backwards compatibility (e.g. with woman package).
17244         Only show scores if apropos-sort-by-scores is `verbose'.
17246 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17248         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17249         Add jka-compr-load-suffixes to load-suffixes.
17251         * jka-compr.el: Require jka-cmpr-hook.
17252         (jka-compr-info-compress-message, jka-compr-info-compress-program)
17253         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17254         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17255         (jka-compr-info-can-append, jka-compr-info-strip-extension)
17256         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17257         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
17258         (jka-compr-uninstall): Remove entries from
17259         jka-compr-added-to-file-coding-system-alist after they are used.
17260         (jka-compr-error): Remove unused var `curbuf'.
17261         (jka-compr-file-local-copy): Remove unused var `notfound'.
17263 2005-11-10  Romain Francoise  <romain@orebokech.com>
17265         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17267 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
17269         * progmodes/gud.el (gud-menu-map): Move parentheses.
17270         (gdb): New command gud-pv.
17272 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17274         * tar-mode.el: Remove spurious or unnecessary leading stars
17275         in docstrings.
17276         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17277         (tar-parse-octal-integer-safe): Use mapc.
17278         (tar-header-block-summarize): Remove unused var `ck'.
17279         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
17280         cleared before.  Obey default-enable-multibyte-characters.
17281         Use mapconcat.  Simplify setting of tar-header-offset.
17282         (tar-mode-map): Move initialization inside delcaration.
17283         (tar-flag-deleted): Use `abs'.
17284         (tar-expunge-internal): Remove unused var `line'.
17285         (tar-expunge-internal): Don't hardcode point-min==1.
17286         (tar-expunge): Widen while doing set-buffer-multibyte.
17287         (tar-rename-entry): Use file-name-coding-system.
17288         (tar-alter-one-field): Don't hardcode point-min==1.
17289         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
17290         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
17292 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17294         * add-log.el (add-log-current-defun): Handle class::method
17295         notation of c++.  Fix incorrect comment.
17297 2005-11-10  Alan Mackenzie  <acm@muc.de>
17299         * help-fns.el (describe-variable): Make C-h v work when a variable
17300         has variable documentation yet is unbound.
17302 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17304         * man.el (Man-highlight-references): Set an empty
17305         string to `Man-arguments' if it is nil.
17306         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
17308 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17310         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
17311         commenting conventions.
17313         * cus-dep.el (custom-make-dependencies): Simplify.
17314         Better follow the commenting conventions.
17316 2005-11-09  Richard M. Stallman  <rms@gnu.org>
17318         * apropos.el (apropos-pattern): Rename from apropos-regexp.
17319         (apropos-orig-pattern): Rename from apropos-orig-regexp.
17320         All uses changed.
17321         (apropos-rewrite-regexp): Doc fix.
17322         (apropos-variable, apropos-command, apropos, apropos-value):
17323         Change prompt; carry through the argument renaming.
17325 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
17327         * find-lisp.el: Require dired.
17328         (find-lisp-find-dired-internal): Do not call
17329         `abbreviate-file-name' on DIR.
17331 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
17333         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
17335 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
17337         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
17338         when using the speedbar.
17339         (gdb): New command gud-pp.
17340         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
17342 2005-11-09  Juri Linkov  <juri@jurta.org>
17344         * replace.el (occur-excluded-properties): New defcustom.
17345         (occur-1, occur-engine, occur-accumulate-lines): Use it.
17347 2005-11-08  Jay Belanger  <belanger@truman.edu>
17349         * calc/calc-units.el (math-convert-units): Replace any composite
17350         unit by its definition.
17352 2005-11-08  Lars Hansen  <larsh@soem.dk>
17354         * emacs-lisp/autoload.el (update-directory-autoloads):
17355         Add obsolete function alias.
17357 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17359         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17360         comment-indent-function.
17361         (lisp-comment-indent): Replace by an alias for comment-indent-default.
17363         * reveal.el (reveal-post-command): Rework the handling of
17364         reveal-open-spots, so as to be more reliable.  There were several
17365         tricky corner cases where an open spot might be lost, or where
17366         a closed spot might end up on the list of open spots.
17367         Only reveal text that's ellipsised.
17369 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
17371         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
17373 2005-11-07  John Paul Wallington  <jpw@gnu.org>
17375         * ibuffer.el (ibuffer): Search iconified frames too when
17376         getting Ibuffer buffer's window.
17378 2005-11-06  Richard M. Stallman  <rms@gnu.org>
17380         * progmodes/compile.el (compilation-internal-error-properties):
17381         save-excursion around the computation of MARKER.
17383 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
17385         * textmodes/flyspell.el (flyspell-external-point-words):
17386         flyspell-get-word returns a list, not just a string.
17388 2005-11-06  John Paul Wallington  <jpw@pobox.com>
17390         * ibuffer.el (ibuffer): Search all visible frames when getting
17391         Ibuffer buffer's window.
17393 2005-11-07  Masatake YAMATO  <jet@gyve.org>
17395         * man.el (Man-reference-regexp): Accept spaces between
17396         `Man-name-regexp' and `Man-section-regexp'.
17397         (Man-apropos-regexp): New variable.
17398         (Man-abstract-xref-man-page): Use value for `Man-target-string'
17399         if available.
17400         (Man-highlight-references, Man-highlight-references0):
17401         Handle the case when `Man-arguments' includes "-k".
17402         (Man-highlight-references0): Rename the argument `TARGET-POS' to
17403         `TARGET'. `TARGET' can be a number, function or nil.
17405 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
17407         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
17408         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
17409         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
17410         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
17411         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
17412         (gdb-send-item): Use buffer-local-value and simplify.
17414 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
17416         * startup.el (command-line): Use `custom-reevaluate-setting' for
17417         `global-font-lock-mode'.
17419         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
17420         by default, except in batch mode or when the -D option is given.
17422         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
17423         specified keyword args on to `define-minor-mode'.  Update docstring.
17425 2005-11-05  Romain Francoise  <romain@orebokech.com>
17427         * replace.el (occur-engine): Add marker at end of line, too.
17429 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17431         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17432         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17433         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17434         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17435         argument to all these routines, so the passphrase can be managed
17436         externally and passed in to the system.
17437         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17438         pgg-add-passphrase-to-cache function.
17440         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17441         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17442         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17443         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17444         argument to all these routines, so the passphrase can be managed
17445         externally and passed in to the system.
17446         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17447         function.
17449 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
17451         * font-lock.el: Don't deal with font-lock-face-attributes here,
17452         move the code ...
17454         * startup.el (command-line): ... here.  Use face-spec-set instead
17455         of custom-declare-face.
17457         * faces.el (face-spec-set): Reset the face if spec is not nil.
17459 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17461         * newcomment.el (comment-region-internal): Box more tightly in the
17462         common case where there's no TAB in the boxed text.
17464 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17466         * info.el (info-tool-bar-map): Use images prev-node, next-node and
17467         up-node.
17469 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
17471         * newsticker.el: Commentary updated.  Code formatting changed.
17472         (newsticker-version): Change to "1.9".
17473         (newsticker, newsticker-feed): Doc fix.
17474         (newsticker-url-list): Doc fix.  Add option "Weekly".
17475         (newsticker-retrieval-interval): Add option "Weekly".
17476         (newsticker-headline-processing): Doc fix.
17477         (newsticker-auto-mark-filter): Remove.
17478         (newsticker-auto-mark-filter-list): New.
17479         (newsticker-layout, newsticker-sort-method): Doc fix.
17480         (newsticker-hide-old-items-in-newsticker-buffer)
17481         (newsticker-heading-format, newsticker-item-format)
17482         (newsticker-desc-format): Doc fix.
17483         (newsticker-show-all-rss-elements): Remove.
17484         (newsticker-show-all-news-elements): New.
17485         (newsticker-faces, newsticker-ticker): Doc fix.
17486         (remove-from-invisibility-spec): Code formatting.
17487         (newsticker--process-ids): New.
17488         (newsticker-mode): Doc fix.
17489         (newsticker-mode): Change mode-line-format.
17490         (newsticker-start): Remove debug output.
17491         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
17492         (newsticker-w3m-show-inline-images): Code formatting.
17493         (newsticker-next-item): Call `force-mode-line-update'.
17494         (newsticker-previous-item): Call `force-mode-line-update'.
17495         (newsticker-next-feed): Call `force-mode-line-update'.
17496         (newsticker-previous-feed): Call `force-mode-line-update'.
17497         (newsticker-mark-all-items-at-point-as-read): Code formatting.
17498         (newsticker-show-old-items): Do not show descs.
17499         (newsticker-hide-entry): Hide too much.
17500         (newsticker-hide-entry, newsticker-show-entry)
17501         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
17502         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
17503         (newsticker-toggle-auto-narrow-to-item): Code formatting.
17504         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
17505         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
17506         (newsticker-get-news): Call `force-mode-line-update'.
17507         Collect process ids.
17508         (newsticker--sentinel): Change coding system handling.
17509         Move image retrieval to new functions newsticker--get-logo-url-*.
17510         Move feed parsing to new functions newsticker--parse-*.
17511         Update list of process ids.
17512         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
17513         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
17514         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
17515         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
17516         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17517         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
17518         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
17519         (newsticker--decode-coding-string): Remove.
17520         (newsticker--decode-numeric-entities): Check input.  Format code.
17521         (newsticker--remove-whitespace): Check input.
17522         (newsticker--do-forget-preformatted): Doc fix.
17523         (newsticker--decode-rfc822-date): Allow for missing time.
17524         (newsticker--update-process-ids): New.
17525         (newsticker--image-sentinel): Change comment.
17526         (newsticker--image-read): Change error message.
17527         (newsticker--imenu-goto): Doc fix.  Show headline title.
17528         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
17529         (newsticker--buffer-do-insert-text): Clean whitespace in
17530         html-rendered headline title.  Code formatting.
17531         Call `newsticker--buffer-print-extra-elements'.
17532         (newsticker--buffer-print-extra-element): Remove.
17533         (newsticker--buffer-print-extra-elements): New.
17534         (newsticker--buffer-do-print-extra-element): New.
17535         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
17536         large sizes.
17537         (newsticker--run-auto-mark-filter)
17538         (newsticker--do-run-auto-mark-filter):
17539         Use `newsticker-auto-mark-filter-list'.
17541 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
17543         * net/rcirc.el: Use split-string OMIT-NULLS argument.
17544         (rcirc-print): Force redisplay before running hooks.  Do long
17545         buffer truncation after making new text read-only.  Deal with nil
17546         text when decoding strings.  If TARGET is nil, use either the
17547         currently selected buffer, if it is an rcirc buffer and of the
17548         same process or the process buffer.
17549         (rcirc-mode): Remove header-line.  Recompute short buffer names.
17550         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
17551         (rcirc-short-buffer-name): Add variable.
17552         (rcirc-kill-buffer-hook): Recompute short buffer names.
17553         Remove nick from private channel.
17554         (rcirc-send-input): Send command text to current-buffer.
17555         Don't clear overlay arrow here.
17556         (rcirc-short-buffer-name): Return a short buffer name.
17557         (rcirc-update-short-buffer-names, rcirc-abbreviate)
17558         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
17559         buffer-name abbreviations.
17560         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
17561         Do not touch nick-table when killing a parted channel.
17562         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
17563         Clear arrow from current buffer if it is now hidden.
17564         (rcirc-current-buffer): Add variable.
17565         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17566         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
17567         Remove -face from names.
17568         (rcirc-update-activity-string): Print "DND" when globally ignoring
17569         activity.
17570         (rcirc-ignore-buffer-activity-flag): Rename from
17571         rcirc-ignore-channel-activity.
17572         (rcirc-ignore-all-activity-flag): Doc fix.
17573         (rcirc-channels): Remove variable.
17574         (rcirc-kill-buffer-hook):
17575         (rcirc-get-buffer-create): Add nick to private channel.
17576         (rcirc-multiline-edit-submit): Remove tabs.
17577         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
17578         folded.
17579         (rcirc-remove-nick-channel): Bug fix.
17580         (rcirc-toggle-ignore-buffer-activity): Rename from
17581         rcirc-toggle-ignore-channel-activity.
17582         (rcirc-record-activity): Add buffers to the front of the list.
17583         (rcirc-update-activity): Remove killed buffers from list.
17584         (rcirc-process-server-response-1): Remove last argument if it is
17585         null before calling handler.
17586         (rcirc): Add "rcirc" defcustom prefix.
17587         (rcirc-prompt): Simplify default prompt.
17588         Use custom-initialize-default.
17589         (rcirc-private-chats): Remove variable.
17590         (rcirc-prompt): Change initialization.
17591         (rcirc-version): Remove function.
17592         (rcirc-id-string): Add constant.
17593         (rcirc-last-buffer): Remove variable.
17594         (rcirc-buffer-alist): Add variable.
17595         (rcirc-connect): Update variable setup.
17596         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
17597         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
17598         default.
17599         (rcirc-handler-generic): Trigger activity.
17600         (rcirc-send-message): Create the buffor of the target.
17601         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
17602         (rcirc-get-buffer): Just return nil if there is no matching buffer.
17603         (rcirc-multiline-edit-cancel): Remove function.
17604         (rcirc-set-last-buffer): Remove function.
17605         (rcirc-get-any-buffer): Add function.
17606         (rcirc-join-channels): Don't print /join text.
17607         (rcirc-toggle-ignore-channel-activity): Add and update echo area
17608         messages.
17609         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
17610         (rcirc-handler-NOTICE): Recognize CTCP responses.
17611         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
17612         constructing TOPIC string for buffers we are not JOINed.
17613         (rcirc-handler-CTCP-response): Add handler.
17614         (rcirc-multiline-edit-submit): Restore the window-configuration
17615         before adjusting point.
17616         (rcirc): Add customization group.
17617         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
17618         (rcirc-user-full-name, rcirc-startup-channels-alist)
17619         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
17620         (rcirc-ignore-all-activity-flag, rcirc-time-format)
17621         (rcirc-input-ring-size, rcirc-read-only-flag)
17622         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
17623         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
17624         Change defvar to defcustom.
17625         (rcirc-update-prompt): Add optional ALL arg, which will update
17626         prompts in all rcirc buffers.  Regexp quote replacement text.
17627         (rcirc-fill-column): Accept frame-width as a value.
17628         (rcirc-set-changed): Add function.
17629         (rcirc-next-active-buffer): Write more meaningful messages.
17630         (rcirc-faces): Add customization group.
17631         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
17632         (rcirc-nick-in-message-face, rcirc-prompt-face)
17633         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
17634         (with-rcirc-process-buffer): Move before first usage.
17635         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
17636         (rcirc-debug-flag): Rename from `rcirc-log-p'.
17637         (rcirc-debug): Rename from `rcirc-log'.
17638         (rcirc-format-response-string): Do not print `-' chars for a
17639         NOTICE with no sender.  Simplify output of server responses.
17641 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17643         (rcirc-browse-url-map, rcirc-browse-url-at-point)
17644         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
17645         Make urls mouse and RET clickable.
17647 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17649         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
17651 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17653         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17654         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17655         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17656         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17657         argument to all these routines, so the passphrase can be managed
17658         externally and passed in to the system.
17659         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17660         pgg-add-passphrase-to-cache function.
17662         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17663         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17664         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17665         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17666         argument to all these routines, so the passphrase can be managed
17667         externally and passed in to the system.
17668         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17669         function.
17671 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
17673         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
17674         from goto-address-url-regexp.
17676 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
17678         * textmodes/org.el (org-read-date, org-goto-calendar)
17679         (org-recenter-calendar, org-agenda-goto-calendar):
17680         Temporarily clear `calendar-move-hook'.
17682 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
17684         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
17685         merging.
17687         * ediff-util.el (ediff-previous-difference): Don't skip regions that
17688         have merge clashes.
17690 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17692         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17693         Undo previous change.
17695         * startup.el (command-line): Use `custom-reevaluate-setting' for
17696         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
17697         tty-register-default-colors on Mac.
17699 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17701         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
17702         (gdb-buffer-type): Make it automatically buffer local...
17703         (gdb-get-create-buffer): ...and set it accordingly.
17704         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
17705         actually work.
17707 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
17709         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
17710         not red.
17712 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17714         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
17715         case GUD buffer is not visible.
17716         (gdb-goto-breakpoint): Try to force display in source buffer.
17717         (gdb-frame-gdb-buffer): Copy other similar functions.
17718         (gdb-restore-windows): Don't display source if not asked for.
17719         (gdb-assembler-buffer-name): Don't capitalise.
17721 2005-11-03  Richard M. Stallman  <rms@gnu.org>
17723         * wid-edit.el (key-sequence): New widget type.
17725         * simple.el (set-mark-command-repeat-pop): New variable.
17726         (set-mark-command): Only interpret plan C-@ after a pop as a pop
17727         if set-mark-command-repeat-pop is true.
17729         * info.el (Info-fontify-node): Don't display extra "see" if there
17730         already is one here.
17732         * mouse.el: Fix special handling of DEL after dragging a region:
17733         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
17734         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
17736         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
17738         * textmodes/ispell.el (ispell-command-loop): Change `i' description
17739         not to assume it pertains to an affix.
17741         * textmodes/flyspell.el (flyspell-post-command-hook):
17742         Bind deactivate-mark to prevent deactivation.
17744 2005-11-03  Lars Hansen  <larsh@soem.dk>
17746         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
17747         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
17748         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
17750 2005-11-03  Romain Francoise  <romain@orebokech.com>
17752         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
17753         Update copyright years.
17755 2005-11-03  Sam Steingold  <sds@gnu.org>
17757         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17758         Use system-type instead of window-system because window-system is not
17759         correctly defined during loadup.
17761 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
17763         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
17764         (xml-parse-tag): Join strings separated by a comment properly.
17766 2005-11-02  Andreas Schwab  <schwab@suse.de>
17768         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
17770 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17772         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
17773         (byte-optimize-pure-func): Quote the eval'd value.
17775         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
17776         Rename from perl-font-lock-syntactic-face-function.
17777         Change the calling convention so it can be used as a font-lock MATCHER.
17778         Do the parse-partial-sexp loop outselves.
17779         (perl-font-lock-syntactic-keywords): Use it.
17780         (perl-mode): Don't set font-lock-syntactic-face-function any more.
17782 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
17784         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
17785         disassembly buffer too.
17786         (gdb-exited): Remove overlay arrows when execution has finished.
17787         (gdb-info-frames-custom, gdb-info-threads-custom)
17788         (gdb-info-registers-custom): Don't add inappropriate text
17789         properties if inferior is not active.
17791 2005-11-02  Glenn Morris  <rgm@gnu.org>
17793         * progmodes/fortran.el (fortran-blink-match):
17794         Use `blink-matching-delay'.
17796 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
17798         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
17800 2005-11-02  Lars Hansen  <larsh@soem.dk>
17802         * net/tramp.el (tramp-action-out-of-band): Handle scp message
17803         "Permission denied".
17805 2005-11-01  Richard M. Stallman  <rms@gnu.org>
17807         * textmodes/flyspell.el (flyspell-external-point-words):
17808         Pass nil to flyspell-get-word.
17810 2005-11-02  Kim F. Storm  <storm@cua.dk>
17812         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
17813         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
17815 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17817         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
17818         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
17819         (calendar-mouse-print-dates): Add optional `event' argument.
17820         Update interactive-spec.
17821         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
17822         Use `calendar-event-to-date' instead of `event'.
17824 2005-11-02  Masatake YAMATO  <jet@gyve.org>
17826         * progmodes/ld-script.el (ld-script-builtins):
17827         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
17828         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
17829         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
17831 2005-11-01  Romain Francoise  <romain@orebokech.com>
17833         * vc-sccs.el: Update copyright year.
17834         * ezimage.el: Likewise.
17836 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
17838         * info.el (Info-fontify-node): Use `string-width' for fontifying
17839         underlined titles.
17841 2005-11-01  Juri Linkov  <juri@jurta.org>
17843         * info.el (Info-fontify-node): Downcase node header keywords Node,
17844         Prev, Next, Up before comparison.
17845         (Info-history): Insert absolute directory name, and put invisible
17846         property on it.
17848 2005-11-01  Juri Linkov  <juri@jurta.org>
17850         * info.el (Info-file-supports-index-cookies): New variable.
17851         (Info-find-node-2): Check makeinfo version for index cookie support.
17852         (Info-index-nodes): Search for nodes with index cookies only when
17853         Info-file-supports-index-cookies is t.  Otherwise, search nodes
17854         with "Index" in the node name.
17855         (Info-index-node): Search index cookie in the current node only when
17856         Info-file-supports-index-cookies is t.  Otherwise, check the word
17857         "Index" in the node name.
17858         (Info-find-emacs-command-nodes): Remove code that searches nodes
17859         with "Index" node name in the top menu.
17861 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17863         * progmodes/scheme.el (scheme-mode-variables): Use the default
17864         comment-indent-function.
17866         * faces.el (face-attribute): Handle the case where a face inherits from
17867         a non-existent face.
17869         * simple.el (eval-expression-print-format): Use lisp-readable syntax
17870         for octal and hexa output, and merge the char into the paren.
17871         (kill-new): Use push.
17872         (copy-to-buffer): Use with-current-buffer.
17873         (completion-setup-function): Move code in loop to remove redundancy.
17874         (minibuffer-local-must-match-map): Don't add bindings that duplicate
17875         those inherited from minibuffer-local-completion-map.
17877         * savehist.el (savehist-mode) <defcustom>:
17878         Use custom-set-minor-mode if available.
17879         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
17880         and emit a message if applicable.
17882 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
17884         * savehist.el: Sync up to version 19.
17885         (savehist-mode): New minor mode.
17886         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
17887         (savehist-length): Remove (use history-length instead).
17888         (savehist-file-modes): Rename from savehist-modes.
17889         (savehist-save-hook, savehist-loaded): New vars.
17890         (savehist-load): Use savehist-mode.  Try to smooth up transition from
17891         old format to new format.
17892         (savehist-install): Allow savehist-autosave-interval to be nil.
17893         (savehist-save): Run the new hook.  Be more careful to only trim the
17894         history variables.
17895         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
17896         (savehist-printable): Print into a buffer rather than char-by-char.
17898 2005-11-01  John Wiegley  <johnw@newartisans.com>
17900         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
17901         toggle-ignore keybinding (C-a).  The author said it had been
17902         disabled much earlier due to a possible incompatibility, but after
17903         many months of usage I have encountered no problems (and it is a
17904         rather useful option, especially for switching to " *temp*").
17906         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
17907         support for OS/X's AddressBook, by calling out to the open source
17908         program "contacts" (installable through Fink).
17910         * net/eudc.el (eudc-expand-inline): If the
17911         `eudc-multiple-match-handling-method' is set to `all', delete the
17912         query string before inserting the query result.
17914         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
17915         flag, to prevent Eshell from using the system ls when
17916         `eshell-ls-insert-directory' is in used.
17917         (eshell-ls-insert-directory): Disable font-lock in directory
17918         buffer so that Eshell's own fontification is seen.  This broke
17919         recently due to changes in font-lock, so this goes back to version
17920         21 behavior.
17922 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
17924         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
17925         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
17926         (gdb-many-windows): Doc fix.
17928 2005-10-31  Romain Francoise  <romain@orebokech.com>
17930         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
17932 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
17934         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
17935         that global-font-lock-mode can be enabled by default.
17937         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
17938         (font-lock-add-keywords, font-lock-remove-keywords)
17939         (font-lock-fontify-buffer): Remove autoload cookies.
17941         * jit-lock.el (jit-lock-register): Likewise.
17943         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
17945 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17947         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
17948         intact if there is no gud-comint-buffer.
17950 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
17952         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
17953         old prompt comint-prompt-read-only is t and GDB commands are
17954         issued from tool bar etc.
17956 2005-10-31  Masatake YAMATO  <jet@gyve.org>
17958         * vc.el (vc-directory-exclusion-list): Add "{arch}".
17960 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17962         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
17963         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
17965 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
17967         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
17968         starting at beginning of line.  Fontification is messed up when
17969         `open-paren-in-column-0-is-defun-start' set to t.
17970         Reported by John Paul Wallington <jpw@pobox.com>.
17972 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
17974         * comint.el (comint-send-input): Call `comint-update-fence' when
17975         `comint-process-echoes' and `comint-prompt-read-only' are both
17976         non-nil, to avoid leftover read-only newline.
17978 2005-10-30  Richard M. Stallman  <rms@gnu.org>
17980         * textmodes/flyspell.el (flyspell-external-point-words):
17981         Detect when WORD can't be checked properly because
17982         flyspell-get-word finds just part of it, and move on.
17984         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
17985         boundarychar for Polish.
17986         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
17987         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
17989 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17991         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
17992         (gdb-registers-font-lock-keywords): Delete.
17993         (gdb-registers-mode): Don't fontify.
17994         (gdb-info-registers-custom): Use text properties instead as, in
17995         future, changed register values will use font-lock-warning-face.
17996         (gdb-local-font-lock-keywords): Rename to...
17997         (gdb-locals-font-lock-keywords): ...for consistency.
17999 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
18001         * vc.el (vc-switch-backend): Better error message if the buffer is
18002         not visiting a file under version control.
18004         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18006 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
18008         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18009         ~/.emacs.d/.emacs.
18011 2005-10-29  Richard M. Stallman  <rms@gnu.org>
18013         * replace.el (occur-mode-mouse-goto): Always go to other window.
18014         (occur-mode-goto-occurrence): Always switch in same window.
18016         * simple.el (undo): Display message at end, not at start.
18018         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18019         New arg REUSE-CELL.
18020         (cancel-timer-internal): New function.
18021         (timer-event-handler): Use cancel-timer-internal,
18022         and pass the cell it returns to timer-activate...
18024         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18025         (jit-lock-deferred-fontify, jit-lock-context-fontify)
18026         (jit-lock-after-change): Test memory-full.
18028 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18030         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18031         part of the decoded armor to find the key-identifier.
18032         (pgg-gpg-lookup-key-owner): New function to return the
18033         human-readable identifier of a key owner.
18034         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18035         key itself.
18036         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18037         the key value) if we have a key and can match it against a secret
18038         key.  Also, added a note pointing out fact that the prompt only
18039         indicates the first matching key.
18041         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18042         pgg-decrypt-region.
18043         (pgg-pending-timers): A new hash for tracking the passphrase cache
18044         timers, so that new ones supercede old ones.
18045         (pgg-add-passphrase-to-cache): Rename from
18046         `pgg-add-passphrase-cache' to reduce confusion (all callers
18047         changed).  Modified to cancel old timers when new ones are added.
18048         (pgg-remove-passphrase-from-cache): Rename from
18049         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18050         changed).  Modified to cancel old timers when their keys are
18051         removed from the cache.
18052         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18053         XEmacs, an indirection to delete-itimer.
18054         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18055         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18056         users can only check cache without risk of prompting.  Correct bug in
18057         notruncate behavior.
18058         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18059         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18060         Add informative docstrings.
18061         (pgg-decrypt): Convey provided passphrase in subordinate call to
18062         pgg-decrypt-region.
18064         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18065         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18066         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18067         `passphrase' argument, so the passphrase can be managed externally
18068         and then passed in to the system.
18070         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18071         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18072         so the passphrase cache can be used reliably with identifiers
18073         besides a pgp packet's key id.
18075         * pgg-gpg.el (pgg-pgp-encrypt-region)
18076         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18077         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18078         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18079         argument to all these routines, so the passphrase can be managed
18080         externally and passed in to the system.
18082         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18083         `notruncate' argument, so the passphrase cache can be used
18084         reliably with identifiers besides a pgp packet's key id.
18086 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18088         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18089         symmetric encryption.
18090         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18091         encrypted session key.
18092         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18093         message ask for the passphrase in a proper way.
18095         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18096         New user commands for symmetric encryption.
18098 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
18100         * textmodes/conf-mode.el (conf-assignment-sign)
18101         (conf-assignment-regexp): Fix docstrings.
18102         (conf-mode-initialize): New function.
18103         (conf-mode): Remove optional args.  Use delay-mode-hooks to
18104         recognize recursive calls.
18105         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18106         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18107         (conf-xdefaults-mode): Use define-derived-mode and
18108         conf-mode-initialize.
18110 2005-10-29  Romain Francoise  <romain@orebokech.com>
18112         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18114 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18116         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18117         part of the decoded armor to find the key-identifier.
18118         (pgg-gpg-lookup-key-owner): New function to return the
18119         human-readable identifier of a key owner.
18120         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18121         key itself.
18122         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18123         the key value) if we have a key and can match it against a secret
18124         key.  Also, added a note pointing out fact that the prompt only
18125         indicates the first matching key.
18127         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18128         pgg-decrypt-region.
18129         (pgg-pending-timers): A new hash for tracking the passphrase cache
18130         timers, so that new ones supercede old ones.
18131         (pgg-add-passphrase-to-cache): Rename from
18132         `pgg-add-passphrase-cache' to reduce confusion (all callers
18133         changed).  Modified to cancel old timers when new ones are added.
18134         (pgg-remove-passphrase-from-cache): Rename from
18135         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18136         changed).  Modified to cancel old timers when their keys are
18137         removed from the cache.
18138         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18139         XEmacs, an indirection to delete-itimer.
18140         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18141         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18142         users can only check cache without risk of prompting.  Correct bug in
18143         notruncate behavior.
18144         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18145         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18146         Add informative docstrings.
18147         (pgg-decrypt): Convey provided passphrase in subordinate call to
18148         pgg-decrypt-region.
18150 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18152         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18153         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18154         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18155         `passphrase' argument, so the passphrase can be managed externally
18156         and then passed in to the system.
18158         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18159         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18160         so the passphrase cache can be used reliably with identifiers
18161         besides a pgp packet's key id.
18163         * pgg-gpg.el (pgg-pgp-encrypt-region)
18164         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18165         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18166         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18167         argument to all these routines, so the passphrase can be managed
18168         externally and passed in to the system.
18170         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18171         `notruncate' argument, so the passphrase cache can be used
18172         reliably with identifiers besides a pgp packet's key id.
18174 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18176         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18177         symmetric encryption.
18178         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18179         encrypted session key.
18180         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18181         message ask for the passphrase in a proper way.
18183         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18184         New user commands for symmetric encryption.
18186 2005-10-28  Bill Wohler  <wohler@newt.com>
18188         * help-mode.el (help-url): New button type.  Calls browse-url.
18189         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18190         Similar to Info nodes: URL `url'.
18191         (help-make-xrefs): Create help-url buttons for
18192         help-xref-url-regexp matches.
18194 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
18196         * tool-bar.el (tool-bar-add-item-from-menu)
18197         (tool-bar-local-item-from-menu): Fix doc strings.
18199 2005-10-28  Romain Francoise  <romain@orebokech.com>
18201         * ldefs-boot.el: Update.
18203         * subr.el (locate-library): Move from help-fns.el.
18204         * help-fns.el (locate-library): Move to subr.el.
18206 2005-10-28  Richard M. Stallman  <rms@gnu.org>
18208         * net/tramp.el (tramp-completion-mode): defvar moved up.
18210         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18212         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18214         * files.el (find-file-noselect): Use %d to format large file size.
18216         * bindings.el (mode-line-format): Add %e.
18218         * loadup.el ("facemenu"): Load unconditionally.
18219         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18220         ("x-dnd"): Load, when appropriate.
18222         * startup.el (command-line): Call before-init-hook earlier.
18223         Warn about some bad characters in -u user name.
18225         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18226         (flyspell-external-point-words): Error if misspelled word is not found.
18227         Set flyspell-large-region-beg at end of word.
18229 2005-10-28  Andreas Schwab  <schwab@suse.de>
18231         * view.el (View-revert-buffer-scroll-page-forward):
18232         Use view-page-size-default.
18234 2005-10-28  Juri Linkov  <juri@jurta.org>
18236         * international/quail.el (quail-get-current-str): Translate last
18237         raw character for deterministic input methods.
18239 2005-10-27  Jay Belanger  <belanger@truman.edu>
18241         * calc/calc-ext.el: Add functions to autoloads.
18242         (math-identity-matrix-p, math-ident-row-p): New functions.
18244         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18245         multiplication by an identity matrix; don't turn multiplication by
18246         an inverse matrix into division.
18247         (math-div-symbol-fancy): Replace division by matrices with
18248         multiplication by inverse.
18250         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18252         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18253         (calc-writeoutpower): New functions.
18255 2005-10-27  Romain Francoise  <romain@orebokech.com>
18257         * replace.el (occur-engine): Include colon in mouse-face highlight.
18259         * dired-x.el: Change Maintainer field.
18261 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
18263         * longlines.el (longlines-mode): Bind after-change-functions to
18264         nil during initial decoding and final encoding.
18266 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
18268         * term.el (term-emulate-terminal, term-handle-colors-array)
18269         (term-handle-ansi-escape): Specify the terminfo capabilities
18270         implemented.
18272 2005-10-26  Richard M. Stallman  <rms@gnu.org>
18274         * info.el (Info-fontify-node): Fix detection of sentence-break
18275         before *Note.
18277 2005-10-26  Romain Francoise  <romain@orebokech.com>
18279         * smerge-mode.el: Add `tools' to file keywords.
18281 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
18283         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
18284         when the fringe is not available.
18286         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
18287         (def-gdb-auto-update-trigger): Simplify construction.
18288         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
18289         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
18290         defined explicitly.
18291         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
18292         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
18293         defined explicitly.
18294         (gdb-info-locals-custom): Remove as it's a no-op.
18296 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
18298         * longlines.el (longlines-mode): Remove narrowing before
18299         performing the initial decoding or final encoding.
18301 2005-10-25  Romain Francoise  <romain@orebokech.com>
18303         * emacs-lisp/find-func.el (find-library-name): Also strip
18304         extension if library name ends in .el, to take advantage of
18305         `find-library-suffixes'.
18307 2005-10-25  Richard M. Stallman  <rms@gnu.org>
18309         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
18311 2005-10-25  Juri Linkov  <juri@jurta.org>
18313         * textmodes/texinfo.el (texinfo-mode): Change charset of one
18314         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
18316 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18318         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
18319         (blackbox-redefine-key): Add argument `map'.
18321         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
18322         regions when moving the jit-lock-context-unfontify-pos boundary.
18324 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18326         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
18328 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18330         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
18332 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18334         * play/blackbox.el (blackbox-redefine-key): New function.
18335         (blackbox-mode-map): Use it to remap existing bindings for cursor
18336         motion instead of binding literal keys.
18338 2005-10-25  Glenn Morris  <rgm@gnu.org>
18340         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
18341         diary does not end in a newline.  Do not assume a blank line at
18342         the start of the diary file.
18344 2005-10-25  Kenichi Handa  <handa@m17n.org>
18346         * international/quail.el (quail-translate-key): If the input
18347         method is deterministic and failed to handle the last key, restart
18348         the key handling loop from an appropriate key.
18350 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
18352         * vc.el (vc-dired-mode): Extend comment for binding of
18353         `directory-listing-before-filename-regexp'.
18355 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18357         * textmodes/texinfo.el (texinfo-mode):
18358         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
18359         not to unnecessarily expose emacs-mule's internal char codes.
18361 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
18363         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
18364         Display hand pointer and help-echo on disabled icon too.
18365         (gdb-mouse-until): New function.
18366         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
18368 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
18370         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
18371         with 2005-10-23 change to doctor.el.
18373         * finder.el (finder-mode-map): Add follow-link binding.
18375 2005-10-25  Kim F. Storm  <storm@cua.dk>
18377         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
18378         to gdb-mouse-toggle-breakpoint-fringe.
18379         (gdb-mouse-toggle-breakpoint-margin): Rename from
18380         gdb-mouse-toggle-breakpoint.  Fix doc.
18381         (gdb-mouse-toggle-breakpoint-fringe): New defun.
18382         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
18383         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
18384         string properties also for fringe breakpoint bitmaps.
18386 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
18388         * textmodes/org.el (org-start-icalendar-file): Fix format form.
18390 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18392         * simple.el (completion-common-substring):
18393         Use `completion-common-substring' prior to `completion-base-size'.
18395 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
18397         * savehist.el: Require CL while compiling.
18398         (savehist-history-variables): Remove.
18399         (savehist-save-minibuffer-history, savehist-additional-variables)
18400         (savehist-minibuffer-history-variables): New vars.
18401         (savehist-save): Use them.
18402         (savehist-uninstall, savehist-minibuffer-hook): New funs.
18403         (savehist-install): New fun, extracted from savehist-load.
18404         (savehist-load): Use them.
18406 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18408         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
18409         a dummy doc-string-elt property.
18410         (defalias, defvaralias, define-category): Add a docstring property.
18412         * image.el (defimage):
18413         * widget.el (define-widget):
18414         * custom.el (defface, defcustom): Add `doc-string' declaration.
18416         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
18417         (defadvice): Add `doc-string' declaration.
18419         * emacs-lisp/byte-run.el (macro-declaration-function):
18420         Handle `doc-string' declarations.
18421         (define-obsolete-function-alias, define-obsolete-variable-alias):
18422         Add `doc-string' declaration.
18424 2005-10-24  Kenichi Handa  <handa@m17n.org>
18426         * international/utf-7.el (utf-7): Add autoload cookie.
18428         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
18430 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18432         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
18433         list of directories passed to batch-update-autoloads.  Add "." to
18434         the list of the echoed directories.
18436         * pgg-def.el:
18437         * pgg-gpg.el:
18438         * pgg-parse.el:
18439         * pgg-pgp.el:
18440         * pgg-pgp5.el:
18441         * pgg.el: Moved here from the gnus subdirectory.
18443 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
18445         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
18446         in case comint-prompt-read-only is set to t.
18448         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
18449         in case comint-prompt-read-only is set to t.
18451 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
18453         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
18454         Now a string.
18455         (icalendar-import-format): Handle CLASS, STATUS, URL.
18456         Rename `subject' to `summary'.
18457         (icalendar-import-format-summary): Rename from
18458         `icalendar-import-format-subject'.
18459         (icalendar-import-format-url, icalendar-import-format-status)
18460         (icalendar-import-format-class): New variables.
18461         (icalendar--rris): Take variable argument list.
18462         (icalendar--datestring-to-isodate): Remove unnecessary
18463         calendar-style check when converting dates with explicit month names.
18464         (icalendar-export-region): Change return type of conversion
18465         subroutines.  Bury current buffer unless error occurred.
18466         (icalendar--convert-to-ical)
18467         (icalendar--parse-summary-and-rest): New functions.
18468         (icalendar--convert-ordinary-to-ical)
18469         (icalendar--convert-weekly-to-ical)
18470         (icalendar--convert-yearly-to-ical)
18471         (icalendar--convert-block-to-ical)
18472         (icalendar--convert-cyclic-to-ical)
18473         (icalendar--convert-anniversary-to-ical): Change return type.
18474         Strip trailing blanks from subject.
18475         (icalendar--convert-sexp-to-ical): Change return type.
18476         Strip trailing blanks from subject.  Handle simple sexp
18477         entries as generated by icalendar.el.
18478         (icalendar--convert-float-to-ical)
18479         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
18480         (icalendar-import-file): Doc fix.
18481         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
18482         Correct call to icalendar--rris.
18483         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
18484         `summary'.
18485         (icalendar--add-diary-entry): Rename `subject' to `summary'.
18487 2005-10-24  Romain Francoise  <romain@orebokech.com>
18489         * server.el (server-sentinel): Set query-on-exit flag to nil on
18490         new client processes (it isn't inherited from the server process).
18492         * replace.el (occur-engine): Rearrange text properties.
18494 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18496         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
18497         case-fold-search is nil.
18498         (debug-help-follow): Use help-xref-interned directly.
18500 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18502         * thumbs.el (thumbs-image-type): Add .pbm.
18504 2005-10-23  Richard M. Stallman  <rms@gnu.org>
18506         * faces.el (inhibit-face-set-after-frame-default): New variable.
18507         (set-face-attribute): Bind it.
18508         (face-set-after-frame-default): Test it.
18510         * help-fns.el (describe-simplify-lib-file-name): New function.
18511         (describe-function-1, describe-variable): Use it.
18513         * faces.el (describe-face): Use describe-simplify-lib-file-name.
18515         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
18516         Eliminate nil as possible value.
18517         (tooltip-hide-delay): Reduce internal-border-width.
18519         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
18520         (menu-bar-file-menu) <new-file>: Likewise.
18522         * simple.el (line-move-finish): Ignore fields computing LINE-END.
18524         * international/mule.el (load-with-code-conversion):
18525         Pass full file name to `eval-buffer' unless preloading.
18527         * textmodes/flyspell.el (flyspell-large-region):
18528         Call ispell-check-version.
18530         * textmodes/ispell.el (ispell-local-dictionary-overridden):
18531         Fix the make-variable-buffer-local call that was supposed
18532         to be for this variable.
18533         (ispell-aspell-supports-utf8): Doc fix.
18534         (ispell-find-aspell-dictionaries): Preserve elements of
18535         ispell-dictionary-alist for dictionaries that aspell doesn't report.
18536         (ispell-aspell-find-dictionary): Return nil on error.
18538         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
18539         (doctor-symptoms): Likewise.
18541         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
18543 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18545         * cus-edit.el (custom-button, custom-button-pressed): New vars.
18546         (custom-raised-buttons): Add :set spec.
18547         (custom-button-unraised, custom-button-pressed-unraised):
18548         New faces, so that custom-raised-buttons actually does something.
18549         (custom-mode): Use custom-button and custom-button-pressed.
18551         * wid-edit.el (widget-specify-button): Don't ignore
18552         widget-mouse-face on graphic terminals.
18553         (widget-move-and-invoke): Cleanup.
18555 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
18557         * whitespace.el (whitespace-cleanup): Doc fix.
18559 2005-10-23  Romain Francoise  <romain@orebokech.com>
18561         * emulation/viper.el (viper-set-hooks): Quote forms passed to
18562         `eval-after-load' to avoid evaluating their result.
18564 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
18566         * files.el (directory-listing-before-filename-regexp):
18567         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
18569         * dired.el (dired-move-to-filename-regexp): Remove.
18570         All occurences replaced by `directory-listing-before-filename-regexp'.
18572         * dired-x.el, locate.el, vc.el:
18573         Replace `dired-move-to-filename-regexp' by
18574         `directory-listing-before-filename-regexp'.  In vc.el it is
18575         overwritten locally; maybe this can be handled in files.el too.
18577         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
18578         replaced by `directory-listing-before-filename-regexp'.
18580 2005-10-23  Andreas Schwab  <schwab@suse.de>
18582         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
18583         and eval-next-after-load.
18585 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
18587         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
18588         exist, create it.
18590 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
18592         * allout.el: Remove autoloads for mailcrypt and crypt++.
18593         Require pgg, pgg-gpg during compilation.
18594         (allout-version): Increment version number to 2.1, and use a literal
18595         rather than RCS Id.
18596         (allout-default-encryption-scheme): Remove.
18597         (allout-passphrase-verifier-handling)
18598         (allout-passphrase-verifier-string)
18599         (allout-file-passphrase-verifier-string)
18600         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
18601         (allout-passphrase-hint-handling): Rename and simplify.
18602         (allout-init): Use `find-file-hook' if available, otherwise
18603         `find-file-hooks'.
18604         (allout-mode): Use `write-file-functions' if available, otherwise
18605         `local-write-file-hooks' and, instead of making auto-save-hook
18606         buffer local, make the write-file-hook activity contingent to
18607         allout-mode.
18608         (allout-mode): Use key-binding substitution in the docstring.
18609         (allout-kill-line): Spell-out kill ring data structure mutation
18610         instead of using byte-compiler-complaint-provoking `pop'.
18611         (allout-insert-listified): Use `insert' rather than `insert-string'
18612         (allout-toggle-current-subtree-encryption): Update docstring, adjust
18613         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
18614         (allout-encrypt-string): Totally revamped vis new underlying
18615         encryption facilities.
18616         (allout-mc-activate-passwd): Remove.
18617         (allout-obtain-passphrase): New, more or less replaces
18618         allout-mc-activate-passwd.
18619         (allout-encrypted-key-info): More or less replaces
18620         allout-encrypted-text-type.
18621         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
18622         (my-mark-marker): Use `(featurep 'xemacs)'.
18624 2005-10-23  Lars Hansen  <larsh@soem.dk>
18626         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
18627         (byte-compile-file-form-defmumble, byte-compile-defun)
18628         (byte-compile-defmacro): Use it.
18629         (byte-compile-form): Don't call byte-compile-set-symbol-position
18630         when a byte-compile handler is called.
18632 2005-10-22  Romain Francoise  <romain@orebokech.com>
18634         * savehist.el (savehist-history-variables): Add `grep-find-history'.
18636         * subr.el (eval-after-load): Convert library name to an absolute
18637         file name using locate-library, since load-history no longer has
18638         library names in it.
18640 2005-10-22  Richard M. Stallman  <rms@gnu.org>
18642         * files.el (make-temp-file): Move from subr.el.
18643         * subr.el (make-temp-file): Move to files.el.
18645         * window.el (get-buffer-window-list): Move from subr.el.
18646         * subr.el (get-buffer-window-list): Move to window.el.
18648         * image.el (image-load-path): Use eval-at-startup to initialize.
18650         * subr.el (eval-at-startup): New macro.
18652         * subr.el: Much rearrangement of functions and division
18653         into pages.  No code changes.
18655 2005-10-22  Kenichi Handa  <handa@m17n.org>
18657         * tar-mode.el (tar-extract): Be sure to call
18658         find-operation-coding-system if set-auto-coding doesn't find a
18659         coding system.
18661 2005-10-22  Kim F. Storm  <storm@cua.dk>
18663         * image.el (image-type-header-regexps): Rename from image-type-regexps.
18664         Change users.
18665         (image-type-file-name-regexps): New defconst.
18666         (image-type-from-data): Simplify loop.
18667         (image-type-from-buffer): New defun.
18668         (image-type-from-file-header): Use it instead of image-type-from-data.
18669         Use image-search-load-path instead of only looking in data-directory.
18670         (image-type-from-file-name): New defun.
18671         (image-search-load-path): Change `pathname' to `filename'.
18672         Make PATH arg optional, default to image-load-path.
18674 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18676         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
18678         * textmodes/paragraphs.el (sentence-end-base): New variable.
18679         (sentence-end): Use sentence-end-base.
18681 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18683         * font-lock.el (font-lock-default-fontify-region): Check the multiline
18684         property independently from the font-lock-multiline variable.
18686 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18688         * emacs-lisp/find-func.el (find-library-name): Doc fix.
18690         * startup.el (command-line): Convert library names
18691         in `load-history' to absolute file names.
18693         * subr.el (symbol-file): Doc fix.
18695         * loadhist.el (file-loadhist-lookup): Call locate-library
18696         instead of find-library-name.  Don't try converting
18697         abs file names to library names, since load-history no longer
18698         has library names in it.
18699         (file-dependents, file-provides, file-requires): Doc fixes.
18701 2005-10-21  Juri Linkov  <juri@jurta.org>
18703         * progmodes/etags.el (tags-table-mode): New function.
18704         (tags-verify-table): Replace initialize-new-tags-table with
18705         tags-table-mode.
18707         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
18708         default value.
18709         (desktop-modes-not-to-save): Add tags-table-mode to the
18710         default value.
18712         * info.el (Info-index-next): Add total number of index
18713         alternatives to the message.
18715         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
18716         backward only space (instead of space and period) before looking
18717         at sentence end.
18719         * simple.el (set-variable): Use user-variable-p instead of symbolp.
18720         Add the old variable value as 4th default-value arg of read-string.
18722 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18724         * cus-face.el (custom-declare-face): Make face from X resources
18725         also on Mac.
18727         * disp-table.el (standard-display-g1, standard-display-graphic):
18728         Refuse to use string glyphs also on Mac.
18729         (standard-display-european): Don't set terminal coding system also
18730         on Mac.
18732         * frame.el (display-screens): Use x-display-screens also on Mac.
18734 2005-10-21  Romain Francoise  <romain@orebokech.com>
18736         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
18738 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18740         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
18741         and $? into sexps.
18743         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
18744         warning face on open-paren-in-column-0.
18746         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
18747         boundary case.  Fix typo.
18748         Suggested by Martin Rudalics <rudalics@gmx.at>.
18750 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
18752         * textmodes/org.el (org-combined-agenda-icalendar-file)
18753         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
18754         (org-export-icalendar-this-file)
18755         (org-export-icalendar-all-agenda-files)
18756         (org-export-icalendar-combine-agenda-files): New commands.
18757         (org-export-icalendar, org-print-icalendar-entries)
18758         (org-start-icalendar-file, org-finish-icalendar-file)
18759         (org-ical-ts-to-string): New functions.
18760         (org-read-date, org-goto-calendar)
18761         (org-agenda-goto-calendar): Inhibit displaying diary entries by
18762         call to `calendar'.
18763         (orgtbl-setup): Remove the :keys arguments from the menu description.
18764         (org-after-save-iCalendar-file-hook): New variable.
18766 2005-10-21  Kenichi Handa  <handa@m17n.org>
18768         * language/vietnamese.el (tcvn-5712): Make it an alias of
18769         vietnamese-tcvn coding-system.
18771 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
18773         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
18774         group id is given.
18776 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18778         * progmodes/sh-script.el (sh-escaped-line-re): New var.
18779         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
18780         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
18781         whose line is either continued or ends with a comment.
18783 2005-10-20  Romain Francoise  <romain@orebokech.com>
18785         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
18787         * replace.el (occur-engine): Add follow-link property.
18789         * font-core.el (font-lock-mode): Doc fix.
18791 2005-10-20  Richard M. Stallman  <rms@gnu.org>
18793         * net/rcirc.el: New file.
18795 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
18797         * term.el (term-term-name): Initialize to "eterm-color".
18799 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
18801         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
18802         for encryption functionality.
18803         Move allout customization subgroup from `editing' to `outlines' group.
18804         Fix commentary keywords to legitimate ones.
18805         Update author info (using my current email address, obscurified).
18806         (allout-encrypt-string, allout-encryption-produce-work-buffer)
18807         (allout-encrypted-topic-p, allout-encrypted-text-type)
18808         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
18809         (allout-situate-encryption-key-verifier)
18810         (allout-get-encryption-key-verifier, allout-verify-key)
18811         (allout-next-topic-pending-encryption)
18812         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
18813         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
18814         (outline-key-verifier-handling, outline-key-hint-handling)
18815         (outline-encrypt-unencrypted-on-saves): New defcustoms.
18816         (allout-file-key-verifier-string, allout-encryption-scheme)
18817         (allout-key-verifier-string, allout-key-hint-string)
18818         (allout-after-save-decrypt): New variables.
18819         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
18820         (allout-after-saves-handler): New hook functions.
18821         (allout-post-command-business): Do allout-after-save-decrypt.
18822         (allout-enable-file-variable-adjustment): Custom var to enable
18823         mechanism for adding and adjusting settings of Emacs file variables.
18824         (allout-adjust-file-variable, allout-file-vars-section-data):
18825         New functions, implement the mechanism.
18826         (outlineify-sticky): Use the file vars mechanism.
18827         (allout-inhibit-protection, allout-during-write-cue)
18828         (allout-override-protect, allout-before-change-protect): Remove.
18829         (allout-flag-region, allout-open-topic): Adjust read-only text.
18830         (allout-open-line-not-read-only): Add to facilitate read-only
18831         text based protection.
18832         (allout-kill-line): Revise to adjust read-only text, clue the
18833         user about the inhibition.
18834         (allout-unprotected): Use unwind-protect.
18835         (allout-shift-in, allout-shift-out): Disallow manually shifting a
18836         topic deeper than the offspring depth of the previous topic -
18837         avoiding confusing "containment discontinuities".
18838         (allout-reindent-bodies): Fix retention of body relative hanging
18839         indent during promotion of collapsed bodies.
18840         (allout-open-topic): Make it easy to open new topic with same
18841         bullet as current topic - topic creation functions provided with
18842         any universal argument provokes now prompt for bullet, defaulting
18843         to the bullet of the previous topic.
18844         (allout-plain-bullets-string, allout-distinctive-bullets-string):
18845         Plain bullet alternates `.' period and `,' comma only.  All other
18846         bullets are relegated to special status (but customizable).
18847         (allout-end-of-entry): Rename from allout-end-of-current-entry
18848         since it actually operates w.r.t. most immediately containing
18849         entry, visible or not.
18850         (allout-hide-current-entry, allout-show-current-entry): Use the
18851         revised version.
18852         (allout-old-expose-topic): Solidify deprecation.
18853         (allout-end-of-subtree): Add so we can span concealed as well
18854         as visible topics.
18855         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
18856         (allout-end-of-current-heading): Tweak to just respect the first line.
18857         (allout-get-body-text): Add.
18858         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
18859         when invoked interactively.
18860         (allout-up-current-level): Use `interactive-p'.
18861         (allout-mode, allout-init): Miscellaneous docstring and
18862         operational refinements, as well as hookups of new encryption stuff.
18863         (allout-beginning-of-current-entry): Now works as advertised.
18864         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
18865         (allout-isearch-rectification): Refine condition for isearching.
18866         (allout-isearch-abort, allout-enwrap-isearch)
18867         (allout-flag-region, my-region-active-p): Relocate some macros.
18868         (allout-title): Fallback title is (buffer-name), not
18869         non-existing (current-buffer-name).
18870         (subst-char-in-string): Define if absent (for some XEmacs versions).
18872 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
18874         * mail/sendmail.el (mail-setup-hook, mail-aliases)
18875         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
18876         (mail-citation-prefix-regexp, mail-signature-file)
18877         (mail-default-headers, mail-bury-selects-summary)
18878         (mail-send-nonascii): Add autoload cookies.
18880 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18882         * frame.el (blink-cursor-mode): Add `mac' to the list of
18883         window-system's that support blinking cursor.
18885 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
18887         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
18889 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
18891         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
18892         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
18893         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
18895 2005-10-20  Kim F. Storm  <storm@cua.dk>
18897         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
18898         (ido-set-current-directory): Don't add / after final @.
18899         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
18900         Explicitly handle ange-ftp completion oddities.
18901         (ido-make-file-list): Don't rotate list at tramp root to avoid
18902         triggering tramp file handler for expand-file-name via get-file-buffer.
18904 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18906         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
18908 2005-10-19  Jay Belanger  <belanger@truman.edu>
18910         * calc/calc-units.el (math-standard-units): Add units, adjust
18911         symbols and update values.
18912         (math-unit-prefixes): Add more prefixes.
18914 2005-10-19  Romain Francoise  <romain@orebokech.com>
18916         * bookmark.el (bookmark-menu-heading): New face.
18917         (bookmark-bmenu-list): Use it.
18918         Don't fiddle with `baud-rate' at top-level.
18920 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
18922         * image.el (create-image, find-image): Mention max-image-size in
18923         docstring.
18925 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18927         * savehist.el (savehist-load): Revert to checking XEmacs.
18929         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
18930         Various docstring and line-width fixups.
18931         (conf-mode): Use cond.
18932         Set font-lock-defaults.  Don't set comment-use-syntax.
18934 2005-10-18  David Ponce  <david@dponce.com>
18936         * tree-widget.el (tree-widget-button-click): New function.
18937         (tree-widget-button-keymap): Use it.
18939 2005-10-18  Romain Francoise  <romain@orebokech.com>
18941         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18942         (bookmark-bmenu-hide-filenames): Add follow-link property.
18943         Improve help-echo text.
18945         * ffap.el (find-file-at-point): Doc fix.
18947 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18949         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
18951 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18953         Install to the CVS repository what I forgot to install in my
18954         2005-10-16 changes.
18956         * progmodes/python.el (python-complete-symbol): Pass the common
18957         prefix substring of completion to `display-completion-list'.
18959         * textmodes/org.el (org-complete): Ditto.
18961 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18963         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18965         * woman.el (WoMan-xref-man-page): New button type derived
18966         from `Man-abstract-xref-man-page'.
18967         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
18969         * man.el (Man-abstract-xref-man-page): New button type.
18970         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
18971         (Man-highlight-references): Add new optional argument `xref-man-type'.
18973 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18975         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
18977 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18979         * cus-edit.el (Custom-move-and-invoke): Delete.
18980         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
18982         * wid-edit.el (widget-move-and-invoke): New function, from
18983         Custom-move-and-invoke.
18985 2005-10-17  Bill Wohler  <wohler@newt.com>
18987         Move all remaining images from lisp/toolbar to etc/images, move
18988         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
18989         the low resolution images in their own directory (low-color).
18991         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
18992         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
18993         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
18994         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
18995         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
18996         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
18997         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
18999         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
19000         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
19001         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
19002         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
19003         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
19004         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19005         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19006         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19007         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19008         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19009         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19010         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19011         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19012         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19013         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19015         To conform with convention, replace the underscore (_) in the
19016         following image names with dash (-) or (/) as appropriate.
19018         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19019         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19020         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19021         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19022         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19023         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19024         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19025         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19026         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19027         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
19028         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
19029         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
19030         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
19031         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
19032         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
19034         * info.el (info-tool-bar-map): Replace underscores in image names
19035         with dashes.
19037         * makefile.w32-in (WINS): Remove toolbar.
19039         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
19041         * tool-bar.el: Move to lisp from toolbar.  Now that
19042         toolbar is empty, it should be deleted when folks run "cvs up -P".
19044 2005-10-18  Jay Belanger  <belanger@truman.edu>
19046         * calc/calc-store.el (calc-store-into): Get the proper variable name
19047         to display in message.
19049 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
19051         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19052         expressions display in speedbar for all buffers when debugging.
19053         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19055         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19056         (speedbar-insert-button, speedbar-make-button):
19057         Use add-text-properties.
19058         (speedbar-update-localized-contents)
19059         (speedbar-update-directory-contents)
19060         (speedbar-update-special-contents): Use dolist.
19061         (speedbar-buffer-easymenu-definition): Add a menu separator.
19063 2005-10-17  Jason Rumney  <jasonr@gnu.org>
19065         * makefile.w32-in: Use $(lisp) consistently.
19066         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19067         for shell specific generation of mh-autoloads.
19069 2005-10-17  Richard M. Stallman  <rms@gnu.org>
19071         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19073 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19075         * jit-lock.el (jit-lock-fontify-now):
19076         Move jit-lock-context-unfontify-pos to avoid wasted work.
19078 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
19080         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
19081         `tramp-completion-mode' for checking if we are in completion mode.
19082         (tramp-completion-handle-file-name-all-completions): Reorder code
19083         in order to complete for file names only in case there are no
19084         method/user/host completions.  This is necessary for cooperation
19085         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
19087 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
19089         * longlines.el (longlines-search-forward)
19090         (longlines-search-backward): Match any number of spaces.
19092 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
19094         * diff-mode.el (diff-mode): Doc fix.
19096 2005-10-16  David Reitter  <david.reitter@gmail.com>
19098         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19099         as default on darwin and windows systems.
19101 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19103         * arc-mode.el (archive-zip-extract): Doc fix.
19105 2005-10-16  Romain Francoise  <romain@orebokech.com>
19107         * mouse.el (mouse-1-click-follows-link): Doc fix.
19109 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19111         * savehist.el: Don't require CL at runtime.
19112         (savehist-xemacs): Remove.
19113         (savehist-coding-system): Use utf-8 if present, regardless of religion.
19114         (savehist-no-conversion): Use (featurep 'xemacs).
19115         (savehist-load): Check existence of start-itimer rather than XEmacs.
19116         Use an idle timer.
19117         (savehist-process-for-saving): Replace use of CL funs `subseq' and
19118         `delete-if-not'.
19120 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
19122         * savehist.el: Newer version.
19123         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19124         (savehist-last-checksum, savehist-no-conversion): New vars.
19125         (savehist-autosave, savehist-process-for-saving, savehist-printable):
19126         New functions.
19127         (savehist-load, savehist-save): Use them.
19128         (savehist-delimit): Remove.
19130 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19132         * progmodes/compile.el (compilation-goto-locus): Display the
19133         compilation buffer first and the source buffer second, in case they're
19134         in overlapping frames.  Don't raise the compilation frame if it was the
19135         selected window upon entry.  Pass the `other-window' arg to
19136         pop-to-buffer.
19138         * info.el (Info-fontify-node): Use dolist.
19139         Change add-text-properties to put-text-property.
19141 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19143         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19144         bound of search.
19146 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19148         * dabbrev.el (dabbrev-completion): Pass the common
19149         prefix substring of completion to `display-completion-list'.
19151         * filecache.el (file-cache-minibuffer-complete)
19152         (file-cache-complete): Ditto.
19154         * tempo.el (tempo-display-completions): Ditto.
19156         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19158         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19160         * eshell/em-hist.el (eshell-list-history): Ditto.
19162         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19164         * mail/mailalias.el (mail-complete): Ditto.
19166         * progmodes/etags.el (complete-tag): Ditto.
19168         * progmodes/make-mode.el (makefile-complete): Ditto.
19170         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19172         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19174         * progmodes/pascal.el (pascal-complete-word)
19175         (pascal-show-completions): Ditto.
19177         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19179         * simple.el (completion-common-substring): New variable.
19180         (completion-setup-function): Use `completion-common-substring'
19181         to put faces.
19183 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19185         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19186         (x-get-selection, mac-select-convert-to-string): Convert from/to
19187         UTF-16 clipboard data as in native byte order, no BOM.
19189 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
19191         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19192         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19193         (gud-sentinel): Use speedbar-frame to check for speedbar.
19195 2005-10-15  Richard M. Stallman  <rms@gnu.org>
19197         * savehist.el: New file.
19199 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
19201         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19202         Fix bug in \bf fontification.
19204 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19206         * pcvs.el (cvs-edit-log-files): New var.
19207         (cvs-mode-edit-log): New arg `file'.
19208         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19209         Instead force the use of the original file and nothing else.
19210         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19211         the cvs-minor-wrap-function is set.
19212         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19214 2005-10-14  Bill Wohler  <wohler@newt.com>
19216         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19217         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19218         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19219         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19220         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19221         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19222         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19223         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19224         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19225         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19226         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19227         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19228         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19229         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19230         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19232         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19233         appropriately (for example, gud-break to gud/break).
19235 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
19237         * longlines.el (longlinges-search-function)
19238         (longlines-search-forward, longlines-search-backward): New functions.
19239         (longlines-mode): Set isearch-search-fun-function to
19240         longlinges-search-function.
19242         * mouse.el (mouse-drag-region-1): Handle the case where a
19243         double-click event is bound to an arbitrary function.
19245 2005-10-14  David Ponce  <david@dponce.com>
19247         * recentf.el (recentf-track-opened-file)
19248         (recentf-track-closed-file, recentf-update-menu)
19249         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19250         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19251         mouse-1-click-follows-link.
19253 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19255         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19256         Gnome file-manager.png.  Suggested by
19257         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19259         * toolbar/README: Add diropen.xpm.
19261 2005-10-13  Bill Wohler  <wohler@newt.com>
19263         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19264         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
19266 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19268         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19269         Don't waste the byte-compiler's time on constant data.
19271 2005-10-13  Kenichi Handa  <handa@m17n.org>
19273         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19274         byte with `escape-glyph' face.
19276         * international/fontset.el (ccl-encode-unicode-font):
19277         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19278         Handle the case that ucs-mule-to-mule-unicode translates a character to
19279         ASCII (usually for IPA characters).
19281 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19283         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
19284         Don't hide the underline of titles if font-lock-mode is disabled.
19286 2005-10-12  Bill Wohler  <wohler@newt.com>
19288         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
19289         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19290         files in MH-E-SRC have been updated.
19291         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
19293 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19295         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
19296         (mixal-mode-syntax-table): Add \n as end-comment.
19297         (mixal-operation-codes-alist): Immediately initialize to full value.
19298         (mixal-add-operation-code): Remove.
19299         (mixal-describe-operation-code): Make the arg non-optional.
19300         Use the interactive spec instead.
19301         Use mixal-operation-codes-alist rather than mixal-operation-codes.
19302         (mixal-font-lock-keywords): Don't highlight comments here any more.
19303         (mixal-font-lock-syntactic-keywords): New var.
19304         (mixal-mode): Use it.  Fix comment-start-skip.
19306 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19308         * startup.el (command-line-x-option-alist): -nb => -nbi
19310 2005-10-12  Kim F. Storm  <storm@cua.dk>
19312         * startup.el (fancy-splash-default-action): Discard mouse click in
19313         the splash screen window, as it has no sensible meaning in the
19314         next window to be selected.  Fixes error reported by Jan D.
19316 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19318         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
19320 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19322         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
19323         Try to fix up minor layout issues like indentation, line break, etc...
19324         (mixal-mode-syntax-table): Don't try to specify comment syntax,
19325         because it doesn't work.
19326         (mixal-operation-codes): Add some more codes.
19327         (mixal-font-lock-keywords): Process comments here.
19328         (mixal-mode): mixasm no longer needs -g option.
19330 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19332         * progmodes/sh-script.el (sh-tmp-file):
19333         Use mktemp -t.  Finish support for es and rc shells.
19335 2005-10-11  Jay Belanger  <belanger@truman.edu>
19337         * calc/calcalg2.el (calc-integral): With an argument, compute the
19338         definite integral.
19340 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
19342         * mouse.el (mouse-drag-region-1): Don't try to catch a
19343         double-click when doing follow-link (it's overridden anyway).
19345 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
19347         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
19348         (autoload-print-form-outbuf): Add docstring.
19350 2005-10-11  Juri Linkov  <juri@jurta.org>
19352         * info.el (Info-mode-menu): Delete menu item "Edit".
19353         (Info-mode): Delete description of Info-edit from docstring,
19354         and rearrange descriptions of Info commands in the order
19355         they are documented in the Info manual.
19357 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19359         * calendar/appt.el (appt-check): Use diary-selective-display var.
19361 2005-10-10  Richard M. Stallman  <rms@gnu.org>
19363         * net/newsticker.el (newsticker-start, newsticker-show-news):
19364         Add autoload cookies.
19366 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
19368         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
19370 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
19372         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
19374 2005-10-10  Jay Belanger  <belanger@truman.edu>
19376         * calc/calc-arith.el (math-check-known-scalarp)
19377         (math-check-known-matrixp): Check the values of arguments that are
19378         variables.
19379         (math-check-known-square-matrixp): New function.
19380         (math-known-square-matrixp): Use math-check-known-square-matrixp.
19381         (math-super-types): Add sqmatrix type.
19383         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
19384         mode name `square' to `sqmatrix'.
19386         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
19387         mode name `square' to `sqmatrix'.
19389 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19391         * progmodes/etags.el (select-tags-table-mode): Don't use
19392         selective-display.
19393         (tags-select-tags-table): Pass `button' to the action function.
19394         (select-tags-table): Place the side-info on button properties rather
19395         than in hidden text.  Abbreviate file names.
19396         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
19397         (select-tags-table-select): Add `button' argument.
19398         Get side-info from the button property rather than from hidden text.
19400 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
19402         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
19403         (gud-speedbar-buttons): Preserve point if possible.
19404         (gud-sentinel): Restore previous speedbar display type.
19406         * progmodes/gdb-ui.el (gdba): Improve diagram.
19407         (def-gdb-auto-update-handler, gdb-info-locals-handler)
19408         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
19409         Call get-buffer-window once.
19411 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19413         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
19414         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
19415         (pascal-indent-command): Remove unused var `ind'.
19416         (pascal-indent-case): Remove unused var `oldpos'.
19417         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
19418         since it's now used as a proper minor mode map.
19419         (pascal-outline): Rename to pascal-outline-mode.
19420         (pascal-outline-mode): Use define-minor-mode.
19421         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
19422         selective-display.
19424 2005-10-10  Andreas Schwab  <schwab@suse.de>
19426         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
19427         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
19429         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
19430         outside source directory.
19432 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
19434         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
19435         C-x' as a prefix.
19436         (orgtbl-mode-map): Full keymap instead of sparse, because all
19437         `self-insert-command' keys are redefined in this map.
19438         (org-export-as-html): Specify charset for HTML file, by taking it
19439         from the coding system.
19441 2005-10-10  Kenichi Handa  <handa@m17n.org>
19443         * textmodes/flyspell.el (flyspell-check-word-p):
19444         If unread-command-events is non-empty, don't call sit-for.
19446 2005-10-09  Richard M. Stallman  <rms@gnu.org>
19448         * font-lock.el (font-lock-syntactic-keywords)
19449         (font-lock-keywords): Doc fixes.
19451         * textmodes/flyspell.el (flyspell-external-point-words):
19452         Simplify logic, and don't try to check for consecutive appearances
19453         of one incorrect word.
19455 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
19457         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
19458         separator.
19460         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
19461         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
19462         (gud-expansion-speedbar-buttons): New function.
19463         (gud-speedbar-buttons): Check for gud-comint-buffer.
19465 2005-10-09  Bill Wohler  <wohler@newt.com>
19467         * Makefile.in (updates): Add mh-loaddefs dependency.
19469 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
19471         * speedbar.el (speedbar-file-key-map): Fix typo.
19473 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19475         * cus-start.el (line-spacing): Add custom spec.
19477 2005-10-09  Romain Francoise  <romain@orebokech.com>
19479         * textmodes/ispell.el (ispell-check-version): Fix last change.
19481 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19483         * term/x-win.el: Remove -i, --icon-type from comment.
19485         * startup.el (command-line-x-option-alist): Remove options -i,
19486         -itype, --icon-type, added -nb, --no-bitmap-icon
19488 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
19490         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
19491         instead of :active.
19493 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19495         * textmodes/ispell.el (ispell-check-version):
19496         Ignore hyphen, and all that follows, in aspell's version text.
19498 2005-10-08  Jay Belanger  <belanger@truman.edu>
19500         * calc/calc-arith.el (math-known-square-matrixp): New function.
19501         (math-pow-fancy): Check for matrices before distributing exponent
19502         across products.
19504         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
19505         fullscreen keypad.  Suggested by Luc Teirlinck.
19506         (calc-keypad-show-input): Add space for formatting.
19508         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
19509         Add square matrix option.
19511         * calc/calc-poly.el (math-expand-term): Check for matrices instead
19512         of checking calc-matrix-mode when deciding how to expand.
19514         * calc/calc.el (calc-set-mode-line): Add square matrix option.
19516 2005-10-08  Lars Hansen  <larsh@soem.dk>
19518         * net/tramp.el (tramp-perl-directory-files-and-attributes):
19519         Add error handling.
19520         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
19522 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
19524         Sync with Tramp 2.0.51.
19526         * net/tramp.el (tramp-handle-set-visited-file-modtime)
19527         (tramp-handle-insert-file-contents, tramp-handle-write-region):
19528         Insert special handling for `last-coding-system-used', again
19529         it still seems to be necessary (unlike stated before).
19530         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
19531         (tramp-password-prompt-regexp): There might be other words before
19532         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
19533         (tramp-chunksize): Improve docstring.
19534         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
19535         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
19536         Christian Joergensen <bugs@razor.dk>.
19538 2005-10-07  Glenn Morris  <rgm@gnu.org>
19540         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
19541         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
19542         precision'.
19544 2005-10-07  Romain Francoise  <romain@orebokech.com>
19546         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
19547         (ibuffer-do-shell-command-pipe-replace)
19548         (ibuffer-do-shell-command-file, ibuffer-do-eval)
19549         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
19550         (ibuffer-do-revert, ibuffer-do-replace-regexp)
19551         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
19552         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
19553         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
19554         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
19555         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
19556         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
19557         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
19558         Autoload file sans suffix.
19560         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
19562 2005-10-07  David Ponce  <david@dponce.com>
19564         * recentf.el (recentf-menu-open-all-flag): New option.
19565         (recentf-digit-shortcut-command-name): New function.
19566         (recentf--shortcuts-keymap): New variable.
19567         (recentf-menu-shortcuts): New variable.
19568         (recentf-make-menu-items): Initialize it.  Replace the "More..."
19569         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
19570         (recentf-menu-value-shortcut): New function.
19571         (recentf-make-menu-item): Use it.  No more in-lined.
19572         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
19573         (recentf-open-most-recent-file): Rename from
19574         `recentf-open-file-with-key'.  Don't depend on key binding.
19575         (recentf-mode-map): New variable.
19576         (recentf-mode): Use it.
19578 2005-10-06  Bill Wohler  <wohler@newt.com>
19580         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
19582         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
19583         (MH-E-SRC): New.  Used by mh-autoloads.
19584         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19585         files in MH-E-SRC have been updated.
19586         (compile, recompile, bootstrap): Depend on mh-autoloads.
19588 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
19590         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
19591         gud-break and gud-remove icons when the fringe is not available.
19593         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
19594         Typo.
19596 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19598         * play/zone.el (zone): Wrap body with save-window-excursion.
19600 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19602         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
19603         Use the new `list-only' arg to diary-list-entries.
19605         * calendar/diary-lib.el: Use overlays rather than selective-display.
19606         (diary-selective-display): New var.
19607         (diary-header-line-format): Use it.
19608         (diary-list-entries): Add argument `list-only'.
19609         Put the buffer in diary-mode.  Don't add \^M at beg and end.
19610         Replace \^M by invisible overlays.
19611         (diary-unhide-everything): Replace \^M by invisible overlays.
19612         (print-diary-entries): Look for overlays rather than \^M.
19613         Add a space to the temp buffer name.
19614         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
19615         Put the buffer in diary-mode.
19616         (list-sexp-diary-entries): Replace \^M by invisible overlays.
19617         (diary-anniversary): Make the year arg optional.
19618         (diary-time-regexp): New const.
19619         (diary-font-lock-keywords): Use it to accept a few more time formats.
19621         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
19623 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
19625         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
19626         Fix bug introduced 2005-07-03: Use (car (last ...))
19627         to faithfully reproduce replaced artist-last.
19628         (artist-set-arrow-points-for-poly): Likewise.
19629         Suggested by Johan Bockg\e,Ae\e(Brd.
19631 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
19633         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
19634         * wid-edit.el (widget):
19635         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
19636         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
19638 2005-10-06  Kenichi Handa  <handa@m17n.org>
19640         * international/mule-cmds.el (set-language-environment):
19641         Fix setting up of case-table for unibyte mode.
19643         * simple.el (what-cursor-position): If the character is displayed
19644         by some `display' text property, show that.  Don't use
19645         single-key-description for eight-bit characters in multibyte mode.
19647 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
19649         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
19650         (gdb-ann3): Set it.
19651         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
19652         (gdb-info-frames-custom): Use inverse-video for first five
19653         characters of selected frame only.
19654         (gdb-get-frame-number): Select frame even when point is on frame
19655         number.
19657 2005-10-06  Masatake YAMATO  <jet@gyve.org>
19659         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
19660         Put `font-lock-function-name-face'.
19661         (gdb-info-frames-custom): Put `font-lock-function-name-face'
19662         and `font-lock-variable-name-face'
19663         (gdb-registers-font-lock-keywords): New font lock keywords definition.
19664         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
19665         (gdb-memory-font-lock-keywords): New font lock keywords definition.
19666         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
19667         (gdb-local-font-lock-keywords): New font lock keywords definition.
19668         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
19669         (gdb-threads-font-lock-keywords): New font lock keywords definition.
19670         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
19672 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
19674         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
19675         (ediff-merge-region-is-non-clash-to-skip): Previously called
19676         ediff-merge-region-is-non-clash.
19678         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
19679         Use insert-buffer-substring.
19681         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
19682         selecting files to patch.  Also bug fixes.
19684         * ediff-util.el (ediff-setup): Bug fix.
19685         (ediff-next-difference): Never skip clashes that differ in white
19686         space only.
19688         * ediff-wind.el (ediff-setup-control-frame)
19689         (ediff-destroy-control-frame): Check the menubar feature.
19691         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
19692         (viper-refresh-mode-line): Use make-local-variable to localize
19693         some vars instead of make-variable-buffer-local.  Suggested by
19694         Stefan Monnier.
19696         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
19697         (viper-restore-cursor-type, viper-set-insert-cursor-type):
19698         Use make-local-variable instead of make-variable-buffer-local.
19699         Suggested by Stefan Monnier.
19701         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
19702         (viper-comint-mode-hook): Use make-local-variable on
19703         require-final-newline.
19704         (viper-non-hook-settings): Don't use make-variable-buffer-local.
19706 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19708         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
19709         also the second char of a comment-start sequence.
19710         (scheme-sexp-comment-syntax-table): New var.
19711         (lambda, define): Set their scheme-doc-string-elt property.
19712         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
19713         Use lisp-font-lock-syntactic-face-function now that it properly
19714         handles |...| symbols.
19715         (scheme-mode-variables): Set lisp-doc-string-elt-property,
19716         parse-sexp-lookup-properties and font-lock-extra-managed-props.
19718         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
19719         bit from # to |.
19720         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
19722         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
19723         (lisp-doc-string-elt-property): New var.
19724         (lisp-font-lock-syntactic-face-function): Use it.
19725         Rewrite to recognize docstrings even for forms not at toplevel.
19727         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
19728         annotation on the | part of #| rather than on the # part.
19729         (scheme-font-lock-syntactic-face-function): New function, to
19730         distinguish strings from |...| symbols.
19731         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
19732         syntax-table so that #|...|# is properly highlighted.
19734         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
19735         Don't mark as docstring the 3rd elem of an unknown toplevel form.
19737 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19739         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
19740         and C-e.
19742         * emacs-lisp/eldoc.el: Move comments into docstrings.
19743         (eldoc-message-commands): Initialize in its declaration.
19744         Add move-beginning-of-line and move-end-of-line.
19745         (eldoc-add-command, eldoc-add-command-completions)
19746         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
19748         * outline.el (outline-mark-subtree): Activate the mark.
19750         * calendar/appt.el (appt-time-regexp): New var.
19751         (appt-add, appt-make-list): Use it.
19752         (appt-convert-time): Clean up.
19754         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
19755         Don't set any syntax-table property here.
19756         (tex-font-lock-verb): New function.  Do it here.
19757         (tex-font-lock-syntactic-keywords): Use it.
19759 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19761         * wid-edit.el (widget-file-complete): Get the widget start point
19762         the right way.  Default directory to `/' if file has none.
19764         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
19766         * textmodes/flyspell.el (flyspell-mode-on):
19767         Call ispell-maybe-find-aspell-dictionaries.
19769         * textmodes/ispell.el (ispell-word, ispell-region):
19770         Call ispell-maybe-find-aspell-dictionaries.
19771         (ispell-accept-buffer-local-defs):
19772         Don't call ispell-maybe-find-aspell-dictionaries
19774 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19776         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
19778 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
19780         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
19781         instead of `fboundp' in order to allow for anonymous functions.
19783 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
19785         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
19786         case the user clicks on the link while another window is selected.
19787         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
19789         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
19790         functionality.
19791         (dframe-help-echo): Save point in case mouse tracking is off.
19793 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
19795         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
19797 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19799         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
19800         not change the global value of those vars.
19802         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
19803         make-local-variable which we do not need any more.
19805 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
19807         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
19808         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
19809         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
19810         (speedbar-path-line): Define obsolete aliases.
19811         (speedbar-line-directory): Doc fix.
19813         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
19814         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
19815         instead of speedbar-line-path.
19817 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19819         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
19820         to nil if dropping on a window.  Handle dropping on a minibuffer window
19821         like dropping on a non-window part of Emacs.
19823 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19825         * net/ange-ftp.el: Use with-current-buffer.
19826         (ange-ftp-insert-directory): Do not follow symlinks any more.
19828         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19829         Remove interactive spec.
19831 2005-10-03  Kim F. Storm  <storm@cua.dk>
19833         * ido.el (ido-mode): Use custom-initialize-set.
19835 2005-10-02  Richard M. Stallman  <rms@gnu.org>
19837         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
19838         Use insert-buffer-substring.
19840         * net/tramp.el: Pacify byte compiler warnings in pacification code.
19841         (tramp-handle-file-local-copy): Use insert-buffer-substring.
19843 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19845         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
19846         in last change.
19847         (ange-ftp-insert-directory): Fix up the search for the case where
19848         `file' is absolute.
19850 2005-10-02  Romain Francoise  <romain@orebokech.com>
19852         * progmodes/compile.el (compile-goto-error): Delete extra paren.
19854 2005-10-02  Andreas Schwab  <schwab@suse.de>
19856         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
19857         directory component in the session info.
19859 2005-10-01  Richard M. Stallman  <rms@gnu.org>
19861         * comint.el (comint-redirect-subvert-readonly): Doc fix.
19863         * simple.el (next-error-internal): New function.
19865         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
19866         (compilation-start): Pass new arg to compilation-buffer-name.
19867         (compile-goto-error): Use next-error-internal.
19869 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19871         * speedbar.el: Remove RCS tag.
19872         (speedbar-check-read-only): Handle non-existent files.
19874         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
19876         * info.el (Info-speedbar-hierarchy-buttons)
19877         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
19879 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19881         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
19882         Do not match newline.
19883         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
19884         (bibtex-summary): Remove unnecessary save-excursion.
19885         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
19887 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19889         * term/mac-win.el: Add charset info for "iso10646-1".
19890         Modify default fontset to use ATSUI-compatible fonts for some charsets
19891         if available.
19893 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19895         * speedbar.el: Re-apply arch tag.
19896         (speedbar-version): Rename to version 1.0.  Suggested by Eric
19897         M. Ludlam.
19898         Reapply two changes from Emacs CVS' version of speedbar lost
19899         during the merge:
19900         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
19901         (speedbar-frame-parameters): Improve customize type.
19903 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19905         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
19906         (ange-ftp-file-directory-p): Fix the symlink case.
19907         (ange-ftp-insert-directory): When listing a single file, get a list of
19908         the parent buffer and extract the relevant line.  Inspired from a patch
19909         by Katsumi Yamaoka <yamaoka@jpl.org>.
19910         (ange-ftp-file-name-sans-versions): Simplify.
19912 2005-09-30  Bill Wohler  <wohler@newt.com>
19914         Move MH-E image files from toolbar and mail directories into
19915         etc/images.
19917         * mail/reply2.*: Move to etc/images/mail/reply*.
19919         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
19920         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
19921         etc/images.
19923         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
19924         * toolbar/reply*: Move to etc/images/mail.
19926         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
19928 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
19930         * speedbar.el: New version 1.0pre3.
19932         Frame management code (including timer, and mouse click specifics)
19933         moved to dframe.el:
19934         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
19935         (speedbar-timer): Removed.  Use dframe-timer.
19936         (speedbar-close-frame): Removed.  Use dframe-close-frame.
19937         (speedbar-activity-change-focus-flag): Removed.  Use
19938         dframe-activity-change-focus-flag.
19939         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
19940         dframe-update-speed.
19942         (speedbar-current-frame): New macro.  Use this instead of the
19943         variable speedbar-frame.
19945         (speedbar-use-images, speedbar-expand-image-button-alist)
19946         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
19948         (speedbar-find-image-on-load-path): Removed.  Replaced by
19949         defezimage in ezimage.el.
19950         (speedbar-expand-image-button-alist): Removed.  Replaced by
19951         ezimage-expand-image-button-alist in ezimage.el.
19953         (speedbar-ignored-directory-regexp)
19954         (speedbar-add-ignored-directory-regexp)
19955         (speedbar-ignored-directory-expressions)
19956         (speedbar-line-directory, speedbar-buffers-line-directory)
19957         (speedbar-directory-line, speedbar-buffers-line-directory):
19958         Renamed, replacing `path' with `directory'.
19960         (speedbar-create-directory, speedbar-expand-line-descendants)
19961         (speedbar-toggle-line-expansion)
19962         (speedbar-contract-line-descendants): New commands.
19964         (speedbar-query-confirmation-method, speedbar-select-frame-method)
19965         (speedbar-use-tool-tips-flag): New options.
19967         (speedbar-check-read-only, speedbar-require-version)
19968         (speedbar-insert-separator, speedbar-buffers-tail-notes)
19969         (speedbar-handle-delete-frame, speedbar-try-completion)
19970         (speedbar-update-localized-contents): New functions.
19972         (speedbar-incompatible-version, speedbar-ro-to-do-point)
19973         (speedbar-object-read-only-indicator): New variables.
19975         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
19976         New hooks.
19978         (speedbar-separator-face): New face.
19980         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
19981         (speedbar-ignored-modes): Add fundamental-mode.
19982         (speedbar-directory-unshown-regexp): Add . directories.
19984         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
19985         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
19986         `]' for full expand/close.
19987         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
19989         (speedbar-check-vc): Support hidden files.
19990         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
19991         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
19992         state is nil, it is not checked out.
19994         (speedbar-line-text, speedbar-line-token): Support expand buttons
19995         with no text.
19996         (speedbar-refresh): Universal argument acts as power-click.
19997         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
19998         that buffer to get variable values.
20000         And many other bugfixes.
20002         * dframe.el, ezimage.el, sb-image.el: New files.
20004         * sb-*.xpm: Remove files.  New image files installed into
20005         etc/images/ezimage.
20007 2005-09-30  Kenichi Handa  <handa@m17n.org>
20009         * ps-mule.el (ps-mule-show-warning): If a character is in
20010         ps-print-translation-table, don't treat it as non-printable.
20012 2005-09-30  David Ponce  <david@dponce.com>
20014         * tree-widget.el (tree-widget-themes-load-path): New variable.
20015         (tree-widget-themes-directory): Doc fix.
20016         (tree-widget-image-formats) [Emacs]: Doc fix.
20017         (tree-widget--locate-sub-directory): New function.
20018         (tree-widget-themes-directory): Use it.
20020         * recentf.el (recentf-filename-handlers): Rename from
20021         `recentf-filename-handler'.  Allow a list of functions.
20022         (recentf-menu-items-for-commands): Fix :help strings.
20023         (recentf-apply-filename-handlers): New function.
20024         (recentf-expand-file-name): Use it.
20025         (recentf-cleanup): Remove duplicates too.
20027 2005-09-29  Juri Linkov  <juri@jurta.org>
20029         * faces.el: Rearrange face definitions to be in the same order as
20030         their face descriptions in "(emacs)Standard Faces".
20032         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
20034         * tooltip.el (tooltip): Add group `basic-faces'.
20036         * buff-menu.el (Buffer-menu-buffer): Remove group
20037         `font-lock-highlighting-faces'.
20039         * progmodes/compile.el (compilation-error, compilation-warning)
20040         (compilation-info, compilation-line-number, compilation-column-number):
20041         Change group from `font-lock-highlighting-faces' to `compilation'.
20043         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20044         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
20045         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
20046         (vhdl-font-lock-reserved-words-face)
20047         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20048         `font-lock-highlighting-faces'.
20050         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20052 2005-09-28  Kim F. Storm  <storm@cua.dk>
20054         * emulation/cua-base.el: Set CUA move property on additional commands:
20055         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20056         forward-sexp, backward-sexp, forward-list, backward-list.
20058 2005-09-28  Romain Francoise  <romain@orebokech.com>
20060         * comint.el (comint-show-output): Really set point at the
20061         beginning of the output when not using `comint-use-prompt-regexp'.
20063 2005-09-27  Jay Belanger  <belanger@truman.edu>
20065         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20066         in TeX mode.
20068 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
20070         * textmodes/org.el (org-table-sum): Fix format string.
20072         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20073         Quote face names.
20075 2005-09-26  Romain Francoise  <romain@orebokech.com>
20077         * isearch.el (isearch-forward-regexp): Close doc string.
20079 2005-09-25  Richard M. Stallman  <rms@gnu.org>
20081         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20083         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20085         * progmodes/compile.el (compilation-error-properties):
20086         When getting the file from the previous error message,
20087         correctly decode the new data format.
20089         * progmodes/cc-cmds.el (c-electric-paren):
20090         Call old-blink-paren only for close-paren.
20092 2005-09-24  Andreas Schwab  <schwab@suse.de>
20094         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20095         condition.
20097 2005-09-25  Romain Francoise  <romain@orebokech.com>
20099         * dired-aux.el (dired-copy-file-recursive):
20100         * dired.el (dired-delete-file):
20101         * ediff-mult.el (ediff-dir-diff-copy-file):
20102         * ediff-util.el (ediff-test-save-region):
20103         * forms.el (forms-mode):
20104         * ido.el (ido-file-internal, ido-delete-file-at-head):
20105         * log-edit.el (log-edit-done):
20106         * ses.el (ses-yank-resize):
20107         * play/gomoku.el (gomoku-human-plays, gomoku)
20108         (gomoku-human-resigns, gomoku-prompt-for-other-game)
20109         (gomoku-offer-a-draw):
20110         * play/landmark.el (lm-human-resigns, lm):
20111         * net/eudcb-ldap.el (eudc-ldap-check-base):
20112         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20113         * progmodes/ebrowse.el (ebrowse-find-pattern):
20114         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20115         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20116         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20118         * vc.el (vc-delete-file):
20119         * play/gomoku.el (gomoku-terminate-game, gomoku)
20120         (gomoku-prompt-for-move, gomoku-human-takes-back):
20121         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20122         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20124 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
20126         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20127         color rxvt terminals by using the code xterm.el used to use before
20128         2005-04-09 in order to match the colors used by rxvt.
20130 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20132         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20133         colors rxvt-unicode terminals by using the same code as xterm.el.
20135 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20137         * textmodes/tex-mode.el (tex-font-lock-append-prop)
20138         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20139         new symbol used for the tex-verbatim face.
20141 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20143         * woman.el (woman-file-name):
20144         * wid-edit.el (widget-file-prompt-value)
20145         (widget-coding-system-prompt-value):
20146         * w32-fns.el (set-w32-system-coding-system):
20147         * vc.el (vc-version-diff, vc-annotate):
20148         * textmodes/reftex-auc.el (reftex-arg-cite)
20149         (reftex-arg-index-tag):
20150         * textmodes/refer.el (refer-get-bib-files):
20151         * textmodes/artist.el (artist-figlet-choose-font):
20152         * terminal.el (terminal-emulator):
20153         * replace.el (occur-read-primary-args):
20154         * rect.el (string-rectangle, string-insert-rectangle):
20155         * ps-print.el (ps-print-preprint):
20156         * progmodes/pascal.el (pascal-goto-defun):
20157         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20158         * progmodes/compile.el (compilation-find-file):
20159         * printing.el (pr-interactive-n-up):
20160         * play/animate.el (animate-birthday-present):
20161         * net/rcompile.el (remote-compile):
20162         * man.el (man, Man-goto-section, Man-follow-manual-reference):
20163         * mail/rmailsum.el (rmail-summary-search-backward)
20164         (rmail-summary-search):
20165         * mail/rmailout.el (rmail-output-read-rmail-file-name)
20166         (rmail-output-read-file-name):
20167         * mail/rmail.el (rmail-search, rmail-search-backwards):
20168         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20169         * locate.el (locate):
20170         * international/quail.el (quail-show-keyboard-layout):
20171         * international/mule.el (set-buffer-file-coding-system)
20172         (revert-buffer-with-coding-system, set-file-name-coding-system)
20173         (set-terminal-coding-system, set-keyboard-coding-system)
20174         (set-next-selection-coding-system):
20175         * international/mule-diag.el (describe-coding-system)
20176         (describe-font, describe-fontset):
20177         * international/mule-cmds.el (universal-coding-system-argument)
20178         (search-unencodable-char, describe-input-method)
20179         (set-language-environment, describe-language-environment):
20180         * international/codepage.el (codepage-setup):
20181         * international/code-pages.el (codepage-setup):
20182         * info.el (Info-search, Info-follow-reference)
20183         (Info-search-backward):
20184         * emacs-lisp/advice.el (ad-read-advised-function)
20185         (ad-read-advice-class, ad-clear-cache, ad-activate)
20186         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20187         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20188         (ad-read-regexp):
20189         * ediff-util.el (ediff-toggle-regexp-match):
20190         * ediff-ptch.el (ediff-prompt-for-patch-file):
20191         * dired-aux.el (dired-diff):
20192         * diff.el (diff):
20193         * cus-edit.el (custom-variable-prompt):
20194         * calendar/timeclock.el (timeclock-ask-for-project):
20195         * calc/calcalg3.el (calc-get-fit-variables):
20196         * calc/calc-store.el (calc-edit-variable)
20197         (calc-permanent-variable):
20198         * vc-mcvs.el (vc-mcvs-register):
20199         * shadowfile.el (shadow-define-literal-group):
20200         * woman.el (woman-file-name):
20201         * vc.el (vc-version-diff, vc-merge):
20202         * textmodes/reftex-index.el (reftex-index-complete-tag):
20203         * format.el (format-decode-buffer, format-decode-region):
20204         * emulation/viper-cmd.el (viper-read-string-with-history):
20205         * emacs-lisp/debug.el (cancel-debug-on-entry):
20206         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20207         * ediff.el (ediff-merge-revisions)
20208         (ediff-merge-revisions-with-ancestor, ediff-revision):
20209         * completion.el (interactive-completion-string-reader):
20210         * calc/calc-prog.el (calc-user-define-formula):
20211         Follow convention for reading with the minibuffer.
20213 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
20215         * progmodes/python.el (python-describe-symbol): Add globals() and
20216         locals() to the arguments of emacs.ehelp.
20218 2005-09-24  Magnus Henoch  <mange@freemail.hu>
20220         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20221         New function, code extracted from ispell-valid-dictionary-list.
20222         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20223         Call it.
20225 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
20227         * subr.el (version-regexp-alist): Extend valid syntax for version
20228         strings: allow any of the characters -,_,+ to separate the
20229         alpha/beta/rc part from the version part.  Doc fix.
20230         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
20232 2005-09-23  David Reitter  <david.reitter@gmail.com>
20234         * mail/mailclient.el: New file.
20236 2005-09-23  Richard M. Stallman  <rms@gnu.org>
20238         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20239         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20240         Doc fixes.
20242         * progmodes/cc-mode.el (c-font-lock-init):
20243         Specify font-lock-lines-before.
20245 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20247         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20248         whole conflict.
20250 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
20252         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20253         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
20254         of `remap' feature when available.  Additional key bindings for
20255         better tty support.
20256         (org-mode-restart, org-force-self-insert): New commands.
20257         (org-time-stamp-inactive): New command.
20258         (org-remap): New function.
20259         (org-table-auto-blank-field, org-level-color-stars-only): New options.
20260         (org-enable-fixed-width-editor): Move to `org-structure'
20261         customization group.
20262         (org-self-insert-command, orgtbl-self-insert-command): Modify to
20263         blank field after field motion commands.
20265 2005-09-23  Kenichi Handa  <handa@m17n.org>
20267         * international/mule-cmds.el (set-language-environment):
20268         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20269         have to call utf-translate-cjk-load-tables.
20271 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20273         * mouse.el (mouse-move-drag-overlay): Fix last change.
20275 2005-09-22  David Ponce  <david@dponce.com>
20277         * tree-widget.el (tree-widget-value-create): Fix previous change.
20279 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20281         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
20283 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20285         * mouse.el (mouse-move-drag-overlay): New function.
20286         (mouse-drag-region-1): Use it.
20287         Try to simplify a bit the state handling.  Handle clicks on links
20288         inside intangible areas.
20289         (mouse-save-then-kill): Minor simplification.
20290         (mouse-secondary-overlay): Make it always non-nil instead of
20291         recreating it each time.
20292         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
20293         (mouse-kill-secondary, mouse-secondary-save-then-kill):
20294         Simplify accordingly.
20296 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20298         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
20300 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
20302         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
20303         (ediff-file-name-sans-prefix): Treat nil as an empty string.
20304         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
20305         to patch.
20307         * ediff-util.el: Use insert-buffer-substring.
20309         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
20311         * emulation/viper-cmd.el (viper-change-state): Don't move over the
20312         field boundaries in the minibuffer.
20313         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
20314         (viper-minibuffer-post-command-hook): New hook.
20315         (viper-line): Don't move cursor at bolp.
20317         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
20319         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
20320         avoid compiler warnings.
20322         * emulation/viper-macs.el (ex-map): Better messages.
20324         * emulation/viper-utils.el (viper-beginning-of-field): New function.
20326         * emulation/viper.el: Replace make-variable-buffer-local with
20327         viper-make-variable-buffer-local everywhere, to avoid warnings.
20329 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20331         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
20332         Delete unused var `old-selected-window'.
20333         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
20334         (mouse-drag-secondary): Delete unused var `start-frame'.
20336 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20338         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
20340 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20342         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
20343         Re-indent within 80 columns.  Use inhibit-read-only.
20345 2005-09-19  Romain Francoise  <romain@orebokech.com>
20347         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
20349 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20351         * font-lock.el (font-lock-default-fontify-region): Don't add a line
20352         unconditionally, since the after-change-function already did it.
20354 2005-09-19  Miles Bader  <miles@gnu.org>
20356         * net/newsticker.el: Get rid of CVS keyword.
20358 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
20360         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
20361         The prompt is formatted later.
20363 2005-09-19  David Ponce  <david@dponce.com>
20365         * tree-widget.el (tree-widget-value-create): Save the converted
20366         tree :node widget.
20368 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
20370         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
20371         variable `message'.
20373 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
20375         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
20376         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
20377         <slawomir.nowaczyk.847@student.lu.se>.
20379 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
20381         * image.el (image-load-path): Use symbol `data-directory' instead
20382         of its value, for backward compatibility with packages that bind
20383         it during `find-image'.  Suggested by Katsumi Yamaoka.
20384         (image-search-load-path): Handle symbols whose values are strings.
20386 2005-09-18  Romain Francoise  <romain@orebokech.com>
20388         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
20389         with-current-buffer form in save-excursion.
20391 2005-09-18  Deepak Goel  <deego@gnufans.org>
20393         * apropos.el (apropos-command): Fix `message' call: first arg
20394         should be a format spec.  In this and all other cases that appear
20395         below and elsewhere in the source code, I made a change only when
20396         two conditions were satisfied: [1] I can think of a possibility
20397         that the arguments would cause an error, for example, the code in
20398         question relies on external variables such as filenames.  [2] I
20399         was sure that the arg to `message' could not have been nil in the code.
20401         * textmodes/tildify.el (tildify-region): Ditto.
20403         * textmodes/reftex-index.el (reftex-index-change-entry)
20404         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
20405         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
20406         * textmodes/org.el (org-complete, org-deadline, org-schedule)
20407         (org-priority, org-table-sum):
20408         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
20409         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
20410         (flyspell-word, flyspell-display-next-corrections):
20411         * textmodes/bibtex.el (bibtex-print-help-message):
20412         * textmodes/artist.el (artist-key-set-point-poly):
20413         * term/mac-win.el (mac-services-insert-text):
20414         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
20415         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
20416         (vhdl-port-paste-testbench, vhdl-compose-new-component)
20417         (vhdl-compose-configuration):
20418         * progmodes/sh-script.el (sh-blink, sh-show-indent)
20419         (sh-set-indent, sh-learn-line-indent):
20420         * progmodes/ps-mode.el (ps-mode-target-column):
20421         * progmodes/idlwave.el (idlwave-make-tags)
20422         (idlwave-scan-library-catalogs):
20423         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
20424         * progmodes/gud.el (gud-jdb-analyze-source):
20425         * progmodes/flymake.el (flymake-log):
20426         * progmodes/ebnf2ps.el (ebnf-generate-region):
20427         * progmodes/cmacexp.el (c-macro-expansion):
20428         * progmodes/ada-xref.el (ada-treat-cmd-string):
20429         * progmodes/ada-mode.el (ada-create-case-exception-substring)
20430         (ada-justified-indent-current, ada-batch-reformat):
20431         * play/zone.el (zone):
20432         * play/landmark.el (lm-move):
20433         * play/decipher.el (decipher-show-alphabet):
20434         * net/newsticker.el (newsticker--display-jump)
20435         (newsticker--display-scroll):
20436         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
20437         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
20438         * mail/feedmail.el (feedmail-dump-message-to-queue):
20439         * eshell/esh-proc.el (eshell-remove-process-entry):
20440         * emulation/ws-mode.el (ws-last-error):
20441         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
20442         (viper-record-kbd-macro):
20443         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
20444         * emacs-lisp/lisp-mnt.el (lm-report-bug):
20445         * emacs-lisp/find-func.el (find-function-noselect):
20446         * calendar/timeclock.el (timeclock-status-string)
20447         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
20448         (timeclock-when-to-leave-string):
20449         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
20450         * calc/calc-units.el (calc-enter-units-table):
20451         * calc/calc-mode.el (calc-mode-record-mode):
20452         * woman.el (woman-mini-help):
20453         * wdired.el (wdired-change-to-wdired-mode):
20454         * vc.el (vc-retrieve-snapshot):
20455         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
20456         * startup.el (display-startup-echo-area-message):
20457         * simple.el (set-goal-column):
20458         * ses.el (ses-command-hook, ses-recalculate-cell):
20459         * server.el (server-process-filter):
20460         * printing.el (pr-interface-txt-print, pr-interface-printify)
20461         (pr-interface-ps):
20462         * pcvs.el (cvs-help):
20463         * log-edit.el (log-edit, log-edit-mode-help):
20464         * iswitchb.el (iswitchb-possible-new-buffer):
20465         * isearch.el (isearch-edit-string):
20466         * image-mode.el (image-mode, image-minor-mode):
20467         * ibuf-macs.el (define-ibuffer-filter):
20468         * hi-lock.el (hi-lock-find-patterns):
20469         * files.el (toggle-read-only):
20470         * ediff-util.el (ediff-copy-diff)
20471         (ediff-write-merge-buffer-and-maybe-kill):
20472         * echistory.el (Electric-history-undefined):
20473         * dnd.el (dnd-insert-text):
20474         * dired-aux.el (dired-query):
20475         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
20476         * bookmark.el (bookmark-bmenu-locate):
20477         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
20478         Fix `message' calls to ensure first arg is a format string.
20479         The change was made only when these two conditions were satisfied:
20480         [1] when there is a possibility that the arguments would cause an error
20481         for example, if the code in question relies on external variables
20482         such as filenames, and
20483         [2] if the arg to `message' could not have been nil in the code.
20485         * pcomplete.el (pcomplete--help): Fix `message' format spec.
20486         Not having a %s would be weird, though not technically wrong.
20488 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20490         * term/mac-win.el (mac-add-charset-info): Doc fix.
20492 2005-09-17  Romain Francoise  <romain@orebokech.com>
20494         * shell.el (shell-resync-dirs): Handle echoing processes more
20495         reliably.  Don't insert resync command if `comint-process-echoes'
20496         is non-nil.
20498 2005-09-17  Magnus Henoch  <mange@freemail.hu>
20500         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
20501         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
20502         aspell versions >= 0.60.
20503         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
20504         only if ispell-aspell-supports-utf8 is non-nil.
20506 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20508         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
20509         buffer-local value to lisp-indent-function.
20511 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
20513         * progmodes/glasses.el (glasses-make-readable): If
20514         glasses-separator differs from underscore, put appropriate
20515         overlays over underscore characters.
20516         (glasses-convert-to-unreadable): If glasses-separator differs from
20517         underscore, try to convert glasses-separator characters to
20518         underscores.
20520 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20522         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
20523         Use with-syntax-table and dolist.
20525 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
20527         * textmodes/reftex-auc.el:
20528         * textmodes/reftex-cite.el:
20529         * textmodes/reftex-dcr.el:
20530         * textmodes/reftex-global.el:
20531         * textmodes/reftex-parse.el:
20532         * textmodes/reftex-ref.el:
20533         * textmodes/reftex-sel.el:
20534         * textmodes/reftex-toc.el:
20535         * textmodes/reftex-vars.el:
20536         * textmodes/reftex.el: Small changes to remove compiler warnings.
20538         * textmodes/reftex-index.el: Likewise.
20539         (reftex-query-index-phrase): More efficient use of markers.
20541 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20543         * image.el (image-load-path): New variable.
20544         (image-search-load-path): New function.
20545         (find-image): Search for images in `image-load-path'.
20547 2005-09-15  Richard M. Stallman  <rms@gnu.org>
20549         * follow.el: Change Maintainer field.
20551 2005-09-15  David Ponce  <david@dponce.com>
20553         * recentf.el (recentf-save-file-modes): New option.
20554         (recentf-save-list): Use it.
20556 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
20558         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
20559         (mode-line-mule-info, mode-line-modified): Move bindings from
20560         mouse-3 to mouse-1.
20562 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20564         * simple.el (sendmail-user-agent-compose): Revert last change.
20566 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20568         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
20569         Use with-current-buffer.
20570         (ange-ftp-gwp-start): Remove unused var `gw-user'.
20571         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
20572         (ange-ftp-insert-directory): Remove unused var `short'.
20573         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
20575         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
20576         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
20578         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
20579         (check-calendar-holidays, diary-list-entries): Autoload.
20580         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
20581         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
20583         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
20584         which mistakenly removed a call to display-buffer.
20586 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
20588         * obsolete/iso-insert.el: Move to obsolete/ from international/.
20590 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
20592         * progmodes/hideshow.el
20593         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
20594         (hs-allow-nesting): New user var.
20595         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
20596         (hs-hide-block-at-point): When nesting allowed,
20597         if there is already an overlay in place, delete it.
20598         (hs-safety-is-job-n): Delete func; remove call sites.
20599         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
20600         (hs-overlay-at): New func.
20601         (hs-already-hidden-p, hs-show-block): Use it.
20602         (hs-hide-all): Don't pre-clean if nesting allowed.
20603         (hs-show-all): Temporarily disallow
20604         nesting around call to `hs-discard-overlays'.
20606 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
20608         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
20609         Delete unused local var.
20611 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
20613         * help-fns.el (describe-categories): "?\ " -> "?\s".
20614         (help-do-arg-highlight): Recognize also ARG-n, as in
20615         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
20617         * international/codepage.el (dos-unsupported-char-glyph):
20618         * net/newsticker.el (tool-bar-map, w3-mode-map)
20619         (w3m-minor-mode-map):
20620         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
20621         (ent-alist):
20622         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
20624 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
20626         * custom.el (custom-push-theme): Handle the case where a symbol is
20627         bound but face properties have not yet been assigned.
20629         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
20630         Fix behavior if noerase is `t' and there is no mail buffer.
20632         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
20633         if `continue' is nil, rather than signal an error.
20635 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20637         * font-lock.el (font-lock-keywords): Add autoload.
20639         * help-fns.el (describe-variable): Rearrange to put source link
20640         in a predictable place.
20642         * net/newsticker.el: New file.
20644 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20646         * calendar/calendar.el (calendar-for-loop): Add edebug info.
20647         (calendar-basic-setup): Use the new nil arg.
20648         (number-of-diary-entries): Move to diary-lib.el.
20650         * calendar/diary-lib.el: Use with-current-buffer, match-string.
20651         (diary-list-entries): Use with-syntax-table and dolist.
20652         Rename from list-diary-entries.
20653         Use number-of-diary-entries if `number' is nil.
20654         (diary, diary-view-entries): Use this new name and new nil arg value.
20655         (number-of-diary-entries): Move from calendar.el.
20656         (diary-unhide-everything): New function.
20657         (include-other-diary-files, fancy-diary-display)
20658         (diary-show-all-entries, make-diary-entry): Use it.
20659         (diary-mail-entries): Use buffer-string.
20660         (mark-diary-entries): Fix long standing paren typo.
20661         (diary-sexp-entry): Use count-lines.
20662         (make-diary-entry): Avoid `previous-line'.
20663         (diary-mode-map): New var.
20664         (diary-mode): Redraw cal after saving.  Setup header-line.
20665         (fancy-diary-display-mode): Use local-set-key.
20667         * startup.el (command-line): Try calling various terminal-init-foo-bar
20668         functions by stripping hyphenated suffixes from $TERM.
20670         * files.el (normal-mode): Check boundness of font-lock-keywords.
20672 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20674         * progmodes/compile.el: Don't decide a file's directory
20675         until the user actually tries to go there.
20676         (compilation-next-error-function):
20677         Pass compilation-find-file the directory from the file-struct.
20678         (compilation-internal-error-properties): Separate local FILE-STRUCT
20679         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
20680         (compilation-find-file): Arg DIR renamed to DIRECTORY.
20681         Expand it, and if nil, use default-directory.
20682         (compilation-get-file-structure): Don't mix specified directory
20683         with default directory.  Put specified directory into
20684         file-struct.  Don't make the file name absolute.
20686         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20687         (compile-command): Add autoload.
20688         (compilation-disable-input): Add autoload.
20690 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
20692         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
20693         strings of the variables it can override.
20694         (time-stamp): New (as yet undocumented) time-stamp-format escapes
20695         %Q and %q, for fully-qualified domain name and unqualified host name.
20697 2005-09-11  Kim F. Storm  <storm@cua.dk>
20699         * emacs-lisp/authors.el (authors-aliases): Update list.
20700         (authors-fixed-entries): Update mldrag.el entry.
20702 2005-09-10  Alan Mackenzie  <acm@muc.de>
20704         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
20705         from the region narrowed to.
20707 2005-09-10  Magnus Henoch  <mange@freemail.hu>
20709         * textmodes/ispell.el (ispell-check-version): Signal an error if
20710         aspell version is less than 0.60.
20712 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
20714         * progmodes/octave-inf.el (inferior-octave-startup):
20715         Resync current dir at the end.
20717 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
20719         * woman.el (woman-topic-at-point-default):
20720         Rename to woman-use-topic-at-point-default.
20721         (woman-topic-at-point): Rename to woman-use-topic-at-point.
20722         (woman-file-name): Reflect renames above.  Automatically use the
20723         word at point as topic if woman-use-topic-at-point is non-nil.
20724         Otherwise offer it as default but don't insert it in the
20725         minibuffer.  Also use `test-completion' instead of `assoc' as
20726         suggested by Stefan Monnier.
20728 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
20730         * vc.el (vc-directory, vc-update-change-log): Throw an error on
20731         the attempt to do it over Tramp.  This is not yet supported.
20733 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
20735         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20736         (menu-bar-non-minibuffer-window-p): New functions.
20737         ("Split Window", "Save As..."): Use them.
20738         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
20739         ("Print Buffer", "Truncate Long Lines in this Buffer"):
20740         Use menu-bar-menu-frame-live-and-visible-p.
20741         ("Save Buffer", "Insert File", "Open Directory...")
20742         ("Open File...", "Visit New File..."):
20743         Use menu-bar-non-minibuffer-window-p.
20744         (kill-this-buffer-enabled-p, dired <menu-enable>):
20745         Use menu-bar-non-minibuffer-window-p.
20747 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20749         * cus-start.el (all): Don't complain about fringe-related
20750         built-ins if fringes are not supported.  Ditto about
20751         selection-related built-ins.  Fix the test for GTK-related built-ins.
20753         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
20754         ("Postscript Print Buffer", "Print Region", "Save As...")
20755         ("Save", "Insert File...", "Open Directory...")
20756         ("Open File...", "Visit New File..."")
20757         ("Truncate Long Lines in this Buffer"): Don't look at
20758         menu-updating-frame if this display does not support multiple frames.
20760 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20762         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
20764 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
20766         * woman.el: Format- and whitespace-related changes.
20768 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20770         * woman.el: Fix my email address.
20772 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20774         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
20775         (sh-mode): Locally set skeleton-pair-default-alist.
20777         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
20779         * progmodes/flymake.el: Require `compile' unconditionally.
20781         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
20783         * woman.el (woman-file-name): Provide a default, not initial input.
20785         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
20787         * font-lock.el (font-lock-support-mode): Doc fix.
20789         * descr-text.el (describe-property-list): Handle non-symbol prop names.
20791 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20793         * simple.el (blink-matching-open): Get rid of text props from
20794         the string shown in echo area.  Don't permanently set point.
20795         Some rearrangements.
20797 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20799         * recentf.el (recentf-filename-handler): Add custom choice
20800         `abbreviate-file-name'.
20802         * msb.el (msb--very-many-menus): Fix typo.
20804         * disp-table.el (standard-display-european): Don't set
20805         enable-multibyte-characters to nil.
20807 2005-09-08  David Ponce  <david@dponce.com>
20809         * recentf.el (recentf-show-file-shortcuts-flag): New option.
20810         (recentf-expand-file-name): Doc fix.
20811         (recentf-dialog-mode-map): Define digit shortcuts.
20812         (recentf--files-with-key): New variable.
20813         (recentf-show-digit-shortcut-filter): New function.
20814         (recentf-open-files-items): New function.
20815         (recentf-open-files): Use it.
20816         (recentf-open-file-with-key): New command.
20818 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
20820         * buff-menu.el (Buffer-menu-sort-by-column): New function.
20821         Suggested by Kim F. Storm.
20822         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
20823         (Buffer-menu-make-sort-button): Use global keymap.
20825 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
20827         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
20828         (Man-getpage-in-background-advice): Remove defadvice; it isn't
20829         necessary any longer with the remapped command.
20830         (Man-bgproc-sentinel-advice): Remove defadvice which counts
20831         formatting time only.
20833         * net/tramp.el (tramp-action-password)
20834         (tramp-multi-action-password): Compile the password prompt from
20835         `method', `user' and `host'.  Sometimes it isn't obvious which
20836         password to enter, for example with remote files offered by
20837         recentf.el, or with multiple steps.  Suggested by Robert Marshall
20838         <robert@chezmarshall.freeserve.co.uk>.
20840 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20842         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20843         Fix regexp for when "s///" is at the beginning of line.
20845 2005-09-07  Jay Belanger  <belanger@truman.edu>
20847         * calc/calc-poly.el (math-expand-term): Multiply out any powers
20848         when in matrix mode.
20850 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20852         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
20853         non-anonymous functions.
20855 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
20857         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
20858         when using a header line.  Otherwise, use mouse-1-click-follows-link.
20860         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
20861         can't be moved; don't signal an error.
20863 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
20865         * cus-theme.el (custom-theme-write-faces): Save the current face
20866         spec, not the defface spec.
20868         * custom.el (custom-known-themes): Clarify meaning of "standard".
20869         (custom-push-theme): Save old values in the standard theme.
20870         (disable-theme): Correct typo.
20871         (custom-face-theme-value) Deleted unused function.
20872         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
20874 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20876         * progmodes/compile.el (compilation-goto-locus): Take into account
20877         iconified frames when determining whether the buffer is
20878         already visible.
20879         Don't reset window height if the window already existed.
20881 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
20883         * custom.el (load-theme): Rename from require-theme.
20884         Add interactive spec.
20885         (enable-theme): Rename from custom-enable-theme.
20886         Add interactive spec.
20887         (disable-theme): Rename from custom-disable-theme.
20888         Add interactive spec.
20889         (custom-make-theme-feature): Doc fix.
20890         (custom-theme-directory): Doc fix.
20891         (provide-theme): Call enable-theme.
20893 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20895         * obsolete/lazy-lock.el (lazy-lock-mode):
20896         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
20897         font-lock-mode if it's off.  Print a warning instead.
20899         * progmodes/compile.el (compilation-start): Ignore errors if the
20900         process died before we get to send-eof.
20902         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
20903         Undo last change.  Enclosing the result in quotes broke things on Unix
20904         since tex-send-command passes it through shell-quote-argument.
20905         (tex-send-command): Pass `file' through convert-standard-filename
20906         when possible.
20907         (tex-uptodate-p): Handle the case where TeX hasn't put additional
20908         info in a transcript.
20910 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
20912         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
20913         fix compilation warning.  Reorder the key definitions to group
20914         together keys emitted by the current version of xterm.
20916         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
20917         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
20918         Reorder predicates to correct min-color usage.
20920 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
20922         * longlines.el (longlines-mode): Inhibit read-only when encoding.
20923         Kill local variables when longlines-mode is turned off.
20925 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20927         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
20929         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
20931         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
20933         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
20934         (font-lock-lines-before): Change default to being inactive.
20935         (font-lock-default-fontify-region): Obey font-lock-lines-before.
20936         (font-lock-after-change-function): Don't handle f-l-lines-before here.
20938 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20940         * net/tramp.el (tramp-handle-make-auto-save-file-name):
20941         Deactivate temporarily advice if active (not needed for Emacs 22,
20942         but for backwards compatibility).
20943         (tramp-exists-file-name-handler): Rewrite.  First implementation
20944         was too simple.
20945         (tramp-advice-make-auto-save-file-name):
20946         Call `tramp-handle-make-auto-save-file-name' (again, just for
20947         backwards compatibility).
20949 2005-08-31  Reto Zimmermann  <reto@gnu.org>
20951         * progmodes/vhdl-mode.el
20952         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
20953         (vhdl-end-p): Fix indentation bug "else" after "-- when".
20954         (vhdl-set-default-project): New function (easier setting of default).
20955         (vhdl-port-copy): Handle extended identifiers for generics.
20956         (vhdl-compiler-alist): Better description for error message regexp.
20957         (vhdl-make): Query for target, use previous as default.
20958         (vhdl-port-copy): Fix port copy for port names starting with "signal".
20959         (vhdl-font-lock-keywords-2): Fix fontification for record
20960         el. assign.
20961         (vhdl-speedbar-make-subpack-line): Add package body link.
20962         (vhdl-generate-makefile-1): Not include itself as dependency.
20963         (vhdl-font-lock-init): Highlight c-preprocessor directives.
20964         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
20965         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
20966         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
20967         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
20968         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
20969         (vhdl-import-project): Add string argument for `error'.
20970         (vhdl-compose-configuration)
20971         (vhdl-compose-configuration-architecture): Add configuration
20972         declaration generation.
20973         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
20974         (vhdl-trailer-re): Add "record" keyword (better indentation).
20975         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
20976         "[^ \t-\"]+".
20977         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
20978         (vhdl-testbench-entity-file-name)
20979         (vhdl-testbench-architecture-file-name): Allow separate
20980         customization of testbench file names.
20981         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
20982         (vhdl-get-visible-signals): Allow newline within alias declaration.
20983         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
20984         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
20985         (member-ignore-case): Alias for missing function in XEmacs.
20986         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
20987         (vhdl-update-sensitivity-list): Ignore case on read signals.
20988         (vhdl-replace-string): Adjust case only for file names.
20989         (vhdl-update-sensitivity-list): Fix search for read signals.
20990         (vhdl-update-sensitivity-list): Exclude formal parameters.
20991         (vhdl-get-visible-signals): Include aliases of signals.
20992         (vhdl-get-visible-signals): Fix signal name searching.
20993         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
20994         (vhdl-fixup-whitespace-region): Fix for character
20995         literals (e.g. `:').
20997 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20999         * ansi-color.el (comint-last-output-start):
21000         * bs.el (font-lock-verbose):
21001         * diff-mode.el (add-log-buffer-file-name-function):
21002         * dired-x.el (vm-folder-directory):
21003         * faces.el (help-xref-stack-item):
21004         * files.el (font-lock-keywords):
21005         * find-lisp.el (dired-buffers, dired-subdir-alist):
21006         * ido.el (cua-inhibit-cua-keys):
21007         * log-view.el (cvs-minor-wrap-function):
21008         * outline.el (font-lock-warning-face):
21009         * simple.el (compilation-current-error):
21010         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21011         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21012         * tooltip.el (comint-prompt-regexp):
21013         * w32-fns.el (explicit-shell-file-name):
21014         * term/mac-win.el (mac-charset-info-alist)
21015         (mac-services-selection, mac-system-script-code):
21016         * term/tty-colors.el (msdos-color-values):
21017         * term/w32-win.el (xlfd-regexp-registry-subnum):
21018         * term/x-win.el (x-keysym-table, x-selection-timeout)
21019         (x-session-id, x-session-previous-id):
21020         * textmodes/ispell.el (mail-yank-prefix):
21021         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21022         * textmodes/org.el (calc-embedded-close-formula)
21023         (calc-embedded-open-formula)
21024         (font-lock-unfontify-region-function):
21025         * textmodes/reftex-global.el (isearch-next-buffer-function)
21026         (TeX-master):
21027         * textmodes/reftex.el (font-lock-keywords):
21028         * textmodes/tex-mode.el (font-lock-comment-face)
21029         (font-lock-doc-face):
21030         * textmodes/texinfo.el (outline-heading-alist):
21031         Add defvars.
21033         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
21034         (artist-spray-chars, artist-mode-init, artist-replace-string)
21035         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
21036         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
21037         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
21039         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
21040         (conf-align-assignments): "?\ " -> "?\s".
21042         * textmodes/reftex-index.el (TeX-master): Add defvar.
21043         (reftex-index-phrases-marker): Move up defvar.
21045         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
21046         (reftex-toc-include-labels-indicator)
21047         (reftex-toc-include-index-indicator)
21048         (reftex-toc-max-level-indicator): Move up declarations.
21050         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21051         of args to `tramp-run-real-handler', even if it's empty in this case.
21053 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21055         * dired.el (dired-move-to-filename-regexp): Add date format for
21056         Mac OS X 10.3 in East Asian locales.
21058 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
21060         * files.el (make-auto-save-file-name): Add file name handler call
21061         if applicable.
21063         * net/tramp.el (tramp-file-name-handler-alist)
21064         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21065         (tramp-handle-make-auto-save-file-name): Rename from
21066         `tramp-make-auto-save-file-name'.
21067         (tramp-exists-file-name-handler): New defun.
21068         (tramp-advice-make-auto-save-file-name): Make defadvice only when
21069         `make-auto-save-file-name' is not a magic file name operation.
21071 2005-08-30  Richard M. Stallman  <rms@gnu.org>
21073         * files.el (risky-local-variable-p):
21074         Match `-predicates' and `-commands.
21076         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21077         (custom-save-all): Visit the file if necessary;
21078         kill the buffer if we created it.
21079         (custom-save-delete): Don't visit file or kill buffer here.
21081 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
21083         * textmodes/org.el (org-special-keyword): New face.
21084         (org-table-copy-down, org-table-eval-formula)
21085         (org-table-recalculate, org-init-section-numbers):
21086         Use `string-to-number' instead of `string-to-int'.
21087         (org-get-location): Use `insert-buffer-substring' instead of
21088         `insert-buffer'.
21089         (org-modify-diary-entry-string): New function.
21090         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21091         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21092         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21093         active region.
21094         (org-export-as-html): Handle QUOTE keyword.
21095         (org-quote-string): New option.
21096         (org-bookmark-jump-unhide): New function, used for
21097         `bookmark-after-jump-hook'.
21098         (org-diary-default-entry): Apply only when not called through
21099         `org-agenda'.
21101 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
21103         * net/eudc.el (mode-popup-menu):
21104         * play/handwrite.el (ps-printer-name, ps-lpr-command):
21105         * progmodes/ada-mode.el (compile-auto-highlight)
21106         (skeleton-further-elements):
21107         * progmodes/autoconf.el (font-lock-syntactic-keywords):
21108         * progmodes/cmacexp.el (msdos-shells):
21109         * progmodes/compile.el (font-lock-extra-managed-props)
21110         (font-lock-keywords, font-lock-maximum-size)
21111         (font-lock-support-mode):
21112         * progmodes/grep.el (font-lock-lines-before):
21113         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21114         * progmodes/mixal-mode.el (compile-command):
21115         * progmodes/perl-mode.el (font-lock-comment-face)
21116         (font-lock-doc-face, font-lock-string-face):
21117         * progmodes/prolog.el (comint-prompt-regexp):
21118         * progmodes/sh-script.el (font-lock-comment-face)
21119         (font-lock-set-defaults, font-lock-string-face):
21120         * progmodes/sql.el (font-lock-keyword-face)
21121         (font-lock-set-defaults, font-lock-string-face):
21122         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21123         (itimer-version, lazy-lock-defer-contextually)
21124         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21125         Add defvars.
21127         * progmodes/cperl-mode.el (cperl-electric-lbrace)
21128         (cperl-electric-keyword, cperl-electric-pod)
21129         (cperl-electric-backspace, cperl-forward-re)
21130         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21131         (vc-rcs-header, vc-sccs-header): Add defvars.
21133         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21134         (font-lock-syntactic-keywords, gud-find-expr-function):
21135         Add defvars.
21137         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21138         (gdb-frame-parameters): Declare before use.
21140         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21141         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21142         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21143         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21145         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21146         (idlwave-help-with-source): Use `insert-buffer-substring', not
21147         `insert-buffer'.
21149 2005-08-29  Juri Linkov  <juri@jurta.org>
21151         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21152         Put outline-back-to-heading function call inside save-excursion.
21154 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
21156         * man.el (Man-init-defvars, Man-translate-references)
21157         (Man-support-local-filenames, Man-highlight-references):
21158         * progmodes/sql.el (sql-interactive-mode):
21159         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21161         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21162         (compilation-mode-font-lock-keywords): Add defvars.
21163         (checkdoc-interactive-loop): "?\ " -> "?\s".
21165         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21166         (font-lock-doc-face, font-lock-string-face)
21167         (font-lock-keywords-case-fold-search): Add defvars.
21168         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21170         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21171         Don't pass X and Y (they are ignored anyway).
21172         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21173         (mouse-delete-window): Make arguments optional.
21175         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21176         (caesar-translate-table, minor-modes, news-buffer-save)
21177         (news-group-name, news-minor-modes): Add defvars.
21179         * emacs-lisp/lselect.el (mouse-highlight-priority)
21180         (x-lost-selection-functions, zmacs-regions):
21181         * emacs-lisp/pp.el (font-lock-verbose):
21182         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21183         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21184         (ses-mode-map):
21185         * emacs-lisp/tcover-unsafep.el (safe-functions):
21186         * international/mule-cmds.el (mac-system-coding-system)
21187         (mac-system-locale):
21188         * language/ethio-util.el (rmail-current-message)
21189         (rmail-message-vector):
21190         * language/thai-util.el (thai-auto-composition-mode):
21191         * mail/metamail.el (rmail-current-message, rmail-message-vector):
21192         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21193         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21194         (vm-primary-inbox, vm-spool-files):
21195         * mail/rmail.el (deleted-head, font-lock-fontified)
21196         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21197         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21198         (total-messages):
21199         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21200         (rmail-summary-mode-map):
21201         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21202         (rmail-last-label, rmail-last-multi-labels)
21203         (rmail-summary-vector, rmail-total-messages):
21204         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21205         * mail/rmailsum.el (msgnum):
21206         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21207         (rmail-current-message):
21208         * obsolete/fast-lock.el (font-lock-face-list):
21209         * obsolete/rnewspost.el (mail-reply-buffer):
21210         * obsolete/scribe.el (compile-command):
21211         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21213 2005-08-28  John Paul Wallington  <jpw@gnu.org>
21215         * ibuf-ext.el (ibuffer-auto-update-changed):
21216         Use `frame-or-buffer-changed-p' to check whether we need to update.
21217         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21218         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
21219         as a `frame-or-buffer-changed-p' state vector instead.
21221 2005-08-27  Romain Francoise  <romain@orebokech.com>
21223         * textmodes/makeinfo.el (makeinfo-compile):
21224         Use `compilation-start'.  Set `next-error-function' according to
21225         `disable-errors'.
21226         (makeinfo-next-error): New function.
21227         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21228         (makeinfo-buffer): Likewise.
21230         * progmodes/compile.el (compilation-start): Add autoload cookie.
21232         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21233         * textmodes/sgml-mode.el: Likewise.
21234         * progmodes/python.el: Likewise.
21236 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
21238         * simple.el (blink-matching-paren-distance): Document the meaning
21239         of nil value, and allow to customize to nil.
21241         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21242         command.com, not command.exe.
21244 2005-08-26  John Wiegley  <johnw@newartisans.com>
21246         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21247         code around a bit so that an extraneous nil argument is not added
21248         to a command when no args are given.
21250         * eshell/esh-arg.el (eshell-parse-double-quote): If a
21251         double-quoted argument resolves to nil, return it as an empty
21252         string rather than as nil.  This made it impossible to pass "" to
21253         a shell script as a null string argument.
21255 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21257         * outline.el (outline-invent-heading): New fun.
21258         (outline-promote, outline-demote): Use it.
21259         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21260         (outline-end-of-subtree): Remove unused var `opoint'.
21262 2005-08-26  David Reitter  <david.reitter@gmail.com>
21264         * menu-bar.el (truncate-lines, write-file, print-buffer)
21265         (ps-print-buffer-faces, ps-print-buffer, split-window):
21266         Disable menu items when the frame they refer to is invisible, or when
21267         they refer to a buffer and the minibuffer is selected.
21269 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
21271         * progmodes/flymake.el (flymake-highlight-err-lines):
21272         Use save-excursion around flymake-highlight-line to preserve point.
21274 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
21276         * progmodes/octave-mod.el: Change Author and Maintainer address.
21277         (octave-maintainer-address): Change Kurt's email address.
21278         * progmodes/octave-inf.el: Change Author and Maintainer address.
21279         * progmodes/octave-hlp.el: Change Author and Maintainer address.
21281 2005-08-26  Kim F. Storm  <storm@cua.dk>
21283         * subr.el (version-list-<, version-list-<=, version-list-=):
21284         Rename from integer-list-*.
21285         (version-list-not-zero): Likewise.  Fix while loop.
21286         (version=): Use version-list-= instead of string-equal.
21288 2005-08-26  Richard M. Stallman  <rms@gnu.org>
21290         * outline.el (outline-promote): Try shortening the heading.
21291         As last resort, read the heading to use.
21292         (outline-demote): As last resort, read the heading to use.
21294 2005-08-26  Romain Francoise  <romain@orebokech.com>
21296         * progmodes/compile.el (compilation-start): Doc fix.
21298         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
21299         (antlr-font-lock-additional-keywords): Fix reference to
21300         `antlr-font-lock-literal-regexp' erroneously changed during the
21301         mass face rename.
21302         (antlr-run-tool): Use `compilation-start'.
21304         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
21305         instead of the obsolete `compile-internal'.
21307 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
21309         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
21310         (number, original-date):
21311         * calendar/cal-china.el (date):
21312         * calendar/cal-coptic.el (date):
21313         * calendar/cal-french.el (date):
21314         * calendar/cal-hebrew.el (date, entry, number, original-date):
21315         * calendar/cal-islam.el (date, number, original-date):
21316         * calendar/cal-iso.el (date):
21317         * calendar/cal-julian.el (date):
21318         * calendar/cal-mayan.el (date):
21319         * calendar/cal-menu.el (date, event):
21320         * calendar/cal-persia.el (date):
21321         * calendar/lunar.el (date):
21322         * calendar/solar.el (date): Add defvars.
21324         * emerge.el:
21325         * ibuffer.el:
21326         * info-xref.el:
21327         * obsolete/bg-mouse.el:
21328         * obsolete/sun-curs.el:
21329         * obsolete/swedish.el: Move the `defvar's to the top level.
21331         * smerge-mode.el (smerge-refined-change): Add :group.
21333 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21335         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
21336         (smerge-keep-n): Remove props.
21337         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21338         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
21339         now that it's done in smerge-keep-n.
21340         (smerge-refined-change): New face.
21341         (smerge-refine-chopup-region, smerge-refine-highlight-change)
21342         (smerge-refine): New funs.
21343         (smerge-basic-map): Bind smerge-refine.
21345 2005-08-25  Juri Linkov  <juri@jurta.org>
21347         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
21348         compilation-process-setup-function and compilation-disable-input
21349         in grep-mode instead of let-bindings in grep.
21351         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
21352         Delete "Automatic File De/compression" (auto-compression-mode).
21354 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
21356         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
21357         Silence warning about non-existent variable.
21359 2005-08-25  Richard M. Stallman  <rms@gnu.org>
21361         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
21362         Rename "Describe Key" to "Describe Key or Mouse Operation".
21364         * mail/mailalias.el (build-mail-aliases): Delete comments
21365         from the contents before processing them.
21367         * isearch.el (isearch-edit-string): Erase the Search prompt
21368         if user enters an empty string and there is no default.
21370         * comint.el (comint-file-name-prefix): Add autoload.
21372 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
21374         * subr.el (play-sound): Rearrange to avoid warning.
21376 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
21378         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
21379         New hook.
21380         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
21382 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21384         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
21386         * custom.el (custom-theme-set-variables): Sort minor modes last.
21388 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21390         * subr.el (version-separator, version-regexp-alist): New vars used by
21391         version comparison funs.
21392         (integer-list-<, integer-list-=, integer-list-<=)
21393         (integer-list-not-zero): New funs for integer list comparison.
21394         (version-to-list, version=, version<, version<=): New funs for version
21395         comparison.
21397 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
21399         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
21400         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
21401         time to silence the byte-compiler.
21403         * ibuffer.el (ibuffer-compile-make-eliding-form)
21404         (ibuffer-check-formats): Use `with-no-warnings' to hide references
21405         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
21406         so it's silly to get warnings for it).
21407         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
21408         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
21409         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
21410         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
21411         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
21412         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
21413         Defvar at compile time.
21414         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
21415         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
21416         Declare them before use.
21418         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
21419         (info-xref-good, info-xref-bad): Defvar at compile time.
21421         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
21422         Use `let*' instead of `let'.
21424         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
21425         (*mouse-y*, menu, char): Defvar at compile time.
21426         (sc::menu): Declare it before use.
21427         (sc::pack-one-line): Use `let', not `let*'.
21429         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
21430         (mail-send-hook): Defvar at compile time.
21432         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
21433         Defvar at compile time.
21435         * term/sun-mouse.el (current-global-mousemap)
21436         (current-local-mousemap): Declare them before use.
21438 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
21440         * bookmark.el (bookmark-after-jump-hook): New hook.
21441         (bookmark-jump): Run `bookmark-after-jump-hook'.
21443 2005-08-23  Juri Linkov  <juri@jurta.org>
21445         * faces.el (minibuffer-prompt): Doc fix.
21447 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
21449         * progmodes/xscheme.el: Trivial changes to silence warnings.
21450         (xscheme-previous-mode, xscheme-previous-process-state):
21451         Add defvars.
21452         (xscheme-last-input-end, xscheme-process-command-line)
21453         (xscheme-process-name, xscheme-buffer-name)
21454         (xscheme-expressions-ring-max, xscheme-expressions-ring)
21455         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
21456         (xscheme-control-g-synchronization-p)
21457         (xscheme-control-g-disabled-p, xscheme-string-receiver)
21458         (default-xscheme-runlight, xscheme-runlight)
21459         (xscheme-runlight-string, xscheme-process-filter-state)
21460         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
21461         Move to beginning of file.
21462         (scheme-interaction-mode-commands-alist)
21463         (scheme-interaction-mode-map, scheme-debugger-mode-map):
21464         Declare them before use.  Note: the initialization code for the
21465         variables has not been moved because it uses functions that reference
21466         the variables.
21467         (xscheme-control-g-message-string, xscheme-process-filter-alist)
21468         (xscheme-prompt-for-expression-map): Declare them before use.
21469         (scheme-debugger-mode-commands): "?\ " -> "?\s".
21471 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
21473         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
21475 2005-08-22  Juri Linkov  <juri@jurta.org>
21477         * faces.el (set-face-underline): Delete this duplicate function
21478         and make an obsolete alias to set-face-underline-p.
21479         (set-face-underline-p): Use docstring of set-face-underline.
21480         (describe-face): Create hyperlink to parent face.
21482         * info.el (Info-insert-dir): Use save-excursion around
21483         insert-buffer-substring.
21484         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
21485         (Info-escape-percent): Delete function.
21486         (Info-fontify-node): Replace Info-escape-percent by
21487         replace-regexp-in-string with REP arg set to lambda that
21488         duplicates `%' and preserves text properties.
21490         * progmodes/compile.el (compilation-disable-input): Doc fix.
21491         (define-compilation-mode): Doc fix and refill.
21492         (kill-compilation): Use `mode-name' in the error message.
21493         (compilation-find-file): Use `compilation-error' in the
21494         read-file-name's prompt.
21496 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21498         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
21499         (smerge-auto-leave): Make undo re-enable the mode.
21500         (debug-ignored-errors): Add the user-error of impossible resolution.
21501         (smerge-resolve): Move things around a bit, in preparation for later.
21502         (smerge-diff): Don't fail if the buffer has no associated file.
21503         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
21504         (smerge-conflict-overlay): New function.
21505         (smerge-match-conflict): Don't add text properties here.
21506         (smerge-find-conflict): Instead, add an overlay here.
21507         Also check for the case where we're inside a conflict already, so as to
21508         obviate the need for font-lock-multiline, which is unbearably slow with
21509         large conflicts and ciomplex font-lock patterns.
21510         (smerge-remove-props): Remove overlay rather than text-properties.
21511         (smerge-mode): Don't set font-lock-multiline.
21512         Remove overlays when turned off.
21514 2005-08-21  Kim F. Storm  <storm@cua.dk>
21516         * ido.el (ido-ignore-item-p): Use save-match-data.
21517         Bind case-fold-search to ido-case-fold locally.
21519 2005-08-20  Richard M. Stallman  <rms@gnu.org>
21521         * files.el (normal-mode): If font lock is on, turn it off and on.
21523         * subr.el (replace-regexp-in-string): Doc fix.
21525         * startup.el (command-line-1): Don't suppress startup screen
21526         due to existing processes.
21528         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
21530         * progmodes/compile.el (compilation-disable-input): Default to nil.
21532 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21534         * progmodes/compile.el (compilation-disable-input): New defcustom.
21535         (compilation-start): If compilation-disable-input is non-nil, send
21536         EOF to the compilation process.
21538 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
21540         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
21541         Run the argument of tex-shell-cd-command through
21542         convert-standard-filename, to get the correct style of slashes on
21543         Windows, and enclose the result in quotes, in case the file name
21544         includes whitespace or other special characters.
21546 2005-08-19  Andreas Schwab  <schwab@suse.de>
21548         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
21549         process.
21551 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
21553         * cus-start.el (minibuffer-prompt-properties): Correct typo.
21555 2005-08-18  Kim F. Storm  <storm@cua.dk>
21557         * scroll-lock.el: Fix errors due to incorrect line wrapping.
21559 2005-08-18  Richard M. Stallman  <rms@gnu.org>
21561         * scroll-lock.el: New file.
21563 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
21565         * dired.el (dired-move-to-end-of-filename):
21566         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
21568 2005-08-18  Kim F. Storm  <storm@cua.dk>
21570         * ido.el (ido-everywhere): Fix defcustom :set function to disable
21571         rather than toggle mode when custom value is nil.
21572         (ido-everywhere): Fix defun doc string.
21574 2005-08-17  Richard M. Stallman  <rms@gnu.org>
21576         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
21577         as tag instead of "Inviolable".
21579 2005-08-17  Kim F. Storm  <storm@cua.dk>
21581         * windmove.el (windmove-coordinates-of-position): Remove.
21582         (windmove-coordinates-of-window-position): Remove.
21583         (windmove-reference-loc): Use posn-at-point instead.
21585         * subr.el (insert-for-yank-1): Doc fix.
21587         * ido.el (ido-enter-matching-directory): Rename from
21588         ido-enter-single-matching-directory.  Change `slash' choice to
21589         `only'.  Add `first' choice.
21590         (ido-exhibit): Adapt to above changes.
21592 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
21594         * Makefile.in: Expand comment about building loaddefs.el.
21596 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
21598         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
21599         Comment use of defadvice.
21601         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
21603 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
21605         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
21606         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
21607         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
21608         * progmodes/idlw-shell.el, progmodes/ld-script.el,
21609         * progmodes/which-func.el, ruler-mode.el, strokes.el,
21610         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
21611         for backward compatibility for faces that did not appear in the
21612         previous Emacs release.
21614         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
21616 2005-08-15  Kim F. Storm  <storm@cua.dk>
21618         * emulation/cua-base.el (cua-delete-region): Return t if
21619         deleted region was non-empty.
21620         (cua-replace-region): Inhibit overwrite-mode for
21621         self-insert-command if replaced region was non-empty.
21622         (cua--explicit-region-start, cua--status-string): Make them
21623         buffer-local at top-level...
21624         (cua-mode): ...rather than when mode is enabled.
21626 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
21628         * progmodes/vhdl-mode.el (vhdl-emacs-21):
21629         Set t for Emacs 21, 22, and so on.
21631 2005-08-15  David Ponce  <david@dponce.com>
21633         * tree-widget.el: Update Commentary header.
21634         (tree-widget-theme): Doc fix.
21635         (tree-widget-space-width): New option.
21636         (tree-widget-image-properties): Look up in the default theme too.
21637         (tree-widget--cursors): Only for images with arrow pointer shape.
21638         (tree-widget-lookup-image): Pointer shape is hand by default.
21639         (tree-widget-icon): Rename generic icon widget from
21640         `tree-widget-control'.
21641         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
21642         derive from `tree-widget-icon'.
21643         (tree-widget-handle): Improve default look and feel of the text
21644         representation.
21645         (tree-widget): Rename :*-control properties to :*-icon properties.
21646         Add :action and :help-echo properties.
21647         (tree-widget-after-toggle-functions): Move.
21648         (tree-widget-close-node, tree-widget-open-node): Remove.
21649         (tree-widget-before-create-icon-functions): New hook.
21650         (tree-widget-value-create): Update to allow customization of icons
21651         and nodes at run-time via that new hook.
21652         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
21653         (tree-widget-icon-action, tree-widget-icon-help-echo)
21654         (tree-widget-action, tree-widget-help-echo): New functions.
21656 2005-08-15  Kim F. Storm  <storm@cua.dk>
21658         * ido.el (ido-buffer-internal): Use with-no-warnings.
21659         (ido-make-merged-file-list): Use while-no-input.
21661 2005-08-15  Richard M. Stallman  <rms@gnu.org>
21663         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
21664         (flyspell-large-region): Fix doc and custom type.
21666 2005-08-14  Richard M. Stallman  <rms@gnu.org>
21668         * files.el (interpreter-mode-alist): Doc fix.
21670         * mail/rmail.el (rmail-nonignored-headers): New variable.
21671         (rmail-clear-headers): Use it.
21672         (rmail-reply): Better handling of mail-followup-to header.
21674         * progmodes/sh-script.el (sh-font-lock-keywords-var):
21675         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
21676         don't try to refer to executable-font-lock-keywords.
21677         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
21678         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
21679         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
21680         (sh-mode): Set comment-start-skip, local-abbrev-table,
21681         imenu-case-fold-search.
21682         (sh-set-shell): Don't set them here.
21683         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
21684         Don't cache the results in the original alist; don't ever modify
21685         that alist.
21687         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
21689         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
21690         empty.
21692 2005-08-15  Andreas Schwab  <schwab@suse.de>
21694         * desktop.el: Put autoload cookie at risky-local-variable declarations.
21696         * dired.el, info.el, mail/rmail.el: Revert last change.
21698 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
21700         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
21701         modification in `eval-after-load' form.
21702         * info.el: Likewise.
21703         * mail/rmail.el: Likewise.
21705 2005-08-14  Juri Linkov  <juri@jurta.org>
21707         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21708         Remove highlighting of "Compilation started".  Highlight only
21709         the word "finished" in "Compilation finished".  Add highlighting
21710         of "interrupt", "killed", "terminated" and the exit code.
21711         (compilation-start): Add newline after header.  Use exactly the
21712         same time stamp format as the finishing message.
21713         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
21715         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
21716         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
21717         Add highlighting of "interrupt", "killed", "terminated".
21719         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
21720         enabled and the current command is self-insert-command, call it
21721         explicitly with overwrite-mode bound to nil, to not allow it
21722         to delete the character after the selected region.
21724 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
21726         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
21727         move-end-of-line, end-of-line, and beginning-of-line to the list
21728         of commands after which the echo area is updated.
21730 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
21732         * cus-edit.el (custom-save-all, custom-save-delete):
21733         Bind recentf-exclude to exclude custom-file.
21735 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
21737         * mail/rmailsum.el (rmail-summary-end-of-message): New command
21738         to go to the bottom of the mail message.  Added to
21739         `rmail-summary-mode-map' with key "/".
21740         (rmail-summary-show-message): New (internal) function for use by
21741         both `rmail-summary-beginning/end-of-message'.
21742         (rmail-summary-beginning-of-message): Change to use
21743         rmail-summary-show-message.
21745         * mail/rmail.el (rmail-end-of-message): New command to go to the
21746         end of the current message.  Added to `rmail-mode-map' with key "/".
21747         (rmail-beginning-of-message): Fix to work as documented.
21748         (rmail-mode): Change documentation.
21750         * progmodes/compile.el (compilation-start): Add the line
21751         "Compilation started" with compilation start time.
21752         (compilation-mode-font-lock-keywords): Add `started' to keywords.
21754 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
21756         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
21757         of menu items.
21759 2005-08-11  Richard M. Stallman  <rms@gnu.org>
21761         * simple.el (pop-global-mark): Reverse test of widen-automatically.
21763         * battery.el (battery-status-function): Don't use ignore-errors.
21765 2005-08-11  Lute Kamstra  <lute@gnu.org>
21767         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
21768         define-obsolete-variable-alias.
21770 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21772         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
21773         (ange-ftp-send-cmd): Revert last change, and expand
21774         the comment explaining the problem.
21776 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
21778         * ldefs-boot.el: Update.
21780         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
21781         item to "Time, Load and Mail".  Change help echo text.
21783         * time.el (display-time-use-mail-icon, display-time-format)
21784         (display-time-string-forms): Shorten first line of docstrings.
21786 2005-08-10  Lars Hansen  <larsh@soem.dk>
21788         * desktop.el (desktop-buffer-mode-handlers):
21789         Make non-customizable.  Add autoload cookie.  Change initial value to
21790         nil; add elements in respective modules instead.  Fix doc string.
21791         (desktop-load-file): New function.
21792         (desktop-minor-mode-handlers): New autoloaded variable.
21793         (desktop-create-buffer): Call minor mode handlers.
21794         Use desktop-load-file to load major and minor mode modules prior to
21795         checking for a handler.
21796         (desktop-save): Don't add nil to desktop-minor-modes for minor
21797         modes with nil function in desktop-minor-mode-table.  Don't delete
21798         desktop file before rewriting it.
21799         (desktop-locals-to-save): Add autoload cookie.  Don't make
21800         automatically buffer-local.  Add variables column-number-mode,
21801         size-indication-mode, indent-tabs-mode,
21802         indicate-buffer-boundaries, indicate-empty-lines and
21803         show-trailing-whitespace.
21804         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
21805         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
21806         (desktop-clear-preserve-buffers-regexp): Delete.
21807         (desktop-clear-preserve-buffers): Update initial value and docstring.
21808         (desktop-save-buffer): Fix doc string.
21810         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
21811         (hilit-chg-desktop-restore): New function.
21812         (highlight-changes-mode): Add highlight-changes-mode to
21813         desktop-locals-to-save.
21815         * dired.el: Add handler to desktop-buffer-mode-handlers.
21816         (dired-restore-desktop-buffer): Remove autoload cookie.
21817         (dired-mode): Add autoload cookie.
21819         * info.el: Add handler to desktop-buffer-mode-handlers.
21820         (Info-restore-desktop-buffer): Remove autoload cookie.
21821         (Info-mode): Add autoload cookie.
21823         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
21824         (mh-restore-desktop-buffer): Remove autoload cookie.
21825         (mh-folder-mode): Add autoload cookie.
21827         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
21828         (rmail-restore-desktop-buffer): Remove autoload cookie.
21830 2005-08-11  Masatake YAMATO  <jet@gyve.org>
21832         * hexl.el (hexl-address-region):
21833         (hexl-ascii-region, hexl-font-lock-keywords):
21834         (hexl-highlight-line-range): Use the term "region"
21835         instead of "area" for consistency with the other symbols
21836         defined in hexl.el.
21838 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
21840         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
21841         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
21842         out by Juri Linkov).  Add `display-battery-mode'.
21844 2005-08-09  Juri Linkov  <juri@jurta.org>
21846         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21847         Remove `-text' from face variable names.
21848         (compilation-error-file-name, compilation-warning-file-name)
21849         (compilation-info-file-name): Delete faces.
21850         (compilation-line-number, compilation-column-number):
21851         Remove face underlining.
21852         (compilation-message-face): Set to `underline' value by default.
21853         (compilation-error-face, compilation-warning-face)
21854         (compilation-info-face): Remove `-file-name' from face names.
21855         (compilation-error-text-face, compilation-warning-text-face)
21856         (compilation-info-text-face): Delete face variables.
21857         (compilation-text-face): Delete function.
21859         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
21860         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
21861         (grep-error-face): Set to `compilation-error' instead of
21862         `compilation-error-face' (which is redefined to `grep-hit-face' in
21863         grep buffers).
21864         (grep-mode-font-lock-keywords): Remove `-text' from face variable
21865         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
21867         * dired-aux.el (dired-do-query-replace-regexp):
21868         Use `query-replace-read-args'.
21870         * replace.el (query-replace-read-from, query-replace-read-to)
21871         (query-replace-read-args): Rename arg `string' to `prompt'.
21873         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
21875 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
21877         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
21878         uploading files.
21879         (ange-ftp-canonize-filename): Handle file names beginning with ~
21880         correctly.
21882 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21884         * textmodes/fill.el (canonically-space-region)
21885         (fill-context-prefix, fill-french-nobreak-p)
21886         (fill-delete-newlines, fill-comment-paragraph)
21887         (justify-current-line): "?\ " -> "?\s".
21889 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
21891         * textmodes/fill.el (fill-nonuniform-paragraphs):
21892         Improve argument/docstring consistency.
21894 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21896         * textmodes/ispell.el (ispell-word): More fboundp checks.
21898         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
21899         (find-file-noselect-1): Call it here, only if RAWFILE.
21900         (normal-mode): Always set some major mode.
21901         (save-some-buffers-action-alist): Change some explanation strings.
21902         (file-name-non-special): In the `quote' method, use unwind-protect.
21904 2005-08-09  Magnus Henoch  <mange@freemail.hu>
21906         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
21907         (ispell-have-aspell-dictionaries): New variable.
21908         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
21909         (ispell-get-aspell-config-value): New function.
21910         (ispell-aspell-find-dictionary): New function.
21911         (ispell-aspell-add-aliases): New function.
21912         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
21913         appropriate.  Don't look for ispell dictionaries if we use aspell.
21914         (ispell-menu-map): Don't build a submenu of dictionaries.
21916 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21918         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
21919         (sql-read-passwd): Use read-passwd.
21921         * progmodes/idlw-toolbar.el (idlwave-toolbar)
21922         (idlwave-toolbar-is-possible): Add defvars.
21924         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
21925         Avoid warnings.
21927         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
21928         (idlwave-system-class-info, idlwave-executive-commands-alist):
21929         Use defvar.
21931         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
21933         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
21934         Avoid warnings.
21936         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
21937         and content-type: headers.
21939         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
21941         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
21942         and rename some of them to be more self-explanatory.
21944         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
21946         * startup.el (command-line-1): Implement -scriptload.
21948         * replace.el (occur-engine): Initial *Occur* output not undoable.
21950         * menu-bar.el (menu-bar-file-menu): Rename some menu items
21951         and improve help strings.
21953         * isearch.el (isearch-repeat): When changing direction,
21954         mark search successful.
21956         * ediff-init.el: Use (featurep 'xemacs).
21958         * comint.el (send-invisible): Identify buffer, if not selected.
21960         * align.el: Delete autoload for c-guess-basic-syntax.
21962 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21964         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
21965         Improve argument/docstring consistency.  Doc fixes.
21966         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
21967         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
21968         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
21969         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
21970         (r2bv-organization, r2bv-pages, r2bv-primary-author)
21971         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
21972         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
21973         Defvar at compile time.
21975 2005-08-09  Juri Linkov  <juri@jurta.org>
21977         * info.el: Replace `info' with upper-case `Info' where appropriate.
21978         (info-title-1, info-title-2, info-title-3, info-title-4)
21979         (info-menu-header): Move up face definitions.
21980         (info-menu-star): Rename from `info-menu-5'.
21981         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
21982         (Info-fontify-visited-nodes): Fix docstring.
21983         (Info-hide-note-references): Fix docstring.
21984         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
21985         menu items in the same way as on cross-references.
21986         (info-apropos): Fix sorting order and formatting to be like in the
21987         stand-alone Info browser.  Display error messages for 1 sec.
21988         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
21989         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
21990         from the menu bar.
21991         (Info-insert-dir): Restore point after calling
21992         `insert-buffer-substring'.
21994 2005-08-08  Richard M. Stallman  <rms@gnu.org>
21996         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
21997         (recompute-lucid-menubar): Add defvars.
21999         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
22001         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
22003         * net/net-utils.el (run-dig): Rename from `dig'.
22005         * play/gametree.el (gametree-mode): Use make-local-variable,
22006         not make-variable-buffer-local.
22008         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22010         * ansi-color.el (ansi-color-make-extent)
22011         (ansi-color-set-extent-face): Use fboundp, not functionp.
22013         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22014         not make-variable-buffer-local.
22016         * bookmark.el (Info-current-file): Add defvar.
22017         (bookmark-jump-noselect): Use with-no-warnings.
22019         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22021         * ebuff-menu.el (Helper-return-blurb): Add defvar.
22023         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22025         * find-file.el (ada-procedure-start-regexp)
22026         (ada-package-start-regexp): Add defvars.
22028         * info.el (Info-insert-dir): Use insert-buffer-substring.
22030         * xml.el (xml-att-def-re): Add defvar.
22032         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
22033         calling convention.
22035         * subr.el (while-no-input): Return t if there is input.
22037 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
22039         * cus-start.el (all): Add `overflow-newline-into-fringe'.
22041 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
22043         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
22044         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
22046 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
22048         * cmuscheme.el (scheme-start-file): Replace reference to
22049         `user-emacs-directory' by "~/.emacs.d/".
22051 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
22053         * info.el (Info-dir-remove-duplicates): Avoid case folding
22054         in loop; instead, keep downcased strings for comparison.
22055         Suggested by Helmut Eller.
22057 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
22059         Sync with Tramp 2.0.50.
22061         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22062         XEmacs case; not necessary anymore.
22063         (tramp-user-regexp): Allow "@" as part of user name.
22064         (tramp-handle-set-visited-file-modtime)
22065         (tramp-handle-insert-file-contents)
22066         (tramp-handle-write-region): No special handling for
22067         `last-coding-system-used, because this is done in
22068         `tramp-accept-process-output' now.
22069         (tramp-accept-process-output): New defun.
22070         (tramp-process-one-action, tramp-process-one-multi-action)
22071         (tramp-wait-for-regexp, tramp-wait-for-output)
22072         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
22073         Howells <dhowells@redhat.com>.
22074         (clear-visited-file-modtime): Defadvice removed.  The check for
22075         unset buffer's modtime does not need to be based on
22076         `tramp-buffer-file-attributes'.  Suggested by RMS.
22077         (tramp-message): Insert "\n" if not being at beginning of line.
22078         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22079         sequence with same logic.
22080         (tramp-completion-handle-expand-file-name): Discard call of
22081         `tramp-drop-volume-letter'.  It is not necessary, and there have
22082         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22083         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22084         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22085         should always be visible.
22086         (tramp-handle-insert-directory, tramp-setup-complete)
22087         (tramp-set-process-query-on-exit-flag)
22088         (tramp-append-tramp-buffers): Pacify byte-compiler.
22089         (tramp-bug): Delete non-existing variables from list.
22090         Apply `tramp-load-report-modules' as pre-hook.
22091         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22092         `shell-prompt-pattern' because of non-7bit characters.
22093         Reported by Sebastian Luque <sluque@mun.ca>.
22094         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22095         (tramp-match-string-list): Remove function.
22096         (tramp-wait-for-regexp): Remove call of that function.
22097         Suggested by Kim F. Storm <storm@cua.dk>.
22098         (tramp-set-auto-save-file-modes): Use octal integer code #o600
22099         instead of octal character code ?\600.  The latter resulted in a
22100         syntax error with XEmacs.
22102         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22103         XEmacs case; not necessary anymore.
22104         (tramp-smb-handle-write-region): No special handling for
22105         `last-coding-system-used, because this is done in
22106         `tramp-accept-process-output' now.
22107         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22109 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
22111         * wid-edit.el (widget-choice-value-create):
22112         Unconditionally respect user choice.  Set :explicit-choice back to nil
22113         when no longer needed.
22114         (widget-choice-action): Unconditionally respect user choice.
22115         Eliminate :explicit-choice-value.
22117         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22119         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22120         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22121         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22122         running new function `toggle-indicate-empty-lines'.
22123         Rename "Customize" item to "Customize fringe".
22124         Rename "Indicators" item to "Buffer boundaries" and change help echo.
22125         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22126         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22127         Delete "Empty lines only" item.
22128         (menu-bar-showhide-fringe-ind-customize): New function.
22129         (menu-bar-showhide-fringe-ind-mixed)
22130         (menu-bar-showhide-fringe-ind-box)
22131         (menu-bar-showhide-fringe-ind-right)
22132         (menu-bar-showhide-fringe-ind-left)
22133         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22134         instead of `fringe-indicators'.
22136 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22138         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22139         Change the date of last update.
22141 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22143         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22144         (viper-exec-yank, viper-put-back): Don't display modification msg
22145         if in the minibuffer.
22147         * viper-init.el (viper-replace-overlay-cursor-color)
22148         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22149         Make variables frame local.
22151         * viper-util.el (viper-append-filter-alist): Use append instead of
22152         nconc.
22154         * viper.el (viper-vi-state-mode-list)
22155         (viper-emacs-state-mode-list): Move help-mode and
22156         completion-list-mode from the first list to the second.
22157         (viper-mode): Docstring.
22158         (viper-go-away, viper-non-hook-settings): Don't localize
22159         minor-mode-alist in newer Emacsen.  Add advice to
22160         set-cursor-color.  Don't bind "\C-c\\".
22162 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
22164         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22165         (scheme-macro-expand-command): New user options.
22166         (scheme-trace-procedure, scheme-expand-current-form): New commands.
22167         (scheme-form-at-point, scheme-start-file)
22168         (scheme-interactively-start-process): New functions.
22169         (scheme-get-process): New function, extracted from `scheme-proc'.
22170         (run-scheme): Call `scheme-start-file' to get start file, and pass
22171         it to `make-comint'.
22172         (switch-to-scheme, scheme-proc):
22173         Call `scheme-interactively-start-process' if no Scheme buffer/process
22174         is available.
22176 2005-08-06  Juri Linkov  <juri@jurta.org>
22178         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22179         Use `compilation-text-face', `compilation-info-text-face' and
22180         `compilation-error-text-face' instead of `font-lock-keyword-face'.
22181         (compilation-error): New face.
22182         (compilation-error-file-name): Inherit from
22183         `compilation-error' instead of `font-lock-warning-face'.
22184         (compilation-warning-file-name): Inherit from
22185         `compilation-warning' instead of `font-lock-warning-face'.
22186         (compilation-info, compilation-error-file-name)
22187         (compilation-warning-file-name, compilation-info-file-name)
22188         (compilation-line-number, compilation-column-number): Doc fix.
22189         (compilation-error-text-face, compilation-warning-text-face)
22190         (compilation-info-text-face): New face variables.
22191         (compilation-line-face, compilation-column-face)
22192         (compilation-enter-directory-face)
22193         (compilation-leave-directory-face): Doc fix.
22194         (compilation-text-face): New function.
22196         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22197         instead of 1 to display binary file names as info file links.
22198         (grep-error-face): Use `compilation-error-face' instead of
22199         `font-lock-keyword-face'.
22200         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22201         and `compilation-warning-text-face' instead of
22202         `font-lock-keyword-face'.  Use `compilation-error-text-face'
22203         instead of `grep-error-face'.
22205 2005-08-05  Kenichi Handa  <handa@m17n.org>
22207         * international/code-pages.el: Add autoload cookies for all coding
22208         systems.
22210 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
22212         * cus-start.el (all): Put undo.c where it alphabetically belongs.
22214 2005-08-04  Juri Linkov  <juri@jurta.org>
22216         * progmodes/compile.el (compilation-mode-map):
22217         * progmodes/grep.el (grep-mode-map):
22218         Bind TAB to `compilation-next-error' and [backtab] to
22219         `compilation-previous-error'.
22221         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22222         matching line numbers, column numbers and their ranges with regexp
22223         matching only line numbers.
22224         (grep-context-face): New face variable.
22225         (grep-mode-font-lock-keywords): Use it.
22227         * faces.el (read-face-name): Delete duplicate faces.
22229 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
22231         * thumbs.el (thumbs-find-image): Don't make variables
22232         automatically buffer local.
22233         (thumbs-current-tmp-filename, thumbs-current-image-filename)
22234         (thumbs-image-num): Make automatically buffer local.
22235         (thumbs-show-thumbs-list): Use `make-local-variable', not
22236         `make-variable-buffer-local'.
22237         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22239         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22240         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22241         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22242         (bother, bye, canyou, chatlst, continue, deathlst, describe)
22243         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22244         (feelings-about, foullst, found, hello, history, howareyoulst)
22245         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22246         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22247         (neglst, obj, object, owner, please, problems, qlist)
22248         (random-adjective, relation, remlst, repetitive-shortness)
22249         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22250         (shortlst, something, sportslst, stallmanlst, states, subj)
22251         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22252         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22253         Defvar at compile time.
22255         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22256         not `make-variable-buffer-local'.
22258 2005-08-02  Kim F. Storm  <storm@cua.dk>
22260         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22261         rectangle overlay in selected window.
22263 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
22265         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22266         instead of display group.  Make `indicate-buffer-boundaries'
22267         customizable through Custom.
22269 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
22271         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22272         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22273         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22274         (gdb-put-string): Fix typos in docstrings.
22276 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
22278         Update copyright notices of files in progmodes directory for
22279         release of Emacs 22.1.
22281         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
22283         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
22284         Don't barf if the GUD buffer has been killed.
22286 2005-08-01  Kim F. Storm  <storm@cua.dk>
22288         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
22290 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22292         * simple.el (next-error-follow-minor-mode):
22293         make-variable-buffer-local -> make-local-variable.
22295         * emacs-lisp/cl-extra.el: Require CL also when compiling.
22297         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
22298         (byte-compile-form-make-variable-buffer-local): New functions to warn
22299         about misuses of make-variable-buffer-local where make-local-variable
22300         was meant.
22302 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
22304         * bs.el (bs-attributes-list): Doc fix.
22305         (bs): Update url-link.
22307         * desktop.el (desktop-save-buffer): Fix typos in docstring.
22308         (desktop-load-default): Simplify.
22310         * ibuffer.el (ibuffer-columnize-and-insert-list)
22311         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
22312         (ibuffer-unmark-all, ibuffer-toggle-marks)
22313         (ibuffer-unmark-forward, ibuffer-unmark-backward)
22314         (ibuffer-compile-make-format-form, ibuffer-format-column)
22315         (ibuffer-current-buffers-with-marks)
22316         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
22317         (ibuffer): Doc fix.
22318         (ibuffer-mode): Fix typo in docstring.
22319         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
22320         with `define-obsolete-variable-alias'.
22321         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
22323 2005-07-29  Kenichi Handa  <handa@m17n.org>
22325         * international/mule-cmds.el (select-message-coding-system):
22326         Be sure to use LF for end-of-line.  If no coding system is decided,
22327         return iso-8859-1-unix.
22329 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22331         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
22332         (ange-ftp-pending-error-line): New vars.
22333         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
22334         to handle the non-fatal no-route-to-host messages.
22335         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
22337 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
22339         * isearch.el (isearch-mode-map, isearch-other-meta-char)
22340         (isearch-quote-char, isearch-printing-char)
22341         (isearch-text-char-description): "?\ " -> "?\s".
22342         (isearch-lazy-highlight-cleanup)
22343         (isearch-lazy-highlight-initial-delay)
22344         (isearch-lazy-highlight-interval)
22345         (isearch-lazy-highlight-max-at-a-time)
22346         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
22347         Declare with define-obsolete-*-alias macros.
22348         (isearch-forward): Fix typo in docstring.
22349         (search-invisible, search-ring-yank-pointer)
22350         (regexp-search-ring-yank-pointer): Doc fixes.
22352         * recentf.el (recentf-menu-append-commands-p): Declare with
22353         `define-obsolete-variable-alias'.
22354         (recentf-max-saved-items, recentf-menu-filter)
22355         (recentf-arrange-by-rule-subfilter): Doc fixes.
22356         (recentf-menu-append-commands-flag)
22357         (recentf-initialize-file-name-history, recentf-expand-file-name)
22358         (recentf-clear-data): Fix typos in docstrings.
22360 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
22362         * progmodes/gdb-ui.el: Smarten comments.
22363         (gdb-info-breakpoints-custom): Use nowarn when finding file.
22365 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
22367         * term/apollo.el (terminal-init-apollo): New function containing
22368         all former top level forms in the file.
22369         * term/bobcat.el (terminal-init-bobcat):
22370         * term/cygwin.el (terminal-init-cygwin):
22371         * term/iris-ansi.el (terminal-init-iris-ansi):
22372         * term/linux.el (terminal-init-linux):
22373         * term/news.el (terminal-init-news):
22374         * term/rxvt.el (terminal-init-rxvt):
22375         * term/sun.el (terminal-init-sun):
22376         * term/tvi970.el (terminal-init-tvi970):
22377         * term/vt100.el (terminal-init-vt100):
22378         * term/vt102.el (terminal-init-vt102):
22379         * term/vt125.el (terminal-init-vt125):
22380         * term/vt200.el (terminal-init-vt200):
22381         * term/vt201.el (terminal-init-vt201):
22382         * term/vt220.el (terminal-init-vt220):
22383         * term/vt240.el (terminal-init-vt240):
22384         * term/vt300.el (terminal-init-vt300):
22385         * term/vt320.el (terminal-init-vt320):
22386         * term/vt400.el (terminal-init-vt400):
22387         * term/vt420.el (terminal-init-vt420):
22388         * term/wyse50.el (terminal-init-wyse50):
22389         * term/xterm.el (terminal-init-xterm): Likewise.
22391         * term/README: Describe the terminal-init-* functionality.
22393         * startup.el (command-line): After loading the terminal initialization
22394         file call the corresponding terminal initialization function.
22396 2005-07-27  Kenichi Handa  <handa@m17n.org>
22398         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
22399         negative.
22401         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
22402         (ps-mule-composition-prologue): Fix for the case that
22403         RelativeCompose is false.
22405 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22407         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
22409         * descr-text.el (describe-char): Handle the case where the list of
22410         chars is displayed in a separate frame.
22411         Be a bit more discriminating when looking for the char.
22413 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
22415         * bookmark.el (bookmark-automatically-show-annotations)
22416         (bookmark-read-annotation-text-func): Doc fixes.
22417         (bookmark-save): Improve argument/docstring consistency.
22418         (bookmark-get-bookmark, bookmark-get-bookmark-record)
22419         (bookmark-alist-from-buffer)
22420         (bookmark-upgrade-file-format-from-0)
22421         (bookmark-grok-file-format-version)
22422         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
22423         (bookmark-read-annotation-mode)
22424         (bookmark-insert-current-bookmark, bookmark-jump)
22425         (bookmark-exit-hook): Fix typos in docstrings.
22426         (bookmark-exit-hooks): Define as obsolete alias.
22427         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
22428         not `bookmark-exit-hooks'.  Fix docstring.
22429         (bookmark-bmenu-select): "?\ " -> "?\s".
22431 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
22433         * startup.el (command-line): Fix typo.
22435 2005-07-24  Richard M. Stallman  <rms@gnu.org>
22437         * tooltip.el (tooltip-mode): Test emacs-basic-display,
22438         not emacs-quick-startup.
22440 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
22442         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
22443         (reb-next-match, reb-show-subexp): Use `with-selected-window'
22444         instead of `reb-with-current-window'.
22445         (reb-prev-match): Likewise.  Also, don't move left if the search
22446         was unsuccessful.
22447         (reb-initialize-buffer): New function.
22448         (re-builder, reb-change-syntax): Use it.
22450         * man.el (Man-goto-page): Make second argument NOERROR optional.
22452 2005-07-23  Richard M. Stallman  <rms@gnu.org>
22454         * man.el (Man-bgproc-sentinel): Check here for failure to find
22455         any man page in the output, and report the error here.
22456         (Man-arguments): Make it permanent local.
22457         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
22458         (Man-mode): Pass t for NOERROR.
22460         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
22461         (grep-mode-font-lock-keywords):
22462         Don't use compilation-...-face for messages that are not file names.
22464         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22465         Don't use compilation-...-face for messages that are not file names.
22467 2005-07-22  Juri Linkov  <juri@jurta.org>
22469         * startup.el (normal-splash-screen): Update menu name.
22471         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
22473 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22475         * term/xterm.el: Load term/rxvt if the terminal is actually an
22476         rxvt terminal.
22477         (xterm-rxvt-set-background-mode): Remove, not used anymore.
22479         * term/rxvt.el (function-key-map): Use substitute-key-definition
22480         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
22482         * term/cygwin.el: New file.
22484 2005-07-22  Kim F. Storm  <storm@cua.dk>
22486         * image-file.el (insert-image-file, image-file-yank-handler):
22487         Fix last change to maintain a (unique) yank-handler on yanked images.
22489 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
22491         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
22492         of the file size (as in "177B" for 177 bytes).  This happens with
22493         "ls -lh" on FreeBSD.
22495 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
22497         * hilit-chg.el (highlight-changes-global-initial-state)
22498         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
22499         (hilit-chg-fixup, highlight-changes-mode):
22500         Fix typos in docstrings.
22501         (highlight-changes-global-modes, highlight-changes-rotate-faces):
22502         Doc fixes.
22504 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
22506         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
22507         mode function using `eval-after-load'.
22509 2005-07-21  Kim F. Storm  <storm@cua.dk>
22511         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
22512         included when reporting an Emacs crash, and tell about the DEBUG file.
22514         * image-file.el (insert-image-file): Add yank-handler.
22515         (image-file-yank-handler): Yank handler to make unique copies of
22516         images when they are yanked into a buffer next to each other.
22518 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
22520         * comint.el (comint-use-prompt-regexp, comint-send-input)
22521         (comint-source-default, comint-extract-string)
22522         (comint-get-source, comint-word, comint-completion)
22523         (comint-source, comint-prompt-read-only, comint-update-fence):
22524         Fix typos in docstrings.
22525         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
22526         Declare with define-obsolete-*-alias macros.
22527         (comint-previous-matching-input-from-input)
22528         (comint-next-matching-input-from-input)
22529         (comint-previous-matching-input, comint-next-matching-input)
22530         (comint-forward-matching-input):
22531         Improve argument/docstring consistency.
22533         * desktop.el (desktop-clear-preserve-buffers-regexp):
22534         Also preserve the *server* buffer.
22536         * simple.el (clone-indirect-buffer): Doc fix.
22537         (fixup-whitespace, just-one-space)
22538         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
22539         (next-error, next-error-highlight)
22540         (next-error-highlight-no-select, next-error-last-buffer)
22541         (next-error-buffer-p, next-error-find-buffer, next-error)
22542         (previous-error, next-error-no-select, previous-error-no-select)
22543         (open-line, split-line, minibuffer-prompt-width, kill-new)
22544         (binary-overwrite-mode): Fix typos in docstrings.
22545         (set-fill-column): Fix typo in message.
22547         * skeleton.el (skeleton-proxy-new): Doc fix.
22549         * strokes.el (strokes-load-hook): Doc fix.
22550         (strokes-grid-resolution, strokes-get-grid-position)
22551         (strokes-renormalize-to-grid, strokes-read-stroke)
22552         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
22553         (strokes-global-map): Fix typos in docstrings.
22554         (strokes-help): Doc fix.  Fix help message and pass it through
22555         `substitute-command-keys'.
22557         * tempo.el (tempo-insert-prompt, tempo-interactive)
22558         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
22559         (tempo-insert-string-functions, tempo-local-tags)
22560         (tempo-define-template, tempo-insert-template)
22561         (tempo-insert-prompt-compat, tempo-is-user-element)
22562         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
22563         Fix typos in docstrings.
22565         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
22566         (vcursor-key-bindings, vcursor-use-vcursor-map)
22567         (vcursor-find-window, vcursor-scroll-down)
22568         (vcursor-disable, vcursor-beginning-of-buffer)
22569         (vcursor-end-of-buffer): Fix typos in docstrings.
22570         (vcursor-relative-move, vcursor-get-char-count):
22571         Improve argument/docstring consistency.
22573         * version.el: "?\ " -> "?\s".
22575         * wid-edit.el (widget-default-create, widget-after-change)
22576         (widget-default-format-handler, widget-checklist-add-item)
22577         (widget-radio-add-item, widget-choose, widget-specify-secret)
22578         (widget-field-value-create, widget-field-value-get)
22579         (widget-editable-list-format-handler)
22580         (widget-editable-list-entry-create, widget-group-value-create)
22581         (widget-documentation-link-add)
22582         (widget-documentation-string-value-create): "?\ " -> "?\s".
22583         (widget-convert-text): Doc fix.
22584         (widget-narrow-to-field, widget-field-find)
22585         (widget-url-link-action, widget-emacs-library-link-action)
22586         (widget-color-notify): Fix typos in docstrings.
22588         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
22589         (x-select-text, set-w32-system-coding-system)
22590         (w32-add-charset-info): Fix typos in docstrings.
22592         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
22593         (cua-enable-cua-keys, cua-use-hyper-key)
22594         (cua-virtual-rectangle-edges): Fix typos in docstrings.
22595         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
22597         * net/tramp.el (tramp-handle-load): Fix typo in error message.
22599         * emacs-lisp/re-builder.el (regexp-builder): Declare with
22600         `defalias' instead of faking it.
22602         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
22603         (eshell-ls-missing, eshell-ls-dired-initial-args)
22604         (eshell-ls-use-in-dired): Fix typos in docstrings.
22606 2005-07-20  Kim F. Storm  <storm@cua.dk>
22608         * emulation/cua-base.el (cua-mode): Improve doc string.
22610 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
22612         * abbrev.el (expand-region-abbrevs): Doc fix.
22613         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
22614         Improve argument/docstring consistency.
22616         * arc-mode.el (archive-get-descr, archive-alternate-display):
22617         Doc fixes.
22618         (archive-l-e): Improve argument/docstring consistency.
22619         (archive-tmpdir, archive-unixdate, archive-unixtime)
22620         (archive-chmod-entry): Fix typos in docstrings.
22621         (archive-unflag, archive-unflag-backwards)
22622         (archive-unmark-all-files): "?\ " -> "?\s".
22624         * buff-menu.el (Buffer-menu-unmark): Doc fix.
22625         (Buffer-menu-not-modified, Buffer-menu-execute)
22626         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
22627         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
22629         * composite.el (compose-string, encode-composition-rule)
22630         (compose-last-chars): Fix typos in docstrings.
22632         * desktop.el (desktop-enable, desktop-basefilename):
22633         Declare with `define-obsolete-variable-alias'.
22634         (desktop-internal-v2s): Don't quote keywords.
22635         (desktop-clear): "?\ " -> "?\s".
22637         * dired.el (dired-align-file, dired-flag-backup-files)
22638         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
22639         (dired-listing-switches, dired-ls-F-marks-symlinks)
22640         (dired-dwim-target, dired-load-hook, dired-mode-hook)
22641         (dired-directory, dired-faces, dired, dired-revert)
22642         (dired-mode, dired-summary, dired-view-file)
22643         (dired-copy-filename-as-kill, dired-delete-file)
22644         (dired-no-confirm, dired-unmark-all-marks)
22645         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
22646         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
22647         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
22648         Fix typos in message strings.
22650         * dired-x.el (virtual-dired): Declare with `defalias'.
22651         (dired-mark-unmarked-files, dired-local-variables-file)
22652         (dired-omit-here-always): Doc fix.
22653         (dired-omit-mode, dired-find-subdir)
22654         (dired-enable-local-variables, dired-clean-up-buffers-too)
22655         (dired-extra-startup, dired-mark-extension, dired-jump)
22656         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
22657         (dired-smart-shell-command, dired-guess-shell-alist-user)
22658         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
22659         (dired-x-bind-find-file, dired-x-submit-report):
22660         Fix typos in docstrings.
22661         (dired-mark-unmarked-files): "?\ " -> "?\s".
22663         * dirtrack.el (dirtrack-list): Fix typos in docstring.
22665         * faces.el (describe-face): "?\ " -> "?\s".
22666         (read-all-face-attributes, read-face-font, modify-face)
22667         (face-attr-construct, italic): Fix typos in docstrings.
22668         (frame-update-face-colors): Declare with
22669         `define-obsolete-function-alias'.
22671         * files.el (find-file-noselect, recode-file-name): Doc fixes.
22672         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
22673         (magic-mode-alist, buffer-file-numbers-unique)
22674         (write-file-functions, get-free-disk-space):
22675         Fix typos in docstrings.
22676         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
22677         (write-contents-hooks, write-file-hooks):
22678         Declare with `define-obsolete-variable-alias'.
22680         * forms-d2.el (arch-rj): Fix typo in docstrings.
22681         (arch-tocol): Likewise.  "?\ " -> "?\s".
22683         * frame.el (set-frame-font, cursor-in-non-selected-windows):
22684         Fix typo in docstring.
22685         (set-screen-width, set-screen-height): Delete redundant info in
22686         doctrings.
22687         (new-frame, screen-height, screen-width): Declare with
22688         `define-obsolete-function-alias'.
22689         (delete-frame-hook, blink-cursor): Declare with
22690         `define-obsolete-variable-alias'.
22692         * paths.el (prune-directory-list): Fix typos in docstring.
22694         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
22695         (cvs-prefix-get): Fix typos in docstrings.
22697         * ps-print.el (ps-extend-face-list, ps-extend-face)
22698         (ps-print-background-image): Fix typos in docstrings.
22699         (ps-default-fg, ps-default-bg): Doc fixes.
22701         * s-region.el (s-region-bind): Doc fix.
22702         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
22704         * textmodes/org.el (org-table-formula-substitute-names)
22705         (org-table-get-vertical-vector): Doc fixes.
22706         (org-table-recalculate): Remove unused argument to `message'.
22708 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
22710         * textmodes/org.el (org-table-column-names)
22711         (org-table-column-name-regexp)
22712         (org-table-named-field-locations): New variables.
22713         (org-archive-subtree): Protect `this-command' when calling
22714         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
22715         the kill buffer.
22716         (org-complete): Remove fixed-formula completion.
22717         (org-edit-formulas-map): New variable.
22718         (org-table-edit-formulas): New command.
22719         (org-finish-edit-formulas, org-abort-edit-formulas)
22720         (org-show-variable, org-table-get-vertical-vector): New functions.
22721         (org-table-maybe-eval-formula): Handle `:=' fields.
22722         (org-table-get-stored-formulas, org-table-store-formulas)
22723         (org-table-get-formula, org-table-modify-formulas)
22724         (org-table-replace-in-formulas): Handle named field formulas.
22725         (org-table-get-specials): Store locations of named fields.
22727 2005-07-19  Juri Linkov  <juri@jurta.org>
22729         * progmodes/grep.el (grep-regexp-alist)
22730         (grep-mode-font-lock-keywords, grep-process-setup):
22731         Use default GNU grep match color "01;31m" instead of "01;41m".
22732         (grep-regexp-alist, grep-mode-font-lock-keywords):
22733         Use `\\[[0-9]*m' instead of `\\[00m'.
22734         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
22735         sgr_start where its handling is more important.  Use the real
22736         length of sgr_start instead of constant 8.
22737         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
22738         specially.  Delete all remaining escape sequences.
22739         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
22740         (grep-regexp-alist): Make hyperlink only for binary file name
22741         instead of the whole line.
22742         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
22743         (grep-mode): Add autoload.
22745         * emacs-lisp/find-func.el (find-function-regexp):
22746         Add `define-compilation-mode'.
22748 2005-07-19  Juri Linkov  <juri@jurta.org>
22750         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
22751         (compare-windows-sync-string-size, compare-windows-recenter)
22752         (compare-windows-highlight, compare-windows): Add version 22.1.
22753         (compare-windows) <defface>: Inherit from lazy-highlight instead
22754         of duplicating its default value.
22756         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
22757         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
22759         * descr-text.el (describe-char): Create link buttons for `charset'
22760         and `code point'.  Add the current input method name with a link
22761         button to `to input' field.  Print face names of display table
22762         characters in `The display table entry is displayed by' section
22763         instead of printing face-id in the `display' field.
22764         Guess hardcoded faces and create a link button for them.
22765         Skip empty fields when calculating max-width.
22766         Treat `widget-create' specially while inserting strings from the
22767         collected field list.
22768         (describe-char-after): Made obsolete in version 22.1, not 21.5.
22770         * diff-mode.el (diff-file-header): Change foreground color from
22771         yellow to green on light backgrounds.
22772         (diff-context): Inherit from `shadow' only for color/grayscale
22773         with more than 88 colors.
22774         (diff-indicator-removed, diff-indicator-added)
22775         (diff-indicator-changed): New faces.
22776         (diff-font-lock-keywords): Use new faces.  Regroup rules.
22777         Add "^---$" for `normal' diff format.  Fontify `#' lines with
22778         font-lock-comment-delimiter-face and font-lock-comment-face.
22779         Add `#' to ^[^...] in the rule for `diff-context-face'.
22781         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
22782         a button-like box.  Inherit from `highlight' on low colors.
22783         (shadow): Use shades of gray only for color/grayscale with
22784         more than 88 colors.  Use green for light backgrounds with
22785         8 colors, and yellow for dark backgrounds with 8 colors.
22787         * font-lock.el (font-lock-regexp-grouping-backslash):
22788         Don't inherit from escape-glyph (use bold for all cases).
22790         * info.el (info-xref-visited): Use light foreground color `violet'
22791         for dark backgrounds instead of dark color `magenta3'.
22792         (info-title-1): Use `yellow' color for dark backgrounds.
22794         * isearch.el (isearch): Use not-too-dark magenta3 instead of
22795         too-light magenta2.
22797         * replace.el (match): Use slightly more light RoyalBlue3 instead
22798         of dark RoyalBlue4.
22800         * wid-edit.el (widget-inactive): Inherit from `shadow'.
22802 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
22804         * novice.el (disabled-command-hook): Declare it with
22805         `define-obsolete-variable-alias'.
22807         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
22808         (desktop-buffer-misc-functions, desktop-buffer-handlers)
22809         (desktop-load-default): Add release to obsolescence info.
22810         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
22811         (desktop-append-buffer-args, desktop-read):
22812         Fix typos in docstrings.
22813         (desktop-kill): Fix typo in message.
22814         (desktop-save): Doc fix.
22816 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
22818         * viper-cmd.el (viper-escape-to-state): Bug fix.
22819         (viper-envelop-ESC-key): Change the definition of fast
22820         keysequence so it'll work with keyboard macros.
22822         * ediff.el (ediff-patch-buffer): Change the docstring.
22824 2005-07-19  Kenichi Handa  <handa@m17n.org>
22826         * international/mule-cmds.el (select-safe-coding-system): Try to
22827         use an auto-coding (if any) before anything else.  If the found
22828         auto-coding is invalid, show a warning message.
22830         * international/mule.el (find-auto-coding): New function created
22831         by modifying the body of set-auto-coding.
22832         (set-auto-coding): Use find-auto-coding to find a coding.
22834 2005-07-18  Richard M. Stallman  <rms@gnu.org>
22836         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
22837         not isearch-mode-end-hook-error.
22838         (allout-before-change-protect): Fix error message.
22840 2005-07-18  Juri Linkov  <juri@jurta.org>
22842         * allout.el (allout-mode):
22843         * calculator.el (calculator-copy):
22844         * custom.el (custom-known-themes):
22845         * dired.el (dired-desktop-buffer-misc-data)
22846         (dired-restore-desktop-buffer):
22847         * dired-x.el (dired-omit-marker-char):
22848         * files.el (basic-save-buffer):
22849         * font-core.el (font-lock-mode):
22850         * calendar/calendar.el (calendar-goto-hebrew-date)
22851         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
22852         (calendar-goto-persian-date):
22853         * language/ethio-util.el (ethio-sera-to-fidel-region):
22854         * textmodes/picture.el (picture-mode):
22855         Delete duplicate duplicate words.
22857 2005-07-18  Juri Linkov  <juri@jurta.org>
22859         * isearch.el (isearch-mode-map): Remove key bindings for regexp
22860         chars * ? } |.
22861         (isearch-fallback): Don't call `isearch-process-search-char'.
22862         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
22863         (isearch-process-search-char): Call `isearch-fallback' for regexp
22864         chars * ? } |.
22865         (isearch-return-char): Make obsolete with `make-obsolete' instead
22866         of simply documenting it as obsolete in the docstring.
22867         (isearch-fallback): Refill docstring.
22869         * international/isearch-x.el
22870         (isearch-process-search-multibyte-characters): Remove unneeded
22871         `concat'.  Add intermediate values to `junk-hist' instead of
22872         `minibuffer-history'.  Test the length of `str'.
22874 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
22876         * allout.el (allout-resolve-xref): Fix typos in error strings.
22877         (allout-before-change-protect): Remove unneeded `concat'.
22879         * array.el (array-mode, array-reconfigure-rows)
22880         (untabify-backward): Fix typos in docstrings.
22881         (array-reconfigure-rows): Use `insert-buffer-substring', not
22882         `insert-buffer'.
22884         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
22885         * progmodes/ada-mode.el (ada-make-body):
22886         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
22888         * dired.el (dired-log):
22889         * tar-mode.el (tar-subfile-save-buffer):
22890         * play/zone.el (zone-pgm-stress-destress):
22891         Use `insert-buffer-substring', not `insert-buffer'.
22893 2005-07-17  Simon Josefsson  <jas@extundo.com>
22895         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
22897 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
22899         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
22900         Add plain auth method.
22901         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
22903 2005-07-17  Kim F. Storm  <storm@cua.dk>
22905         * ido.el (dired-other-window): Add ido property.
22907 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
22909         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22910         Fix typo in docstring.
22911         (byte-compile-interactive-only-functions): Add `insert-buffer' and
22912         `insert-file-literally'.
22914         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
22915         info and delete redundant message.  Doc fix.
22916         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
22917         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
22919 2005-07-16  Richard M. Stallman  <rms@gnu.org>
22921         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
22922         (byte-compile-and): Use byte-compile-and-recursion.
22923         (byte-compile-or-recursion): New function.
22924         (byte-compile-or): Use that.
22925         (byte-compile-if): Guard the else-clause too.
22926         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
22928         * isearch.el (isearch-mode-end-hook-quit): New variable.
22929         (isearch-done): Bind it.
22930         (isearch-mode-end-hook): Doc fix.
22932         * allout.el (allout-isearch-did-quit): Variable deleted.
22933         (allout-real-isearch-abort): Function name no longer used.
22934         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
22935         (allout-isearch-rectification): isearch-mode always exists.
22936         Don't set allout-isearch-did-quit.
22937         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
22938         allout-isearch-did-quit.
22939         (allout-enwrap-isearch): Just add the hook.
22940         (allout-isearch-abort): Function deleted.
22941         (allout-pre-command-business): Avoid warning.
22943         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
22944         Correctly avoid warnings.
22945         (pascal-outline): Likewise.
22947         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
22949         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
22951         * play/tetris.el (tetris-mode): Avoid warning.
22953         * play/snake.el (snake-mode): Avoid warning.
22955         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
22956         (gamegrid-set-display-table): Avoid warning.
22957         (gamegrid-set-timer): Likewise.
22958         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
22959         (gamegrid-add-score-with-update-game-score-1): Take FILE
22960         as argument.
22961         (gamegrid-add-score-with-update-game-score): Pass that argument.
22962         Rename have-shared-game-dir to gamegrid-shared-game-dir.
22964         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
22966         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
22967         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
22969         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
22970         and insert-file.
22972         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
22973         (sc-ask): Avoid warnings.
22975         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
22976         (eshell-hist-initialize): Use that var the natural way.
22978         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
22980         * emacs-lisp/re-builder.el (reb-cook-regexp):
22981         Avoid warning calling lre-compile-string.
22982         (reb-color-display-p): Avoid warning.
22984         * calculator.el (calculator-last-input): Guard uses
22985         of event-key and key-press-event-p.
22986         (event-key, key-press-event-p): Delete definitions.
22988         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
22989         (find-gc-source-directory, find-gc-subrs-callers)
22990         (find-gc-noreturn-list, find-gc-source-files)
22991         (find-gc-subrs-called): Vars renamed and defvar'd.
22993         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
22994         (checkdoc-overlay-put, checkdoc-delete-overlay)
22995         (checkdoc-overlay-start, checkdoc-overlay-end)
22996         (checkdoc-mode-line-update, checkdoc-char=):
22997         Define such that compiler knows they are defined.
22998         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
22999         (checkdoc-read-event): Delete.  Use read-event directly.
23001         * whitespace.el (whitespace-make-overlay)
23002         (whitespace-overlay-put, whitespace-delete-overlay)
23003         (whitespace-overlay-start, whitespace-overlay-end):
23004         Define such that compiler knows they are defined.
23005         (whitespace): Move conditional inside.
23007         * tempo.el (tempo-insert-template): Suppress warning.
23009         * ediff-diff.el (longlines-mode): Add defvar.
23011 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
23013         * server.el: Bind "C-x #" in a way that works even if C-x is
23014         redefined to a command key, not a prefix key.
23016 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
23018         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23019         cl-make-type-test till execution time.
23021 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
23023         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23024         arg ARG and use it.
23026 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
23028         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
23030 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
23032         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23033         a defcustom with two :set or :type keywords.
23035 2005-07-15  Richard M. Stallman  <rms@gnu.org>
23037         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23038         Don't give ^M comment-end syntax.
23040 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
23042         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
23043         Don't consider gdbmi (gdb-mi.el has its own update functions).
23044         (gdb-var-delete): Make it work for gdbmi as well.
23045         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23047         * progmodes/gud.el (etags, sdb): Only require etags when needed.
23048         (gud-speedbar-menu-items): Correct logic for enabling items.
23050 2005-07-15  Kim F. Storm  <storm@cua.dk>
23052         * ido.el: Fix commentary.
23053         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23054         Use with-no-warnings around ffap-guesser.
23055         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23056         Let bind minibuffer-completing-file-name to t.
23058 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
23060         * startup.el (site-run-file, keyboard-type): Doc fixes.
23061         (command-line): Check for "--basic-display" argument; also for
23062         "--quick", not "--bare-bones" (which was renamed).
23063         (fancy-splash-text): Add missing item "Getting New Versions".
23064         (normal-splash-screen): Fix typos and improve consistency with
23065         `fancy-splash-text'.  Update copyright year.
23067         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23068         valid binding for `help-char'.
23070         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23072 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
23074         * term.el (term-mode): Disable cua-mode for term buffers.
23076 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
23078         * add-log.el (add-log-mailing-address, change-log-merge):
23079         Doc fixes.
23080         (change-log-get-method-definition): Fix typo in docstring.
23082 2005-07-14  Kim F. Storm  <storm@cua.dk>
23084         * emulation/cua-base.el:
23085         (cua--pre-command-handler-1, cua--pre-command-handler)
23086         (cua--post-command-handler-1, cua--post-command-handler):
23087         Split in two.  Check (buffer local) value of cua-mode.
23088         (cua-selection-mode): New command.
23090 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
23092         * custom.el (custom-initialize-safe-set)
23093         (custom-initialize-safe-default): Doc fixes.
23095         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23096         and simplify :init-value again.
23098         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23099         and simplify :init-value again.  Delete autoload.
23101         * startup.el (command-line): Use `custom-reevaluate-setting' again
23102         for tooltip-mode.
23104         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23105         a defcustom with two :initialize keywords.
23107 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
23109         * allout.el (my-mark-marker, allout-isearch-prior-pos)
23110         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23111         (allout-post-command-business, allout-flag-region)
23112         (isearch-reenable-font-lock, allout-yank)
23113         (allout-insert-latex-header, allout-insert-latex-trailer)
23114         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23115         (allout-latex-verb-quote): Fix typos in docstrings.
23116         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23117         (allout-unprotected, allout-prefix-data):
23118         Improve argument/docstring consistency.
23119         (allout-chart-subtree): Fix argument spec.
23120         (allout-open-topic): Rename `use_sib_bullet' argument to
23121         `use-sib-bullet'.  Doc fix.
23123         * whitespace.el (whitespace-check-buffer-leading)
23124         (whitespace-check-buffer-trailing)
23125         (whitespace-check-buffer-indent)
23126         (whitespace-check-buffer-spacetab)
23127         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23128         (whitespace-check-leading-whitespace)
23129         (whitespace-check-trailing-whitespace)
23130         (whitespace-check-spacetab-whitespace)
23131         (whitespace-check-indent-whitespace)
23132         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23133         (whitespace-modes): Fix typos in docstrings.
23134         (defgroup, defcustom): Doc fixes.
23136         * winner.el (winner-mode, winner-boring-buffers)
23137         (winner-pending-undo-ring): Doc fixes.
23138         (winner-ring): Remove unneeded `progn'.
23139         (winner-equal): `defsubst' it.
23140         (winner-redo): Fix message.
23142 2005-07-13  Kim F. Storm  <storm@cua.dk>
23144         * simple.el (line-move-1): Always use vertical-motion to
23145         do the last (or only) line move to ensure some movement.
23146         Undo 2005-06-23 change--don't check for overlays.
23148 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23150         * term/mac-win.el (ccl-encode-mac-roman-font)
23151         (ccl-encode-mac-centraleurroman-font)
23152         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23153         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23154         Change charset-id boundary of dimension to ?\xef.
23155         (mac-char-fontspec-list): New constant.
23156         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
23157         argument.  Nil uses itself as family in font-spec.  Previous
23158         behavior for nil is now provided by non-nil non-string argument.
23159         All callers changed.  Add font-specs for Mac fonts to
23160         "fontset-default" unless iso8859-1 fonts are installed.
23162 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23164         * progmodes/sh-script.el (sh-get-indent-info): Only indent
23165         a continuation line if the \ is preceded by SPC or TAB.
23166         (sh-get-indent-info): Simplify.
23167         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23168         Use with-current-buffer.
23170         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23171         when the matched text is empty.
23173 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
23175         * startup.el (command-line): Revert to previous handling of
23176         tooltip-mode.  Explain in comment why the complexity is needed.
23178         * tooltip.el (tooltip-mode): Revert to previous implementation of
23179         its defcustom.
23181         * frame.el (blink-cursor-mode): Revert to previous implementation
23182         of its defcustom.  Update comment.
23184 2005-07-12  Lars Hansen  <larsh@soem.dk>
23186         * desktop.el: Update e-mail address.
23188 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23190         * term/mac-win.el (mac-services-mail-selection)
23191         (mac-services-mail-to): New functions.
23192         (mac-application-menu-map): Bind them.
23194 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
23196         * progmodes/gdb-ui.el: Add note about buffering with Windows.
23198 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
23200         * custom.el (custom-reevaluate-setting): Doc fix.
23202 2005-07-11  Jay Belanger  <belanger@truman.edu>
23204         * calc/calc.el (calc-embedded-announce-formula-alist)
23205         (calc-embedded-open-close-plain-alist)
23206         (calc-embedded-open-close-mode-alist): Add checks for additional
23207         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23209 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
23211         * custom.el (custom-enable-theme): Don't add theme to
23212         `custom-enabled-themes' with `push' because there is no
23213         setf-method for `delq'.
23215 2005-07-11  Richard M. Stallman  <rms@gnu.org>
23217         * custom.el (custom-declare-variable): Doc fix.
23219         * dired-aux.el (dired-compare-directories): Remove "." and ".."
23220         from the alists.
23222         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23223         Do nothing if edebug-active.
23225         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23226         (edebug-display): Do it here instead.
23228 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23230         * cus-face.el (custom-theme-set-faces): Make it work.
23231         (custom-reset-faces): Doc fix.
23232         (custom-theme-reset-internal-face, custom-theme-face-value):
23233         Functions deleted.
23235         * custom.el (custom-push-theme): Maintain list of the settings
23236         of a given theme in its theme-settings property.
23237         Maintain position of old settings in the theme-value
23238         or theme-face property.
23239         (custom-enabled-themes): New variable.
23240         (custom-theme-enabled-p): New function.
23241         (provide-theme): Update custom-enabled-themes.
23242         Disable and reenable the `user' theme.
23243         (require-theme): Doc fix.
23244         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23245         (custom-theme-value, custom-theme-variable-value): Likewise.
23246         (custom-theme-reset-internal): Likewise.
23247         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23248         (custom-enable-theme, custom-disable-theme): New functions.
23249         (custom-variable-theme-value, custom-face-theme-value): Likewise.
23250         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23251         (custom-theme-reset-variables): Simplify.
23252         (deftheme, custom-declare-theme, custom-make-theme-feature):
23253         Definitions moved.
23255 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
23257         * longlines.el (longlines-show-region)
23258         (longlines-unshow-hard-newlines): Recognize hard newlines by
23259         non-nil hard property, instead of t.
23261 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
23263         * viper-cmd.el (viper--key-maps): New variable.
23264         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23265         emulation-mode-map-alists.
23266         (viper-envelop-ESC-key): Use viper-subseq.
23267         (viper-search-forward/backward/next): Disable debug-on-error.
23269         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23270         (viper-ESC-key): New defcustoms.
23272         * viper-macs.el (ex-map-read-args): Use viper-subseq.
23274         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23275         (viper-subseq): Copy of subseq from cl.el.
23277         * viper.el (viper-go-away, viper-set-hooks): Use
23278         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
23280         * viper-mous.el (viper-current-frame-saved): Use defvar.
23282         * viper-init.el: Get rid of -face in face names.
23284         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
23285         Make it work with longlines mode
23287         * ediff-mult.el (ediff-meta-mode-hook): New variable.
23289         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
23291         * ediff-init.el: Get rid of -face in face names.
23293 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23295         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
23296         and with-timeout-unsuspend.
23298         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
23299         and with-timeout-unsuspend.
23301         * emacs-lisp/timer.el (with-timeout-timers): New variable.
23302         (with-timeout): Bind that variable to record timers.
23303         (with-timeout-suspend, with-timeout-unsuspend): New functions.
23305         * emacs-lisp/debug.el (debug-help-follow): New function.
23306         (debugger-mode-map): Use that instead of help-follow.
23307         (debugger-setup-buffer): Use eval-buffer-list
23308         to handle eval-buffer frames.
23310 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
23312         * timezone.el (timezone-parse-date): Change first regexp
23313         so it will not mistakenly match dates with no time zone.
23315 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
23317         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
23319 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
23321         * custom.el (custom-initialize-safe-set)
23322         (custom-initialize-safe-default): New functions.
23324         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23325         and simplify :init-value.
23327         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23328         and simplify :init-value.  Delete obsolete comment.
23330         * startup.el (command-line): Use `custom-reevaluate-setting' to
23331         handle `tooltip-mode'.  Delete obsolete comment.
23333         * files.el (set-visited-file-name): Avoid calling
23334         `file-name-nondirectory' with a nil argument.
23336 2005-07-09  Richard M. Stallman  <rms@gnu.org>
23338         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
23339         was called with nil for the buffer, handle the read position right.
23340         Handle read position for eval-region, too.
23342 2005-07-09  Juri Linkov  <juri@jurta.org>
23344         * fringe.el (fringe-mode): Add period in docstring.
23345         (fringe-query-style): Build prompt depending on `all-frames' arg.
23347         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
23348         to not create links to unrelated functions in the Help buffer.
23350         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
23351         Doc fix.
23353         * simple.el (next-error-hook): New variable.
23354         (next-error): Use it.  Doc fix.
23356         * textmodes/ispell.el (ispell-command-loop): Add current
23357         dictionary name and program name to mode-line-format.
23358         (ispell-region, ispell-process-line): Add current dictionary name
23359         and program name to messages.
23361 2005-07-08  Jay Belanger  <belanger@truman.edu>
23363         * calc/calc.el (calc-embedded-announce-formula-alist)
23364         (calc-embedded-open-close-formula-alist)
23365         (calc-embedded-open-close-word-alist)
23366         (calc-embedded-open-close-plain-alist)
23367         (calc-embedded-open-close-new-formula-alist)
23368         (calc-embedded-open-close-mode-alist)
23369         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
23370         (calc-embedded-mode-hook): New variables.
23372         * calc/calc-embed.el (calc-embedded-firsttime)
23373         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
23374         New variables.
23375         (calc-do-embedded): Use calc-embedded-firsttime,
23376         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
23377         determine whether or not to run hooks.
23378         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
23379         calc-embedded-firsttime-formula appropriately.
23380         Set calc-embedded delimiter variables according to mode.
23382 2005-07-08  Richard M. Stallman  <rms@gnu.org>
23384         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
23385         Check for "emacs", etc., as entire symbol, not just as word.
23386         (checkdoc-file-comments-engine): Use regexp-quote on FN.
23388         * files.el (set-visited-file-name): Report the error
23389         for "empty filename" earlier.
23390         (kill-some-buffers): Ignore buffers already dead.
23392         * fringe.el (fringe-mode): Doc fix.
23394         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23395         Check for (featurep 'xemacs) and turn off warnings in what it guards.
23396         Use unwind-protect to ensure byte-compile-unresolved-functions
23397         is updated.
23399         * whitespace.el (whitespace-buffer-leading-cleanup):
23400         Simplify w/ skip-chars-forward.
23401         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
23403         * mail/rmail.el (rmail-only-expunge): Fix paren error.
23404         Unconditionally try to leave point at the same old place.
23406 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
23408         * comint.el (comint-postoutput-scroll-to-bottom)
23409         (comint-show-maximum-output): Take scroll-margin into consideration.
23411 2005-07-08  Kim F. Storm  <storm@cua.dk>
23413         * ido.el (ido-use-filename-at-point): New choice `guess'.
23414         (ido-file-internal): Try ffap-guesser if selected.
23416         * ido.el (ido-before-fallback-functions): New hook.
23417         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
23418         (ido-read-file-name): Run it.
23420 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23422         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
23423         strings rather than a list of symbols to the completion function.
23425 2005-07-07  Jay Belanger  <belanger@truman.edu>
23427         * calc/calc-units.el (math-apply-units): Change the places in
23428         which units are simplified.
23430 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
23432         * cus-edit.el (customize-option, customize-option-other-window):
23433         Make them handle aliases.
23435         * custom.el (custom-variable-p): Make it recursively follow
23436         aliases.  Mention that in the docstring.
23438 2005-07-07  Richard M. Stallman  <rms@gnu.org>
23440         * cus-start.el (exec-path): Use `directory' instead of `file'.
23441         Fix tag for nil.
23443 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23445         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
23446         when called non-interactively.  Doc fix.
23448 2005-07-07  Lute Kamstra  <lute@gnu.org>
23450         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
23451         new address as well.
23453 2005-07-07  Kenichi Handa  <handa@m17n.org>
23455         * international/mule.el (make-coding-system):
23456         Describe `ascii-incompatible' property in the docstring.
23457         (set-file-name-coding-system): Signal an error if coding-system is
23458         ascii-incompatible.
23459         (set-keyboard-coding-system): Likewise.
23461         * international/mule-cmds.el (set-default-coding-systems):
23462         Don't set default-file-name-coding-system and
23463         default-keyboard-coding-system if coding-system is ASCII-incompatible.
23465         * international/utf-16.el: Declare that all UTF-16-based coding
23466         systems are ASCII-incompatible.
23468 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
23470         * progmodes/gud.el: Require font-lock for displaying errors.
23471         Used by gdb-ui.el.
23473 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23475         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
23476         values for the pattern lists which are `read'able but not
23477         `append'able (like symbols).
23479 2005-07-06  Richard M. Stallman  <rms@gnu.org>
23481         * progmodes/flymake.el (flymake-float-time): Instead of
23482         with-no-warnings, test for XEmacs.
23483         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
23484         to avoid warning.
23486 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
23488         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
23490 2005-07-05  Lute Kamstra  <lute@gnu.org>
23492         * battery.el: Add support for Darwin (with much debugging help
23493         from Samuel Lauber <sam124@operamail.com>).
23494         (battery-status-function, battery-echo-area-format)
23495         (battery-mode-line-format): Add support for pmset on Darwin.
23496         (battery-load-low, battery-load-critical): New user options.
23497         (battery-pmset): New function.
23499 2005-07-05  Lute Kamstra  <lute@gnu.org>
23501         Update FSF's address in GPL notices.
23503         * textmodes/page-ext.el: Update FSF's address.
23505 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23507         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
23508         filling from using prefix when filling a single-line docstring.
23510         * progmodes/flymake.el: Remove useless eval-when-compile.
23512         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
23514 2005-07-04  Richard M. Stallman  <rms@gnu.org>
23516         * textmodes/org.el (org-file-apps-defaults-gnu):
23517         Rename from org-file-apps-defaults-linux.
23518         (org-default-apps): Don't test system-type for `linux'.
23519         (org-file-apps): Doc fix.
23521 2005-07-04  David Ponce  <david@dponce.com>
23523         * tree-widget.el: Improve header Commentary section.
23524         (tree-widget) [defgroup]
23525         (tree-widget-image-enable, tree-widget-themes-directory)
23526         (tree-widget-theme, tree-widget-image-properties-emacs)
23527         (tree-widget-image-properties-xemacs, tree-widget-create-image)
23528         (tree-widget-image-formats, tree-widget-control)
23529         (tree-widget-empty-control, tree-widget-leaf-control
23530         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
23531         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
23532         (tree-widget-keep, tree-widget-after-toggle-functions)
23533         (tree-widget-open-node, tree-widget-close-node): Doc fix.
23534         (tree-widget-open-control, tree-widget-close-control): Fix doc and
23535         :help-echo message.
23536         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
23537         (tree-widget-image-properties): Doc fix.  Clearer implementation.
23538         (tree-widget--cursors): New constant.
23539         (tree-widget-lookup-image): New function split from
23540         `tree-widget-find-image'.  Clearer implementation.
23541         (tree-widget-find-image): Use it.
23542         (tree-widget-button-keymap): Use `set-keymap-parent'.
23543         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
23544         Define the sub-widgets here.
23545         (tree-widget-node): Check that :node is not a tree-widget.
23546         (tree-widget-get-super, tree-widget-open-control)
23547         (tree-widget-close-control, tree-widget-empty-control)
23548         (tree-widget-leaf-control, tree-widget-guide)
23549         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
23550         (tree-widget-no-handle, tree-widget-value-delete)
23551         (tree-widget-map): Remove.
23552         (tree-widget-children-value-save): Doc fix.  Simplified.
23553         (tree-widget-value-create): Update according to previous changes.
23555 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
23557         * textmodes/org.el: Leading space replaced by TABS.
23558         (org-recalc-marks, org-table-rotate-recalc-marks)
23559         (org-table-get-specials): Treat "^" and "_" marks.
23560         (org-table-justify-field-maybe): Optional argument NEW.
23561         (org-table-eval-formula): Parsing of the format simplified.
23562         New modes C,I.  Honor the %= parameter in the current table.
23563         Avoid unnecessary re-align by using the NEW argument to
23564         `org-table-justify-field-maybe'.
23565         (org-calc-default-modes): Default for date-format mimicks org-mode.
23566         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
23568 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
23570         * cus-face.el (custom-theme-set-faces): Make it handle face
23571         aliases whose alias declarations are pre- or autoloaded.
23573 2005-07-04  Juri Linkov  <juri@jurta.org>
23575         * faces.el (read-face-name): Put the code for getting a face name
23576         from the buffer before adding the faces from the `face' property.
23577         Use `completing-read-multiple' instead of `completing-read'.
23578         Require `crm'.  Add default value and post-process the returned
23579         list of faces.
23581         * emacs-lisp/crm.el (crm-find-current-element)
23582         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
23584         * emacs-lisp/lisp-mode.el (eval-defun-1):
23585         * emacs-lisp/edebug.el (edebug-eval-defun):
23586         Remove unnecessary quotes.
23588 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23590         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
23591         (prolog-indent-level): Fix typo in docstring.
23593         * info.el (Info-history, Info-history-forward)
23594         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
23596         * add-log.el (add-change-log-entry):
23597         * comint.el (comint-dynamic-list-input-ring)
23598         (comint-dynamic-list-completions):
23599         * dabbrev.el (dabbrev-expand):
23600         * delim-col.el (delimit-columns-rectangle-line):
23601         * diff-mode.el (diff-context->unified, diff-reverse-direction)
23602         (diff-unified->context):
23603         * ediff-init.el (ediff-abbrev-jobname):
23604         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
23605         (ediff-replace-session-activity-marker-in-meta-buffer):
23606         * info.el (Info-summary):
23607         * lpr.el (printify-region):
23608         * printing.el (pr-create-interface):
23609         * ps-print.el (ps-print-quote):
23610         * ses.el (ses-column-widths, ses-print-cell)
23611         (ses-adjust-print-width, ses-center):
23612         * shell.el (shell-file-name-quote-list):
23613         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
23614         (strokes-fill-current-buffer-with-whitespace)
23615         (strokes-xpm-for-stroke, strokes-list-strokes)
23616         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
23617         * term.el (term-dynamic-list-input-ring)
23618         (term-dynamic-list-completions):
23619         * calc/calc.el (math-format-stack-value):
23620         * emacs-lisp/edebug.el (edebug-display-freq-count):
23621         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
23622         (delphi-new-comment-line):
23623         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
23624         * progmodes/executable.el (executable-set-magic):
23625         * progmodes/python.el (inferior-python-mode):
23626         * progmodes/scheme.el (scheme-mode-syntax-table):
23627         * progmodes/sh-script.el (sh-maybe-here-document):
23628         * progmodes/sql.el (sql-copy-column):
23629         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
23630         * textmodes/bibtex.el (bibtex-mode):
23631         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
23632         (sgml-auto-attributes):
23633         * textmodes/table.el (table-insert, table-shorten-cell)
23634         (table--generate-source-scan-lines, table-delete-row)
23635         (*table--cell-delete-char, table--spacify-frame)
23636         (table--horizontally-shift-above-and-below)
23637         (table--cell-insert-char, table--cell-blank-str)
23638         (table--fill-region-strictly):
23639         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
23640         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
23642         * add-log.el (change-log):
23643         * apropos.el (apropos):
23644         * comint.el (comint-completion, comint-source):
23645         * dabbrev.el (dabbrev):
23646         * delim-col.el (columns):
23647         * diff-mode.el (diff-mode):
23648         * ediff.el (ediff):
23649         * ediff-diff.el (ediff-diff):
23650         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
23651         * ediff-mult.el (ediff-mult):
23652         * ediff-ptch.el (ediff-ptch):
23653         * ediff-wind.el (ediff-window):
23654         * facemenu.el (facemenu):
23655         * indent.el (indent):
23656         * info.el (info):
23657         * jka-cmpr-hook.el (compression, jka-compr):
23658         * lpr.el (lpr):
23659         * outline.el (outlines):
23660         * pcmpl-cvs.el (pcmpl-cvs):
23661         * pcmpl-rpm.el (pcmpl-rpm):
23662         * printing.el (printing):
23663         * ps-print.el (postscript, ps-print, ps-print-horizontal)
23664         (ps-print-vertical, ps-print-headers, ps-print-font)
23665         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
23666         (ps-print-background, ps-print-printer, ps-print-page)
23667         (ps-print-miscellany):
23668         * ses.el (ses):
23669         * shell.el (shell, shell-directories, shell-faces):
23670         * startup.el (initialization):
23671         * strokes.el (strokes):
23672         * term.el (term):
23673         * uniquify.el (uniquify):
23674         * w32-vars.el (w32):
23675         * calc/calc.el (calc):
23676         * emacs-lisp/bytecomp.el (bytecomp):
23677         * emacs-lisp/cl-indent.el (lisp-indent):
23678         * emacs-lisp/edebug.el (edebug):
23679         * emacs-lisp/elp.el (elp):
23680         * emacs-lisp/testcover.el (testcover):
23681         * emacs-lisp/trace.el (trace):
23682         * emulation/viper-ex.el (viper-ex):
23683         * emulation/viper-mous.el (viper-mouse):
23684         * mail/mailalias.el (mailalias):
23685         * mail/supercite.el (supercite, supercite-frames)
23686         (supercite-attr, supercite-cite, supercite-hooks):
23687         * net/rcompile.el (remote-compile):
23688         * net/rlogin.el (rlogin):
23689         * obsolete/ooutline.el (outlines):
23690         * progmodes/delphi.el (delphi):
23691         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
23692         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
23693         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
23694         (ebnf-optimization):
23695         * progmodes/etags.el (etags):
23696         * progmodes/executable.el (executable):
23697         * progmodes/idlwave.el (idlwave):
23698         * progmodes/pascal.el (pascal):
23699         * progmodes/prolog.el (prolog):
23700         * progmodes/python.el (python):
23701         * progmodes/scheme.el (scheme):
23702         * progmodes/sh-script.el (sh, sh-script):
23703         * progmodes/sql.el (SQL):
23704         * progmodes/tcl.el (tcl):
23705         * textmodes/bibtex.el (bibtex, bibtex-autokey):
23706         * textmodes/enriched.el (enriched):
23707         * textmodes/makeinfo.el (makeinfo):
23708         * textmodes/sgml-mode.el (sgml):
23709         * textmodes/table.el (table-hooks):
23710         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
23711         * textmodes/texinfo.el (texinfo):
23712         * textmodes/two-column.el (two-column):
23713         Finish `defgroup' description with period.
23715         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
23716         * eshell/esh-var.el (eshell-var):
23717         * progmodes/vhdl-mode.el (vhdl-testbench):
23718         * textmodes/org.el (org): Fix typos in docstrings.
23720         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
23721         consistency.
23723         * progmodes/flymake.el (flymake-find-file): Remove.
23724         (flymake-float-time): Use `with-no-warnings'.
23725         (flymake-check-start-time, flymake-check-was-interrupted)
23726         (flymake-err-info, flymake-is-running, flymake-last-change-time)
23727         (flymake-new-err-info): `defvar' at compile time.
23729 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
23731         * replace.el (occur-hook): Doc fix.
23732         (occur-1): Don't call `occur-hook' if there are no matches.
23734 2005-07-03  Richard M. Stallman  <rms@gnu.org>
23736         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
23737         global-map, save the same map.
23738         (global-map): Don't alter it at top level.
23739         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
23740         Then alter it here instead.
23741         (tpu-edt-off): Set global-map to the saved one.
23743         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
23744         All references simplified.
23745         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
23746         (zmacs-regions): Add defvar.
23747         (repeat-complex-command-map): Everything about that deleted.
23749         * textmodes/artist.el (artist-key-is-drawing)
23750         (artist-key-endpoint1, artist-key-poly-point-list)
23751         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
23752         (artist-key-compl-table, artist-rb-save-data)
23753         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
23754         Don't put them in eval-when-compile.
23755         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
23757         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
23758         Use with-no-warnings.
23760         * net/browse-url.el (dos-windows-version): Add defvar.
23762         * mail/supercite.el (filladapt-prefix-table): Add defvar.
23764         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
23765         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
23766         (rmail-new-summary-line-count): Rename from new-summary-line-count.
23767         Add defvar.
23768         (rmail-summary-beginning-of-message): Use with-no-warnings.
23769         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
23771         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
23772         Use with-no-warnings.
23774         * emulation/vi.el (vi-mark-region): Use c-mark-function.
23775         (c-mark-function): Add point-moving-unit property.
23776         (vi-goto-line): Use with-no-warnings.
23778         * emulation/edt.el (edt-last-copied-word): Add defvar.
23779         (zmacs-region-stays): Likewise.
23780         (edt-mark-section-wisely): Use c-mark-function for C.
23781         Use makr-defun for Fortran.
23782         (time-string): defvar deleted.
23783         (edt-display-the-time): Don't set time-string.
23785         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
23787         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23788         Don't warn when name is not constant
23789         or for defining the group `emacs'.
23791         * tooltip.el (gud-tooltip-mode): Add defvar.
23793         * startup.el (default-frame-background-mode): Add defvar.
23795         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
23797         * info.el (tool-bar-map): Add defvar.
23799         * dired.el (dnd-protocol-alist): Add defvar.
23801         * dired-aux.el (dired-query): Display question with answer, when
23802         the user answers.
23804         * custom.el (custom-add-option): Doc fix.
23806         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
23808 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
23810         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
23811         bogus name from the last change.
23813 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
23815         * custom.el (custom-declare-variable): Fix typos in comment.
23816         (custom-known-themes): Doc fix.
23817         (custom-theme-directory): New defcustom.
23818         (require-theme): Make it check `custom-theme-directory'.
23820         * cus-theme.el (custom-new-theme-mode): New function.
23821         (custom-theme-name, custom-theme-variables, custom-theme-faces)
23822         (custom-theme-description): Add compiler defvars.
23823         (customize-create-theme): Add doc to the "*New Custom Theme*"
23824         buffer.  Use `custom-new-theme-mode'.
23825         (custom-theme-write): Put the created buffer in emacs-lisp-mode
23826         and save it to the `custom-theme-directory'.  Make this the
23827         default directory of the buffer.
23829 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
23831         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
23832         Fix unbalanced parentheses.
23834 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23836         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
23837         into flymake-mode and delegate to flymake-mode.
23839         * find-file.el (ff-which-function-are-we-in): Clean up.
23841 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
23843         * replace.el (occur-rename-buffer): Fix docstring.
23845         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
23846         (edt-last-copied-word, edt-learn-macro-count)
23847         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
23848         (edt-rect-start-point, edt-user-global-map, rect-start-point)
23849         (time-string, zmacs-region-stays):
23850         * emulation/edt-mapper.el (edt-save-function-key-map)
23851         (EDT-key-name): `defvar' to silence the byte-compiler.
23853 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
23855         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
23856         font-lock-regexp-backslash.  Doc fix.
23857         (font-lock-regexp-backslash-grouping-construct): Rename from
23858         font-lock-regexp-backslash-construct.  Doc fix.
23859         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
23860         grouping constructs.
23862 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
23864         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
23865         updating all the prerequisites.
23867 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
23869         * textmodes/org.el (org-agenda-start-on-weekday)
23870         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
23871         (org-agenda-use-time-grid, org-archive-location)
23872         (org-allow-space-in-links, org-usenet-links-prefer-google)
23873         (org-enable-table-editor, org-export-default-language)
23874         (org-export-html-show-new-buffer, org-fill-paragraph)
23875         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
23876         (org-goto-quit, org-occur, org-eval-in-calendar)
23877         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
23878         (org-agenda-diary-entry, org-remember-help)
23879         (org-table-convert-region, org-at-table-p)
23880         (org-table-move-row-down, org-table-move-row-up)
23881         (org-table-copy-region, org-table-toggle-vline-visibility)
23882         (org-table-get-stored-formulas, org-table-get-specials)
23883         (org-recalc-commands, org-table-eval-formula)
23884         (org-table-formula-substitute-names, orgtbl-make-binding)
23885         (org-format-org-table-html, org-format-table-table-html)
23886         (org-format-table-table-html-using-table-generate-source)
23887         (org-customize): Fix typos in docstrings.
23888         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
23889         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
23890         (org-back-to-heading): Doc fixes.
23891         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
23892         (org-agenda-change-all-lines, org-get-header):
23893         Improve argument/docstring consistency.
23894         (orgtbl-error): Fix error message.
23896         * progmodes/flymake.el (flymake-find-possible-master-files)
23897         (flymake-master-file-compare, flymake-get-line-err-count)
23898         (flymake-highlight-line, flymake-gui-warnings-enabled):
23899         Fix typos in docstrings.
23900         (flymake-parse-line, flymake-get-project-include-dirs-function)
23901         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
23902         Doc fixes.
23903         (flymake-get-project-include-dirs-function)
23904         (flymake-make-err-menu-data):
23905         Improve argument/docstring consistency.
23907 2005-07-01  Lute Kamstra  <lute@gnu.org>
23909         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
23910         Catch errors with ignore-errors.  Use temporary buffer.
23911         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
23913         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
23914         background color faces.
23915         (facemenu-set-foreground, facemenu-set-background):
23916         Use facemenu-set-face-from-menu.
23917         (facemenu-set-face-from-menu): Treat face names that start with
23918         "fg:" or "bg:" as special.
23919         (facemenu-add-new-color): Don't create faces.  Simplify.
23921 2005-06-30  Richard M. Stallman  <rms@gnu.org>
23923         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
23924         (crm-find-current-element): Likewise.
23926 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
23928         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
23930 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23932         * arc-mode.el (archive-extract): Make it work as a mouse binding.
23933         (archive-mouse-extract): Make it an obsolete alias.
23934         (archive-mode-map): Don't use archive-mouse-extract any more.
23935         (archive-mode, archive-extract): write-contents-hooks ->
23936         write-contents-functions.
23937         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
23938         first arg.
23939         (archive-rename-entry): Update the call.
23940         (archive-zip-summarize): Remove unused var `method'.
23941         (archive-lzh-summarize): Remove unused var `creator'.
23943         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
23944         dedicated frame upon exit.
23946         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
23947         (archive-zip-extract, archive-zip-expunge)
23948         (archive-zip-update, archive-zip-update-case): Use executable-find.
23949         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
23950         Use restore-buffer-modified-p.
23951         (archive-extract, archive-add-new-member, archive-write-file-member):
23952         Use with-current-buffer.
23953         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
23955 2005-06-30  Andreas Schwab  <schwab@suse.de>
23957         * progmodes/gud.el (gud-filter): Remove unneeded progn.
23959 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23961         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
23963 2005-06-30  Juri Linkov  <juri@jurta.org>
23965         * faces.el (vertical-border): Inherit from mode-line-inactive
23966         only on tty.
23968 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
23970         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
23971         example, -NLINES in the `occur' docstring).
23973         * replace.el (occur-1): When no matches are found, do not set the
23974         `buffer-read-only' and modified flags for the occur buffer,
23975         because it is deleted.
23977         * emulation/cua-base.el (cua-check-pending-input)
23978         (cua-repeat-replace-region, cua-mode, cua-debug)
23979         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
23980         Fix typos in docstrings.
23982         * emulation/cua-gmrk.el (cua-toggle-global-mark)
23983         (cua-cut-region-to-global-mark)
23984         (cua--cut-rectangle-to-global-mark):
23985         Remove period from end of messages.
23987         * emulation/cua-rect.el (cua-do-rectangle-padding):
23988         Remove period from end of messages.
23989         (cua--rectangle-seq-format): Fix typo in docstring.
23990         (cua-sequence-rectangle, cua-fill-char-rectangle):
23991         Improve argument/docstring consistency.
23993 2005-06-29  Juri Linkov  <juri@jurta.org>
23995         * faces.el (default-frame-background-mode): New internal variable.
23996         (frame-set-background-mode): Use it.
23998         * startup.el (normal-top-level): Set default-frame-background-mode
23999         instead of frame-background-mode.  Before setting it, test for its
24000         nil value.  Remove tests for frame-background-mode and frame
24001         parameter `reverse'.  Add test for "unspecified-fg".
24003         * term/xterm.el (xterm-rxvt-set-background-mode):
24004         * term/rxvt.el (rxvt-set-background-mode):
24005         Set default-frame-background-mode instead of frame-background-mode.
24007 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
24009         * simple.el (set-variable): Warn about obsolete user variables.
24011         * imenu.el (imenu--completion-buffer):
24012         * mouse.el (mouse-buffer-menu-alist):
24013         * msb.el (msb-invisible-buffer-p):
24014         * calendar/diary-lib.el (diary-header-line-format):
24015         * emacs-lisp/pp.el (pp-buffer):
24016         * progmodes/cperl-mode.el (cperl-do-auto-fill):
24017         * textmodes/picture.el (picture-replace-match):
24018         Change space constants followed by a sexp to "?\s ".
24020         * play/decipher.el (decipher-loop-with-breaks):
24021         * textmodes/texinfo.el (texinfo-insert-@item): Change space
24022         constants "protected" from end of line by a comment to "?\s".
24024 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24026         * font-lock.el (save-buffer-state): Use `declare'.
24028         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
24029         reset the syntax-table to cperl-mode-syntax-table.
24030         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
24031         "foo_print_bar" is not matched as a reserved keyword.
24033 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
24035         * textmodes/org.el (orgtbl-setup): New function, for delayed
24036         setup for the orgtbl commands.
24037         (org-calc-default-modes): New option.
24038         (orgtbl-make-binding): Use `defun' to get better help display.
24039         (org-diary): Call `org-compile-prefix-format'.
24040         (org-table-formula-substitute-names): New function.
24041         (org-agenda-day-view, org-agenda-week-view): New commands.
24042         (org-agenda-toggle-week-view): Command removed.
24043         (org-tbl-menu): Split off from org-org-menu.
24044         (org-mode): Move removal of outline-mode menus to here.
24045         (org-table-formula-debug): New option.
24046         (org-table-insert-row): Keep first field if just "#" or "*".
24047         (org-mode): Paragraph regexps fixed.
24048         (org-table-recalculate-regexp): New constant.
24049         (org-table-justify-field-maybe): Avoid replace if not necessary.
24050         (org-copy-special, org-cut-special): Use `call-interactively'.
24051         (org-table-copy-region): Take region from `interactive' call.
24052         (org-trim): Return string even if no match.
24053         (org-formula): New face.
24054         (org-set-font-lock-defaults): No longer highlight "FIXME".
24055         But highlight formula-related fields in table.
24056         (org-table-p): Use regexp, not fontification.
24057         (org-table-align): Handle white space at end of line.
24058         (org-table-formula-evaluate-inline): New option.
24059         (org-mode): Auto-wrapping in comment lines turned off.
24060         (org-table-copy-down): Evaluate only in copied field, not in
24061         destination.
24062         (org-table-current-formula): Variable removed.
24063         (org-table-store-formulas, org-table-get-stored-formulas)
24064         (org-table-modify-formulas, org-table-replace-in-formulas)
24065         (org-table-maybe-eval-formula): New functions.
24066         (org-table-get-formula): Modify to use stored formulas.
24067         (org-table-insert-column, org-table-delete-column)
24068         (org-table-move-column): Call `org-table-modify-formulas'.
24069         (org-complete): Add completion for keyword formulas.
24070         (orgtbl-mode): Pull orgtbl-mode-map to start of
24071         minor-mode-map-alist.
24073 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24075         * progmodes/python.el (python-check): Require `compile' before
24076         modifying its variables.
24078         * newcomment.el (comment-indent-default): Don't get fooled by an early
24079         end of buffer.
24081 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24083         * ps-print.el (ps-print-version): Fix version number.
24085 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
24087         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24089 2005-06-28  Richard M. Stallman  <rms@gnu.org>
24091         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24092         (flyspell-local-mouse-map): Declaration deleted.
24093         (flyspell-mouse-map): Bind only mouse-2.
24094         (flyspell-mode-map): Don't test flyspell-use-local-map.
24095         (flyspell-overlay-keymap-property-name): Var deleted.
24096         (flyspell-mode-on): Don't make local bindings for
24097         flyspell-mouse-map and flyspell-mode-map.
24098         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24100         * textmodes/ispell.el (ispell-word): Do not ignore short words.
24102         * progmodes/compile.el (compilation-next-error-function):
24103         Don't switch buffers; operate on the current buffer.
24105         * progmodes/compile.el (compilation-error-file-name)
24106         (compilation-warning-file-name, compilation-info-file-name)
24107         (compilation-line-number, compilation-column-number): New faces.
24108         (compilation-error-face, compilation-warning-face)
24109         (compilation-info-face, compilation-line-face)
24110         (compilation-column-face): Use them.
24112         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24114         * comint.el (comint-password-prompt-regexp): Accept ", try again".
24116         * bindings.el (global-map): Bind insertchar and its variants.
24118 2005-06-27  Richard M. Stallman  <rms@gnu.org>
24120         * textmodes/artist.el (artist-text-overwrite)
24121         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24123 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24125         * ps-print.el: It was not working the page selection for printing.
24126         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24127         (ps-print-version): New version 6.6.7.
24128         (ps-end-sheet): New fun.
24129         (ps-header-sheet, ps-end-job): Call it.
24131 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
24133         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24135 2005-06-27  Lute Kamstra  <lute@gnu.org>
24137         * facemenu.el (facemenu-unlisted-faces): Add foreground and
24138         background color faces.
24139         (facemenu-get-face): Delete function.
24140         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24141         (facemenu-add-new-color): Make second argument mandatory.
24142         Create the appropriate face and return it.  Simplify.
24143         (facemenu-set-foreground, facemenu-set-background): Don't check if
24144         color is defined.  Use return value of facemenu-add-new-color.
24146 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
24148         * progmodes/gud.el (gud-filter): Add missing argument to
24149         with-selected-window.
24151 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24153         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24154         a :require to the defcustom.
24156         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24157         defcustoms corresponding to minor modes.
24159 2005-06-26  David Ponce  <david@dponce.com>
24161         * recentf.el: Require tree-widget instead of wid-edit.
24162         (recentf-filename-handler): Fix widget :type.
24163         (recentf-cancel-dialog, recentf-open-more-files)
24164         (recentf-open-files-action): Doc fix.
24165         (recentf-dialog-goto-first): New function.
24166         (recentf-dialog-mode-map): Set parent keymap first.
24167         (recentf-dialog-mode): Define with define-derived-mode.
24168         Don't display continuation lines in dialogs.
24169         (recentf-edit-list): Rename from recentf-edit-selected-items.
24170         (recentf-edit-list-select): Rename from recentf-edit-list-action.
24171         Simplify.
24172         (recentf-edit-list-validate): New function.
24173         (recentf-edit-list): Update accordingly.
24174         (recentf-open-files-item-shift): Remove.
24175         (recentf-open-files-item): Convert menu elements into tree and
24176         link widgets.  Don't create the widgets.
24177         (recentf-open-files): Update accordingly.
24178         (recentf-save-list): Untabify.
24180 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
24182         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24183         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
24184         partially contained in the active region.  Do not take active
24185         region into account when called from Lisp, unless INTERACTIVE arg
24186         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
24187         avoid trouble with fields.  Make marker point nowhere when no
24188         longer used.  Always return nil.  Doc fix.
24189         (flush-lines): Add INTERACTIVE arg.  Do not take active region
24190         into account when called from Lisp, unless INTERACTIVE arg is
24191         non-nil.  Use `forward-line' instead of `beginning-of-line' to
24192         avoid trouble with fields.  Make marker point nowhere when no
24193         longer used.  Always return nil.  Doc fix.
24194         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
24195         interchangeable.  Do not take active region into account when
24196         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
24197         message in echo area when called from Lisp, unless INTERACTIVE arg
24198         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
24199         Return the number of matches.  Doc fix.
24200         (occur): Doc fix.
24201         (perform-replace): Make comment follow double space convention for
24202         the sake of `outline-minor-mode'.
24204         * faces.el (facep): Doc fix.
24206 2005-06-25  Richard M. Stallman  <rms@gnu.org>
24208         * facemenu.el (facemenu-enable-faces-p): New function.
24209         (facemenu-background-menu, facemenu-foreground-menu)
24210         (facemenu-face-menu): Add menu-enable property.
24212         * jka-compr.el (jka-compr-insert-file-contents):
24213         Special handling if cannot find the uncompression program.
24215         * cus-face.el (custom-face-attributes): Add autoload.
24217         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24218         Bind comment-indent-function locally.
24220         * window.el (save-selected-window): Use save-current-buffer.
24222         * subr.el (with-selected-window): Use save-current-buffer.
24224         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24225         and with-current-buffer.
24227 2005-06-24  Richard M. Stallman  <rms@gnu.org>
24229         * simple.el (line-move-1): Fix previous change.
24231 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
24233         * replace.el (occur-1): Set `buffer-read-only' and the
24234         buffer-modified flag before running `occur-hook' to protect
24235         against unintentional buffer switches that can lead to data loss.
24237 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
24239         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24240         (gud-gdb-marker-filter): Use font-lock-warning-face for any
24241         initial error.
24243         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24244         after fresh input.
24245         (gdb-var-create-handler): Put name of expression in quotes.
24247 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
24249         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24250         elements of RING in order, and without bogus nil elements.
24252 2005-06-23  Richard M. Stallman  <rms@gnu.org>
24254         * simple.el (set-variable): Args renamed; doc fix.
24255         (line-move-1): When there are overlays around, use vertical-motion.
24257         * faces.el (escape-glyph): Use brown against light background.
24258         (nobreak-space): Rename from no-break-space.
24259         Fix previous change.
24261         * dired-aux.el (dired-do-copy): Fix arg prompt.
24263         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24265 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24267         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24268         rather than "Distributor".
24270 2005-06-23  Lute Kamstra  <lute@gnu.org>
24272         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24273         (debug-on-entry): Use it.  New interactive declaration that uses
24274         function-called-at-point.
24276 2005-06-23  Kim F. Storm  <storm@cua.dk>
24278         * subr.el (save-match-data): Add comment about using evaporate arg
24279         to set-match-data.
24281 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
24283         * cus-edit.el (customize-face)
24284         (customize-face-other-window): Handle face aliases.
24286         * faces.el (face-documentation, set-face-attribute)
24287         (face-spec-set): Handle face aliases.
24289 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
24291         * help-mode.el (help-make-xrefs): If a symbol representing a face
24292         name is not followed by the word "face", it could still be a
24293         function or variable name, so don't bypass other checks.
24295 2005-06-22  Juri Linkov  <juri@jurta.org>
24297         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
24298         Replace aliased functions with calls where second arg `inherit' is t.
24300 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
24302         * progmodes/gdb-ui.el (gdb-error): New variable.
24303         (gdb-error): New function.
24304         (gdb-annotation-rules): Act on error-begin and error annotations.
24305         (gdb-concat-output): Use font-lock-warning-face for errors.
24307 2005-06-22  Miles Bader  <miles@gnu.org>
24309         * bindings.el (propertized-buffer-identification): Use renamed
24310         `Buffer-menu-buffer' face.
24312         * faces.el (vertical-border): Rename from `vertical-divider'.
24313         (escape-glyph): Change dark-background color back to `cyan'.
24315 2005-06-21  Juri Linkov  <juri@jurta.org>
24317         * faces.el (face-user-default-spec): Try getting `customized-face'
24318         prior to `saved-face'.
24319         (frame-background-mode): Refill docstring.
24321         * emacs-lisp/lisp-mode.el (eval-defun-1):
24322         * emacs-lisp/edebug.el (edebug-eval-defun):
24323         Set `saved-face' temporarily to nil before calling form.
24324         Set `customized-face' to the new spec after that.
24326 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
24328         * subr.el (1value, lambda, key-substitution-in-progress):
24329         Doc fixes.
24331         * autoinsert.el (auto-insert-alist):
24332         * ses.el (ses-call-printer):
24333         * subr.el (noreturn):
24334         * emacs-lisp/lisp.el (check-parens):
24335         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
24336         * net/browse-url.el (browse-url-mosaic):
24337         * progmodes/cc-defs.el (c-safe-scan-lists):
24338         * progmodes/ebnf-abn.el (ebnf-abn-lex):
24339         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
24340         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
24341         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
24342         * progmodes/ebnf-iso.el (ebnf-iso-lex):
24343         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
24345 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
24347         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
24349 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
24351         * calendar/appt.el (appt-make-list): Activate the package, if
24352         not already active (for backwards compatibility).
24354 2005-06-20  Kim F. Storm  <storm@cua.dk>
24356         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
24358 2005-06-20  Miles Bader  <miles@gnu.org>
24360         * faces.el (vertical-divider): New face.
24362 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
24364         * simple.el (kill-whole-line): Doc fix.
24365         (next-error-buffer-p, next-error-find-buffer)
24366         (clone-indirect-buffer): Fix typos in docstrings.
24367         (comment-line-break-function): Doc fix: don't say variable
24368         is automatically buffer-local (it isn't).
24370 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
24372         * net/tramp-ftp.el (top):
24373         * net/tramp-smb.el (top):
24374         * net/tramp-util.el (top):
24375         * net/tramp-uu.el (top):
24376         * net/tramp-vc.el (top):
24377         * net/tramp.el (top): Revert copyright years back to original
24378         ones.  Tramp has a life outside GNU Emacs.
24380 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
24382         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
24384 2005-06-18  Juri Linkov  <juri@jurta.org>
24386         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
24387         end of first regexp to limit the match to the position between
24388         line number and source line with same separator character as used
24389         between file name and line number.  In the second regexp limit
24390         mouse-face area to file name and line number by adding new group
24391         for them and referring it in HYPERLINK arg.
24392         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24393         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
24394         previous line where grep markers may be already removed.
24396 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
24398         * progmodes/ps-mode.el: Update version and maintainer's email address.
24400 2005-06-18  Steve Youngs  <steve@xemacs.org>
24402         * net/browse-url.el (browse-url-browser-function)
24403         (browse-url-default-browser): Add firefox.
24404         (browse-url-firefox-program, browse-url-firefox-arguments)
24405         (browse-url-firefox-startup-arguments)
24406         (browse-url-firefox-new-window-is-tab): New defcustoms.
24407         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
24409 2005-06-17  Richard M. Stallman  <rms@gnu.org>
24411         * startup.el (command-line): Warn if specified user name has
24412         no home directory.
24414         * term.el (term-get-old-input, term-input-filter, term-input-sender)
24415         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
24417         * longlines.el (longlines-mode, longlines-show-hard-newlines):
24418         Doc fixes.
24420         * faces.el (underline): Try bold if terminal doesn't support underline.
24422         * mail/sendmail.el (mail-setup-with-from): New variable.
24423         (mail-insert-from-field): New function.
24424         (sendmail-send-it): Call it.
24425         (mail-setup): Optionally call it here.
24427         * term/linux.el: Call tty-no-underline.
24429 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
24431         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
24433 2005-06-17  Miles Bader  <miles@gnu.org>
24435         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
24436         (ediff-current-diff-C, ediff-current-diff-Ancestor)
24437         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
24438         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
24439         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
24440         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
24441         Remove "-face" suffix from face names.
24442         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24443         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24444         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24445         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24446         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24447         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24448         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24449         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24450         New backward-compatibility aliases for renamed faces.
24451         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24452         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24453         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24454         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24455         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24456         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24457         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24458         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24459         Use renamed ediff faces.
24461         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
24462         Remove "-face" suffix from face names.
24463         (eshell-test-ok-face, eshell-test-failed-face):
24464         New backward-compatibility aliases for renamed faces.
24465         (eshell-run-test): Use renamed eshell-test faces.
24467         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
24468         face name.
24469         (eshell-prompt-face): New backward-compatibility alias for renamed
24470         face.
24471         (eshell-emit-prompt): Use renamed eshell-prompt face.
24473         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
24474         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
24475         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
24476         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
24477         Remove "-face" suffix from face names.
24478         (eshell-ls-directory-face, eshell-ls-symlink-face)
24479         (eshell-ls-executable-face, eshell-ls-readonly-face)
24480         (eshell-ls-unreadable-face, eshell-ls-special-face)
24481         (eshell-ls-missing-face, eshell-ls-archive-face)
24482         (eshell-ls-backup-face, eshell-ls-product-face)
24483         (eshell-ls-clutter-face):
24484         New backward-compatibility aliases for renamed faces.
24485         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
24487         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
24488         Remove "-face" suffix from face name.
24489         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
24490         instead of literal face.
24492 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
24494         * emacs-lisp/warnings.el (display-warning, lwarn)
24495         (warning-minimum-log-level): Doc fixes.
24496         (warning-minimum-level, warning-minimum-log-level):
24497         Add :debug to :type choices.
24499         * progmodes/ada-mode.el (ada-format-paramlist)
24500         (ada-get-indent-case, ada-check-matching-start)
24501         (ada-check-defun-name, ada-goto-matching-decl-start)
24502         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
24503         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
24504         (ada-make-subprogram-body): Follow error conventions.
24505         (ada-case-exception-file, ada-indent-comment-as-code)
24506         (ada-indent-handle-comment-special, ada-indent-renames)
24507         (ada-indent-return, ada-search-directories-internal)
24508         (ada-tab-policy, ada-case-exception-substring)
24509         (ada-other-file-alist, ada-matching-start-re)
24510         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
24511         (ada-imenu-generic-expression, ada-compile-goto-error)
24512         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24513         (ada-popup-menu, ada-add-extensions, ada-mode)
24514         (ada-region-selected, ada-create-case-exception)
24515         (ada-create-case-exception-substring, ada-after-keyword-p)
24516         (ada-activate-keys-for-case, ada-adjust-case-region)
24517         (ada-adjust-case-buffer, ada-format-paramlist)
24518         (ada-scan-paramlist, ada-insert-paramlist)
24519         (ada-indent-newline-indent)
24520         (ada-indent-newline-indent-conditional)
24521         (ada-justified-indent-current, ada-goto-previous-word)
24522         (ada-indent-current, ada-get-indent-open-paren)
24523         (ada-get-indent-paramlist, ada-get-indent-end)
24524         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
24525         (ada-get-indent-block-start, ada-get-indent-subprog)
24526         (ada-get-indent-noindent, ada-get-indent-label)
24527         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
24528         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
24529         (ada-goto-stmt-end, ada-goto-next-word)
24530         (ada-check-matching-start, ada-check-defun-name)
24531         (ada-goto-matching-decl-start, ada-goto-matching-start)
24532         (ada-goto-matching-end, ada-search-ignore-string-comment)
24533         (ada-in-decl-p, ada-looking-at-semi-or)
24534         (ada-looking-at-semi-private, ada-in-paramlist-p)
24535         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
24536         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
24537         (ada-next-procedure, ada-previous-procedure, ada-next-package)
24538         (ada-previous-package, ada-create-menu)
24539         (ada-fill-comment-paragraph-justify)
24540         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
24541         (ada-other-file-name, ada-last-which-function-line)
24542         (ada-last-which-function-subprog, ada-which-function)
24543         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
24544         (ada-gen-treat-proc, ada-check-emacs-version)
24545         (ada-continuation-indent, ada-align-region-separate):
24546         Fix typos in docstrings.
24547         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
24549 2005-06-16  Lute Kamstra  <lute@gnu.org>
24551         * simple.el (fundamental-mode): Run after-change-major-mode-hook
24552         conditionally.
24554 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
24556         * comint.el (comint-replace-by-expanded-filename)
24557         (comint-prompt-regexp, comint-delimiter-argument-list)
24558         (comint-preinput-scroll-to-bottom):
24559         * info.el (Info-hide-cookies-node):
24560         * ls-lisp.el (ls-lisp-classify):
24561         * find-file.el (ff-search-directories, ff-special-constructs)
24562         (ff-find-other-file):
24563         * font-lock.el (font-lock-keywords):
24564         * shell.el (shell-prompt-pattern)
24565         (shell-dynamic-complete-functions, shell-mode)
24566         (shell-delimiter-argument-list):
24567         * term.el (term-replace-by-expanded-filename)
24568         (term-prompt-regexp, term-delimiter-argument-list):
24569         * woman.el (woman-ignore, woman0-if):
24570         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
24571         * emacs-lisp/elint.el (elint-init-env):
24572         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
24573         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
24574         * language/ethio-util.el (ethio-tilde-escape)
24575         (ethio-use-three-dot-question):
24576         * net/zone-mode.el (zone-mode-load-time-setup):
24577         * progmodes/cc-align.el (c-lineup-argcont):
24578         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
24579         * progmodes/cperl-mode.el (cperl-set-style-back):
24580         * progmodes/inf-lisp.el (inferior-lisp-prompt):
24581         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
24582         Fix spellings in docstrings.
24584         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
24585         * progmodes/modula2.el (m2-for): Fix spellings.
24587         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
24589         * simple.el (undo-more): Don't use `format' on `error' arguments.
24590         Improve argument/docstring consistency.
24591         (pending-undo-list): Doc fix.
24593         * smerge-mode.el (smerge-ensure-match):
24594         * emulation/vip.el (vip-ex):
24595         * net/zone-mode.el (zone-mode-update-serial):
24596         * progmodes/idlwave.el (idlwave-complete):
24597         * progmodes/vhdl-mode.el (vhdl-visit-file)
24598         (vhdl-compose-wire-components):
24599         Don't use `format' on `error' arguments.
24601         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
24602         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
24603         (tooltip-help-tips): Fix typos in docstrings.
24605 2005-06-16  David Ponce  <david@dponce.com>
24607         * tree-widget.el (tree-widget-value-create): Simplify last change.
24609 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
24611         * ido.el (ido-incomplete-regexp): New variable.
24612         (ido-set-matches-1): Handle invalid-regexp error and set
24613         ido-incomplete-regexp.
24614         (ido-incomplete-regexp): New face.
24615         (ido-completions): Use it.
24616         (ido-complete, ido-exit-minibuffer, ido-completions):
24617         Handle incomplete regexps.
24618         (ido-completions): Add check for complete match when entering a regexp.
24620 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24622         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
24624 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24626         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
24627         by field delimiters.
24629 2005-06-15  David Ponce  <david@dponce.com>
24631         * tree-widget.el: eval-and-compile inlined functions so they will
24632         be available at run-time too.
24633         (tree-widget-super-format-handler)
24634         (tree-widget-format-handler): Remove.
24635         (tree-widget-value-create): Handle the :indent property.
24637 2005-06-15  Miles Bader  <miles@gnu.org>
24639         * progmodes/which-func.el (which-func): Only inherit
24640         `font-lock-function-name-face' when that makes sense against the
24641         default mode-line face, otherwise set the face color explicitly.
24643         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
24644         faces instead of (non-existent) variables.
24646 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24648         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
24649         (iswitchb-get-matched-buffers): Likewise.  Simplify.
24651 2005-06-14  Miles Bader  <miles@gnu.org>
24653         * progmodes/ld-script.el (ld-script-location-counter):
24654         Remove "-face" suffix from face name.
24655         (ld-script-location-counter-face):
24656         New backward-compatibility alias for renamed face.
24657         (ld-script-location-counter-face): Use renamed face.
24659         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
24660         (cperl-hash): Remove "-face" suffix from face names.
24661         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
24662         New backward-compatibility aliases for renamed faces.
24663         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
24664         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
24666         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
24667         name.
24668         (which-func-face): New backward-compatibility alias for renamed face.
24669         (which-func-format): Use renamed which-func face.
24671         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
24672         (vhdl-function, vhdl-directive, vhdl-reserved-word)
24673         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
24674         names.
24675         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
24676         (vhdl-speedbar-configuration, vhdl-speedbar-package)
24677         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
24678         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
24679         (vhdl-speedbar-architecture-selected)
24680         (vhdl-speedbar-configuration-selected)
24681         (vhdl-speedbar-package-selected)
24682         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
24683         names.
24684         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
24685         Use renamed faces.
24686         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
24687         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
24688         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
24689         Use renamed faces.
24690         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
24691         names.
24692         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
24693         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
24694         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
24695         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
24696         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
24697         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
24699         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
24700         face name.
24701         (sh-heredoc-face): New backward-compatibility alias for renamed face.
24702         (sh-heredoc-face): Use renamed sh-heredoc face.
24704         * progmodes/idlw-help.el (idlwave-help-link):
24705         Remove "-face" suffix from face name.
24706         (idlwave-help-link-face):
24707         New backward-compatibility alias for renamed face.
24708         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
24710         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
24711         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
24712         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
24713         New backward-compatibility aliases for renamed faces.
24714         (idlwave-shell-disabled-breakpoint-face)
24715         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
24717         * progmodes/flymake.el (flymake-errline, flymake-warnline):
24718         Remove "-face" suffix from face names.
24719         (flymake-errline-face, flymake-warnline-face):
24720         New backward-compatibility aliases for renamed faces.
24721         (flymake-highlight-line): Use renamed flymake faces.
24723         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
24724         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
24725         (ebrowse-member-class, ebrowse-progress):
24726         Remove "-face" suffix from face names.
24727         (ebrowse-tree-mark-face, ebrowse-root-class-face)
24728         (ebrowse-file-name-face, ebrowse-default-face)
24729         (ebrowse-member-attribute-face, ebrowse-member-class-face)
24730         (ebrowse-progress-face):
24731         New backward-compatibility aliases for renamed faces.
24732         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
24733         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
24734         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
24735         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
24737         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
24738         antlr-syntax)
24739         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
24740         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
24741         names.
24742         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
24743         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
24744         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
24745         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
24746         backward-compatibility aliases for renamed faces.
24747         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
24748         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
24749         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
24750         remove "font-lock-".  Use renamed antlr-mode faces.
24751         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
24752         literal face-names with face variable references.
24754         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
24755         face name.
24756         (Buffer-menu-buffer-face): New backward-compatibility alias for
24757         renamed face.
24758         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
24760 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
24762         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
24763         Eliminate "-face" suffix.
24764         (makefile-targets): Inherit from font-lock-function-name-face and
24765         eliminate "-face" suffix.
24766         (makefile-shell): Remove attributes and eliminate "-face" suffix.
24767         (makefile-*-font-lock-keywords): Append makefile-targets in rule
24768         actions, instead of prepending, to make it less visible.
24769         (makefile-previous-dependency, makefile-match-dependency):
24770         Don't match a target on a continuation line.
24772         * files.el (auto-mode-alist): Put Makefile in gmake mode.
24774 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
24776         * progmodes/gdb-ui.el (menu): Re-order menu items.
24777         (gdb-tooltip-print): Respect tooltip-use-echo-area.
24779         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
24780         Define in tooltip.el.
24781         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
24782         (gud-tooltip-tips): Respect tooltip-use-echo-area and
24783         gud-tooltip-echo-area.
24785         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
24786         backward compatibility and make obsolete.
24787         (tooltip-help-tips): Use tooltip-use-echo-area.
24788         (tooltip-show-help-function): Rename to...
24789         (tooltip-show-help): ...this, because it is a function.
24790         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
24792 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
24794         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
24795         (edebug-print-length, edebug-print-level, edebug-print-circle)
24796         (edebug-modify-breakpoint, edebug-eval-last-sexp)
24797         (edebug-eval-print-last-sexp): Doc fixes.
24799 2005-06-14  Kim F. Storm  <storm@cua.dk>
24801         * ido.el (ido-mode): Make a new keymap every time we enable ido,
24802         as the coverage buffer/file/both may change.
24804 2005-06-14  Lute Kamstra  <lute@gnu.org>
24806         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
24807         and run-mode-hooks.  Simplify.
24809         * mail/rmailedit.el (rmail-edit-mode):
24810         * progmodes/octave-inf.el (inferior-octave-mode):
24811         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
24813         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
24814         and run-mode-hooks.
24815         (recentf-edit-list, recentf-open-files): Don't call
24816         kill-all-local-variables directly.
24818         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
24820 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
24822         * emacs-lisp/byte-run.el (make-obsolete)
24823         (define-obsolete-function-alias): Rename arguments FUNCTION and
24824         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
24825         (make-obsolete-variable, define-obsolete-variable-alias):
24826         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
24827         respectively.
24829         * isearchb.el (isearchb-activate):
24830         * pcvs.el (cvs-mode):
24831         * ses.el (ses-load):
24832         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
24833         * net/tramp.el (tramp-find-file-exists-command)
24834         (tramp-find-shell):
24835         * progmodes/ada-mode.el (ada-create-case-exception)
24836         (ada-create-case-exception-substring, ada-make-subprogram-body):
24837         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
24838         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
24839         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
24840         * textmodes/org.el (org-promote, org-evaluate-time-range)
24841         (org-agenda-next-date-line, org-agenda-previous-date-line)
24842         (org-agenda-error, org-open-at-point, org-table-move-row)
24843         (org-format-table-table-html-using-table-generate-source)
24844         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
24845         * textmodes/reftex.el (reftex-access-scan-info):
24846         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
24847         (reftex-toc-promote-prepare): Follow error conventions.
24849         * diff-mode.el (diff-mode): Fix typo in docstring.
24851         * forms.el (forms--intuit-from-file): Fix reference to
24852         `forms-number-of-fields' in error message.
24853         (forms-print): Fix quoting in error message.
24855         * forms.el (forms-mode):
24856         * emulation/vi.el (vi-goto-insert-state):
24857         * progmodes/flymake.el (flymake-new-err-info)
24858         (flymake-start-syntax-check-for-current-buffer)
24859         (flymake-simple-cleanup):
24860         * eshell/esh-var.el (eshell/export):
24861         * progmodes/gud.el (xdb):
24862         * textmodes/flyspell.el (flyspell-incorrect-hook)
24863         (flyspell-maybe-correct-transposition)
24864         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
24866 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
24868         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
24869         minibuffer prompt.
24871 2005-06-13  Kim F. Storm  <storm@cua.dk>
24873         * subr.el (add-to-ordered-list): New defun.
24875         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
24876         add cua--keymap-alist to emulation-mode-map-alists.
24878 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24880         * subr.el (complete-in-turn): New macro.
24881         (dynamic-completion-table, lazy-completion-table): Add debug info.
24883         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
24884         in preference to face aliases.
24886         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
24887         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
24888         Remove unused vars `start' and `firstline'.
24889         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
24890         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
24892 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
24894         * cus-start.el (all): Don't complain about missing GTK-related
24895         variables, unless either `gtk' is boundp or this isn't a
24896         `windows-nt' build.
24898 2005-06-13  Lute Kamstra  <lute@gnu.org>
24900         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
24901         run-mode-hooks.
24903         * ediff-mult.el (ediff-meta-mode):
24904         * ediff-util.el (ediff-mode): Use run-mode-hooks.
24906         * ledit.el (ledit-mode): Use delay-mode-hooks.
24908         * woman.el (woman-mode-line-format): Delete constant.
24909         (woman-mode-map): Initialize it properly.
24910         (woman-mode): Set mode-class property to special.
24911         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
24912         Set major-mode and mode-name.  Don't set mode-line-format directly.
24913         (Man-getpage-in-background): Don't reference woman-mode-line-format.
24915         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
24916         string argument obsolete.
24918 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
24920         * textmodes/org.el (org-CUA-compatible): New option.
24921         (org-disputed-keys): New variable.
24922         (org-key): New function.
24923         (orgtbl-make-binding): Add docstring to the created function.
24924         (org-mode): Set paragraph start/separate regexps.
24925         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
24926         (org-archive-location, org-archive-mark-done)
24927         (org-archive-stamp-time): New options.
24928         (org-archive-subtree): New command.
24929         (org-fill-paragraph): New function.
24930         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
24931         (org-fake-empty-table-line): Function removed.
24932         (org-format-org-table-html): Do not create empty table lines at
24933         separator lines.  Improved table header treatment.
24934         (org-link-format): New option.
24935         (org-make-link): New function.
24936         (org-insert-link, org-store-link): Use org-make-link.
24937         (org-open-file): Quote file name for shell command, to allow
24938         spaces in file names.
24939         (org-link-regexp): Fix bug with mailto link.
24940         (org-link-maybe-angles-regexp, org-protected-link-regexp):
24941         New constants.
24942         (org-export-as-html): Deal with the optional angles around a link.
24943         Better treatment of file: links.
24944         (org-open-at-point): Replace @{ and @} with < and >.
24945         (org-run-mode-hooks): Function removed.
24946         (org-agenda-mode): No longer use `org-run-mode-hooks'.
24948 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
24950         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
24951         MI command -data-list-register-values.
24952         (gdb-post-prompt): Indent properly.
24954 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
24956         * hilit-chg.el (highlight-changes-colors): Rename from
24957         `highlight-changes-colours'.
24958         (highlight-changes-colours): Keep as obsolete alias.
24959         (highlight-changes-face-list): Doc fix.
24960         (hilit-chg-make-list): Use `highlight-changes-colors'.
24962 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
24964         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
24965         defun-prompt-regexp.
24967 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
24969         * loadup.el: Don't say we are dumping under 2 names on windows-nt
24970         and cygwin.
24972         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24973         Don't use an old loaddefs.el, as in Makefile.in.
24975 2005-06-12  Lute Kamstra  <lute@gnu.org>
24977         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
24979         * man.el (Man-mode-map): Initialize it properly.
24980         (Man-mode): Set mode-class property to special.
24982         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
24984 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
24986         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
24987         A newline is needed in the docstring there.
24989         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
24990         Doc fixes.
24992 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24994         * printing.el: Doc fix.  The menubar is no more changed when printing
24995         is loaded, it only changes when pr-menu-bind or pr-update-menus is
24996         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
24997         (pr-version): New version number (6.8.4).
24998         (pr-menu-bind): New command.
24999         (pr-update-menus): Docstring and code fix.
25000         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25001         Docstring fix.
25002         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
25003         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25005 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
25007         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25008         "Returns" to "return", document useful return values, etc.
25010 2005-06-11  Alan Mackenzie  <acm@muc.de>
25012         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25013         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25014         (adaptive-file-function): Minor amendment to doc-string.
25016 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25018         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25019         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25020         Fix :type--it is `integer', not `string'.
25022         * faces.el (modeline-highlight): Rename from (the erroneous)
25023         `modeline-higilight'.
25025 2005-06-11  Lute Kamstra  <lute@gnu.org>
25027         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
25028         lisp-interaction-mode-map but make it the parent.
25029         (edebug-eval-mode): Use define-derived-mode.
25031 2005-06-11  Andreas Schwab  <schwab@suse.de>
25033         * bindings.el: Add binding of `ESC functionkey' for every
25034         `M-functionkey'.
25035         * hexl.el (hexl-mode-map): Likewise.
25037 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
25039         * progmodes/compile.el (compilation-error-regexp-alist-alist)
25040         [msft]: update regexp for newer msft compilers.
25042 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
25044         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
25045         ATTLIST portions of included DTDs.
25046         (xml-parse-dtd): Eliminate use of inefficient match-data.
25048 2005-06-10  Miles Bader  <miles@gnu.org>
25050         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25051         (mpuz-text): Remove "-face" suffix from face names.
25052         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25053         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25054         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25056         * play/gomoku.el (gomoku-O, gomoku-X):
25057         Remove "-face" suffix from face names.
25058         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25059         New backward-compatibility aliases for renamed faces.
25060         (gomoku-font-lock-keywords): Use renamed gomoku faces.
25062 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25064         * thumbs.el: Fixes for changes of 2005-06-09.
25065         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25066         as a directory.
25067         (thumbs-thumbname): Remove directory separator from format string;
25068         `thumbs-thumbsdir' now returns a valid directory name.
25069         (thumbs-temp-dir): New defsubst.
25070         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25071         Use it.
25073         * cus-edit.el (minibuffer):
25074         * files.el (make-backup-file-name-function):
25075         * filesets.el (filesets-external-viewers):
25076         * hilit-chg.el (highlight-changes-colours)
25077         (highlight-changes-face-list, highlight-changes-rotate-faces):
25078         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25079         * kmacro.el (kmacro-call-macro):
25080         * log-edit.el (log-edit-changelog-full-paragraphs):
25081         * mouse.el (mouse-1-click-follows-link):
25082         * skeleton.el (skeleton-autowrap):
25083         * subr.el (insert-for-yank-1):
25084         * tempo.el (tempo-insert-region):
25085         * terminal.el (terminal-emulator):
25086         * time.el (display-time-mail-face):
25087         * vc.el (vc-annotate):
25088         * vcursor.el (vcursor-copy-line):
25089         * woman.el (woman-bold-headings, woman-ignore)
25090         (woman-default-faces, woman-monochrome-faces):
25091         * calendar/todo-mode.el (todo-insert-threshold):
25092         * emulation/pc-select.el (pc-select-selection-keys-only)
25093         (pc-selection-mode):
25094         * emulation/vip.el (vip-find-char-forward):
25095         * emulation/viper-cmd.el (viper-find-char-forward):
25096         * international/mule-cmds.el
25097         (select-safe-coding-system-accept-default-p)
25098         (input-method-exit-on-invalid-key):
25099         * international/mule-diag.el (describe-coding-system):
25100         * international/ucs-tables.el (unify-8859-on-encoding-mode):
25101         * net/browse-url.el (browse-url-xterm-program):
25102         * obsolete/lazy-lock.el (lazy-lock-mode):
25103         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25104         (cperl-mode):
25105         * progmodes/cpp.el (cpp-face-light-name-list)
25106         (cpp-face-dark-name-list):
25107         * progmodes/delphi.el (delphi-newline-always-indents):
25108         Fix spellings in docstrings.
25110         * ido.el (ido-mode, ido-file-extensions-order)
25111         (ido-default-file-method, ido-default-buffer-method)
25112         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25113         (ido-decorations, ido-read-file-name-as-directory-commands)
25114         (ido-read-file-name-non-ido, ido-work-directory-list)
25115         (ido-ignore-item-temp-list, ido-current-directory)
25116         (ido-magic-forward-char, ido-enter-find-file)
25117         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25118         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25120 2005-06-10  Lute Kamstra  <lute@gnu.org>
25122         * play/dunnet.el (dun-mode): Use define-derived-mode.
25123         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
25124         obsolete alias.
25126         * play/doctor.el (doctor-mode-map): Remove defvar.
25127         (doctor-mode): Use define-derived-mode.
25129         * mail/mspools.el (mspools-mode):
25130         * net/eudc-hotlist.el (eudc-hotlist-mode):
25131         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25133 2005-06-10  Miles Bader  <miles@gnu.org>
25135         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25136         Remove "-face" suffix from face names.
25137         (flyspell-incorrect-face, flyspell-duplicate-face):
25138         New backward-compatibility aliases for renamed faces.
25139         (flyspell-mode-on, make-flyspell-overlay)
25140         (flyspell-highlight-incorrect-region)
25141         (flyspell-highlight-duplicate-region)
25142         (flyspell-display-next-corrections)
25143         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25145         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25146         from face name.
25147         (texinfo-heading-face): New backward-compatibility alias for
25148         renamed face.
25149         (texinfo-heading-face): Use renamed texinfo-heading face.
25151         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25152         suffix from face names.
25153         (tex-math-face, tex-verbatim-face):
25154         New backward-compatibility aliases for renamed faces.
25155         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25156         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25157         literal face name.
25159         * textmodes/table.el (table-cell): Remove "-face" suffix from face
25160         name.
25161         (table-cell-face): New backward-compatibility alias for renamed face.
25162         (table--put-cell-face-property, table--update-cell-face):
25163         Use renamed table-cell face.
25165         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25166         from face name.
25167         (sgml-namespace-face): New backward-compatibility alias for
25168         renamed face.
25169         (sgml-namespace-face): Use renamed sgml-namespace face.
25171         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25172         (org-level-4, org-level-5, org-level-6, org-level-7)
25173         (org-level-8, org-warning, org-headline-done)
25174         (org-deadline-announce, org-scheduled-today)
25175         (org-scheduled-previously, org-link, org-done, org-table)
25176         (org-time-grid): Remove "-face" suffix from face names.
25177         (org-level-1-face, org-level-2-face, org-level-3-face)
25178         (org-level-4-face, org-level-5-face, org-level-6-face)
25179         (org-level-7-face, org-level-8-face, org-warning-face)
25180         (org-headline-done-face, org-deadline-announce-face)
25181         (org-scheduled-today-face, org-scheduled-previously-face)
25182         (org-link-face, org-done-face, org-table-face)
25183         (org-time-grid-face):
25184         New backward-compatibility aliases for renamed faces.
25185         (org-level-faces, org-set-font-lock-defaults, org-timeline)
25186         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25187         (org-agenda-get-timestamps, org-agenda-get-scheduled)
25188         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25190         * emulation/viper-init.el (viper-search, viper-replace-overlay)
25191         (viper-minibuffer-emacs, viper-minibuffer-insert)
25192         (viper-minibuffer-vi): Remove "-face" suffix from face names.
25193         (viper-search-face, viper-replace-overlay-face)
25194         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25195         (viper-minibuffer-vi-face):
25196         New backward-compatibility aliases for renamed faces.
25197         (viper-search-face, viper-replace-overlay-face)
25198         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25199         (viper-minibuffer-vi-face): Use renamed viper faces.
25201         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25202         Remove "-face" suffix from face names.
25203         (testcover-nohits-face, testcover-1value-face):
25204         New backward-compatibility aliases for renamed faces.
25205         (testcover-mark): Use renamed testcover faces.
25207         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25208         face name.
25209         (diary-button-face): New backward-compatibility alias for renamed face.
25210         (diary-entry): Use renamed diary-button face.
25212         * calendar/calendar.el (diary, calendar-today, holiday)
25213         (mark-visible-calendar-date): Remove "-face" suffix from face names.
25214         (diary-face, calendar-today-face, holiday-face):
25215         New backward-compatibility aliases for renamed faces.
25216         (eval-after-load "facemenu", diary-entry-marker)
25217         (calendar-today-marker, calendar-holiday-marker, diary-face):
25218         Use renamed calendar faces.
25220         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25221         (compare-windows-face): New backward-compatibility alias for
25222         renamed face.
25223         (compare-windows-highlight): Use renamed compare-windows face.
25225         * strokes.el (strokes-char): Remove "-face" suffix from face name.
25226         (strokes-char-face): New backward-compatibility alias for renamed face.
25227         (strokes-encode-buffer): Use renamed strokes-char face.
25229         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25230         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25231         Remove "-face" suffix from face names.
25232         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25233         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25234         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25235         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25236         Use renamed pcvs faces.
25237         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25238         * pcvs-defs.el (cvs-mode-map): Likewise.
25239         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25241         * info.el (info-title-1, info-title-2, info-title-3)
25242         (info-title-4): Remove "-face" suffix from and downcase face names.
25243         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25244         (Info-title-4-face):
25245         New backward-compatibility aliases for renamed faces.
25246         (Info-fontify-node): Use renamed info faces.
25248         * hilit-chg.el (highlight-changes, highlight-changes-delete):
25249         Remove "-face" suffix from face names.
25250         (highlight-changes-face, highlight-changes-delete-face):
25251         New backward-compatibility aliases for renamed faces.
25252         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25253         (hilit-chg-make-list): Use renamed highlight-changes faces.
25255         * generic-x.el (show-tabs-tab, show-tabs-space):
25256         Remove "-face" suffix from face names.
25257         (show-tabs-tab-face, show-tabs-space-face):
25258         New backward-compatibility aliases for renamed faces.
25259         (show-tabs-generic-mode-font-lock-defaults-1)
25260         (show-tabs-generic-mode-font-lock-defaults-2):
25261         Use renamed show-tabs faces.
25263         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25264         (smerge-markers): Remove "-face" suffix from face names.
25265         (smerge-mine-face, smerge-other-face, smerge-base-face)
25266         (smerge-markers-face):
25267         New backward-compatibility aliases for renamed faces.
25268         (smerge-mine-face, smerge-other-face, smerge-base-face)
25269         (smerge-markers-face): Use renamed smerge faces.
25271         * log-view.el (log-view-file, log-view-message): Remove "-face"
25272         suffix from face names.
25273         (log-view-file-face, log-view-message-face):
25274         New backward-compatibility aliases for renamed faces.
25275         (log-view-file-face, log-view-message-face): Use renamed log-view
25276         faces.
25278         * paren.el (show-paren-match, show-paren-mismatch):
25279         Remove "-face" suffix from face names.
25280         (show-paren-match-face, show-paren-mismatch-face):
25281         New backward-compatibility aliases for renamed faces.
25282         (show-paren-function): Use renamed show-paren faces.
25284         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
25285         (ruler-mode-margins, ruler-mode-fringes)
25286         (ruler-mode-column-number, ruler-mode-fill-column)
25287         (ruler-mode-comment-column, ruler-mode-goal-column)
25288         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
25289         suffix from face names.
25290         (ruler-mode-default-face, ruler-mode-pad-face)
25291         (ruler-mode-margins-face, ruler-mode-fringes-face)
25292         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
25293         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
25294         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
25295         New backward-compatibility aliases for renamed faces.
25296         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
25297         (ruler-mode-column-number, ruler-mode-fill-column)
25298         (ruler-mode-comment-column, ruler-mode-goal-column)
25299         (ruler-mode-tab-stop, ruler-mode-current-column)
25300         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
25301         faces.
25303         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
25304         face name.
25305         (whitespace-highlight-the-space): Use renamed face.
25306         (whitespace-highlight-face): New backward-compatibility alias for
25307         renamed face.
25309         * woman.el (woman-italic, woman-bold, woman-unknown)
25310         (woman-addition, woman-symbol-face):
25311         Remove "-face" suffix from face names.
25312         (woman-italic-face, woman-bold-face, woman-unknown-face)
25313         (woman-addition-face):
25314         New backward-compatibility aliases for renamed faces.
25315         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
25316         (woman-decode-region, woman-replace-match)
25317         (woman-display-extended-fonts, woman-special-characters)
25318         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
25319         Use renamed woman faces.
25321         * longlines.el (longlines-visible-face): Face removed.
25323         * diff-mode.el (diff-header, diff-file-header, diff-index)
25324         (diff-hunk-header, diff-removed, diff-added, diff-changed)
25325         (diff-function, diff-context, diff-nonexistent): Remove "-face"
25326         suffix from face names.
25327         (diff-header-face, diff-file-header-face, diff-index-face)
25328         (diff-hunk-header-face, diff-removed-face, diff-added-face)
25329         (diff-changed-face, diff-function-face, diff-context-face)
25330         (diff-nonexistent-face): New backward-compatibility aliases for
25331         renamed faces.
25332         (diff-header-face, diff-file-header-face)
25333         (diff-index, diff-index-face, diff-hunk-header)
25334         (diff-hunk-header-face, diff-removed, diff-removed-face)
25335         (diff-added, diff-added-face, diff-changed-face, diff-function)
25336         (diff-function-face, diff-context-face, diff-nonexistent)
25337         (diff-nonexistent-face): Use renamed diff-mode faces.
25339         * progmodes/compile.el (compilation-warning-face)
25340         (compilation-info-face): Remove "-face" suffix from face names.
25341         (compilation-warning-face, compilation-info-face):
25342         New backward-compatibility aliases for renamed faces.
25343         (compilation-warning-face, compilation-info-face):
25344         Use renamed compilation faces.
25346         * add-log.el (change-log-date, change-log-name)
25347         (change-log-email, change-log-file, change-log-list)
25348         (change-log-conditionals, change-log-function)
25349         (change-log-acknowledgement): Remove "-face" suffix from face names.
25350         (change-log-date-face, change-log-name-face)
25351         (change-log-email-face, change-log-file-face)
25352         (change-log-list-face, change-log-conditionals-face)
25353         (change-log-function-face, change-log-acknowledgement-face):
25354         New backward-compatibility aliases for renamed faces.
25355         (change-log-font-lock-keywords): Use renamed change-log faces.
25357         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
25358         (custom-set, custom-changed, custom-saved, custom-button)
25359         (custom-button-pressed, custom-documentation, custom-state)
25360         (custom-comment, custom-comment-tag, custom-variable-tag)
25361         (custom-variable-button, custom-face-tag, custom-group-tag-1)
25362         (custom-group-tag): Remove "-face" suffix from face names.
25363         (custom-magic-alist, custom-magic-value-create)
25364         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
25365         (custom-invalid-face, custom-rogue-face, custom-modified-face)
25366         (custom-set-face, custom-changed-face, custom-saved-face)
25367         (custom-button-face, custom-button-pressed-face)
25368         (custom-documentation-face, custom-state-face)
25369         (custom-comment-face, custom-comment-tag-face)
25370         (custom-variable-tag-face, custom-variable-button-face)
25371         (custom-face-tag-face, custom-group-tag-face-1)
25372         (custom-group-tag-face):
25373         New backward-compatibility aliases for renamed faces.
25375         * wid-edit.el (widget-documentation, widget-button)
25376         (widget-field, widget-single-line-field, widget-inactive)
25377         (widget-button-pressed): "-face" suffix removed from face names.
25378         (widget-documentation-face, widget-button-face)
25379         (widget-field-face, widget-single-line-field-face)
25380         (widget-inactive-face, widget-button-pressed-face):
25381         New backward-compatibility aliases for renamed faces.
25382         (widget-documentation-face, widget-button-face)
25383         (widget-button-pressed-face, widget-specify-field)
25384         (widget-specify-inactive): Use renamed widget faces.
25386 2005-06-10  Kenichi Handa  <handa@m17n.org>
25388         * term/x-win.el (x-clipboard-yank): Remove condition-case
25389         wrapping.
25391 2005-06-11  Kenichi Handa  <handa@m17n.org>
25393         * add-log.el (change-log-font-lock-keywords): Make the regexp for
25394         date lines stricter.
25396 2005-06-10  Zhang Wei  <id.brep@gmail.com>
25398         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
25399         of x-get-selection.
25401 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25403         * comint.el (comint-mode, comint-snapshot-last-prompt):
25404         * frame.el (frame-current-scroll-bars):
25405         * term.el (term-mode, term-check-proc, term-input-sender)
25406         (term-simple-send, term-extract-string, term-word)
25407         (term-match-partial-filename):
25408         * window.el (window-current-scroll-bars):
25409         * emulation/cua-base.el (cua-normal-cursor-color)
25410         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
25411         (cua-global-mark-cursor-color):
25412         * mail/undigest.el (rmail-forward-separator-regex):
25413         Fix typos in docstrings.
25415         * comint.el (comint-check-proc, make-comint-in-buffer)
25416         (comint-source-default): Doc fixes.
25418         * term.el (term-send-string): Improve argument/docstring consistency.
25420 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
25422         * comint.el (comint-send-input): Bind `inhibit-read-only' around
25423         call to `delete-region'.
25424         (comint-mode-hook): Do not enable Font Lock by default.
25426 2005-06-09  Lute Kamstra  <lute@gnu.org>
25428         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
25429         could be void.
25431 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25433         * emacs-lisp/debug.el (debugger-will-be-back): New var.
25434         (debug): Use it.
25435         (debugger-step-through, debugger-continue, debugger-jump)
25436         (debugger-return-value): Set it when needed.
25437         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
25438         Use inhibit-read-only.
25440 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
25442         * window.el (shrink-window-if-larger-than-buffer)
25443         (window-size-fixed): Fix typo in docstring.
25445         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
25446         thumbnails directory on loading.
25447         (thumbs-conversion-program): Use `eq' to check the system type,
25448         not `equal'.
25449         (thumbs-temp-dir): Initialize to `temporary-file-directory',
25450         not "/tmp".  Fix docstring.
25451         (thumbs-thumbsdir): New function to return the thumbnails
25452         directory, creating it if needed.
25453         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
25454         (thumbs-temp-file): Delete variable and make it into a function.
25455         (thumbs-resize-image, thumbs-modify-image): Use it.
25456         (thumbs-kill-buffer): Simplify.
25457         (thumbs-gensym): Defalias or duplicate CL `gensym'.
25458         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
25459         docstrings.
25461 2005-06-09  Kim F. Storm  <storm@cua.dk>
25463         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
25464         set-match-data to free markers in match-data.
25466         * replace.el (replace-match-data): Pass RESEAT arg `t' to
25467         match-data to unchain markers in match-data.
25469 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25471         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
25472         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
25473         unnecessary now.
25475 2005-06-08  Richard M. Stallman  <rms@gnu.org>
25477         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
25478         give the variable a doc string that doesn't say don't set it directly.
25480         * textmodes/ispell.el (ispell-check-version):
25481         Use match-string-no-properties.
25482         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
25483         (ispell-buffer-local-words): Likewise.
25485         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
25486         except on terminals with enough colors to really display it.
25487         (makefile-dependency-regex): Delete spurious `bb'.
25489         * faces.el (escape-glyph): Use blue once again in last case.
25490         (no-break-space): Redefine so that it isn't invisible on a tty.
25492 2005-06-08  Kim F. Storm  <storm@cua.dk>
25494         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
25495         also when reading directory name.
25497 2005-06-08  Lute Kamstra  <lute@gnu.org>
25499         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
25500         (flyspell-mode-line-string): Remove autoload cookie.
25501         (flyspell-mode): Remove defvar.
25503 2005-06-07  Lute Kamstra  <lute@gnu.org>
25505         * textmodes/org.el (org-run-mode-hooks): New function.
25506         (org-agenda-mode): Use it.
25508 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
25510         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
25512 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25514         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
25516 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
25518         * font-lock.el (font-lock-add-keywords): Doc fix.
25520 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25522         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
25523         (tex-compile-default): In the absence of any history, use the order in
25524         tex-compile-alist to choose the preferred command.
25525         (tex-compile-commands): Reorder a bit.
25527         * textmodes/flyspell.el (flyspell-auto-correct-binding)
25528         (flyspell-incorrect-face, flyspell-duplicate-face):
25529         Use (X)Emacs-agnostic code.
25530         (flyspell-mode-map): Don't overwrite at each load.  Remove code
25531         redundant with the subsequent add-minor-mode.  Merge Emacs and
25532         XEmacs code.
25533         (flyspell-word): Minor simplification.
25534         (flyspell-math-tex-command-p): Quieten the byte-compiler.
25535         (flyspell-external-point-words): Remove unused vars `size' and `start'.
25536         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
25537         Merge the corresponding Emacs code.
25538         (flyspell-correct-word, flyspell-xemacs-popup):
25539         Use flyspell-do-correct.
25541         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
25542         a dedicated window.
25544         * international/latexenc.el (latexenc-find-file-coding-system):
25545         Undo part of last patch, to turn off a compiler warning.
25547 2005-06-06  Juri Linkov  <juri@jurta.org>
25549         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
25550         Rename `tmm-inactive-face' to `tmm-inactive'.
25552 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
25554         * iswitchb.el: Rename faces.
25556 2005-06-06  Kim F. Storm  <storm@cua.dk>
25558         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
25559         (cua-global-mark): Remove -face suffix from face names.
25561         * emulation/cua-gmrk.el (cua--init-global-mark):
25562         Remove cua-global-mark face setup.
25564 2005-06-06  Richard M. Stallman  <rms@gnu.org>
25566         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
25567         just like other allowed characters.
25568         (makefile-match-dependency): Exclude leading and training whitespace
25569         from the range of regexp subexp 1.
25570         (makefile-macroassign-regex): Don't try to match the body,
25571         just the name of the macro being defined.
25573         * info.el (Info-read-node-name-2): New function.
25574         (Info-read-node-name-1): Use that.
25575         Add a completion-base-size-function property.
25577         * simple.el (completion-setup-function): Look for
25578         completion-base-size-function property of minibuffer-completion-table.
25580         * files.el (locate-file-completion): Doc fix.
25582         * printing.el: Don't call pr-update-menus; user must do that.
25584         * emacs-lisp/debug.el (debugger-window): New variable.
25585         (debug): Use debugger-window if it is set and still alive.
25586         Record debugger-window for next entry.
25588         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
25590 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
25592         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
25593         (hack-one-local-variable, hack-local-variables)
25594         (hack-local-variables-prop-line): Pass that arg.
25596 2005-06-06  Kim F. Storm  <storm@cua.dk>
25598         * ido.el (ido-first-match, ido-only-match, ido-subdir)
25599         (ido-indicator): Remove -face suffix from face names.
25601 2005-06-06  Juri Linkov  <juri@jurta.org>
25603         * font-lock.el (font-lock-regexp-backslash)
25604         (font-lock-regexp-backslash-construct): New faces.
25605         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
25606         after `('.  Add `while-no-input' to control structures.
25608         * faces.el (no-break-space, shadow): New faces.
25609         (escape-glyph): Use less loud colors pink2 and red4.
25611         * diff-mode.el (diff-context-face)
25612         * dired.el (dired-ignored)
25613         * rfn-eshadow.el (file-name-shadow)
25614         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
25616         * info.el (Info-title-1-face): Use green instead of yellow because
25617         bold yellow is not readable on light backgrounds.
25619         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
25620         before selecting the desired mode to not spend time fontifying
25621         old contents.
25623 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
25625         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
25626         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
25628         * ps-print.el (ps-default-fg, ps-default-bg):
25629         Fix typos in docstrings.
25631         * isearchb.el (isearchb): Don't pass a spurious second argument to
25632         `iswitchb-completions'.
25634 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
25636         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
25637         to preserve point.
25638         (gdb-find-file-hook): Add doc string.
25640         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
25641         C dereferenced pointer expression.
25642         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
25644         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
25646         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
25647         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
25648         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
25649         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
25650         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
25651         Make background transparent.
25653 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
25655         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
25656         (font-lock-remove-keywords): Doc fix.
25657         (font-lock-mode-major-mode): Compiler defvar.
25658         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
25660         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
25661         (font-lock-mode): Update `font-lock-mode-major-mode'.
25662         (font-lock-set-defaults): Compiler defvar.
25663         (font-lock-default-function): Take `font-lock-mode-major-mode'
25664         into account.
25666         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
25667         keep track of which major mode it enabled the minor mode for.
25668         Use find-file-hook again.  Update docstring.
25670         * simple.el (eval-expression-print-level)
25671         (eval-expression-print-length, eval-expression-debug-on-error):
25672         Doc fixes.
25674 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
25676         * iswitchb.el (iswitchb-single-match-face)
25677         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
25678         (iswitchb-invalid-regexp-face): New faces.
25679         (iswitchb-completions): Use them.
25680         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
25681         now marked as an obsolete alias.
25682         (iswitchb-read-buffer): Remove check for bound font variables.
25683         (iswitchb-invalid-regexp): New free variable.
25684         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
25685         set iswitchb-invalid-regexp.
25686         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
25687         invalid regexps.
25688         (iswitchb-completions): Add check for complete match when entering
25689         a regexp.
25690         (iswitchb-completions): Remove require-match argument.
25691         (iswitchb-exhibit): Fix caller.
25692         (iswitchb-common-match-inserted): New variable.
25693         (iswitchb-complete, iswitchb-completion-help): Use it.
25695 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
25697         * url-http.el (url-http-chunked-encoding-after-change-function):
25698         Use `url-http-debug' instead of `message'.
25700 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
25702         * url-http.el (url-http-parse-headers): Pass redirected URL as a
25703         callback argument.
25705 2005-06-04  Kim F. Storm  <storm@cua.dk>
25707         * simple.el (line-move): Only call sit-for when moving backwards.
25709         * ido.el (ido-make-merged-file-list-1): New defun split from
25710         ido-make-merged-file-list.
25711         (ido-make-merged-file-list): Bind throw-on-input around call to
25712         ido-make-merged-file-list-1.  Return input-pending-p if
25713         interrupted by more input available.
25714         (ido-read-internal): Handle input-pending-p return value from
25715         ido-make-merged-file-list.
25717 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25719         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
25720         compatibility code.
25722         * international/latexenc.el (latexenc-find-file-coding-system):
25723         Don't inherit the EOL part of the coding-system from the
25724         tex-main buffer.  Fit within 80 columns.
25726 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
25728         * tmm.el (tmm-inactive-face): New face.
25729         (tmm-remove-inactive-mouse-face): New function.
25730         (tmm-prompt, tmm-add-one-shortcut)
25731         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
25732         but not selectable.
25734 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
25736         * faces.el (face-equal): Improve argument/docstring consistency.
25738 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
25740         * progmodes/make-mode.el (makefile-targets-face)
25741         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
25742         (makefile-bsdmake-dependency-regex)
25743         (makefile-makepp-rule-action-regex)
25744         (makefile-bsdmake-rule-action-regex): New constants.
25745         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
25747         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25748         Allow (...) within `...' for makepp messages.
25750 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
25752         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
25754         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
25755         "." files are deleted from all file lists before comparison.
25757         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25758         (viper-ESC-key): Made them customizable.
25760         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
25762 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
25764         * autorevert.el (auto-revert-buffers): Use save-match-data.
25766 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25768         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
25769         menu items with a nil command binding.
25771 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
25773         * emacs-lisp/cl-macs.el (defsetf):
25774         Improve argument/docstring consistency.
25776         * faces.el (list-faces-display): Improve the formatting by
25777         computing the maximum length required for any face-name (reworked
25778         patch of 1999-01-11, accidentally deleted on 1999-07-21).
25779         (internal-find-face): Remove redundant info in docstring.
25781 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
25783         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
25784         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
25785         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
25786         (gdb-assembler-custom): Improve regexps.
25787         (def-gdb-auto-update-handler): Use window point to preserve point.
25789 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25791         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
25793 2005-05-31  Jay Belanger  <belanger@truman.edu>
25795         * calc/calc-embed.el (calc-embedded-word): Change argument passed
25796         to calc-embedded.
25797         (calc-embedded-make-info): Have plain prefix argument select
25798         entire line.
25800 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
25802         * faces.el (list-faces-display): Signal error if passed a regexp
25803         that matches no face name.
25805         * simple.el (filter-buffer-substring): Fix typo in docstring.
25807 2005-05-31  Richard M. Stallman  <rms@gnu.org>
25809         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
25810         (vhdl-emacs-21): Doc fix.
25811         (vhdl-mode): Unconditionally set comment-padding.
25812         (vhdl-fixup-whitespace-region): Insert spaces only where
25813         there are none.
25814         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
25816 2005-05-30  John Wiegley  <johnw@newartisans.com>
25818         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
25819         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
25820         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
25821         `directory-sep-char' to ?/, and all uses of `string-to-int' to
25822         `string-to-number'.
25824 2005-05-30  Jay Belanger  <belanger@truman.edu>
25826         * calc/calc.el (calc-bug-address): Fix docstring.
25827         (calc-window-hook, calc-trail-window-hook): New variables.
25828         (calc-trail-display): Restore use of calc-trail-window-hook.
25829         (calc): Restore use of calc-window-hook.
25831 2005-05-31  Masatake YAMATO  <jet@gyve.org>
25833         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
25835         * help-fns.el (help-C-file-name): Add autoload mark for
25836         `find-function-noselect'.
25838 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25840         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
25841         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
25843 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25845         * calendar/diary-lib.el (mark-included-diary-files): Only kill
25846         included diary buffer if it was not already being visited.
25847         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
25849         * calendar/icalendar.el (top-level): Do not require appt.
25851         * mail/supercite.el (sc-select-attribution): Only use a list
25852         element from sc-attrib-selection-list if it returns a string.
25853         Reported by Davide G. M. Salvetti <salve@debian.org>.
25855 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
25857         * thumbs.el (thumbs-thumbname): The resulting thumbname now
25858         includes a hash value to improve its uniqueness, and has a ".jpg"
25859         extension.  Also, it is now a valid filename on all systems.
25860         (thumbs-make-thumb): Use `let', not `let*'.
25861         (thumbs-show-thumbs-list): Check for JPEG availability.
25863 2005-05-30  Richard M. Stallman  <rms@gnu.org>
25865         * filesets.el (filesets-menu-ensure-use-cached):
25866         Prevent warning when emacs-version>= is undefined.
25868         * printing.el (pr-interactive-n-up): Use string-to-number.
25870         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
25872         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25873         Warn only when name to be defined is quoted.
25875 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
25877         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
25878         Make regexp more robust.
25879         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
25880         Force regeneration of disassembly.
25882 2005-05-29  Jay Belanger  <belanger@truman.edu>
25884         * calc/calc.el (calc-user-invocation): Check if
25885         calc-invocation-macro is non-nil.
25887 2005-05-29  Juri Linkov  <juri@jurta.org>
25889         * add-log.el (change-log-font-lock-keywords):
25890         Add `+' to e-mail regexp to accept mail address with keywords.
25892         * man.el (Man-name-regexp): Add `:' to accept qualified names.
25894 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
25896         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
25898         * ielm.el (inferior-emacs-lisp-mode): Ditto.
25900 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25902         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
25903         Undo the change that moves to end of the current word.
25905 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25907         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
25908         Throw error when count <= 0 to ensure input is a number.
25909         (gdb-read-memory-custom): Pick up address from buffer.
25910         (gdb-memory-mode): Allow user to increment and decrement
25911         memory address from header line.
25913 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25915         * flyspell.el (flyspell-version): Function deleted.
25916         (flyspell-auto-correct-previous-hook): Doc fix.
25918         * jit-lock.el (jit-lock-function, jit-lock-after-change):
25919         Do nothing if memory is full.
25921         * font-lock.el (font-lock-fontify-syntactically-region):
25922         Pass t for GREEDY to looking-back.
25924         * saveplace.el (save-place-alist-to-file): Write the file
25925         using write-region.
25927         * subr.el (looking-back): New argument GREEDY.
25929         * progmodes/compile.el (compilation-start): Set the mode
25930         before inserting the initial text.
25932         * progmodes/which-func.el (which-func-update-1): Turn the mode
25933         off in case of error by setting which-func-mode.
25935 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
25937         * flyspell.el (flyspell-auto-correct-previous-word):
25938         Narrow down to what's on the screen, and recenter overlays
25939         at the end of the next word.
25941 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
25943         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
25944         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
25945         (flyspell-abbrev-p): Default to nil.
25946         (flyspell-use-global-abbrev-table-p): Doc fix.
25947         (flyspell-large-region): Allow nil as value.
25948         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
25950         (mail-mode-flyspell-verify): More robust handling
25951         of `mail-header-separator'.  More efficient signature detection.
25952         Allow for regexp metacharacters in message-header-separator.
25953         Adding `To' not to be checked in mail-mode-flyspell-verify.
25955         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
25956         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
25957         Bind flyspell-auto-correct-binding.
25958         Bind C-. and C-, .
25959         (flyspell-mode-map): Likewise.
25960         (flyspell-mode): Doc fix.
25961         (flyspell-accept-buffer-local-defs): Preserve current buffer.
25962         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
25963         (flyspell-word-cache-result): New var, always local.
25964         (flyspell-check-pre-word-p): Doc fix.
25965         (flyspell-check-changed-word-p): Handle spc like newline.
25966         (flyspell-post-command-hook): Set flyspell-word-cache-result.
25967         (flyspell-word-search-backward, flyspell-word-search-forward):
25968         New functions.
25969         (flyspell-word): Return t if nothing to check.
25970         When parsing TeX code, check for after } or \.
25971         Use flyspell-word-search-backward to find previous word.
25972         Return nil if duplicated word.
25973         For word already checked, return same value as last time.
25974         Set flyspell-word-cache-result after checking.
25975         Don't clobber the return value.
25976         (flyspell-get-word): Major rewrite.
25977         (flyspell-external-point-words): New locals pword, pcount.
25978         Fix size used in progress message.
25979         Find the proper corresponding word in flyspell-large-region-buffer.
25980         (flyspell-region): Check for flyspell-large-region = nil.
25981         (flyspell-highlight-incorrect-region): Clean up overlays in region.
25982         (flyspell-auto-correct-word): Check that WORD is a cons.
25983         (flyspell-correct-word): Likewise.
25985 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
25987         * progmodes/make-mode.el (makefile-rule-action-regex)
25988         (makefile-macroassign-regex, makefile-makepp-mode)
25989         (makefile-bsdmake-mode): Continuation lines may be empty.
25990         Reported by Joshua Varner.
25991         (makefile-makepp-font-lock-keywords): Add $(stem).
25993 2005-05-28  Karl Berry  <karl@gnu.org>
25995         * textmodes/tex-mode.el: Now that tex-send-command calls
25996         shell-quote-argument (2005-03-31 change), remove all calls to
25997         shell-quote-argument; they all end up invoking tex-send-command.
25998         The double quoting loses on filenames with non-safe characters,
25999         such as "@".  Reported by Frederik Fouvry.
26001 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26003         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
26004         about preserving point.
26006 2005-05-27  Jay Belanger  <belanger@truman.edu>
26008         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26009         Info-goto-node.
26011         * calc/calc-embed.el (calc-embed-arg): New variable.
26012         (calc-do-embedded-activate, calc-embedded-activate-formula)
26013         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26014         variable by new variable.
26015         (calc-embedded-make-info): Replace undeclared variable by new
26016         variable.  When selecting region with positive prefix
26017         argument, use end of previous line instead of beginning of line.
26019         * calc/calc-aent.el (calc-arg-values): Declare it.
26021         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26022         Declare them.
26024         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26026         * calc/calc.el (calc-alg-map): Declare it.
26028         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
26030 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
26032         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
26033         (gdb-registers-buffer, toggle-gdb-all-registers):
26034         Toggle display of floating point registers.
26035         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
26037         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
26038         (toggle-gud-tooltip-dereference):
26039         Rename from gud-toggle-tooltip-dereference.
26041 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26043         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
26045 2005-05-27  Jay Belanger  <belanger@truman.edu>
26047         * calc/calc-prog.el (calc-kbd-report): Remove.
26048         (calc-kbd-query): Rewrite.
26050 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
26052         * image.el (image-library-alist): Move to image.c.
26053         (image-type-available-p): Doc fix.
26055 2005-05-27  Lute Kamstra  <lute@gnu.org>
26057         * calc/calc.el (calc):
26058         * outline.el (outline-1, outline-2, outline-3, outline-4)
26059         (outline-5, outline-6, outline-7, outline-8):
26060         * textmodes/dns-mode.el (dns-mode):
26061         * textmodes/sgml-mode.el (sgml-namespace-face):
26062         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26063         (tex-verbatim-face, tex-use-reftex):
26064         * textmodes/texinfo.el (texinfo-heading-face):
26065         Specify customization group.
26067         * longlines.el: Don't require easy-mmode.
26068         (longlines-visible-face): Specify customization group.
26070 2005-05-27  Kenichi Handa  <handa@m17n.org>
26072         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26073         encoding table of windows-1251.
26075         * international/ucs-tables.el (ucs-set-table-for-input):
26076         If translation-table-for-input of a coding system is a symbol, get
26077         its translation-table property.
26079         * international/code-pages.el: Don't register a coding system into
26080         non-iso-charset-alist more than once.
26081         (cp-make-coding-system): Likewise.
26083 2005-05-26  John Wiegley  <johnw@newartisans.com>
26085         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26086         `eshell-resume-eval' is wrapped in a list, it indicates that the
26087         command was run asynchronously.  In that case, unwrap the value
26088         before checking the delimiter value.
26090         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26091         character before a space at the end of a line is \, assume the space
26092         is part of the last argument rather than a final argument separator.
26094         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26095         is in use, and the target is `t' or `nil' (which are the most common
26096         values), don't assume that the symbol target is a buffer.
26098 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
26100         * calendar/calendar.el (calendar-mode-line-format):
26101         Use mode-line-highlight as mouse-face.
26103         * time.el (display-time-string-forms, display-time-update):
26104         Use mode-line-highlight as mouse-face.
26106 2005-05-26  Jay Belanger  <belanger@truman.edu>
26108         * calc/calc.el (calc-language-alist): Remove extra defvar.
26110 2005-05-26  Lute Kamstra  <lute@gnu.org>
26112         * arc-mode.el (archive-mode):
26113         * bookmark.el (bookmark-read-annotation-mode)
26114         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26115         * bs.el (bs-mode):
26116         * calc/calc-yank.el (calc-edit-mode):
26117         * calc/calc.el (calc-mode, calc-trail-mode):
26118         * calculator.el (calculator-mode):
26119         * chistory.el (command-history-mode):
26120         * comint.el:
26121         * cus-edit.el (custom-mode):
26122         * descr-text.el (describe-text-mode):
26123         * ebuff-menu.el (Electric-buffer-menu-mode):
26124         * ediff-util.el (ediff-mode):
26125         * emacs-lisp/re-builder.el (reb-mode):
26126         * emulation/vi.el (vi-mode-setup):
26127         * emulation/ws-mode.el (wordstar-mode):
26128         * eshell/esh-mode.el (eshell-mode):
26129         * forms.el (forms-mode):
26130         * help-mode.el (help-mode):
26131         * hexl.el (hexl-mode):
26132         * ibuffer.el (ibuffer-mode):
26133         * ielm.el (inferior-emacs-lisp-mode):
26134         * info.el (Info-mode, Info-edit-mode):
26135         * international/swedish.el:
26136         * ledit.el (ledit-from-lisp-mode):
26137         * locate.el (locate-mode):
26138         * mail/rmail.el (rmail-mode):
26139         * mail/rmailedit.el (rmail-edit-mode):
26140         * mail/rmailsum.el (rmail-summary-mode):
26141         * mail/supercite.el (sc-electric-mode):
26142         * net/eudc.el (eudc-mode):
26143         * net/quickurl.el (quickurl-list-mode):
26144         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26145         * obsolete/ooutline.el (outline-mode):
26146         * obsolete/options.el (Edit-options-mode):
26147         * obsolete/rnews.el (news-mode):
26148         * obsolete/rnewspost.el (news-reply-mode):
26149         * play/5x5.el (5x5-mode):
26150         * play/decipher.el (decipher-mode, decipher-stats-mode):
26151         * play/gomoku.el (gomoku-mode):
26152         * play/snake.el (snake-mode):
26153         * play/solitaire.el (solitaire-mode):
26154         * play/tetris.el (tetris-mode):
26155         * progmodes/ada-mode.el (ada-mode):
26156         * progmodes/antlr-mode.el (antlr-mode):
26157         * progmodes/autoconf.el (autoconf-mode):
26158         * progmodes/dcl-mode.el (dcl-mode):
26159         * progmodes/delphi.el (delphi-mode):
26160         * progmodes/ebrowse.el (ebrowse-tree-mode)
26161         (ebrowse-electric-list-mode, ebrowse-member-mode)
26162         (ebrowse-electric-position-mode):
26163         * progmodes/f90.el (f90-mode):
26164         * progmodes/fortran.el (fortran-mode):
26165         * progmodes/icon.el (icon-mode):
26166         * progmodes/idlw-help.el (idlwave-help-mode):
26167         * progmodes/idlw-shell.el (idlwave-shell-mode):
26168         * progmodes/idlwave.el (idlwave-mode):
26169         * progmodes/inf-lisp.el (inferior-lisp-mode):
26170         * progmodes/m4-mode.el (m4-mode):
26171         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26172         * progmodes/modula2.el (modula-2-mode):
26173         * progmodes/octave-inf.el (inferior-octave-mode):
26174         * progmodes/octave-mod.el (octave-mode):
26175         * progmodes/pascal.el (pascal-mode):
26176         * progmodes/sh-script.el (sh-mode):
26177         * progmodes/sql.el (sql-mode, sql-interactive-mode):
26178         * progmodes/vhdl-mode.el (vhdl-mode):
26179         * progmodes/xscheme.el (scheme-interaction-mode):
26180         * replace.el (occur-mode):
26181         * ses.el (ses-mode):
26182         * simple.el (completion-list-mode):
26183         * skeleton.el:
26184         * speedbar.el (speedbar-mode):
26185         * term.el (term-mode):
26186         * terminal.el (terminal-edit-mode):
26187         * textmodes/reftex-index.el (reftex-index-mode)
26188         (reftex-index-phrases-mode):
26189         * textmodes/reftex-sel.el (reftex-select-label-mode)
26190         (reftex-select-bib-mode):
26191         * textmodes/reftex-toc.el (reftex-toc-mode):
26192         * wdired.el (wdired-change-to-wdired-mode):
26193         * wid-browse.el (widget-browse-mode):
26194         Use run-mode-hooks.
26196         * array.el (array-mode):
26197         * calendar/todo-mode.el (todo-mode):
26198         * man.el (Man-mode):
26199         * play/landmark.el (lm-mode):
26200         * play/mpuz.el (mpuz-mode):
26201         Use kill-all-local-variables and run-mode-hooks.
26203         * subr.el (delay-mode-hooks): Specify indentation.
26205 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
26207         * xml.el (xml-substitute-special): Don't die for undefined xml
26208         entities.
26210 2005-05-26  Jay Belanger  <belanger@truman.edu>
26212         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26213         of nil.
26215 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
26217         * progmodes/gdb-ui.el (gdb-frame-address):
26218         Rename from gdb-current-address.
26219         (gdb-previous-frame-address): Rename from gdb-previous-address.
26220         (gdb-selected-frame): Rename from gdb-current-frame.
26221         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26222         (gdb-frame-number): Rename from gdb-current-stack-level.
26223         (gdb-ann3): Match new mode-name for disassembly buffer.
26224         Extend initialization of variables.
26225         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26226         (gdb-memory-mode): Use mouse-face in header line.
26227         (gdb-assembler-buffer-name): Call it disassembly and give frame
26228         in mode line.
26229         (gdb-source-spec-regexp, gdb-assembler-custom)
26230         (gdb-invalidate-assembler, gdb-frame-handler):
26231         Make robust to leading zeroes in address format.
26233 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
26235         * textmodes/org.el (org-mode): Use `define-derived-mode' to
26236         define `org-mode'.
26237         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26239 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26241         * log-edit.el (log-edit-changelog-entries): Distinguish between
26242         filenames like xfns.c and fns.c.
26244 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
26246         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26247         point after reverting.
26248         (Buffer-menu-make-sort-button): Handle the case where
26249         `Buffer-menu-use-header-line' is nil.
26251 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
26253         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26254         New funcs.  In minibuffer-local-completion-map bind `]', `/'
26255         and `:' to them.
26257 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26259         * startup.el (normal-top-level): Allow modification of load-path while
26260         we're iterating over it.
26262 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
26264         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26265         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26266         (thumbs-resize-interactive, thumbs-insert-image)
26267         (thumbs-insert-thumb, thumbs-dired-show-marked)
26268         (thumbs-find-image-at-point, thumbs-delete-images)
26269         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26270         (thumbs-increment-image-size, thumbs-decrement-image-size):
26271         Fix typos in docstrings.
26273 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
26275         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26276         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26277         (cperl-mode): Use them.
26279 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
26281         * window.el (quit-window, shrink-window-if-larger-than-buffer):
26282         Doc fixes.
26284 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
26286         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26287         Bind C-d to gdb-inferior-io-eof.
26289         * dired.el (dired-dnd-popup-notice): Use message-box.
26291 2005-05-23  Masatake YAMATO  <jet@gyve.org>
26293         * bindings.el (mode-line-major-mode-keymap):
26294         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
26296         * faces.el (mode-line-highlight): New face.
26298         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
26299         as mouse-face.
26301         * bindings.el (top-level, help-echo, mode-line-modified)
26302         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
26303         as mouse-face.
26305 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
26307         * progmodes/cc-engine.el (c-guess-basic-syntax):
26308         Remove spurious call to `zerop'.
26310         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
26312 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
26314         CC Mode update to 5.30.10:
26316         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
26317         could go past the limit in decoration level 2, thereby causing
26318         errors during interactive fontification.
26320         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
26321         the file is evaluated interactively.
26323         * cc-engine.el (c-guess-basic-syntax): Handle operator
26324         declarations somewhat better in C++.
26326         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
26327         make use of `run-mode-hooks' which has been added in Emacs 21.1.
26328         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
26329         (awk-mode): Use it.
26330         (make-local-hook): Suppress warning about obsoleteness.
26332         * cc-engine.el, cc-align.el, cc-cmds.el
26333         (c-append-backslashes-forward, c-delete-backslashes-forward)
26334         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
26335         Compensate for return value from `forward-line' when it has moved
26336         but not to a different line due to eob.
26338         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
26339         `objc-method-intro' and `objc-method-args-cont'.
26341 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
26343         CC Mode update to 5.30.10:
26345         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
26346         in the copyright statement.  Incidentally, change "along with GNU
26347         Emacs" to "along with this program" where it occurs.
26349         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
26350         so that it is interactive, hence can be found by M-x awk-mode
26351         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
26352         <gmorris+emacs@ast.cam.ac.uk>.
26354         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
26355         Mode's regexps.
26357 2005-05-23  Kevin Ryde  <user42@zip.com.au>
26359         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
26360         c-parse-state, to avoid a lisp error (on bad code).
26362 2005-05-23  Lute Kamstra  <lute@gnu.org>
26364         * subr.el (font-lock-defaults): Remove defvar as it's already
26365         defined in font-core.el.
26367         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
26369 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
26371         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
26372         more general and work when GDB variable "print pretty" is on,
26373         as with Emacs, for example.
26375 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
26377         * font-core.el: Update comment.
26379         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26380         Use `after-change-major-mode-hook' instead of `find-file-hook'.
26382         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
26384 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
26386         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
26387         and `yank-handler' in the doc strings.
26389 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26391         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
26393 2005-05-22  Richard M. Stallman  <rms@gnu.org>
26395         * help.el (describe-key): Move print-help-return-message call
26396         out of conditional.
26398         * progmodes/etags.el (list-tags): Use with-no-warnings.
26400         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
26401         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
26402         (starttls-extra-args, starttls-extra-arguments): Add defvars.
26404         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
26406         * language/viet-util.el (viet-viscii-nonascii-translation-table):
26407         Add defvar.
26409         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
26410         Use defvar, not defconst.
26412         * hexl.el (hexl-follow-line): Use with-no-warnings.
26414         * emulation/tpu-extras.el: Use write-file-functions instead of
26415         write-file-hooks.
26417         * dired.el (dired-font-lock-keywords): Fontify files with junk
26418         extensions even if marked by -F.
26420 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
26422         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
26423         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
26424         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
26425         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
26426         (concatenate, list-length, get*, getf, cl-remprop):
26427         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
26428         (etypecase, progv, lexical-let, lexical-let*)
26429         (multiple-value-bind, multiple-value-setq, shiftf):
26430         Improve argument/docstring consistency.
26432         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
26434 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
26436         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
26437         doesn't exist.
26439         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
26440         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
26442 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
26444         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
26445         already deleted variables: auto-fill-hook, blink-paren-hook,
26446         lisp-indent-hook, inhibit-local-variables, unread-command-event,
26447         suspend-hooks, comment-indent-hook, meta-flag,
26448         before-change-function, after-change-function,
26449         font-lock-doc-string-face.
26451 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
26453         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
26455 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
26457         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
26458         rmail-dont-reply-to.
26460 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26462         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
26463         literal blank when splitting new-header-values.
26465 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
26467         * calendar/cal-menu.el (cal-menu-update): Add separator as a
26468         string so that tmm doesn't create a completion entry for it.
26470         * textmodes/table.el (table-disable-menu): Ditto.
26472 2005-05-21  Richard M. Stallman  <rms@gnu.org>
26474         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
26476         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
26478         * net/rcompile.el (remote-compile): Use compilation-start.
26480         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
26482 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
26484         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
26485         Default to makefile-bsdmake-mode on BSD systems.
26487         * imenu.el (imenu-generic-expression, imenu--generic-function'):
26488         REGEXP may also be a search function now.  The part of doc-string
26489         for describing the structure was 95% identical to that of
26490         `imenu--generic-function'.  Unify it there.
26492         * progmodes/make-mode.el (makefile-imenu-generic-expression):
26493         Use function to find dependencies, because regexp alone is so complex,
26494         it easily goes into an endless loop.
26495         (makefile-makepp-mode): Also add submenu for Perl functions
26496         defined in the makefile.
26497         (makefile-bsdmake-mode): Special imenu-generic-expression no
26498         longer needed, due to function call.
26499         (makefile-match-dependency): Take BOUND into account when checking
26500         if we're through.
26502 2005-05-20  Jay Belanger  <belanger@truman.edu>
26504         * calc/calc-units.el (calc-invalidate-units-table):
26505         Use inhibit-read-only.
26506         (math-build-units-table-buffer): Use view-mode.
26508 2005-05-20  David Kastrup  <dak@gnu.org>
26510         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
26511         easy-menu-add is not a nop on Emacs; and clarify when to call it.
26513 2005-05-20  Lute Kamstra  <lute@gnu.org>
26515         * diff-mode.el (diff-header-face, diff-file-header-face)
26516         (diff-index-face, diff-hunk-header-face, diff-removed-face)
26517         (diff-added-face, diff-changed-face, diff-function-face)
26518         (diff-context-face, diff-nonexistent-face): Put them in the
26519         diff-mode customization group.
26521 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26523         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
26525         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
26527         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
26528         Minor regexp-optimization.
26530 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
26532         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26533         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
26534         (org-agenda-add-time-grid-maybe): New function.
26535         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
26536         (org-table-create): `dotimes' instead of `mapcar'.
26537         (org-xor): Simplify implementation.
26538         (org-agenda): `inhibit-redisplay' turned on.
26539         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
26540         a consistent line after a state change.
26541         (org-agenda-remove-times-when-in-prefix): New option.
26542         (org-prefix-has-time): New variable.
26543         (org-parse-time-string): Optional argument NODEFAULT.
26544         (org-format-agenda-item): Parse items for time-of-day
26545         specifications and move these into the prefix if possible.
26546         (org-agenda-priority): Get current heading, not previous heading
26547         during agenda remote editing.
26549 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
26551         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
26552         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
26553         (remove-duplicates, delete-duplicates, substitute)
26554         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26555         (nsubstitute-if-not, find, find-if, find-if-not, position)
26556         (position-if, position-if-not, count, count-if, count-if-not)
26557         (mismatch, search, sort*, stable-sort, merge, member*)
26558         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
26559         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
26560         (intersection, nintersection, set-difference, nset-difference)
26561         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
26562         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
26563         (nsublis, tree-equal): Improve argument/docstring consistency.
26565         * subr.el (send-string, send-region): Remove obsolescence declaration.
26566         (window-dot, set-window-dot, read-input, show-buffer)
26567         (eval-current-buffer, string-to-int):
26568         Add release number to obsolescence declarations.
26570 2005-05-19  Kim F. Storm  <storm@cua.dk>
26572         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
26573         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
26575 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
26577         * faces.el (list-faces-display): Make back button respect optional
26578         regexp arg.
26580 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
26582         * calculator.el (calculator-radix-grouping-mode)
26583         (calculator-radix-grouping-digits, calculator-displayer)
26584         (calculator-radix-grouping-separator, calculator-copy-displayer):
26585         * dabbrev.el (dabbrev-search-these-buffers-only):
26586         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
26587         (diff-advance-after-apply-hunk, diff-mode-hook)
26588         (diff-minor-mode-prefix):
26589         * imenu.el (imenu-use-popup-menu):
26590         * jit-lock.el (jit-lock-context-time):
26591         * newcomment.el (comment-fill-column, comment-column)
26592         (comment-style, comment-padding, comment-multi-line)
26593         (comment-empty-lines, comment-auto-fill-only-comments):
26594         * reveal.el (reveal-around-mark):
26595         * uniquify.el (uniquify-buffer-name-style)
26596         (uniquify-after-kill-buffer-p)
26597         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
26598         (uniquify-min-dir-content, uniquify-separator)
26599         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
26600         * w32-vars.el (w32-fixed-font-alist):
26601         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
26602         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
26603         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
26604         * progmodes/perl-mode.el (perl-indent-level)
26605         (perl-continued-statement-offset, perl-continued-brace-offset)
26606         (perl-brace-offset, perl-brace-imaginary-offset)
26607         (perl-label-offset, perl-indent-continued-arguments)
26608         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
26609         * progmodes/tcl.el (tcl-indent-level)
26610         (tcl-continued-indent-level, tcl-auto-newline)
26611         (tcl-tab-always-indent, tcl-electric-hash-style)
26612         (tcl-help-directory-list, tcl-use-smart-word-finder)
26613         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
26614         (inferior-tcl-source-command):
26615         * textmodes/fill.el (enable-kinsoku):
26616         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
26617         * textmodes/table.el (table-yank-handler):
26618         Specify missing group (and type, if simple) in defcustom.
26620 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
26622         * progmodes/compile.el (compilation-finish-function): Fix defvar.
26624 2005-05-19  Richard M. Stallman  <rms@gnu.org>
26626         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
26628         * subr.el (event-basic-type): Don't get an error.
26629         (left-fringe-p): Function deleted.
26631         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
26632         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
26634         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
26635         in recursive copy.
26637         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
26639         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
26641         * emacs-lisp/bytecomp.el
26642         (byte-compile-file-form-custom-declare-variable):
26643         Call byte-compile-nogroup-warn if appropriate.
26645         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
26646         (compilation-set-window): Don't call left-fringe-p; do it directly.
26648 2005-05-19  Jay Belanger  <belanger@truman.edu>
26650         * calc/calc-graph.el (calc-graph-format-data): Make sure
26651         var-PlotRejects is bound before trying to check its value.
26653 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
26655         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
26656         definition of this variable from reftex-global.el to reftex.el,
26657         because it is needed in the menu.
26659 2005-05-19  Lute Kamstra  <lute@gnu.org>
26661         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
26662         years are fixed.  Don't insert a space after a dash.
26664 2005-05-19  Kim F. Storm  <storm@cua.dk>
26666         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
26668 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
26670         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
26671         strings, because (eq ... ?\\) is fairly frequent.
26673         * progmodes/make-mode.el (makefile-add-this-line-targets):
26674         Simplify and integrate into `makefile-pickup-targets'.
26675         (makefile-add-this-line-macro): Simplify and integrate into
26676         `makefile-pickup-macros.
26677         (makefile-pickup-filenames-as-targets): Simplify.
26678         (makefile-previous-dependency, makefile-match-dependency):
26679         Don't stumble over `::'.
26681 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
26683         * subr.el (post-command-idle-hook, post-command-idle-delay):
26684         Remove obsoletion of post-command-idle-hook and
26685         post-command-idle-delay.
26687         * faces.el (list-faces-display): Provide button when describe-face
26688         is called to take user back to the list of faces.
26690         * help-fns.el (describe-variable): Remove hyperlinks in a
26691         variable's value as these are quite frequently inappropriate.
26693         * follow.el (follow-submit-feedback, follow-mode):
26694         Remove references to post-command-idle-hook.
26696 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
26698         * progmodes/make-mode.el (makefile-previous-dependency)
26699         (makefile-match-dependency): Check for := (and in bsd mode also
26700         !=) to give a better result, even when font-lock is not on.
26702 2005-05-18  Jay Belanger  <belanger@truman.edu>
26704         * calc/calc-help.el (calc-s-prefix-help):
26705         Add `calc-copy-special-constant' to help string.
26707 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
26709         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26711 2005-05-18  Jay Belanger  <belanger@truman.edu>
26713         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
26714         in linear factors are in proper order.
26716 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
26718         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26719         Support for jurabib.
26721         * textmodes/reftex.el (featurep): Define aliases for overlay
26722         commands, for XEmacs compatibility, and use these aliases in
26723         overlay initializations.
26724         (reftex-highlight): Use `reftex-move-overlay'.
26725         (reftex-unhighlight): Use `reftex-delete-overlay'.
26726         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
26727         (reftex-access-search-path): Use `reftex-uniquify' instead of
26728         `reftex-uniq'
26730         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
26731         `before-string' property modification enables for Emacs as well.
26732         (reftex-select-item): Use `reftex-delete-overlay'.
26733         (reftex-select-mark): Use `reftex-make-overlay' and
26734         `reftex-overlay-put'.
26735         (reftex-select-unmark): Use `reftex-delete-overlay' and
26736         `reftex-overlay-put'.
26738 2005-05-18  Lute Kamstra  <lute@gnu.org>
26740         * emacs-lisp/lisp.el (check-parens): Fix docstring.
26742 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
26744         * add-log.el (add-change-log-entry):
26745         * array.el (array-make-template, array-reconfigure-rows)
26746         (array-init-max-row, array-init-max-column)
26747         (array-init-columns-per-line, array-init-field-width):
26748         * replace.el (replace-match-maybe-edit, perform-replace):
26749         * textmodes/spell.el (spell-region):
26750         Replace `read-input' by `read-string'.
26752         * forms.el (forms-mode):
26753         * finder.el (finder-compile-keywords):
26754         * shadowfile.el (shadow-read-files):
26755         Replace `eval-current-buffer' by `eval-buffer'.
26757         * terminal.el (te-pass-through):
26758         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
26759         (ange-ftp-raw-send-cmd):
26760         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
26761         (send-process-next-char, telnet-initial-filter, telnet):
26762         Replace `send-string' by `process-send-string'.
26764         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
26765         (prolog-consult-region): Replace `send-string' by
26766         `process-send-string'; replace `send-region' by `process-send-region'.
26768         * progmodes/delphi.el (delphi-log-msg):
26769         Replace `set-window-dot' by `set-window-point'.
26771         * subr.el (window-dot, set-window-dot, read-input, send-string)
26772         (send-region, show-buffer, eval-current-buffer):
26773         Make really obsolete, as the comment says.
26775 2005-05-17  Kim F. Storm  <storm@cua.dk>
26777         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
26778         (cua--init-keymaps): Bind C-return instead of S-return to set
26779         rectangle mark.
26781         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
26782         instead of S-return to toggle/clear rectangle mark.
26784 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
26786         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
26787         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
26788         Also fontify plain strings assigned to variables, mostly so that a
26789         colon has a face and is thus not taken as a dependency separator.
26790         (makefile-previous-dependency): Inline the new matcher, because it
26791         is too complex to work in both directions.
26792         (makefile-match-dependency): Eliminate `backward' arg (see above).
26793         Completely reimplemented so as to not sometimes go into an endless
26794         loop.  It should also be more efficient, because first it only
26795         searches for `:', instead of applying the very complex regexp.
26796         (makefile-mode): Cancel `font-lock-support-mode', because blocks
26797         to be fontified in one piece can be too long for JIT.
26798         Makefiles are never *that* big.
26800 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
26802         * dired.el (dired-mode): Simplify.
26804 2005-05-17  Lute Kamstra  <lute@gnu.org>
26806         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
26807         defcustom for the mode hook variable.
26809         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
26810         Emacs Lisp Reference Manual.
26812 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
26814         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
26815         (evenp, list*):
26816         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
26817         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
26819         * net/tramp-smb.el (tramp-smb-open-connection):
26820         Pass `tramp-chunksize' as fifth (required) argument.
26822 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
26824         * font-lock.el (lisp-font-lock-keywords-1):
26825         Set `font-lock-negation-char-face' for [^...] char group.
26826         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
26828         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
26829         a var, and refine it to mask one more level of nested vars.
26830         (makefile-rule-action-regex): Turn it into a var, and refine it so
26831         it recognizes backslashed continuation lines as belonging to the
26832         same command.
26833         (makefile-macroassign-regex): Refine it so it recognizes
26834         backslashed continuation lines as belonging to the same command.
26835         (makefile-var-use-regex): Don't look at the next char, because it
26836         might be the same one to be skipped by the initial [^$], leading
26837         to an overlooked variable use.
26838         (makefile-make-font-lock-keywords): Remove two parameters, which
26839         are now variables that some of the modes set locally.
26840         Handle dependency and rule action matching through functions, because
26841         regexps alone match too often.  Dependency matching now comes
26842         last, so it can check, whether a colon already matched something else.
26843         (makefile-mode): Inform that font-lock improves makefile parsing
26844         capabilities.
26845         (makefile-match-dependency, makefile-match-action): New functions.
26847 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
26849         * emacs-lisp/cl-extra.el (equalp): Doc fix.
26851         * align.el (align-regexp):
26852         * ansi-color.el (ansi-color-get-face):
26853         * array.el (array-reconfigure-rows, array-init-max-row)
26854         (array-init-max-column, array-init-columns-per-line)
26855         (array-init-field-width):
26856         * dired-aux.el (dired-trample-file-versions):
26857         * dired-x.el (dired-mark-sexp):
26858         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
26859         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
26860         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
26861         * faces.el (face-read-integer):
26862         * files.el (backup-extract-version, insert-directory):
26863         * hexl.el (hexl-insert-decimal-char):
26864         * server.el (server-process-filter):
26865         * shell.el (shell-extract-num):
26866         * startup.el (command-line-1):
26867         * term.el (term-command-hook):
26868         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
26869         (time-stamp-do-number):
26870         * time.el (display-time-update):
26871         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
26872         (timezone-fix-time):
26873         * vms-patch.el (vms-suspend-resume-hook):
26874         * calendar/appt.el (appt-convert-time):
26875         * calendar/cal-bahai.el (mark-bahai-diary-entries):
26876         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
26877         * calendar/cal-islam.el (mark-islamic-diary-entries):
26878         * calendar/calendar.el (calendar-cursor-to-date)
26879         (calendar-star-date):
26880         * calendar/diary-lib.el (diary-attrtype-convert)
26881         (mark-diary-entries, diary-entry-time):
26882         * calendar/solar.el (solar-get-number):
26883         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
26884         * emacs-lisp/re-builder.el (reb-display-subexp):
26885         * emulation/edt.el (edt-set-scroll-margins):
26886         * emulation/tpu-extras.el (tpu-set-scroll-margins):
26887         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
26888         (vip-get-ex-count):
26889         * emulation/viper-ex.el (viper-get-ex-token)
26890         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
26891         * international/fontset.el (fontset-plain-name):
26892         * mail/feedmail.el (feedmail-look-at-queue-directory):
26893         * mail/mailalias.el (mail-get-names):
26894         * mail/rmail.el (rmail-convert-to-babyl-format):
26895         * mail/rmailsum.el (rmail-make-basic-summary-line)
26896         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
26897         (rmail-summary-goto-msg):
26898         * mail/smtpmail.el (smtpmail-read-response):
26899         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
26900         (ange-ftp-vms-add-file-entry):
26901         * play/gametree.el (gametree-looking-at-ply)
26902         (gametree-current-branch-score):
26903         * progmodes/ada-xref.el (ada-prj-find-prj-file)
26904         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
26905         * progmodes/cperl-mode.el (condition-case):
26906         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
26907         (ebrowse-set-member-buffer-column-width)
26908         (ebrowse-select-1st-to-9nth):
26909         * progmodes/etags.el (etags-snarf-tag):
26910         * progmodes/flymake.el (flymake-parse-line):
26911         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
26912         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
26913         (idlwave-shell-menu-def):
26914         * progmodes/ps-mode.el (ps-run-goto-error):
26915         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
26916         (vhdl-speedbar-contract-level):
26917         * term/mac-win.el (x-handle-numeric-switch):
26918         * term/sun-mouse.el (sun-get-frame-data):
26919         * term/w32-win.el (x-handle-numeric-switch):
26920         * term/x-win.el (x-handle-numeric-switch):
26921         * textmodes/ispell.el (ispell-parse-output):
26922         * textmodes/nroff-mode.el (nroff-outline-level):
26923         * textmodes/reftex-cite.el (reftex-bib-sort-year)
26924         (reftex-bib-sort-year-reverse, reftex-format-citation):
26925         * textmodes/reftex-parse.el (reftex-init-section-numbers)
26926         (reftex-section-number):
26927         * textmodes/texinfmt.el (texinfo-paragraphindent):
26928         Replace `string-to-int' by `string-to-number'.
26930         * international/latexenc.el: Add page marker to force the "Local
26931         Variables:" string out of the last page.
26933 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26935         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
26936         tooltip-change-major-mode.
26937         (gud-tooltip-print-command): Remove case where gud-minor-mode
26938         is gdb ("--fullname").
26939         (gud-tooltip-tips): Turn GUD tooltips off for this case and
26940         explain to user.
26942 2005-05-16  Jay Belanger  <belanger@truman.edu>
26944         * calc/calc-store.el (calc-copy-special-constant): New function.
26946         * calc/calc-ext.el (calc-init-extensions): Add binding for
26947         `calc-copy-special-constant'.
26949         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
26950         for the `calc-copy-special-constant' command.
26952 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26954         * subr.el (left-fringe-p): New function.
26956         * progmodes/compile.el (compilation-setup): Set local value of
26957         overlay-arrow-string to "" always.
26958         (compilation-set-window): Left fringe then don't scroll.
26959         No left fringe then no arrow and scroll message to top.
26960         (compilation-context-lines): Adjust doc string accordingly.
26962 2005-05-16  Kim F. Storm  <storm@cua.dk>
26964         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
26965         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
26966         (ido-wide-find-dir-or-delete-dir): New command for M-d.
26967         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
26968         (ido-read-file-name): Handle commands with ido property value
26969         equal to find-file as reading a file name, to allow C-d to enter dired.
26970         (ibuffer-find-file): Add ido property with value find-file.
26972 2005-05-15  Kim F. Storm  <storm@cua.dk>
26974         * subr.el (open-network-stream-nowait): Remove.
26975         (open-network-stream-server): Remove.
26977 2005-05-15  Richard M. Stallman  <rms@gnu.org>
26979         * faces.el (describe-face): Output a definition link button.
26981         * help-mode.el (help-face-def): New button type.
26983         * emacs-lisp/copyright.el (copyright-fix-years):
26984         Match properly if the first year is 2-digit.
26985         Don't mess up the whitespace after the years by filling.
26987         * dired-aux.el (dired-mark-confirm):
26988         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
26990         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
26991         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
26992         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
26994         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26995         Set font-lock-comment-start-skip.
26997         * font-lock.el (font-lock-comment-start-skip): New variable.
26998         (font-lock-comment-end-skip): New variable.
26999         (font-lock-fontify-syntactically-region): Use them if non-nil.
27001 2005-05-15  Jay Belanger  <belanger@truman.edu>
27003         * calc/calc-store.el (calc-store-value): Return a string rather
27004         than display it as a message.
27005         Use calc-var-name for variable name.
27006         (calc-store-into): Add the result of calc-store-value to message.
27007         (calc-copy-variable): Add a message.
27008         (calc-store-exchange): Improve error messages.
27009         (calc-store-binary, calc-store-map): Don't reset the values of
27010         special constants.
27012 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
27014         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27015         manual to docstring.
27017         * files.el (hack-local-variables-confirm): Add STRING argument.
27018         Make the function handle non file visiting buffers correctly.
27019         (hack-local-variables-prop-line, hack-local-variables)
27020         (hack-one-local-variable): Use STRING arg of
27021         `hack-local-variables-confirm'.
27023 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
27025         Sync with Tramp 2.0.49.
27027         * net/tramp.el (tramp-handle-dired-call-process)
27028         (tramp-handle-insert-directory):`insert-buffer' cannot be used
27029         because the contents of the Tramp buffer is changed before
27030         insertion (`expand-file' and alike).
27031         (tramp-handle-insert-directory): If `localname' has an empty
27032         nondirectory name, it must not be quoted.
27033         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
27034         variable `tramp-chunksize'.  Change callees.
27035         (tramp-open-connection-setup-interactive-shell): Check remote host
27036         for buggy `send-process-string' implementation.
27037         Set `tramp-chunksize' if found.  Reported by Michael Kifer
27038         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
27039         (tramp-handle-shell-command): `insert-buffer' cannot be used
27040         because the contents of the Tramp buffer is changed before
27041         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
27042         <frederic.bothamy@free.fr>.
27043         (tramp-set-auto-save): Actions should be done for Tramp file name
27044         handler only.  Ange-FTP has its own auto-save mechanism.
27045         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27046         (tramp-set-auto-save-file-modes): Set file modes of
27047         `buffer-auto-save-file-name' to ?\600 as fallback solution.
27048         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27049         (tramp-bug): Remove obsolete variable.
27050         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
27051         for presence of `mml-mode'.  Make it running for older Emacsen as well.
27053 2005-05-14  John Paul Wallington  <jpw@pobox.com>
27055         * ibuf-ext.el (define-ibuffer-filter filename):
27056         If `dired-directory' is a list, use its car.
27058 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
27060         * ibuffer.el (define-ibuffer-column filename):
27061         If `dired-directory' is a list, use its car.
27063 2005-05-14  Richard M. Stallman  <rms@gnu.org>
27065         * subr.el (symbol-file): Doc fix.
27067         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27068         (byte-compile-form): Call byte-compile-nogroup-warn.
27069         (byte-compile-warning-types): Doc fix.
27071         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27073         * progmodes/cc-engine.el (c-literal-faces):
27074         Add font-lock-comment-delimiter-face.
27076         * net/net-utils.el (dig): Use with-no-warnings.
27078         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27079         (sc-recite-frame-alist, sc-default-cite-frame)
27080         (sc-default-uncite-frame, sc-default-recite-frame)
27081         (sc-attrib-selection-list, sc-rewrite-header-list):
27082         Mark as risky-local-variable.
27084         * international/ogonek.el (ogonek-jak, ogonek-how):
27085         Don't use beginning-of-buffer.
27087         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27089         * calendar/solar.el (solar-data-list): Move definition up.
27091         * dnd.el (dnd-protocol-alist): Add autoload.
27093         * progmodes/sh-script.el: Many doc usage fixes.
27094         (sh-indent-after-do): Change default to match common styles.
27096 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
27098         * files.el (interpreter-mode-alist)
27099         (auto-mode-interpreter-regexp): Doc fixes.
27101 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
27103         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27105         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27107 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27109         * dired.el (dired-mode): make-variable-buffer-local =>
27110         make-local-variable.
27112 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27114         * term/mac-win.el (mac-select-convert-to-string): Try coding
27115         systems in mac-script-code-coding-systems if specified one cannot
27116         encode string for `com.apple.traditional-mac-plain-text'.
27118 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
27120         * progmodes/make-mode.el (makefile-targets-face)
27121         (makefile-shell-face, makefile-makepp-perl-face): New faces.
27122         (makefile-dependency-regex): Fix it to not make the colon in
27123         $(var:a=b) special.
27124         (makefile-rule-action-regex): New regexp for highlighting embedded
27125         Shell strings.
27126         (makefile-macroassign-regex): Handle != for highlighting as
27127         embedded Shell strings.
27128         (makefile-var-use-regex): New const.
27129         (makefile-statements, makefile-automake-statements)
27130         (makefile-gmake-statements, makefile-makepp-statements)
27131         (makefile-bsdmake-statements): New consts.
27132         (makefile-make-font-lock-keywords): New function.
27133         (makefile-automake-font-lock-keywords)
27134         (makefile-gmake-font-lock-keywords)
27135         (makefile-makepp-font-lock-keywords)
27136         (makefile-bsdmake-font-lock-keywords): New consts.
27137         (makefile-mode-map): Add switchers between the various submodes.
27138         (makefile-mode): Document the availability of the variants.
27139         (makefile-automake-mode, makefile-gmake-mode)
27140         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27142         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27143         new variants of makefile-mode.
27145 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27147         * font-lock.el (font-lock-comment-delimiter-face): Fix up
27148         the inheritance.
27150 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
27152         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27153         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27155         * files.el (normal-mode): Extend the scope of the
27156         `enable-local-variables' binding to include the `set-auto-mode' call.
27157         (magic-mode-alist): Doc fix.
27159 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27161         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27162         font-lock-comment-face rather than copying its setting.
27164 2005-05-12  Andreas Schwab  <schwab@suse.de>
27166         * eshell/esh-mode.el (eshell-send-input): Doc fix.
27168 2005-05-12  Lute Kamstra  <lute@gnu.org>
27170         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27171         defcustom for the mode hook variable.  Delete the last argument.
27172         * generic-x.el: Fix callers of define-generic-mode.
27173         (generic-x-modes): Delete group.
27174         (show-tabs-tab-face, show-tabs-space-face): Put them in the
27175         generic-x customization group.
27177 2005-05-12  Kim F. Storm  <storm@cua.dk>
27179         * font-lock.el (font-lock-negation-char-face): Default to "off".
27181         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27182         font-lock-negation-char-face to ! in !=.
27184 2005-05-12  Masatake YAMATO  <jet@gyve.org>
27186         * add-log.el (find-change-log): Fix typos in the docstring
27187         of function.
27189 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27191         * international/latexenc.el (latexenc-find-file-coding-system):
27192         Avoid `re-search-forward' when looking for input encoding because
27193         of speed and safety.  Better regular expressions for recognizing
27194         input encoding.  Limit a search for TeX-master/tex-main-file to
27195         the local variable section.
27197 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
27199         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27200         syntax of $ to "'" (quote).
27202 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
27204         * dnd.el (dnd-protocol-alist): Improve custom type.
27206         * dired.el (dired-dnd-protocol-alist): New variable.
27207         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
27208         `dired-mode-hook' to the end.
27210 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27212         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27213         comment-end if comment-start-skip is not set.
27214         Obey the font-lock-comment-delimiter-face variables.
27216 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27218         * files.el (executable-find): Move from executable.el.  Use
27219         locate-file.
27220         * progmodes/executable.el (executable-find): Move to files.el.
27222         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27223         when trying to ensure forward progress.
27225 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
27227         * mouse-sel.el (mouse-sel-follow-link-p): New function.
27228         (mouse-select, mouse-select-internal, mouse-extend-internal):
27229         Use it to implement mouse-1-click-follows-link functionality.
27231 2005-05-11  Richard M. Stallman  <rms@gnu.org>
27233         * font-lock.el (font-lock-fontify-syntactically-region):
27234         Use font-lock-comment-delimiter-face for comment delimiters.
27236 2005-05-10  Jay Belanger  <belanger@truman.edu>
27238         * calc/calc-help.el (calc-m-prefix-help): Add mention of
27239         preserving embedded modes.
27241 2005-05-10  Richard M. Stallman  <rms@gnu.org>
27243         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27245         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27246         Move from ada-stmt.el.
27247         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27249         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27250         Move to ada-mode.el.
27251         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27253         * cus-edit.el (custom-file): Call file-chase-links.
27255         * files.el (read-directory-name): Fix previous change.
27256         (hack-local-variables-confirm): New function.
27257         (hack-local-variables-prop-line, hack-local-variables)
27258         (hack-one-local-variable): Use it.
27260 2005-05-10  Lute Kamstra  <lute@gnu.org>
27262         * font-lock.el (font-lock-keywords-alist)
27263         (font-lock-removed-keywords-alist): Clarify docstrings.
27265 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
27267         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27268         (gdb-source-info): Check for preprocessor info.
27269         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
27270         a macro for a function.
27271         (gdb-info-breakpoints-custom): Try to find file again if not already
27272         found (user might have used GDB dir command).
27273         (gdb-get-location): Update gdb-location-alist correctly for change
27274         to gdb-info-breakpoints-custom.
27276         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27277         (gud-tooltip-print-command): Add gdbmi case.
27278         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
27279         preprocessor info.
27281 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
27283         * startup.el (fancy-splash-insert): Fix typo in doc string.
27285 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
27287         * obsolete/float.el (string-to-float):
27288         * obsolete/hilit19.el (hilit-add-pattern):
27289         * obsolete/rnews.el (news-parse-range, news-select-message)
27290         (news-get-pruned-list-of-files): Replace `string-to-int' by
27291         `string-to-number'.
27293         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
27294         `find-file-not-found-hooks'; use `add-hook'.
27295         (uncompress-while-visiting): Set `write-file-functions', not
27296         `write-file-hooks'; use `add-hook'.
27298 2005-05-09  Kim F. Storm  <storm@cua.dk>
27300         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
27301         (cua-paste): Handle clipboard action.
27302         (cua--init-keymaps): Remap clipboard-kill-region and
27303         clipboard-kill-ring-save.
27305 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
27307         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27308         Improve commentary.
27310         * simple.el (next-error-overlay-arrow-position): Revert the change
27311         made on 2005-04-30.
27313 2005-05-07  Jay Belanger  <belanger@truman.edu>
27315         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
27316         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
27317         `calc-sel-reselect'.
27319         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
27320         Calc is in embedded mode.
27322 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27324         * progmodes/compile.el (compilation-setup):
27325         Set overlay-arrow-string to an empty string on text terminals.
27327         * textmodes/ispell.el (ispell-program-name): Try looking for
27328         "aspell" along exec-path, and if found, use it as the default
27329         speller program.
27331 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
27333         * international/mule.el (sgml-xml-auto-coding-function):
27334         Recognize encoding='FOO' in single quotes as well as in double quotes.
27336 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
27338         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
27339         as well as `interactive', so that defmacro* would recognize
27340         `declare' forms.
27342 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27344         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27345         Explain more about the LIGHTER arg's usage in the doc string.
27346         Add commentary to clarify what the code does.  Fix the regexp that
27347         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
27348         since it could have characters special to regular expressions.
27350 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27352         * replace.el (occur-1): Bind inhibit-read-only so that
27353         erase-buffer doesn't barf on read-only text properties (likewise
27354         for add-text-properties in occur-engine).  Mark buffer as unmodified.
27355         (occur-engine): Don't set buffer-read-only here.
27357 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27359         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
27360         list-buffers-directory.  This caused the *cvs-commit* buffer to be
27361         sometimes mistakenly reused as a *cvs* buffer.
27363 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
27365         * tooltip.el: Move code for GUD tooltips into gud.el.
27366         (require): CL no longer needed to compile case.
27367         (tooltip-mode): Do not toggle functions for GUD tooltips.
27368         (tooltip-gud-tips-p): Remove.  Replace with minor mode
27369         gud-tooltip-mode in gud.el.
27370         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
27371         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
27372         tooltip-gud prefix with gud-tooltip and obsolete.
27373         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
27374         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
27375         (tooltip-mouse-motion): Mouse movement functions/variable.
27376         Rename in gud.el by adding gud prefix.
27377         (tooltip-gud-original-filter, tooltip-gud-dereference)
27378         (tooltip-gud-event, tooltip-toggle-gud-tips)
27379         (tooltip-gud-process-output, tooltip-gud-print-command)
27380         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
27381         gud.el by replacing tooltip-gud prefix with gud-tooltip.
27382         (gdb-tooltip-print): Move to gdb-ui.el.
27384         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
27385         (require): CL needed to compile case.
27386         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
27387         tooltip-gud-tips-p.  Make it a minor-mode.
27388         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
27389         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
27390         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
27391         (gud-tooltip-change-major-mode)
27392         (gud-tooltip-activate-mouse-motions-if-enabled)
27393         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
27394         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
27395         (gud-tooltip-original-filter, gud-tooltip-dereference)
27396         (gud-tooltip-event, tooltip-toggle-gud-tips)
27397         (gud-tooltip-process-output, gud-tooltip-print-command)
27398         (gud-tooltip-tips): Move from tooltip.el.
27400         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
27401         (gdb-cpp-define-alist-flags): Doc fix.
27402         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
27403         gud-tooltip-mode is t.
27405 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27407         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
27408         evaporate if their text is deleted.
27409         (goto-address-at-point): Make it work as a mouse binding as well.
27410         (goto-address-at-mouse): Obsolete it.  Update users.
27412 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
27414         * calendar/appt.el (top-level): No longer activate on load.
27416 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
27418         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27419         * net/webjump.el (webjump):
27420         * progmodes/idlw-help.el (idlwave-do-context-help1)
27421         (idlwave-highlight-linked-completions):
27422         * textmodes/po.el (po-find-file-coding-system-guts):
27423         Replace `assoc-ignore-case' by `assoc-string'.
27425 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
27427         * files.el (locate-file): Doc fix.
27429         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
27430         Remove the redundant test for ms-dos.
27432         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
27433         look for the preprocessor with exec-suffixes.  If not found in
27434         standard places, look in exec-path.  Remove most of the tests that
27435         used system-type.
27437         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
27439         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
27441         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
27442         file-name clash with jka-compr.el on 8+3 filesystems.
27444 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27446         * term/mac-win.el: Don't define or bind scroll bar functions if
27447         x-toolkit-scroll-bars is t.
27448         (x-select-text, x-get-selection-value): Clear
27449         x-last-selected-text-clipboard if x-select-enable-clipboard is
27450         nil.
27451         (PRIMARY): Put mac-scrap-name property.
27452         (mac-select-convert-to-file-url): New function.
27453         (public.file-url): New selection target type.  Add to
27454         selection-converter-alist.
27455         (x-get-selection, x-selection-value): Handle it.
27456         (x-cut-buffer-or-selection-value): New alias.
27458 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27460         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
27461         entry to avoid calling bibtex-find-entry with arg global
27462         being t.  Remove arg key.
27463         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
27464         (bibtex-copy-summary-as-kill): Change accordingly.
27466 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27468         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
27469         (org-agenda-date-later): Use with-current-buffer.
27471 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
27473         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27474         (define-obsolete-variable-alias): Doc Fixes.
27476 2005-05-06  Kim F. Storm  <storm@cua.dk>
27478         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
27479         vertical-motion when selective-display is active.
27481         * ido.el (ido-setup-hook): New hook.
27482         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
27483         (ido-input-stack): New var.
27484         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
27485         ido-next-work-file binding to M-O.
27486         Bind M-f to ido-wide-find-file-or-pop-dir.
27487         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
27488         (ido-read-internal): Run ido-setup-hook.
27489         Catch quit in read-file-name and read-string to cancel edit.
27490         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
27491         Automatically pop-all when completing a directory name (RET).
27492         (ido-file-internal): Add with-no-warnings around ffap and dired code.
27493         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
27494         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
27495         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
27496         New functions for M-b/M-f to move among the directory components.
27497         (ido-make-merged-file-list): Catch quit to cancel merge.
27498         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
27499         (ido-completion-help): No warnings for ido-completion-buffer-full.
27501 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
27503         * font-lock.el (font-lock-negation-char-face): New face and variable.
27504         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
27505         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
27506         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
27507         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
27509 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
27511         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
27512         Fix typo in docstring.
27514         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
27515         (ebrowse-print-statistics-line)
27516         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
27518         * term/w32-win.el (image-library-alist): Add additional name for
27519         Xpm library.
27521 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
27523         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
27524         use gcc instead of cpp.
27526         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
27527         (gdb-create-define-alist): Use it.
27528         (gdb-cpp-define-alist-program): Update for MS-DOS.
27530 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
27532         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
27534 2005-05-04  Richard M. Stallman  <rms@gnu.org>
27536         * help.el (describe-key): No error when UNTRANSLATED is nil.
27538         * simple.el (line-move-1): Fix previous change to signal errors
27539         appropriately.
27541 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
27543         * calendar/icalendar.el (icalendar-version): Now at 0.12.
27544         (icalendar-duration-correction): Remove.
27545         (icalendar--get-event-properties): Split result at commas.
27546         (icalendar--decode-isoduration): New optional argument
27547         DURATION-CORRECTION.
27548         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
27549         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
27550         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
27551         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
27552         (icalendar--convert-anniversary-to-ical): New functions, extracted
27553         from icalendar-export-region, with bug fixes.
27554         (icalendar-export-region): Use the above functions.
27555         (icalendar-import-buffer): Check before saving diary file.
27556         (icalendar--convert-recurring-to-diary)
27557         (icalendar--convert-non-recurring-all-day-to-diary)
27558         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
27559         extracted from icalendar--convert-ical-to-diary, with bug fixes.
27560         (icalendar--convert-ical-to-diary): Use the above functions.
27562 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
27564         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
27565         Remove these recent additions.
27566         (c-mode): Restore to before 2005-04-28.
27568         * progmodes/cc-vars.el (cc-define-list-program): Remove this
27569         recent addition.
27571         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
27572         (gdb-define-alist): New variables.
27573         (gdb-create-define-alist): New function.
27574         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
27575         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
27576         with string-to-number.
27577         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
27579         * progmodes/gud.el: Replace string-to-int with string-to-number.
27580         (gud-find-file): Handle gdb-define-alist.
27582         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
27584 2005-05-02  Jay Belanger  <belanger@truman.edu>
27586         * calc/calc-aent.el (math-read-token):
27587         * calc/calc-bin.el (calc-word-size):
27588         * calc/calc-ext.el (calc-read-number-fancy):
27589         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
27590         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
27591         * calc/calc-frac.el (calc-over-notation):
27592         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
27593         (calc-graph-num-points, calc-graph-init):
27594         * calc/calc-prog.el (calc-read-parse-table-part)
27595         (calc-edit-macro-repeats):
27596         * calc/calc-yank.el (calc-do-grab-rectangle):
27597         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
27598         Replace `string-to-int' by `string-to-number'.
27600 2005-05-02  Kim F. Storm  <storm@cua.dk>
27602         * kmacro.el: Use executing-kbd-macro-index variable.
27604 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
27606         * net/rlogin.el (rlogin-parse-words): Delete func.
27607         (rlogin): Use split-string, not rlogin-parse-words.
27608         Also, if there are option-like elements in the parsed args,
27609         take the host to be the first arg immediately following them.
27610         Suggested by Michael Mauger.
27612 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27614         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
27616 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27618         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
27619         (cc-mode-cpp-program): Rename to cc-define-list-program and
27620         move to cc-vars.el.
27622         * progmodes/cc-vars.el (cc-define-list-program):
27623         Change to "gcc -E -dM -".  Make customizable.
27625 2005-05-02  Kim F. Storm  <storm@cua.dk>
27627         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
27629 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27631         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
27633         * international/mule-util.el (truncate-string): Remove alias and
27634         obsolete declaration.
27636         * international/mule-cmds.el (update-iso-coding-systems):
27637         Remove alias and obsolete declaration.
27639         * international/mule.el (coding-system-parent): Remove alias and
27640         obsolete declaration.
27642         * subr.el (define-function, sref): Remove aliases and obsolete
27643         declarations.
27644         (chars-in-region): Remove obsolete declaration.
27646 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27648         * info.el (Info-mode): Set widen-automatically to nil, locally.
27650         * simple.el (widen-automatically): New variable.
27651         (pop-global-mark): Obey widen-automatically.
27653 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
27655         * term/xterm.el (function-key-map): Call substitute-key-definition
27656         before the keymap size is increased by a lot of define-key calls.
27658 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27660         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
27661         Rename ARG to ELEMENT.  Doc fix.
27663 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27665         * allout.el (allout-exposure): Remove macro and obsolete declaration.
27666         Remove references to allout-exposure/change to allout-new-exposure.
27668         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
27669         bytecode symbols.
27671         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
27672         (compiled-function-p, focus-frame, unfocus-frame):
27673         Remove aliases and obsolete declarations.
27674         Back out inadvertent changes from previous commit.
27676 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27678         * files.el (require-final-newline): Make Custom tags consistent
27679         with mode-require-final-newline.
27680         (mode-require-final-newline): Doc fix.
27682 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27684         * international/latexenc.el (latexenc-find-file-coding-system):
27685         Fix regular expressions.
27687 2005-05-01  David Kastrup  <dak@gnu.org>
27689         * international/latexenc.el (latexenc-find-file-coding-system):
27690         Fix regular expressions.
27692 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27694         * subr.el (string-to-int): Make obsolete.
27696 2005-04-30  Richard M. Stallman  <rms@gnu.org>
27698         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
27700         * loadup.el: load jka-comp-hook.
27702         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
27703         (jka-compr-handler): Add autoload.  `put' calls moved
27704         to jka-comp-hook.el.
27705         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
27706         (jka-compr-inhibit): Autoload.
27708         * jka-comp-hook.el: New file.
27709         Enable the mode by default.
27711         * files.el (backup-buffer-copy): Use copy-file instead
27712         of write-region, and put back the 'excl.
27714 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
27716         * progmodes/flymake.el (flymake-split-string)
27717         (flymake-split-string, flymake-log, flymake-pid-to-names)
27718         (flymake-reg-names, flymake-get-source-buffer-name)
27719         (flymake-unreg-names, flymake-add-line-err-info)
27720         (flymake-add-err-info): Clarify docstrings.
27721         (flymake-popup-menu, flymake-make-emacs-menu)
27722         (flymake-make-xemacs-menu): Add docstrings.
27723         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
27724         Set variables directly throughout.
27726 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
27728         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
27729         exists.  Initialize cc-define-alist.
27730         (c-mode): Add cc-create-define-alist locally to after-save-hook.
27731         If there is no file (Macroexpansion) don't create an alist.
27733 2005-04-29  Sam Steingold  <sds@gnu.org>
27735         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
27736         (cc-create-define-alist): Use it instead of the hard-coded string.
27738 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27740         * international/mule-conf.el (file-coding-system-alist): Fix regexp
27741         for latexenc.
27743 2005-04-29  Lute Kamstra  <lute@gnu.org>
27745         * emacs-lisp/generic.el: Improve commentary section.
27746         (define-generic-mode): Improve docstring.
27748 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
27750         * textmodes/org.el (many places): Change to quiet the byte compiler.
27751         (org-prefix-format-compiled): New variable.
27752         (org-compile-prefix-format): New function.
27753         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
27754         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
27755         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
27756         (org-get-entries-from-diary): Use `org-get-time-of-day' for
27757         consistency with entries from `org-mode' files.
27758         (org-get-time-of-day): Fix bug with partial matches early in a line.
27759         (org-non-link-chars): New constant.
27760         (org-link-regexp): Respect `org-non-link-chars'.
27761         (org-agenda-day-view): Remove command.
27762         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
27763         (org-follow-bbdb-link, org-store-link): Search also company field.
27764         (org-highlight-overlay): New variable.
27765         (org-highlight, org-unhighlight): New functions.
27766         (org-agenda-mode): Add pre-command-hook to remove highlight.
27767         (org-evaluate-time-range): Behavior depends upon whether time stamp
27768         contains a time or not.
27769         (org-show-subtree, org-show-entry): New functions.
27770         (org-agenda-cleanup-fancy-diary): Remove empty lines.
27772 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
27774         * comint.el (comint-output-filter-functions): Add autoload cookie.
27776 2005-04-28  Kim F. Storm  <storm@cua.dk>
27778         * ido.el (ido-everywhere): Fix last change.
27780 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27782         * international/latexenc.el: New file.
27783         * international/mule-conf.el (file-coding-system-alist): For .tex,
27784         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
27786 2005-04-28  Lute Kamstra  <lute@gnu.org>
27788         * font-lock.el (font-lock-add-keywords)
27789         (font-lock-remove-keywords): Clarify docstring.
27790         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
27791         Don't start docstrings with a `*'.
27792         (font-lock-update-removed-keyword-alist): Give it a docstring.
27794         * generic-x.el: Update commentary section.
27795         Only require font-lock when compiling.
27796         Define all modes conditionally.
27797         Place all generic modes in the generic-x-modes customization group.
27798         (generic-x-modes): New customization group.
27799         (generic-default-modes, generic-mswindows-modes)
27800         (generic-unix-modes, generic-other-modes): New constants.
27801         (generic-define-mswindows-modes, generic-define-unix-modes):
27802         Update docstrings.  Make them obsolete.
27803         (generic-extras-enable-list): New default value.  Update docstring.
27804         Improve :type.  Change :set function.
27805         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
27806         Fix docstring.
27808         * emacs-lisp/generic.el (generic-mode-internal):
27809         Simplify font-lock-defaults.
27810         (define-generic-mode): Fix docstring.
27812 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27814         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
27815         font-lock-face property to highlight matches.
27817 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
27819         * progmodes/cc-mode.el (cc-create-define-alist): New function.
27820         (cc-define-alist): New variable.
27821         (c-mode): Make it local and initialize it.
27823         * progmodes/gdb-ui.el (gdb-active-process): New variable.
27824         (gdb-exited): New function.
27825         (gdb-annotation-rules): Use it.
27826         (gdb-starting): Set gdb-active-process to t.
27827         (gdb-stopping): Amend doc string.
27828         (gdb-reset): Set gdb-active-process to nil.
27830         * tooltip.el (tooltip-gud-tips): Show the associated #define
27831         directives when a C program under GDB is not executing.
27833 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27835         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
27836         font-lock-fontify-syntactic-keywords.
27838         * font-lock.el (font-lock-default-fontify-region): Don't force
27839         parse-sexp-lookup-properties to nil.
27841 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
27843         * man.el (man-mode-syntax-table): Set up `:' to have
27844         word-constituent syntax.
27846 2005-04-27  Lute Kamstra  <lute@gnu.org>
27848         * novice.el (disable-command): Don't add spurious newlines to the
27849         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
27851 2005-04-26  Jay Belanger  <belanger@truman.edu>
27853         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
27854         than one window before deleting window.
27856 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
27858         * shell.el (shell-prompt-pattern): Doc fix.
27859         (shell-mode): Set paragraph-separate buffer locally to "\\'".
27861         * comint.el (comint-prompt-regexp, comint-get-old-input)
27862         (comint-use-prompt-regexp)
27863         (comint-use-prompt-regexp-instead-of-fields)
27864         (comint-replace-by-expanded-history, comint-send-input)
27865         (comint-output-filter, comint-get-old-input-default)
27866         (comint-line-beginning-position, comint-bol, comint-show-output)
27867         (comint-backward-matching-input, comint-forward-matching-input)
27868         (comint-next-prompt, comint-previous-prompt):
27869         Rename `comint-use-prompt-regexp-instead-of-fields' to
27870         `comint-use-prompt-regexp'.  Keep old name as alias and declare
27871         obsolete.
27872         (comint-use-prompt-regexp): Shorten first line of doc string.
27874         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
27875         Set paragraph-separate buffer locally to "\\'".
27877         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
27878         Adapt to above name change.
27880         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
27881         (smbclient-prompt-regexp): Ditto.
27883         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
27885 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
27887         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
27888         gdb-location-list.
27889         Break lines that are over 80 characters wide.
27891 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27893         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
27894         New fun and var, to preserve compatibility.
27896         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
27898 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
27900         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
27901         name to file-newer-than-file-p.
27903 2005-04-26  Richard M. Stallman  <rms@gnu.org>
27905         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
27907         * progmodes/python.el (python-mode):
27908         Use new name eldoc-documentation-function.
27910         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
27912         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27913         (eldoc-documentation-function):
27914         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
27916 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
27918         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
27920 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27922         * term/xterm.el (function-key-map): Fix strings for
27923         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
27924         {C,S,A,C-S}-{f1-f12}.
27926 2005-04-26  Kenichi Handa  <handa@m17n.org>
27928         * international/mule-cmds.el (select-safe-coding-system):
27929         Fix previous change.
27931 2005-04-26  Lute Kamstra  <lute@gnu.org>
27933         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
27935         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
27936         (font-lock-comment-delimiter-face): Ditto.
27938         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
27940 2005-04-25  Jay Belanger  <belanger@truman.edu>
27942         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
27943         to t while inserting information; use help-mode.
27945 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27947         * term.el (ansi-term-color-vector): Use the xterm colors.
27948         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
27950 2005-04-25  Lute Kamstra  <lute@gnu.org>
27952         * font-core.el (font-lock-defaults): Fix docstring.
27954         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
27956 2005-04-25  Kenichi Handa  <handa@m17n.org>
27958         * international/mule-cmds.el (select-safe-coding-system):
27959         Don't check consistency with coding: spec, etc if raw-text or
27960         no-conversion was found to be safe.
27962 2005-04-24  Richard M. Stallman  <rms@gnu.org>
27964         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
27965         citation markers at start of each line.
27967         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
27968         citation markers at start of each line.
27970         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
27972         * files.el (mode-require-final-newline): Fix previous change.
27973         (require-final-newline): Fix type label.
27975 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
27977         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
27978         statement in buffer (broken by 2004-11-24 change).
27980 2005-04-24  Kim F. Storm  <storm@cua.dk>
27982         * ido.el (ido-everywhere): Save and restore old read-buffer-function
27983         and read-file-name-function values.  Don't overwrite existing
27984         non-nil values if ido-mode is enabled without ido-everywhere.
27986 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
27988         * files.el (mode-require-final-newline): Minor doc fix.
27990 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
27992         * subr.el (syntax-after): Doc fix.
27993         (syntax-class): If argument is nil, return nil.  Mask off upper 16
27994         bits, not 8 bits.
27996         * files.el (mode-require-final-newline): Doc fix.
27997         (backup-buffer-copy): Fix last change.
27999 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28001         * term/mac-win.el: Require select.  Set selection-coding-system to
28002         mac-system-coding-system.  Call menu-bar-enable-clipboard.
28003         (x-last-selected-text-clipboard, x-last-selected-text-primary)
28004         (x-select-enable-clipboard): New variables.
28005         (x-select-text, x-get-selection, x-selection-value)
28006         (x-get-selection-value, mac-select-convert-to-string)
28007         (mac-services-open-file, mac-services-open-selection)
28008         (mac-services-insert-text): New functions.
28009         (CLIPBOARD, FIND): Put mac-scrap-name property.
28010         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28011         (public.tiff): Put mac-ostype property.
28012         (selection-converter-alist): Add entries for them.
28013         (mac-application-menu-map): New keymap.
28014         (interprogram-cut-function, interprogram-paste-function): Set to
28015         x-select-text and x-get-selection-value, respectively.
28016         (split-window-keep-point): Set to t.
28018 2005-04-23  Richard M. Stallman  <rms@gnu.org>
28020         * files.el (read-directory-name): Always pass non-nil
28021         DEFAULT-FILENAME arg to read-file-name.
28022         (backup-buffer-copy, basic-save-buffer-2): Take care against
28023         writing thru an unexpected existing symlink.
28024         (revert-buffer): In indirect buffer, revert the base buffer.
28025         (magic-mode-alist): Doc fix.
28026         (buffer-stale-function): Doc fix.
28027         (minibuffer-with-setup-hook): Avoid warning.
28028         (mode-require-final-newline): Doc and custom fix.
28030         * follow.el (follow-end-of-buffer): Use with-no-warnings.
28032         * font-lock.el (font-lock-comment-face): On terminals with few colors,
28033         use the default appearance.
28034         (font-lock-comment-delimiter-face): New face, new variable.
28036         * imenu.el (imenu--generic-function): The official position of a
28037         definition is the start of the line that BEG is in.
28039         * midnight.el (midnight-timer): Move defvar up.
28041         * mouse.el (mouse-drag-region-1): Delete some debugging code.
28043         * saveplace.el (save-place-to-alist): Use with-no-warnings.
28045         * startup.el (command-line): Use with-no-warnings.
28047         * window.el (window-size-fixed): New defvar.
28049         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28051         * mail/rmail.el (rmail-font-lock-keywords):
28052         Use font-lock-comment-delimiter-face.
28054         * mail/sendmail.el (mail-font-lock-keywords):
28055         Use font-lock-comment-delimiter-face.
28057         * progmodes/compile.el (next-error-highlight-timer): New defvar.
28059 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
28061         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28062         Specify t for LAXMATCH when matching directories.
28063         Save match data around compilation-compat-error-properties form.
28065 2005-04-23  David Kastrup  <dak@gnu.org>
28067         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28068         Mention that the autoloaded aliases should be kept for AUCTeX.
28070 2005-04-23  Andreas Schwab  <schwab@suse.de>
28072         * isearch.el (isearch-forward): Doc fix.
28074 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
28076         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28077         (jit-lock-stealth-nice): Change default value to 0.5.
28079 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
28081         * abbrev.el (write-abbrev-file): Write table entries in
28082         alphabetical order by table name.
28084 2005-04-22  Kim F. Storm  <storm@cua.dk>
28086         * ido.el (ido-read-internal): Fix `list' completion.
28088 2005-04-22  Kenichi Handa  <handa@m17n.org>
28090         * recentf.el (recentf-save-file-coding-system): New variable.
28091         (recentf-save-list): Encode the file by
28092         recentf-save-file-coding-system and add coding: tag.
28094 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
28096         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28098 2005-04-21  Lute Kamstra  <lute@gnu.org>
28100         * loadhist.el (unload-feature): Don't remove a function from hooks
28101         if it is about to be restored to an autoload .  Remove functions
28102         that will become unbound from auto-mode-alist.  Simplify the code.
28104         * subr.el (assq-delete-all): New implementation that is linear,
28105         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
28106         (rassq-delete-all): New function.
28108         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28109         Add size-indication-mode.
28111 2005-04-21  Kenichi Handa  <handa@m17n.org>
28113         * international/mule-cmds.el: Add autoload for widget-value in
28114         eval-when-compile.
28116 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
28118         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28119         Add tooltip-mode.
28121         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28123 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
28125         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28126         (inferior-lisp-filter-regexp, inferior-lisp-program)
28127         (inferior-lisp-load-command, inferior-lisp-prompt)
28128         (inferior-lisp-mode-hook, lisp-source-modes)
28129         (inferior-lisp-load-hook): defvar->defcustom.
28130         (inferior-lisp-program, inferior-lisp-prompt)
28131         (inferior-lisp-load-hook): Doc fixes.
28132         (inferior-lisp-install-letter-bindings): Small change in
28133         introductory comment.
28135 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
28137         * vc.el (vc-annotate-color-map): Change some colors so that text
28138         using them as foreground is readable on both white and black
28139         backgrounds.
28141 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28143         * international/mule-conf.el (translation-table-for-input):
28144         Remove redundant declaration.
28146 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28148         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28150         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28151         (tooltip-toggle-gud-tips): New function.
28153 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28155         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28156         right angle brackets.
28158 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28160         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28162 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
28164         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28165         Remove.  Update callers to use expand-file-name instead.
28167         * subr.el (syntax-class): New function.
28169         * simple.el (blink-matching-open): Use it.
28171         * paren.el (show-paren-function): Use it to recognize parens that are
28172         also used in 2-char comment markers.
28174 2005-04-19  Lute Kamstra  <lute@gnu.org>
28176         * loadhist.el (unload-feature): Update for new format of
28177         load-history.  Simplify the code.
28179 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28181         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28182         (mac-add-charset-info): New function.  Initialize variable
28183         mac-charset-info-alist using it.
28184         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28185         for translation.
28186         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28187         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28188         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28189         New CCL programs.
28191 2005-04-19  Kim F. Storm  <storm@cua.dk>
28193         * simple.el (next-buffer, prev-buffer, next-error)
28194         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28195         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28197         * bindings.el (next-buffer, prev-buffer, next-error)
28198         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28199         (clone-indirect-buffer-other-window): Move bindings from simple.el.
28200         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28201         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28203 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28205         * isearch.el (isearch-edit-string): Make the search-ring available for
28206         minibuffer history commands.
28207         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28208         the default history commands now work just as well.
28209         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28211 2005-04-18  Kim F. Storm  <storm@cua.dk>
28213         * emulation/cua-base.el (cua--pre-command-handler): Add more
28214         elaborate check for shift modifier on non-window systems.
28216 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
28218         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28220 2005-04-18  Kim F. Storm  <storm@cua.dk>
28222         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28223         and make it optional.  Don't test tooltip-gud-echo-area here.
28224         (tooltip-gud-process-output, gdb-tooltip-print):
28225         Pass tooltip-gud-echo-area to tooltip-show.
28226         (tooltip-help-tips): Remove second optional arg to tooltip-show.
28228 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28230         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28231         `display-graphic-p' may not be bound yet.
28233 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
28235         * startup.el (command-line): No longer enable Xterm Mouse mode by
28236         default in terminals compatible with xterm.
28238         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28240 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
28242         * tooltip.el (tooltip-gud-echo-area): Rename from
28243         tooltip-use-echo-area.
28244         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28245         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28246         area independently of where help tooltips are displayed.
28248 2005-04-17  David Kastrup  <dak@gnu.org>
28250         * cus-theme.el (custom-theme-write-variables): Quote variables
28251         where necessary.
28253 2005-04-17  Richard M. Stallman  <rms@gnu.org>
28255         * simple.el (yank-excluded-properties): Add follow-link to value.
28257         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28259         * startup.el (fancy-splash-max-time): Just 30 seconds.
28260         (fancy-splash-delay): Just 7.
28261         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28263         * loadhist.el (unload-feature): Update for new format of load-history.
28264         Simplify the code.
28266         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28267         (rmail-font-lock-keywords): Don't fontify the text of a citation.
28269         * mail/sendmail.el (mail-font-lock-keywords):
28270         Don't fontify subject text.
28271         Don't fontify the text of a citation.
28273 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
28275         * comint.el (comint-output-filter): Run comint-output-filter-functions
28276         with point where the user had it.
28278 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
28280         * international/ucs-tables.el (ucs-set-table-for-input):
28281         Disable when using unify-on-decoding.
28283 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
28285         * emulation/cua-base.el (cua-global-mark-face): Add special case
28286         for displays supporting a high number of colors.
28288 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28290         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
28292 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
28294         * filesets.el (filesets-add-buffer): If user supplies a name of a
28295         non-existing fileset, create a new fileset.
28297 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
28299         * textmodes/org.el (org-up-heading-all): Fix bug with
28300         `outline-up-heading-all'.
28302 2005-04-16  Andreas Schwab  <schwab@suse.de>
28304         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
28305         /etc/permissions.d/* and /etc/aliases.d/*.
28307 2005-04-16  Kenichi Handa  <handa@m17n.org>
28309         * international/code-pages.el (cp-make-coding-system):
28310         Set `translation-table-for-input' property value to the symbol
28311         ucs-mule-to-mule-unicode, not to that value.
28312         (pt154): Escape guillemet by `\'.
28314 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
28316         * loadup.el: Load tooltip if x-show-tip is fboundp.
28318         * startup.el (command-line): Add comment.
28320         * tooltip.el (tooltip-mode): Specify correct standard value for
28321         Custom in init-value.
28323 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
28325         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
28326         possible.
28328 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
28330         * textmodes/org.el (org-agenda-date-prompt): Rename from
28331         `org-agenda-date-today'.
28332         (org-evaluate-time-range): Insert at point instead of directly
28333         after time range.
28334         (org-first-headline-recenter, org-subtree-end-visible-p)
28335         (org-optimize-window-after-visibility-change): New functions
28336         (org-agenda-post-command-hook): Don't allow point at end of line,
28337         to make sure it always hits the text properties.
28338         (org-agenda-next-date-line, org-agenda-previous-date-line):
28339         New commands.
28340         (org-set-regexps-and-options): Category may contain white space.
28341         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28342         Improve marker positions.
28343         (org-agenda-new-marker): Argument POS made optional.
28344         (org-agenda-get-timestamps): Deadlines which are done are listed
28345         in org-done-face now.
28346         (org-agenda-get-todos, org-agenda-get-timestamps)
28347         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28348         Set `undone-face' and `done-face' properties.
28349         (org-last-todo-state-is-todo): New variable.
28350         (org-todo): Set `org-last-todo-state-is-todo'.
28351         (org-agenda-todo): Change face according to
28352         `org-last-todo-state-is-todo'.  And change other lines referring to
28353         the same entry.
28354         (org-calendar-goto-agenda): New command.
28355         (org-calendar-to-agenda-key): New option.
28356         (org-startup-folded): New allowed value `content'.
28357         (org-set-regexps-and-options): Accept new value `content' for
28358         `org-startup-folded'.
28359         (org-get-current-options): Handle new value `content' for
28360         `org-startup-folded'.
28361         (org-insert-todo-heading): New command.
28362         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
28363         interactively in empty file and option
28364         `org-insert-mode-line-in-empty-file' has been set.
28365         (org-agenda-todo, org-agenda-priority): Modify to use
28366         `org-agenda-change-all-lines'.
28367         (org-warning-face): Change color on dark background
28369 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28371         * international/mule-cmds.el (set-locale-environment): On Mac OS,
28372         use preferences AppleLocale and AppleLanguages, and variable
28373         mac-system-locale for default locale.  On Mac OS Classic, use
28374         mac-system-coding-system for default coding systems.
28376         * term/mac-win.el: Don't set file-name-coding-system.
28377         Decode variables system-name, emacs-build-system, user-login-name, and
28378         user-full-name by mac-system-coding-system on Mac OS Classic.
28379         (mac-system-coding-system): New variable.
28381 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
28383         * startup.el (command-line): Handle `xterm-mouse-mode' before
28384         reading init file.
28386         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
28388 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
28390         * progmodes/sh-script.el (sh-here-document-word): Make it a
28391         defcustom.  Doc fix.
28392         (sh-add): Bash uses $(( )) for arithmetic.
28393         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
28394         (sh-maybe-here-document): Remove quotes and leading whitespace
28395         from heredoc word when closing.  Indent heredoc with tabs if word
28396         starts with "-".
28398 2005-04-13  Richard M. Stallman  <rms@gnu.org>
28400         * simple.el (undo): Fix previous change.
28402         * custom.el (defface): Doc fix.
28404 2005-04-13  Lute Kamstra  <lute@gnu.org>
28406         * Makefile.in (DONTCOMPILE): Remove list.
28407         (compile, compile-always): Don't use DONTCOMPILE.
28408         (update-authors): Load the library in which batch-update-authors
28409         is defined.
28410         * makefile.w32-in (DONTCOMPILE): Remove list.
28411         (compile, compile-always): Fix comments.
28412         (update-authors): Load the library in which batch-update-authors
28413         is defined.
28415         * generic-x.el (generic-mode-ini-file-find-file-hook):
28416         Rename to ini-generic-mode-find-file-hook.
28417         Keep generic-mode-ini-file-find-file-hook as an alias.
28418         (ini-generic-mode-find-file-hook): Rename from
28419         generic-mode-ini-file-find-file-hook.  Fix docstring.
28420         (ini-generic-mode): Docstring change.
28421         (bat-generic-mode-run-as-comint): Silence the byte compiler.
28423         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
28424         called from lisp.
28426         * generic.el: Move to the emacs-lisp subdir.
28428 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
28430         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
28431         and C-S- function and cursor motion keys.
28433 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
28435         * startup.el (command-line): Enable Xterm Mouse mode by default.
28436         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
28437         for Custom.  No longer show "Mouse" in mode line when enabled.
28438         Doc fix.
28440 2005-04-12  Kim F. Storm  <storm@cua.dk>
28442         * emulation/cua-base.el (cua-rectangle-face)
28443         (cua-rectangle-noselect-face): Define face attributes here.
28445         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
28447 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28449         * startup.el (command-line): Turn off blinking cursor if
28450         cursorBlink in resources is off or false.
28452 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28454         * term/mac-win.el (dnd): Require dnd.
28455         (mac-drag-n-drop): Call dnd-handle-one-url.
28456         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
28457         (kTextEncodingISOLatin2): Remove constants.
28458         (mac-script-code-coding-systems): New constant.
28459         (mac-handle-language-change): New function.
28460         (special-event-map): Bind it to `language-change' event.
28461         (mac-centraleurroman, mac-cyrillic): New coding systems.
28462         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
28463         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
28464         and mac-cyrillic-encoder to encode-mac-centraleurroman and
28465         encode-mac-cyrillic, respectively.
28467 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28469         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
28470         Don't set overlay-arrow-string to "=>" as this is done
28471         globally in C now.
28473 2005-04-12  Lute Kamstra  <lute@gnu.org>
28475         * generic-x.el (rc-generic-mode, rul-generic-mode):
28476         Fix auto-mode-alist entries.
28477         (etc-fstab-generic-mode): Tweak fontification.
28479         * generic.el (generic-make-keywords-list): Fix docstring.
28480         (generic-mode-internal): Simplify generic-font-lock-keywords.
28482 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28484         * whitespace.el (whitespace-buffer-leading)
28485         (whitespace-buffer-trailing): Revert the incorrect test inversion.
28486         However, fix the highlight area for the leading and
28487         trailing whitespaces to show space.
28489 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28491         * whitespace.el (whitespace-version): Bump to 3.5
28493         (whitespace-buffer-leading, whitespace-buffer-trailing):
28494         Invert sense of the test to highlight the whitespace.
28496 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28498         * progmodes/gud.el (gud-display-line): GUD uses its own
28499         overlay arrow now so don't set overlay-arrow-string.
28500         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
28502 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
28504         * term.el (term-ansi-current-bold, term-ansi-current-underline)
28505         (term-ansi-current-reverse, term-ansi-current-invisible)
28506         (term-ansi-face-already-done): Change to boolean.
28507         (term-reset-terminal, term-handle-colors-array): Handle the above
28508         vars accordingly.
28509         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
28510         (term-emulate-terminal): Use the new name.
28512         * faces.el (secondary-selection): Use yellow1, not yellow.
28513         (trailing-whitespace): Use red1, not red.
28515 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28517         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
28518         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
28519         (dired-dnd-handle-file): Call dnd-get-local-file-uri
28521         * cus-edit.el (dnd): New group.
28523         * term/w32-win.el (dnd): Require dnd
28524         (w32-drag-n-drop): Call dnd-handle-one-url.
28526         * x-dnd.el: Require dnd.
28527         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
28528         Call dnd-handle-one-url.
28529         (x-dnd-types-alist, x-dnd-insert-utf8-text)
28530         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
28531         to dnd-insert-text.
28532         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
28533         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
28534         (x-dnd-get-local-file-name, x-dnd-open-local-file)
28535         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
28537         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
28539 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28541         * wdired.el: Doc fixes.
28542         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
28543         (wdired-use-dired-vertical-movement): Rename from
28544         wdired-always-move-to-filename-beginning.
28545         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
28546         (wdired-change-to-wdired-mode): Change mode name.
28547         (wdired-newline): Delete.
28549 2005-04-11  Richard M. Stallman  <rms@gnu.org>
28551         * whitespace.el (whitespace-highlight-the-space):
28552         Don't call whitespace-unhighlight-the-space here.
28554         * simple.el (undo): Record t in undo-equiv-table
28555         for the redo record made by an undo-in-region.
28557 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28559         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
28560         (gdb-frame-inferior-io-buffer): New Functions to control
28561         display of separate IO buffer.
28562         (menu): Add them to menu-bar.
28563         (gdb-display-buffer): Check for buffer another frame.
28564         Protect GUD buffer.
28565         (gdb-setup-windows): Create IO buffer if not already there.
28566         (gdb-memory-mode): Remove purecopy noops.
28568 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
28570         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
28571         and pass to self-insert-command.
28573 2005-04-11  Lute Kamstra  <lute@gnu.org>
28575         * generic.el: Commentary section cleanup.
28576         (generic): Delete.
28577         (generic-use-find-file-hook, generic-lines-to-scan)
28578         (generic-find-file-regexp, generic-ignore-files-regexp)
28579         (default-generic-mode, generic-mode-find-file-hook)
28580         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
28581         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
28582         (generic-use-find-file-hook, generic-lines-to-scan)
28583         (generic-find-file-regexp, generic-ignore-files-regexp)
28584         (default-generic-mode, generic-mode-find-file-hook)
28585         (generic-mode-ini-file-find-file-hook): Move from generic.el.
28587 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
28589         * bookmark.el (bookmark-write-file): Catch errors writing file.
28590         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
28592 2005-04-10  Richard M. Stallman  <rms@gnu.org>
28594         * startup.el (fancy-splash-tail): Update copyright year.
28595         (command-line): Split part of -Q into -D.
28596         (emacs-basic-display): New defvar.
28597         (fancy-splash-text): Correct name of menu item.
28599         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
28601         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
28602         lines in one node.
28604         * comint.el (comint-send-input): New arg ARTIFICIAL.
28605         Callers in this file changed.
28607         * abbrev.el (define-abbrevs): Read system abbrevs properly.
28609         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
28611 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
28613         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
28614         `ldap-search-internal'.
28616 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28618         * files.el (set-auto-mode-1): Use line-end-position.
28620         * international/latin-1.el:
28621         * international/latin-2.el:
28622         * international/latin-3.el:
28623         * international/latin-4.el:
28624         * international/latin-5.el:
28625         * international/latin-8.el:
28626         * international/latin-9.el: Give punctuation syntax to NBSP.
28628         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
28629         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
28630         Use char-classes to accept non-ascii letters, accepted in some recent
28631         bibtex implementations.
28633 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
28635         * custom.el (custom-set-minor-mode): Any non-nil value for the
28636         variable should enable the mode when set through Custom.
28638 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28640         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
28641         TAB binding so tab-always-indent is obeyed.
28642         (vhdl-minibuffer-local-map): Move initialization into declaration.
28643         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
28644         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
28645         (vhdl-hooked-abbrev): Avoid test for XEmacs.
28646         (vhdl-current-line): Use line-beginning-position.
28647         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
28648         with-output-to-temp-buffer, so the current position can be recorded.
28650 2005-04-10  Masatake YAMATO  <jet@gyve.org>
28652         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28653         Add regexp for gcov.
28655 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28657         * calendar/time-date.el (time-to-seconds, seconds-to-time)
28658         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
28659         syntax which Emacs 20 doesn't support.
28661 2005-04-09  Richard M. Stallman  <rms@gnu.org>
28663         * help.el (describe-key-briefly, describe-key):
28664         Replace strings as event types with "(any string)".
28666 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28668         * arc-mode.el (archive-mode-map): Move initialization into
28669         the declaration.  Override *all* bindings of `undo'.
28670         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
28672 2005-04-09  Jay Belanger  <belanger@truman.edu>
28674         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
28676 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
28678         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
28679         (xterm-register-default-colors): Update color values computation
28680         to match xterm-200.
28682 2005-04-09  Kenichi Handa  <handa@m17n.org>
28684         * international/code-pages.el (iso-latin-7): Fix the map.
28686 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
28688         * emacs-lisp/lisp.el (defun-prompt-regexp)
28689         (parens-require-spaces, buffer-end, end-of-defun)
28690         (insert-parentheses): Doc fixes.
28692 2005-04-08  Kim F. Storm  <storm@cua.dk>
28694         * comint.el (comint-highlight-prompt): Fix face spec.
28695         * hi-lock.el (hi-green): Likewise.
28697 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28699         * cus-edit.el (custom-modified-face):
28700         * comint.el (comint-highlight-input): Fix previous changes.
28701         * term.el (term-handle-ansi-escape): Add a comment.
28703 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28705         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
28706         in the buffer and in whitespace-highlighted-space.
28707         (whitespace-unhighlight-the-space): Simplify.
28708         (whitespace-buffer): Simplify.
28710 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28712         * textmodes/table.el (table-cell-face): Add special case for
28713         displays supporting a high number of colors.
28714         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
28715         (vhdl-font-lock-reserved-words-face)
28716         (vhdl-speedbar-architecture-face)
28717         (vhdl-speedbar-instantiation-face)
28718         (vhdl-speedbar-architecture-selected-face)
28719         (vhdl-speedbar-instantiation-selected-face): Likewise.
28720         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
28721         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
28722         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
28723         (ebrowse-root-class-face, ebrowse-member-attribute-face)
28724         (ebrowse-progress-face): Likewise.
28725         * progmodes/compile.el (compilation-info-face): Likewise.
28726         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
28727         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
28728         * calendar/calendar.el (diary-face): Likewise.
28729         * woman.el (woman-italic-face, woman-bold-face)
28730         (woman-unknown-face): Likewise.
28731         * wid-edit.el (widget-button-pressed-face): Likewise.
28732         * whitespace.el (whitespace-highlight-face): Likewise.
28733         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
28734         * pcvs-info.el (cvs-marked-face): Likewise.
28735         * info.el (info-xref): Likewise.
28736         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
28737         * hilit-chg.el (highlight-changes-face)
28738         (highlight-changes-delete-face): Likewise.
28739         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
28740         (hi-red-b): Likewise.
28741         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
28742         * font-lock.el (font-lock-keyword-face)
28743         (font-lock-function-name-face, font-lock-warning-face): Likewise.
28744         * cus-edit.el (custom-invalid-face, custom-modified-face)
28745         (custom-set-face, custom-changed-face, custom-variable-tag-face)
28746         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
28747         * comint.el (comint-highlight-prompt): Likewise.
28749 2005-04-08  Lute Kamstra  <lute@gnu.org>
28751         * font-lock.el (font-lock-keywords): Docstring fixes.
28753 2005-04-08  Kenichi Handa  <handa@m17n.org>
28755         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
28756         chars are more than a limit, print " and more..." at the tail.
28758 2005-04-08  Kim F. Storm  <storm@cua.dk>
28760         * emacs-lisp/authors.el (authors-aliases): Update list.
28761         (authors-ignored-files): New list.
28762         (authors-fixed-entries): Fix typo.
28763         (authors-renamed-files-alist): Update list.
28764         (authors-add): Check authors-ignored-files.
28766 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
28768         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
28769         optional, to ensure backward compatibility.
28771 2005-04-08  Stephen Eglen  <stephen@gnu.org>
28773         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
28775 2005-04-08  Kim F. Storm  <storm@cua.dk>
28777         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
28779         * mouse.el (mouse-on-link-p): Doc fix.
28781 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
28783         * ielm.el (ielm-prompt-read-only): Doc fix.
28785         * comint.el (comint-prompt-read-only): Doc fix.
28787 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
28789         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
28790         ensure dired always handles wildcards passed to ffap.
28791         (find-file-at-point): Use it.
28792         (ffap-dired-wildcards): Doc fix.
28794 2005-04-07  Juri Linkov  <juri@jurta.org>
28796         * simple.el (next-error-overlay-arrow-position): New defvar.
28797         Put "=>" on its property `overlay-arrow-string'.  Add it to
28798         `overlay-arrow-variable-list'.
28800         * progmodes/compile.el (compilation-setup):
28801         Set `next-error-overlay-arrow-position' to nil.  Also set it to
28802         nil in the local hook `kill-buffer-hook'.  Make local variable
28803         `overlay-arrow-string' and set it to "=>".
28804         (compilation-goto-locus): Set BOL position to
28805         `next-error-overlay-arrow-position' instead of
28806         `overlay-arrow-position'.
28808         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
28809         locally instead of adding it to the global hook.
28810         (Info-kill-buffer): Move up.
28812 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
28814         * term/xterm.el (xterm-standard-colors): Update color values from
28815         xterm-200.
28817 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28819         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
28821         * fast-lock.el:
28822         * lazy-lock.el: Move them to the obsolete subdir.
28824 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28826         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
28827         (wdired-add-replace-advice): Remove.
28828         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
28830 2005-04-06  Kim F. Storm  <storm@cua.dk>
28832         * startup.el (command-line): Add --bare-bones alias for -Q.
28834 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28836         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
28837         create the startup fontset if a font specification ends with
28838         `mac-roman'.
28840 2005-04-06  Lute Kamstra  <lute@gnu.org>
28842         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
28843         change.
28845         * emacs-lisp/copyright.el (copyright-update-year): Replace the
28846         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
28848 2005-04-05  Lute Kamstra  <lute@gnu.org>
28850         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
28851         (define-generic-mode): Ditto.  Fix debug declaration.
28853         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
28854         Put them in the generic-x group.
28856         * calendar/timeclock.el (timeclock): Doc fix.
28858         * generic.el (define-generic-mode): Don't use custom-current-group.
28859         Document default :group value.
28860         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
28861         (define-global-minor-mode): Don't use custom-current-group.
28863 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
28865         * startup.el (command-line-1): Display startup-echo-area-message
28866         when fancy splash screen is in use.
28868         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
28869         (sh-escaped-newline): New face.
28870         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
28871         newline, and use sh-escaped-newline face.
28873         * progmodes/tcl.el (tcl-escaped-newline): New face.
28874         (tcl-builtin-list): New variable.
28875         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
28876         newlines.  Fix keywords subexpression number.
28878 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
28880         * textmodes/org.el (org-diary-default-entry): Fix call to
28881         `add-to-diary-entry'.
28883 2005-04-05  Kim F. Storm  <storm@cua.dk>
28885         * ediff-init.el: Use (featurep 'xemacs).
28887 2005-04-05  David Ponce  <david@dponce.com>
28889         * cus-edit.el (face): Derive from symbol widget.  Display sample
28890         of the current face on the fly.
28891         (widget-face-sample-face-get, widget-face-notify): New functions.
28892         (widget-face-value-create): Remove.
28894         * wid-edit.el (widget-field-end): Temporarily remove field
28895         narrowing before to call `get-char-property'.
28897 2005-04-04  Jay Belanger  <belanger@truman.edu>
28899         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
28900         (math-read-subscripts): New variable.
28901         (math-read-preprocess-string): Process subscripts.
28903 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
28905         * comint.el (comint-prompt-read-only): Doc fix.
28907         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
28908         `-1'.  Doc fix.
28910 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
28912         * textmodes/org.el (org-insert-mode-line-in-empty-file):
28913         Change default value to nil.
28915 2005-04-04  Lute Kamstra  <lute@gnu.org>
28917         * autorevert.el (auto-revert-mode): Specify :group.
28918         * battery.el (display-battery-mode): Specify :group.
28919         * diff-mode.el (diff-minor-mode): Specify :group.
28920         * font-core.el (font-lock-mode): Specify :group.
28921         * hl-line.el (hl-line-mode): Specify :group.
28922         * iimage.el (iimage): New customization group.
28923         (iimage-mode): Specify :group.
28924         * longlines.el (longlines-mode): Specify :group.
28925         * master.el: Don't require easy-mmode.
28926         (master): New customization group.
28927         (master-mode): Specify :group.
28928         * msb.el (msb-mode): Specify :group.
28929         * reveal.el (reveal-mode): Specify :group.
28930         * simple.el (next-error-follow-minor-mode): Specify :group.
28931         * smerge-mode.el (smerge-mode): Specify :group.
28932         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
28933         * emulation/cua-base.el (cua-mode): Specify :group.
28934         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
28935         * language/thai-util.el (thai-auto-composition-mode)
28936         (thai-word-mode): Specify :group.
28937         * mail/supercite.el (sc-minor-mode): Specify :group.
28938         * progmodes/cwarn.el (cwarn-mode): Specify :group.
28939         * progmodes/flymake.el (flymake-mode): Specify :group.
28940         * progmodes/glasses.el (glasses-mode): Specify :group.
28941         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
28942         * textmodes/enriched.el (enriched-mode): Specify :group.
28943         * textmodes/refill.el (refill-mode): Specify :group.
28945         * add-log.el (change-log-font-lock-keywords): Names in
28946         parenthesized lists can contain spaces.
28948 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
28950         * startup.el (fancy-splash-text): Shorten default text of
28951         "Emacs Tutorial" line.  Also, if the current language env
28952         indicates an available tutorial file other than TUTORIAL,
28953         extract its title and append it to the line in parentheses.
28954         (fancy-splash-insert): If arg is a thunk, funcall it.
28956 2005-04-04  Jay Belanger  <belanger@truman.edu>
28958         * calc.el (calc-language-alist): Add tags to customization type.
28960 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
28962         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
28963         Doc fix.
28965 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
28967         * add-log.el (change-log-font-lock-keywords): The manual
28968         describing a Change Log entry, says: (...) "Aside from these
28969         header lines, every line in the change log starts with a space or
28970         a tab.".  The font-lock was not highlighting lines started with
28971         spaces, added support for it.
28973 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28975         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
28976         (bibtex-generate-url-list): Update docstring accordingly.  Put the
28977         complex example in the docstring.
28978         (bibtex-font-lock-url): Use pop.
28980 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28982         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
28984         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
28986 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
28988         * filesets.el (filesets-set-default): Doc fix.
28990 2005-04-03  Lute Kamstra  <lute@gnu.org>
28992         * generic.el (define-generic-mode): Add argument to specify
28993         keywords for defcustom.
28994         (default-generic-mode): Specify :group.
28996         * generic-x.el: Specify :group for all generic modes.
28998         * desktop.el (desktop-no-desktop-file-hook)
28999         (desktop-after-read-hook): Doc fix.
29001 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
29003         * simple.el (visible-mode): Use explicit :group keyword.
29004         This changes the group of `visible-mode-hook' from paren-blinking
29005         to editing-basics.
29007 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
29009         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
29010         mailbox specifications as well as URLs.
29011         (rmail-insert-inbox-text): Remove unused conditional branches.
29013 2005-04-01  Jay Belanger  <belanger@truman.edu>
29015         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29016         (calc-gnuplot-print-command): Move definitions to calc.el.
29018         * calc/calc-embed.el (calc-embedded-announce-formula)
29019         (calc-embedded-open-formula, calc-embedded-close-formula)
29020         (calc-embedded-open-word, calc-embedded-close-word)
29021         (calc-embedded-open-plain, calc-embedded-close-plain)
29022         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29023         (calc-embedded-open-mode, calc-embedded-close-mode):
29024         Move definitions to calc.el.
29026         * calc/calc.el (calc-settings-file, calc-language-alist):
29027         Make customizable.
29028         (calc-embedded-announce-formula, calc-embedded-open-formula)
29029         (calc-embedded-close-formula, calc-embedded-open-word)
29030         (calc-embedded-close-word, calc-embedded-open-plain)
29031         (calc-embedded-close-plain, calc-embedded-open-new-formula)
29032         (calc-embedded-close-new-formula, calc-embedded-open-mode)
29033         (calc-embedded-close-mode, calc-gnuplot-name)
29034         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
29035         from other files and make customizable.
29037 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29039         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
29040         Use buffer-live-p.
29041         (cvs-mode-run): Don't call cvs-update-header here.
29042         (cvs-run-process): Call cvs-update-header.
29043         Use process properties for cvs-postprocess and cvs-buffer so that
29044         the sentinel can behave better if the temp buffer is killed.
29045         Use a pipe rather than a tty, to better handle unexpected prompts.
29046         (cvs-sentinel): Rewrite.  Call cvs-update-header.
29048 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
29050         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29051         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
29053 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29055         * generic.el (define-generic-mode): Add indentation rule.
29057 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
29059         * files.el (mode-require-final-newline): Make Custom correctly
29060         report a nil value and allow to set it to nil via Custom.
29061         Doc fix.
29063 2005-04-01  Kenichi Handa  <handa@m17n.org>
29065         * international/characters.el: Enable the correct case setting for
29066         dotless-i and dotted-I.
29068 2005-04-01  Kim F. Storm  <storm@cua.dk>
29070         * ido.el (ido-file-internal): Fall back to non-ido command if
29071         initial directory is on slow ftp (or tramp) host.
29073 2005-03-31  Richard M. Stallman  <rms@gnu.org>
29075         * emacs-lisp/autoload.el (make-autoload):
29076         Handle define-global-minor-mode.
29078         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29079         Rename from easy-mmode-define-global-mode.
29080         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29082         * progmodes/scheme.el (scheme-mode-syntax-table):
29083         Update syntax of | and # for two-character comment syntax.
29085 2005-03-31  Lute Kamstra  <lute@gnu.org>
29087         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29088         (define-minor-mode): Call custom-current-group at load-time.
29090         * generic.el (define-generic-mode): Add debug declaration.
29091         Add defcustom for the mode hook.
29092         (generic-mode-internal): Use run-mode-hooks.
29094 2005-03-31  Kim F. Storm  <storm@cua.dk>
29096         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29097         (mouse-fixup-help-message): New defun called by show_help_echo
29098         to fixup mouse-2 prefix in help messages when applicable.
29100         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29102 2005-03-31  Kenichi Handa  <handa@m17n.org>
29104         * language/thai-word.el (thai-find-word-ends): Pay attention to
29105         the case that we reach the end of buffer.
29107         * textmodes/fill.el (fill-text-properties-at): New function.
29108         (fill-newline): Use fill-text-properties-at instead of
29109         text-properties-at.
29111 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29113         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29114         not comint-quote-filename.
29116 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
29118         * help-fns.el (help-with-tutorial): Revert last change.
29120 2005-03-31  Kim F. Storm  <storm@cua.dk>
29122         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29124 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
29126         * calendar/cal-china.el: Update reference to "Calendrical
29127         Calculations" book; there's a new edition.
29128         * calendar/cal-coptic.el: Likewise.
29129         * calendar/cal-french.el: Likewise.
29130         * calendar/cal-hebrew.el: Likewise.
29131         * calendar/cal-islam.el: Likewise.
29132         * calendar/cal-iso.el: Likewise.
29133         * calendar/cal-julian.el: Likewise.
29134         * calendar/cal-mayan.el: Likewise.
29135         * calendar/cal-persia.el: Likewise.
29136         * calendar/calendar.el: Likewise.
29137         * calendar/holidays.el: Likewise.
29138         * calendar/lunar.el: Likewise.
29139         * calendar/solar.el: Likewise.
29141         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29142         white space from doc string.
29144 2005-03-30  Jay Belanger  <belanger@truman.edu>
29146         * calc/calc-help.el (calc-full-help): Remove email address.
29148 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
29150         * help-fns.el (help-with-tutorial): Delete title line.
29152 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29154         * calendar/cal-x.el (calendar-one-frame-setup)
29155         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29156         rather than `symbol' for set-window-dedicated-p.
29158         * calendar/appt.el (appt-buffer-name): Make it a constant.
29159         (appt-add): Doc fix.
29161         * filesets.el (filesets-menu-path, filesets-menu-before)
29162         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
29163         (filesets-menu-cache-file): Use directory ~/.emacs.d.
29164         (filesets-add-submenu): Delete and use add-submenu instead.
29166 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
29168         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29169         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29170         (org-diary-default-entry): New function.
29171         (org-get-entries-from-diary): Better parsing of diary entries.
29172         (org-agenda-check-no-diary): New function.
29173         ("diary-lib"): Advice to function `add-to-diary-list', to allow
29174         linking to diary entries.
29175         (org-agenda-execute-calendar-command): New function.
29176         (org-agenda): Improve visible section in window.
29177         Use `org-fit-agenda-window'.
29178         (org-fit-agenda-window): New option.
29179         (org-move-subtree-down): Better handling of empty lines
29180         at end of subtree.
29181         (org-cycle): Numeric prefix is interpreted now as show-subtree N
29182         levels up.
29183         (org-fontify-done-headline): New option.
29184         (org-headline-done-face): New face.
29185         (org-set-font-lock-defaults): Use `org-headline-done-face'.
29186         (org-table-copy-down): Rename from `org-table-copy-from-above'.
29187         When current field is non-empty, it is copied to next row.
29188         (org-table-copy-from-above): Fix bug which made it
29189         impossible to copy fields containing only a single non-white character.
29191 2005-03-30  Kim F. Storm  <storm@cua.dk>
29193         * kmacro.el (kmacro-end-macro): Isearch may store this command
29194         into the macro -- so ignore it when executing keyboard macro.
29196 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29198         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29200 2005-03-29  Kenichi Handa  <handa@m17n.org>
29202         * language/thai.el ("Thai"): Set setup-function and exit-function
29203         for Thai language environment.
29205         * language/thai-util.el: Require thai-word.
29206         (thai-word-mode-map): New variable.
29207         (thai-word-mode): New minor mode.
29208         (setup-thai-language-environment-internal): New function.
29209         (exit-thai-language-environment-internal): New function.
29211         * language/thai-word.el (thai-word-table): Declare it by defvar,
29212         use dolist to initialize it.
29213         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29214         (thai-fill-find-break-point): New functions.
29216 2005-03-29  Richard M. Stallman  <rms@gnu.org>
29218         * simple.el (idle-update-delay): Move definition up.
29219         (set-mark): Doc fix.
29221 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
29223         * longlines.el: New file.
29225         * simple.el (buffer-substring-filters): New variable.
29226         (filter-buffer-substring): New function.
29227         (kill-region, copy-region-as-kill): Use it.
29229         * register.el (copy-to-register, append-to-register)
29230         (prepend-to-register): Use filter-buffer-substring.
29232 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29234         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29235         (gud-filter-pending-text): Move in front of gdb.
29236         (gud-overlay-arrow-position): New variable.
29237         (gud-sentinel, gud-display-line): Use it in place of
29238         overlay-arrow-position.
29240 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
29242         * progmodes/fortran.el (fortran-if-indent): Doc fix.
29243         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29244         (fortran-font-lock-keywords-4): New variable.
29245         (fortran-blocks-re, fortran-end-block-re)
29246         (fortran-start-block-re): New constants, for hideshow.
29247         (hs-special-modes-alist): Add a Fortran entry.
29248         (fortran-mode-map): Bind fortran-end-of-block,
29249         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29250         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
29251         (fortran-looking-at-if-then, fortran-end-of-block)
29252         (fortran-beginning-of-block): New functions, for hideshow.
29254         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29255         Doc fix.  Tweak regexp.
29256         (f90-beginning-of-block): Push mark first.
29258 2005-03-29  Jay Belanger  <belanger@truman.edu>
29260         * calc/calc.el: Update copyright date.
29261         (calc-version): Increase to 2.1.
29262         (calc-version-date): Remove.
29264         * calc/calc-help.el: Update copyright date.
29265         (calc-full-help): Remove reference to calc-version-date.
29266         Update copyright date.
29268 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29270         * vc.el (vc-do-command): Use a pipe for async processes, so password
29271         prompts don't show up at places where the user can't reply.
29273 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29275         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29276         on the file name we pass to the inferior shell.
29278 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29280         * progmodes/which-func.el (which-function): Be robust in the face of an
29281         imenu--make-index-alist failure.
29283 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29285         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
29287         * progmodes/python.el (python-preoutput-filter): Fix last change.
29289 2005-03-29  Lute Kamstra  <lute@gnu.org>
29291         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
29292         functions and compiled macros.
29293         (debug-convert-byte-code): Handle macros too.
29294         (debug-on-entry-1): Don't signal an error when trying to clear a
29295         function that is not set to debug on entry.
29297 2005-03-29  Jay Belanger  <belanger@truman.edu>
29299         * calc/calc-lang.el: Add functions to math-function-table
29300         properties of tex and math.
29302 2005-03-29  Kenichi Handa  <handa@m17n.org>
29304         * ps-mule.el (ps-mule-plot-string): Translate characters by
29305         ps-print-translation-table.
29306         (ps-mule-begin-job): Call find-charset-region/string with
29307         ps-print-translation-table.
29308         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
29310         * ps-print.el (ps-print-translation-table): New variable.
29311         (ps-plot-region): Translate characters by ps-print-translation-table.
29313 2005-03-29  Juri Linkov  <juri@jurta.org>
29315         * simple.el (next-error-highlight-timer): New variable.
29317         * progmodes/compile.el (compilation-goto-locus):
29318         Use `next-error-highlight-timer' instead of `sit-for'.
29320 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29322         * mail/supercite.el (sc-mail-field): Use assoc-string.
29323         (sc-get-address): Simplify regexps.
29325         * files.el (minibuffer-with-setup-hook): New macro.
29326         (find-file-read-args): Use it to avoid let-binding
29327         minibuffer-with-setup-hook (which breaks turning on/off
29328         file-name-shadow-mode while in the prompt).
29330         * complete.el (PC-read-include-file-name-internal):
29331         Use test-completion.
29333 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
29335         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
29337 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29339         * window.el (window-buffer-height): Use count-screen-lines.
29341         * progmodes/python.el (python-preoutput-leftover): New var.
29342         (python-preoutput-filter): Use it.
29343         (python-send-receive): Loop until all the result has been received.
29345 2005-03-28  Juri Linkov  <juri@jurta.org>
29347         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
29349         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
29350         "Recover Crashed Session".
29351         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
29352         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
29353         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
29354         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
29355         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
29356         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
29357         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
29358         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
29360         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
29361         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
29362         Ediff Sessions", "Toggle use of separate control buffer frame",
29363         "Use separate frame for Ediff control buffer".
29365         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
29366         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
29367         "Rename Bookmark", "Delete Bookmark".
29369         * info.el (Info-mode-menu): Remove ellipsis from "Index".
29370         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
29371         Add `:active Info-index-alternatives' to "Next Matching Item".
29373         * wdired.el (wdired-change-to-wdired-mode):
29374         Mention `wdired-abort-changes' key in the initial message.
29376         * international/mule.el (auto-coding-alist): Associate non-ascii
29377         image filename extensions with `no-conversion'.
29379 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29381         * international/iso-acc.el:
29382         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
29384 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
29386         * textmodes/sgml-mode.el (html-mode): Doc update.
29388         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
29390 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
29392         * term.el (term-move-columns): Fix face after extending a line.
29393         (term-insert-spaces): Likewise.
29394         (term-reset-terminal): Fix off by one error.
29396 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29398         * international/mule.el (auto-coding-alist): Add .xpi files.
29400         * files.el (auto-mode-alist): Add .xpi files.
29402 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
29404         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
29406 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29408         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
29410 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
29412         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
29413         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
29415         * calendar/cal-move.el (calendar-beginning-of-year): Move the
29416         cursor to Jan 1 when needed.
29417         (calendar-end-of-year): Fix -/+ typo.
29418         Reported by Chong Yidong <cyd@stupidchicken.com>.
29420 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29422         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
29424         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
29425         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
29427 2005-03-25  Richard M. Stallman  <rms@gnu.org>
29429         * filesets.el (filesets-init): Add autoload.
29431         * mail/mailalias.el (mail-directory): Doc fix.
29433 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29435         * mail/mailalias.el (mail-directory-process): Do nothing if
29436         mail-directory-process is an atom.
29437         (mail-get-names): Ignore mail-directory-names if it is an atom.
29438         (mail-directory-process defvar): Doc fix.
29439         (mail-names): Doc fix.
29441 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
29443         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
29445 2005-03-26  Kenichi Handa  <handa@m17n.org>
29447         * international/mule-util.el (detect-coding-with-priority):
29448         Call update-coding-systems-internal before detect-coding-region.
29450 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
29452         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
29453         (gdb-frames-mode-map): Add follow-link property.
29455 2005-03-25  Jay Belanger  <belanger@truman.edu>
29457         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
29458         for variables.
29460 2005-03-25  Juri Linkov  <juri@jurta.org>
29462         * image-mode.el: Optimize image filename extension regexps in
29463         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
29464         in `auto-mode-alist'.
29465         (image-mode): Add `image-toggle-display-text' to local hook
29466         `change-major-mode-hook'.  Display the image as an image by
29467         default.  Set `cursor-type' and `truncate-lines' if the image
29468         is already displayed.  Take into account the current mode (image
29469         or text) in message.
29470         (image-minor-mode): New minor mode.
29471         (image-mode-maybe, image-toggle-display-text): New functions.
29472         (image-toggle-display): Use called-interactively-p.
29473         Let-bind `inhibit-read-only' to t.
29475         * image-mode.el (image-minor-mode): Set `cursor-type' and
29476         `truncate-lines' if the image is already displayed.  Add turning
29477         image-minor-mode off to `change-major-mode-hook'.  Add message.
29478         Call `image-toggle-display-text' after turning image-minor-mode off.
29480 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29482         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
29483         Terminal.app, use utf-8.
29484         (set-display-table-and-terminal-coding-system): Add coding-system arg.
29485         (set-locale-environment): Use it.
29487         * term/xterm.el: Undo last change, better done in mule-cmds.el.
29489         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29491         * progmodes/python.el (python-close-block-statement-p)
29492         (python-outdent-p, python-current-defun): Use symbol-end.
29494 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
29496         * files.el (save-some-buffers): Doc fix.
29498 2005-03-25  Werner Lemberg  <wl@gnu.org>
29500         * complete.el, thumbs.el: Replace `legal' with `valid'.
29501         * calendar/calendar.el: Replace `legal' with `valid'.
29502         * emacs-lisp/advice.el: Replace `legal' with `valid'.
29503         * mail/supercite.el: Replace `legal' with `valid'.
29504         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
29505         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
29506         Replace `legal' with `valid'.
29507         * textmodes/reftex-vars.el, textmodes/reftex.el:
29508         Replace `legal' with `valid'.
29510 2005-03-25  Werner Lemberg  <wl@gnu.org>
29512         * calc/calc-forms.el, calc/calc-sel.el
29513         * midnight.el, vc-cvs.el
29514         * emacs-lisp/cl-macs.el
29515         * emulation/vip.el
29516         * eshell/esh-io.el, eshell/esh-var.el
29517         * mail/supercite.el
29518         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
29519         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
29520         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
29521         * progmodes/sh-script.el, progmodes/xscheme.el
29522         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
29523         * textmodes/reftex-index.el, textmodes/reftex-parse.el
29524         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
29525         * textmodes/reftex.el, textmodes/org.el:
29526         Replace `illegal' with `invalid'.
29528 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29530         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
29531         (flymake-find-buildfile, flymake-find-possible-master-files)
29532         (flymake-check-include, flymake-parse-line): Replace loops over the
29533         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
29535         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
29536         Substitute file-name-as-directory in the rest of the file.
29537         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
29538         (flymake-replace-region): Remove unused arg `buffer'.
29539         (flymake-check-patch-master-file-buffer): Update calls to it.
29540         (flymake-add-err-info): Remove unused var `count'.
29541         (flymake-mode): Use define-minor-mode.
29543         * progmodes/flymake.el: Use with-current-buffer.
29544         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
29545         flymake-replace-regexp-in-string, flymake-line-beginning-position)
29546         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
29547         Avoid testing for `xemacs'.
29548         (flymake-nop): Move.
29549         (flymake-region-has-flymake-overlays): Return the computed value.
29550         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
29551         Remove unused var `endline'.
29552         (flymake-get-line-count): Remove unused function.
29553         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
29555         * emulation/vi.el:
29556         * generic.el:
29557         * hilit-chg.el (global-highlight-changes):
29558         * hi-lock.el (hi-lock-mode):
29559         * follow.el: find-file-hooks -> find-file-hook.
29561         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
29563 2005-03-24  Juri Linkov  <juri@jurta.org>
29565         * dired.el (dired-mode-map): Add menu item "Compare directories"
29566         for dired-compare-directories.
29568         * dired-aux.el (dired-compare-directories): Add autoload cookie.
29569         Doc fix.  Replace `read-file-name' with `read-directory-name'.
29571 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29573         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
29575 2005-03-24  Jay Belanger  <belanger@truman.edu>
29577         * calc/calc-embed.el (calc-embedded-mode-change): Save all
29578         relevant mode settings in calc-embedded-original-modes when modes
29579         are permanently changed.
29581 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29583         * autoinsert.el: find-file-hooks -> find-file-hook.
29585 2005-03-24  Lute Kamstra  <lute@gnu.org>
29587         * generic.el (generic-font-lock-defaults): Make it obsolete.
29588         (generic-font-lock-keywords): New variable to replace
29589         generic-font-lock-defaults.
29590         (generic-mode-set-font-lock): Delete it.
29591         (generic-mode-internal): Don't call generic-mode-set-font-lock.
29592         (generic-bracket-support): Add docstring.
29594         * generic-x.el: Rename generic-font-lock-defaults to
29595         generic-font-lock-keywords throughout.
29596         (mailagent-rules-setup-function): Delete it.
29597         (mailagent-rules-generic-mode): Use anonymous function instead.
29598         (show-tabs-generic-mode-font-lock-defaults-1)
29599         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
29600         Quote faces.
29601         (show-tabs-tab-face, show-tabs-space-face): Specify background,
29602         not foreground.
29604         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
29605         Recognize define-generic-mode.
29607 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29609         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
29610         if there's no completion table.
29612 2005-03-23  Miles Bader  <miles@gnu.org>
29614         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29615         Remove tty-specific variants, as they're no longer needed.
29617 2005-03-23  Lute Kamstra  <lute@gnu.org>
29619         * generic-x.el: Code cleanup: make args constant whenever possible.
29620         (installshield-statement-keyword-list)
29621         (installshield-system-functions-list)
29622         (installshield-system-variables-list, installshield-types-list)
29623         (installshield-funarg-constants-list): Make them constants.
29625         * generic.el (generic-make-keywords-list): Add autoload cookie.
29627         * calendar/time-date.el: Add comment on time value formats.
29628         Don't require parse-time.
29629         (with-decoded-time-value): New macro.
29630         (encode-time-value): New function.
29631         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
29632         (days-to-time): Return a valid time value when arg is huge.
29633         (time-since): Use time-subtract.
29634         (time-to-number-of-days): Use time-to-seconds.
29636 2005-03-23  David Ponce  <david@dponce.com>
29638         * recentf.el (recentf-keep): New option.
29639         (recentf-menu-action): Default to `find-file'.
29640         (recentf-keep-non-readable-files-flag)
29641         (recentf-keep-non-readable-files-p)
29642         (recentf-file-readable-p, recentf-find-file)
29643         (recentf-cleanup-remote): Remove.
29644         (recentf-include-p): More robust.
29645         (recentf-keep-p): New function.
29646         (recentf-remove-if-non-kept): Rename from
29647         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
29648         All callers updated.
29649         (recentf-menu-items-for-commands): Fix help string.
29650         (recentf-track-closed-file): Update.  Doc fix.
29651         (recentf-cleanup): Update.  Count removed files.  Doc fix.
29653 2005-03-23  Kim F. Storm  <storm@cua.dk>
29655         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29656         Don't inherit from fringe face (now happens automatically).
29658 2005-03-22  Kim F. Storm  <storm@cua.dk>
29660         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
29661         position values.
29663 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29665         * menu-bar.el (showhide-date-time): Remove.
29666         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
29667         (menu-bar-make-mm-toggle): Simplify.
29669 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29671         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
29672         Accept qualified variable and function names.
29674 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
29676         * bindings.el (completion-ignored-extensions):
29677         Remove ".lis" for `vax-vms'.
29679 2005-03-22  Andreas Schwab  <schwab@suse.de>
29681         * generic-x.el: Revert last change.
29682         * ldefs-boot.el: Update.
29684 2005-03-22  Jay Belanger  <belanger@truman.edu>
29686         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
29687         (calc-embedded-save-original-modes)
29688         (calc-embedded-restore-original-modes): New functions.
29689         (calc-do-embedded): Save original modes when entering embedded mode
29690         and restore when leaving embedded mode.
29691         (calc-embedded-modes-change): Change the value of
29692         calc-embedded-original-modes to reflect permanent changes.
29694 2005-03-22  Lute Kamstra  <lute@gnu.org>
29696         * generic-x.el: Require generic again.
29698 2005-03-22  Miles Bader  <miles@gnu.org>
29700         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29701         Tweak details to look good on both ttys and bitmap displays, light
29702         or dark background, etc.
29704 2005-03-21  Kim F. Storm  <storm@cua.dk>
29706         * tooltip.el (tooltip-show-help-function): Check car and cdr of
29707         mouse position.
29709 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
29711         * icomplete.el: Don't forcibly turn on the mode upon load.
29712         (icomplete-mode): Use define-minor-mode.
29713         (icomplete-eoinput): Default to nil.
29714         (icomplete-minibuffer-setup): Remove autoload.
29715         (icomplete-tidy): Simplify.
29716         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
29717         in the initial state or if the user has modified the field.
29718         Fix handling of icomplete-max-delay-chars.
29719         Remove code that handles the oddball case where
29720         minibuffer-completion-table is an integer.
29721         Wrap icomplete-completions in while-no-input in case building
29722         completions takes more time than expected.
29723         (icomplete-completions): Simplify.
29725 2005-03-21  Richard M. Stallman  <rms@gnu.org>
29727         * jka-compr.el (jka-compr-really-do-compress):
29728         Make variable buffer-local.
29730         * image-mode.el: Handle .xpm files too.
29731         (image-toggle-display): Preserve modification flag.
29733         * help.el (where-is): Don't mention aliases with no key bindings.
29735 2005-03-21  Lute Kamstra  <lute@gnu.org>
29737         * generic.el: Fix commentary section.  Don't require cl for
29738         compilation.
29739         (generic-mode-list): Add autoload cookie.
29740         (generic-use-find-file-hook, generic-lines-to-scan)
29741         (generic-find-file-regexp, generic-ignore-files-regexp)
29742         (generic-mode, generic-mode-find-file-hook)
29743         (generic-mode-ini-file-find-file-hook): Fix docstrings.
29744         (define-generic-mode): Make it a defmacro.  Fix docstring.
29745         (generic-mode-internal): Code cleanup.  Add autoload cookie.
29746         (generic-mode-set-comments): Code cleanup.
29747         * generic-x.el: Don't prevent compilation.  Don't require generic.
29748         Follow coding conventions.  Minor code cleanup.
29749         (etc-fstab-generic-mode): Add some keywords.
29750         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
29751         define-generic-mode like a function declaration.
29753 2005-03-21  Jay Belanger  <belanger@truman.edu>
29755         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
29756         changing modes.
29758 2005-03-21  Sam Steingold  <sds@gnu.org>
29760         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
29762 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
29764         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
29765         Add underscore to "f$ lexicals" regexp.
29767 2005-03-20  Juri Linkov  <juri@jurta.org>
29769         * subr.el (progress-reporter-do-update): When `min-value' is equal
29770         to `max-value', set `percentage' to 0 and prevent division by zero.
29772 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
29774         Sync with Tramp 2.0.48.
29776         * net/tramp.el (all): Change all addresses to .gnu.org.
29777         (tramp-append-tramp-buffers): New defun.
29778         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
29779         Catch `dont-send' signal.
29780         (tramp-set-auto-save-file-modes): Set always permissions, because
29781         there might be an old auto-saved file belonging to another
29782         original file.  This could be a security threat.  Reported by
29783         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
29784         Check for Emacs 21.3.50 removed.
29786         * net/tramp-smb.el (all): Remove debug construct for
29787         `with-parsed-tramp-file-name'.
29788         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
29789         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
29790         No error message if DIRECTORY or FILENAME doesn't exist.
29791         (tramp-smb-open-connection): Check existence of
29792         `tramp-smb-program'.
29794 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29796         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
29797         Properly handle the case where the `m' or `s' command's argument is not
29798         yet terminated.
29799         (perl-indent-new-calculate): New function.
29800         (perl-indent-line): Use it.
29802 2005-03-20  Miles Bader  <miles@gnu.org>
29804         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
29805         in text-mode too.  Change to new face names.
29806         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
29807         Add `:weight bold' attribute.
29808         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
29810 2005-03-19  Juri Linkov  <juri@jurta.org>
29812         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
29814         * international/mule.el (auto-coding-alist): Sync with
29815         `auto-mode-alist' by adding upper case archive file extensions
29816         and adding ear/war to jar extension.
29818 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
29820         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
29821         running, restart it.
29823 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
29825         * finder.el (finder-current-item): Throw an error on an empty line.
29827         * man.el (Man-follow-manual-reference): If current-word returns
29828         nil, use "".
29830 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
29832         * simple.el (goto-line): Doc fix.
29834 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
29836         * files.el (save-buffer): Doc fix.
29838 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
29840         * recentf.el (recentf-cleanup-remote): New variable.
29841         (recentf-cleanup): Use it to conditionally check availability of
29842         remote files.
29844 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
29846         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
29847         function names.
29849 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29851         * language/thai-word.el: New file.
29853 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29855         * files.el (backup-buffer): If the file's directory is not
29856         writable, use copy instead of move to backup the file.
29858 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29860         * obsolete/keyswap.el: Moved to obsolete/ from term/.
29862 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29864         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
29865         Use functionp instead of symbolp and fboundp.  Reported by Drkm
29866         <darkman_spam@yahoo.fr>.
29867         (ps-print-version): New version 6.6.6.
29869 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
29871         * textmodes/table.el (table--line-column-position): New idiom.
29872         (table--row-column-insertion-point-p): New function to test
29873         validity of row and column insertion operation at a location.
29874         (table-global-menu, table-cell-menu): Use above functions for
29875         deterministic test operation.
29876         (table--editable-cell-p): Behave in deterministic fashion.
29878 2005-03-18  Juri Linkov  <juri@jurta.org>
29880         * isearch.el (isearch-lazy-highlight-new-loop):
29881         Make arguments beg and end optional.
29882         (isearch-update): Remove optional arguments nil from
29883         isearch-lazy-highlight-new-loop.
29884         (isearch-lazy-highlight-search): Let-bind case-fold-search to
29885         isearch-lazy-highlight-case-fold-search instead of
29886         isearch-case-fold-search, and let-bind isearch-regexp to
29887         isearch-lazy-highlight-regexp.
29888         Use isearch-lazy-highlight-last-string instead of isearch-string.
29890         * replace.el (perform-replace): Remove bindings of global
29891         variables isearch-string, isearch-regexp, isearch-case-fold-search.
29892         Add three new arguments to `replace-highlight'.
29893         (replace-highlight): Add arguments string, regexp, case-fold.
29894         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
29895         to allow isearch-lazy-highlight-new-loop to use these values
29896         to set corresponding isearch-lazy-highlight-* internal
29897         variables whose values lazy highlighting will use regardless of
29898         changes to global variables isearch-string, isearch-regexp,
29899         isearch-case-fold-search during lazy highlighting loop.
29900         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
29901         to `lazy-highlight-cleanup'.
29903         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
29904         (ispell-highlight-face): Set default face to `isearch' when
29905         lazy highlighting is enabled.
29906         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
29907         priority to 1.  Add lazy highlighting.
29908         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
29909         from `isearch-dehighlight'.
29911 2005-03-18  David Ponce  <david@dponce.com>
29913         * files.el (hack-local-variables): Do a case-insensitive search
29914         for End.
29916 2005-03-18  Juri Linkov  <juri@jurta.org>
29918         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
29919         `isearch-lazy-highlight-cleanup', add alias to old name and
29920         declare obsolete.  Add release numbers to other obsolete vars.
29921         (isearch-done, isearch-lazy-highlight-new-loop):
29922         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
29923         (lazy-highlight-cleanup) <variable>: Doc fix.
29924         (isearch-lazy-highlight-update): Rename obsolete
29925         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
29927 2005-03-18  Kenichi Handa  <handa@m17n.org>
29929         * language/thai-util.el: Fix categorization of Thai characters in
29930         thai-category-table.
29931         (thai-composition-pattern): Adjust it for the above change.
29932         (thai-self-insert-command, thai-compose-syllable): New functions.
29933         (thai-compose-region): Use thai-compose-syllable.
29934         (thai-compose-string): Likewise.
29935         (thai-composition-function): Likewise.
29936         (thai-auto-composition): New function.
29937         (thai-auto-composition-mode): New minor mode.
29939         * language/thai.el: Fix patterns to be registered in
29940         composition-function-table.
29942         * international/quail.el (quail-input-method): Locally bind
29943         inhibit-modification-hooks to t.
29945 2005-03-17  Richard M. Stallman  <rms@gnu.org>
29947         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
29948         (perl-mode): Use run-mode-hooks.
29950         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
29951         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
29952         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
29954         * mail/sendmail.el (sendmail-send-it): Reenable the code
29955         to compute resend-to-address and use it.
29957         * tar-mode.el (tar-mode): Turn off undo unconditionally.
29959         * image-mode.el: New file.
29961         * image.el (insert-sliced-image): Add autoload cookie.
29963         * font-lock.el (font-lock-lines-before): New user option.
29964         (font-lock-after-change-function): Obey it.
29966         * bindings.el (esc-map): Make M-g a prefix.
29967         Bind M-g g and M-g M-g to goto-line.
29969         * faces.el (face-id): Doc fix.
29971 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29973         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
29974         (rmail-show-message): Use rmail-unknown-mail-followup-to.
29975         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
29977         * mail/sendmail.el (mail-yank-ignored-headers)
29978         (mail-font-lock-keywords, mail-mode-fill-paragraph):
29979         Add Mail-Followup-To and Mail-Reply-To headers.
29980         (mail-citation-hook): Add autoload cookie.
29981         (mail-mode): Doc fix.
29982         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
29983         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
29984         (mail-mode-fill-paragraph): Handle those headers.
29985         (mail-mailing-lists): New variable.
29986         (mail-mail-reply-to, mail-mail-followup-to): New functions.
29988 2005-03-17  Juri Linkov  <juri@jurta.org>
29990         * isearch.el (isearch-fallback): Check for `(car previous)'
29991         before calling `isearch-other-end-state'.
29993 2005-03-17  Kim F. Storm  <storm@cua.dk>
29995         * simple.el (move-beginning-of-line): Move to beginning of buffer
29996         line, as well as beginning of screen line.
29998 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
30000         * calendar/diary-lib.el (mark-diary-entries): Use new optional
30001         argument REDRAW rather than calendar-redrawing variable.
30002         * calendar/calendar.el (calendar-redrawing): Delete.
30003         (redraw-calendar): Do not bind calendar-redrawing.
30005 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
30007         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30008         diary-file buffer.
30010 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30012         * help.el (describe-mode): Allow a :minor-mode-function property to
30013         specify a different minor mode toggle function than the variable.
30014         * simple.el (auto-fill-function):
30015         * subr.el (add-minor-mode): Use it.
30017 2005-03-16  Kenichi Handa  <handa@m17n.org>
30019         * language/ethio-util.el (sera-being-called-by-w3): New variable.
30020         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30021         (ethio-fidel-to-sera-buffer): Likewise.
30023 2005-03-16  Juri Linkov  <juri@jurta.org>
30025         * emacs-lisp/find-func.el (find-function-regexp):
30026         Add defun-emitting macro `menu-bar-make-toggle'.
30028         * isearch.el: Put `isearch-scroll' property to
30029         `split-window-horizontally'.
30031         * info.el: Update error messages for `debug-ignored-errors'.
30032         (Info-isearch-search): Doc fix.
30033         (Info-find-node): Move up code to go into info buffer before
30034         recording the node to the history.
30035         (Info-fontify-node): Fontify titles only if the next line
30036         has two or more `*', `=', `-', `.'.
30037         Display "go to this node" for empty (match-string 3).
30039 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30041         * term/mac-win.el: Add mouse pointer shape constants.
30043 2005-03-15  Kim F. Storm  <storm@cua.dk>
30045         * simple.el (move-beginning-of-line): Use vertical-motion.
30047 2005-03-15  Juri Linkov  <juri@jurta.org>
30049         * isearch.el (isearch-error): New variable.
30050         (isearch-invalid-regexp, isearch-within-brackets): Remove.
30051         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30052         (isearch-within-brackets-state): Remove.
30053         (isearch-case-fold-search-state, isearch-pop-fun-state):
30054         Decrease frame index.
30055         (isearch-mode, isearch-top-state, isearch-push-state)
30056         (isearch-edit-string, isearch-abort, isearch-search-and-update)
30057         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30058         (isearch-search, isearch-lazy-highlight-new-loop):
30059         Replace `isearch-invalid-regexp' with `isearch-error'.
30060         Remove `isearch-within-brackets'.
30061         (isearch-search): Add `search-failed' handler to `condition-case'.
30062         (isearch-lazy-highlight-search): Add `condition-case' to catch
30063         errors and allow `isearch-lazy-highlight-update' to try
30064         highlighting from the beginning of the window.
30065         (isearch-repeat): Move up code to set isearch-wrapped to t
30066         before calling isearch-wrap-function.
30068         * info.el (Info-isearch-initial-node): New internal variable.
30069         (Info-search): Signal an error in isearch mode when search leaves
30070         the initial node.  Signal an error when `bound' is non-nil and
30071         nothing was found in the current subfile.
30072         (Info-isearch-search): Remove `condition-case'.
30073         (Info-isearch-wrap): Don't wrap when search failed during leaving
30074         the initial node.  If `Info-isearch-search' is nil, wrap around
30075         the current node.
30076         (Info-isearch-start): New fun.
30077         (Info-mode): Add buffer-local hook `Info-isearch-start' to
30078         `isearch-mode-hook'.
30080 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30082         * simple.el (normal-erase-is-backspace): Set default to t if
30083         running on Mac.
30085         * term/mac-win.el (function-key-map): Sync with x-win.el.
30087 2005-03-15  Kenichi Handa  <handa@m17n.org>
30089         * international/mule-cmds.el (locale-language-names): Modify the
30090         format of elements and add more entries.
30091         (locale-preferred-coding-systems): Add more entries.
30092         (set-locale-environment): Adjust for the change of
30093         locale-language-names.
30095 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
30097         * pcvs.el (smerge-ediff): Remove bogus autoload.
30099 2005-03-14  Lute Kamstra  <lute@gnu.org>
30101         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30102         Ignore a `*' at the beginning of a line.
30104         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30105         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30106         subr.el.
30107         (dont-compile, eval-when-compile, eval-and-compile): Use declare
30108         to specify indentation.
30110         * generic.el (define-generic-mode): Let generic-mode-list be a
30111         list of strings; test membership with equal.
30113 2005-03-14  Kim F. Storm  <storm@cua.dk>
30115         * simple.el (next-line, previous-line): Add optional try-vscroll
30116         arg to recognize interactive use.  Pass it on to line-move.
30117         (line-move): Don't perform auto-window-vscroll when defining or
30118         executing keyboard macro to ensure consistent behavior.
30120 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30122         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30124 2005-03-13  Lute Kamstra  <lute@gnu.org>
30126         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30127         debugger-setup-buffer so that backtrace marks the frames set to
30128         debug-on-exit and we don't have to do it manually.  Set an extra
30129         debug-on-exit for macro's.
30130         (debugger-setup-buffer): Don't mark the top frame manually.
30132 2005-03-12  Lute Kamstra  <lute@gnu.org>
30134         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30135         lisp-indent-function throughout.
30136         (with-no-warnings): Set lisp-indent-function property.
30138 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
30140         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30141         Add entry for backslash.
30143 2005-03-12  Juri Linkov  <juri@jurta.org>
30145         * info.el (Info-search): Four fixes for backward search.
30147 2005-03-11  Jay Belanger  <belanger@truman.edu>
30149         * calc/calc.el (calc-language-alist): New variable.
30150         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30151         (calc-embedded-find-modes): Use calc-language-alist instead of
30152         calc-embedded-language-alist.
30154 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30156         * calendar/calendar.el (calendar-redrawing): New internal
30157         variable.
30158         (redraw-calendar): Remove bogus save-excursion from previous
30159         change.  Bind calendar-redrawing to t for mark-diary-entries.
30160         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30161         calendar if that is why we were called.
30163 2005-03-11  Kenichi Handa  <handa@m17n.org>
30165         * international/mule.el (make-coding-system): Set property
30166         coding-system-define-form to nil.
30167         (define-coding-system-alias): Likewise.
30169 2005-03-11  Kenichi Handa  <handa@m17n.org>
30171         These changes are suggested by Dave Love <fx@gnu.org>.
30173         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30174         coding: tag.
30175         (adaptive-fill-regexp): Add more bullets.
30176         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30177         regexps.
30179 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30181         * help.el (describe-mode): Properly handle non-trivial lighters.
30182         Don't ignore minor modes that are not listed in minor-mode-list.
30184         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30185         feature ON when the user requests to turn it OFF.
30187 2005-03-10  Lute Kamstra  <lute@gnu.org>
30189         * emacs-lisp/debug.el (debug-entry-code): Delete it.
30190         (implement-debug-on-entry): New function to replace debug-entry-code.
30191         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
30192         second argument as the 2005-03-07 change makes it obsolete.
30193         (debug-on-entry, cancel-debug-on-entry): Update call to
30194         debug-on-entry-1.
30195         (debug, debugger-setup-buffer): Comment update.
30196         (debugger-frame-number): Update to work with implement-debug-on-entry.
30198 2005-03-10  Jay Belanger  <belanger@truman.edu>
30200         * calc/calc-embed.el (math-ms-args): Declare it.
30201         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30202         math-ms-args.
30203         (calc-embedded-subst): Use math-multi-subst-rec to substitute
30204         variables.
30206 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
30208         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30209         Use message-box.
30211         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30212         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30213         (tooltip-gud-tips): Simplify.
30214         (tooltip-gud-tips-p): Remove superfluous :set.
30215         (tooltip-gud-modes): Add fortran-mode.
30216         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30218         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30220 2005-03-09  Kim F. Storm  <storm@cua.dk>
30222         * play/animate.el (animate-place-char): Use forward-line instead
30223         of next-line to improve performance.
30225 2005-03-09  Simon Josefsson  <jas@extundo.com>
30227         * net/browse-url.el (browse-url-default-browser): Doc fix.
30229 2005-03-09  Miles Bader  <miles@gnu.org>
30231         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30232         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30234 2005-03-09  Kenichi Handa  <handa@m17n.org>
30236         * international/latin-1.el: Set case and syntax for 255 only if
30237         set-case-syntax-set-multibyte is nil.
30239         * textmodes/ispell.el (ispell-insert-word): New function.
30240         (ispell-word): Use ispell-insert-word to insert a new word.
30241         (ispell-process-line): Likewise.
30242         (ispell-complete-word): Likewise.
30244 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
30246         * calendar/calendar.el (redraw-calendar): Preserve point.
30247         Reported by Matt Hodges <MPHodges@member.fsf.org>.
30248         (calendar-week-start-day): Move after definition of
30249         redraw-calendar.  Delete buffer test, since redraw-calendar has
30250         that now.
30252         * calendar/diary-lib.el (mark-diary-entries): Only call
30253         redraw-calendar in the first of any recursive calls.
30254         Reported by Alan Shutko <ats@acm.org>.
30256 2005-03-08  Juri Linkov  <juri@jurta.org>
30258         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30259         (html-horizontal-rule, html-line, html-image, html-checkboxes)
30260         (html-radio-buttons): Add a space before the trailing `/>' where
30261         sgml-xml-mode is non-nil.
30262         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30263         the subsequent tag of the empty XML tag.
30264         (html-href-anchor): Don't set initial input to "http:".
30265         (html-image): Ask for the image URL and set point inside alt="".
30266         (html-name-anchor): Duplicate the name in the `id' attribute when
30267         sgml-xml-mode is non-nil.
30268         (html-paragraph): Remove \n before <p>.
30269         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30270         instead of `checked' when sgml-xml-mode is non-nil.
30272         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30273         Remove 1 space before #RRGGBB to not truncate it on terminal
30274         windows w/o fringes.  Remove 1 space between bg and fg examples
30275         to get more space.
30276         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30277         avoid byte-compile warnings.
30279         * image-file.el (image-file-handler): Put `safe-magic' property to
30280         `image-file-handler'.
30282         * info.el (Info-isearch-search): Emulate word search in
30283         isearching through multiple Info nodes with Info-search.
30284         (Info-isearch-wrap): Allow isearch-word.
30286 2005-03-08  Lute Kamstra  <lute@gnu.org>
30288         * emacs-lisp/debug.el (debugger-step-through): Make sure that
30289         stepping into the debugger's code is not possible.
30290         (debugger-jumping-flag): Docstring update.
30292 2005-03-08  Jay Belanger  <belanger@truman.edu>
30294         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
30295         embedded mode begins.
30296         (calc-embedded-language-alist): New variable.
30297         (calc-embedded-find-modes): Use calc-embedded-language-alist to
30298         set default language mode.
30300 2005-03-08  Kenichi Handa  <handa@m17n.org>
30302         * international/ccl.el (define-ccl-program): Fix docstring about
30303         extra 256 bytes assured for the output buffer.
30305         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30306         Fix BUFFER_MAGNIFICATION to 2.
30307         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30309 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
30311         * align.el (align-rules-list): Added an alignment rule for CSS
30312         declarations (applies to css-mode and html-mode buffers).
30314 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
30316         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
30318 2005-03-07  Kim F. Storm  <storm@cua.dk>
30320         * simple.el (move-beginning-of-line): New command.
30322         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
30324         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
30326         * emulation/cua-base.el: Put CUA move property on move-end-of-line
30327         and move-beginning-of-line.
30329         * apropos.el (apropos-print): Omit command from M-x ... RET.
30331 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
30333         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
30334         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
30336 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30338         * bindings.el (esc-map): Bind M-g to goto-line.
30340         * facemenu.el (global-map): Bind M-o, not M-g.
30342 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30344         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
30345         "Open Directory" as for "Open File".
30347 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
30349         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
30350         (push-mark-command): Run activate-mark-hook.
30352 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30354         * help-mode.el (help-mode-finish): Don't alter the element
30355         in view-return-to-alist if there already is one.
30357         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
30358         make sure the current buffer is the expected one.
30360         * novice.el (disabled-command-function): Output in *Disabled Command*.
30361         Explicitly ignore non-keyboard events, and explicitly handle C-g.
30363         * textmodes/flyspell.el (flyspell-large-region):
30364         Pass args differently for aspell.
30366         * files.el (mode-require-final-newline): Doc fix.
30368 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30370         * progmodes/which-func.el (which-function):
30371         Specify NOERROR when calling imenu--make-index-alist.
30373 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30375         * simple.el (normal-erase-is-backspace): Define default value.
30377         * custom.el (custom-theme-set-variables): Remove unused var
30378         `immediate'.
30379         (custom-reevaluate-setting): Simple function to handle variables
30380         that are defined before their default value can really be
30381         computed.
30383         * startup.el (command-line): Use it for temporary-file-directory,
30384         small-emporary-file-directory, auto-save-file-name-transforms,
30385         blink-cursor-mode, and normal-erase-is-backspace.
30387         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
30388         progress, even with buggy anchored keywords.
30390 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
30392         * simple.el (goto-line): Remove unbalanced final parenthesis.
30394 2005-03-05  Richard M. Stallman  <rms@gnu.org>
30396         * simple.el (goto-line): Use a number at point as the default.
30397         With C-u as arg, switch buffers.
30399 2005-03-05  Juri Linkov  <juri@jurta.org>
30401         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
30402         with `no-blinking-cursor'.
30404         * startup.el (no-blinking-cursor): New defvar.
30405         (command-line): Add `--no-blinking-cursor' to longopts.
30406         Set `no-blinking-cursor' to t for command line arguments
30407         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
30408         with `no-blinking-cursor' in the condition for calling
30409         `blink-cursor-mode'.
30411 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
30413         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
30414         (menu-bar-options-save): Add blink-cursor-mode.
30415         (menu-bar-options-menu): Add blink-cursor-mode.
30417 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
30419         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
30420         (icalendar-export-file, icalendar-export-region)
30421         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
30422         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
30424 2005-03-04  Lute Kamstra  <lute@gnu.org>
30426         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
30427         (debug-function-list): Ditto.
30429 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
30431         * textmodes/texinfmt.el (texinfo-append-refill):
30432         Redefine the types of line to which @refill
30433         is not appended by replacing a search for `@refill\\|@bye' with
30434         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
30435         itemize@refill' bug and the unfilled long lines bug.
30436         (texinfmt-version): Update number and date.
30438 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
30440         * international/code-pages.el (windows-1250, windows-125[2-8])
30441         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
30443 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30445         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
30446         bound yet.
30448 2005-03-02  Romain Francoise  <romain@orebokech.com>
30450         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
30451         buffer after removing limits.
30452         (ibuffer-pop-filter): Ditto.
30453         Update copyright.
30455 2005-03-02  Miles Bader  <miles@gnu.org>
30457         * button.el (make-text-button): If the user doesn't specify a
30458         type, use the default.  Rewrite to use `add-text-properties' and
30459         plist functions.
30461 2005-03-01  Lute Kamstra  <lute@gnu.org>
30463         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
30464         (debugger-jumping-flag): New var.
30465         (debug-entry-code): Use it.
30466         (debugger-jump): Use debugger-jumping-flag and add
30467         debugger-reenable to post-command-hook.
30468         (debugger-reenable): Use debugger-jumping-flag and remove itself
30469         from post-command-hook.
30470         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
30471         debugger-reenable.
30473 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
30475         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
30476         inclusion of "itemize\\|", which may be unnecessary, is certainly
30477         inelegant, and stops refilling in itemize lists when formatting
30478         Japanese Texinfo files to Info.
30479         Update copyright to 2005.
30481 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
30483         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
30484         of an error if GDB can't find the source file.
30486 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
30488         * calendar/calendar.el (redraw-calendar): Work from any buffer,
30489         not just the calendar.
30491         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
30492         first.
30493         (diary-redraw-calendar): New function.
30494         (make-diary-entry): Add diary-redraw-calendar to local
30495         write-contents-functions.  Turn off selective display before
30496         inserting in diary.
30498 2005-03-01  Kim F. Storm  <storm@cua.dk>
30500         * emacs-lisp/copyright.el (copyright-fix-years): New command.
30502 2005-03-01  Lute Kamstra  <lute@gnu.org>
30504         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
30505         that debug-entry-code can be safely removed from a function while
30506         this code is being evaluated.  Revert the 2005-02-27 change as the
30507         new implementation no longer requires it.  Make sure that a
30508         function body containing just a string is not mistaken for a docstring.
30509         (debug): Skip one more frame in case of debug on entry.
30510         (debugger-setup-buffer): Delete one more frame line in case of
30511         debug on entry.
30512         (debugger-frame-number): Update to use the new text introduced by
30513         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
30515 2005-02-28  Kim F. Storm  <storm@cua.dk>
30517         * double.el (double-translate-key): Call force-window-update after
30518         read-event to avoid crash in redisplay.
30520 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30522         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
30523         (debug): Use it.  Move the inhibit-trace earlier.
30524         (debug-entry-code): New const.
30525         (debug-on-entry-1): Use it.
30527 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
30529         * international/utf-16.el (ccl-encode-mule-utf-16le):
30530         Fix BUFFER_MAGNIFICATION to 2.
30531         (ccl-encode-mule-utf-16be): Likewise.
30533 2005-02-28  Kenichi Handa  <handa@m17n.org>
30535         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30536         Fix BUFFER_MAGNIFICATION to 4.
30537         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30539 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
30541         * speedbar.el (speedbar-update-flag): Doc fix.
30542         (speedbar-show-info-under-mouse): Give set-mouse-position the right
30543         argument.
30545 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30547         * reveal.el (reveal-post-command): Don't try to reveal overlays which
30548         have a non-nil `invisible' property but are actually visible.
30550         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
30551         for perldoc sections.
30552         (perl-outline-regexp, perl-outline-level): New var and function.
30553         (perl-mode): Use them.
30555 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
30557         * calendar/diary-lib.el (diary-remind): Discard any mark portion
30558         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
30560 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
30562         * cus-edit.el: Comment change.
30563         (custom-buffer-create-internal): Slightly reword text at top of
30564         Custom buffers.  Mention there that saving an option edits the
30565         init file.  Add link to Emacs manual node on `custom-file'.
30566         (custom-magic-alist): Rewrite individual State messages to use
30567         capitalized keywords.  Doc fix.
30569 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
30571         * calendar/calendar.el (calendar-buffer): Move above
30572         calendar-week-start-day.
30573         (calendar-week-start-day): Doc fix.  Add :set function.
30574         (calendar-minimum-window-height): New variable.
30575         (generate-calendar-window): Only resize window if selected-window
30576         is displaying the calendar buffer.  Use new variable
30577         calendar-minimum-window-height.
30578         (generate-calendar): Reword error message.
30579         (calendar-mode-map): Bind DEL to scroll-other-window-down.
30581 2005-02-27  Andreas Schwab  <schwab@suse.de>
30583         * vc.el (vc-do-command): Don't run command asynchronously when
30584         operating in a remote directory.
30586         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
30587         change from sync with Tramp 2.0.47.
30589 2005-02-27  Richard M. Stallman  <rms@gnu.org>
30591         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
30593         * textmodes/flyspell.el (flyspell-mode-on):
30594         Call ispell-change-dictionary only if necessary.
30596         * emacs-lisp/re-builder.el (regexp-builder): New function.
30598         * register.el (describe-register-1): Explicitly handle
30599         yank-excluded-properties = t.
30601         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
30602         (custom-magic-alist): Change the status descriptions again.
30603         (face widget-type): Total rewrite based on `restricted-sexp'
30604         to eliminate the confusing double hiding levels.
30606         * emacs-lisp/debug.el (debug-on-entry-1):
30607         If function body is empty, add nil as body form.
30609 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30611         * emacs-lisp/trace.el (inhibit-trace): New var.
30612         (trace-make-advice): Use it.
30614         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
30616 2005-02-26  Kim F. Storm  <storm@cua.dk>
30618         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
30619         (mouse-on-link-p, mouse-drag-region-1): Use it.
30621 2005-02-25  Lute Kamstra  <lute@gnu.org>
30623         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
30625 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
30627         * frame.el (blink-cursor-mode): Add :group keyword.
30629 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
30631         * calendar/icalendar.el (icalendar--decode-isodatetime):
30632         New optional argument DAY-SHIFT.
30633         (icalendar-export-region): Fix coding-system-for-write.
30634         (icalendar--convert-ical-to-diary): Shift end-day of all-day
30635         events by one.
30637 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30639         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
30641 2005-02-24  Kim F. Storm  <storm@cua.dk>
30643         * international/iso-acc.el (iso-accents-compose): Fix crash
30644         during redisplay.  Call force-window-update after read-event
30645         and delete-region to signal that window is not accurate.
30647 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30649         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
30650         Remove unused and inexistent var `inhibit-trace'.
30651         (debugger-mode): Use run-mode-hooks.
30652         (debugger-list-functions): Add buttons; setup xref stack.
30654 2005-02-23  Richard M. Stallman  <rms@gnu.org>
30656         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
30657         appointment says it was explicitly made.
30658         (appt-add): Set the 3rd element.
30659         (appt-make-list): Preserve explicit appointments.
30661         * subr.el (find-tag-default): Catch errors in forward-sexp.
30663 2005-02-23  Juri Linkov  <juri@jurta.org>
30665         * info.el (Info-isearch-search): New defcustom.
30666         (Info-isearch-search): Call the default isearch function
30667         when Info-isearch-search is nil.
30668         (Info-isearch-wrap): Use variable Info-isearch-search.
30670 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
30672         * cus-edit.el: Comment change.
30674 2005-02-22  Kim F. Storm  <storm@cua.dk>
30676         * progmodes/hideif.el (hide-ifdef-use-define-alist):
30677         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
30679 2005-02-22  Simon Josefsson  <jas@extundo.com>
30681         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
30682         New variable.
30683         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
30684         Oskarsson" <myrkraverk@users.sourceforget.net>.
30686 2005-02-22  Kim F. Storm  <storm@cua.dk>
30688         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
30689         check that window of that event is the selected window.
30690         (mouse-drag-region-1): Compare mouse event window to selected
30691         window before setting point.
30693         * tooltip.el (tooltip-show-help-function): Pass event to
30694         mouse-on-link-p so it can check selected window.
30696 2005-02-22  Kenichi Handa  <handa@m17n.org>
30698         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
30699         (ps-mule-show-warning): New function.
30700         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
30701         characters are found.
30703         * ps-print.el (ps-header-footer-string): Return a list of header
30704         and footer strings.
30706 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
30708         * pcvs.el (cvs-retrieve-revision): Fix thinko.
30710 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30712         * frame.el (blink-cursor-mode): Use define-minor-mode.
30714         * term/mac-win.el (function-key-map): Use char-names more consistently.
30715         (file-name-coding-system): Only set it for MacOS-9.  The other case is
30716         already handled in mule-cmds.el (where it also works when mac-win.el
30717         is not used).
30719 2005-02-21  Kenichi Handa  <handa@m17n.org>
30721         * international/mule.el (ctext-pre-write-conversion): Always use
30722         " *code-converting-work*" buffer for work.
30724         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
30726 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
30728         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
30730 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
30732         * ses.el (undo-more): Restore defadvice, but only the part that
30733         allows changes outside the restricted area of the buffer.
30735 2005-02-20  Kim F. Storm  <storm@cua.dk>
30737         * simple.el (line-move): Add fourth optional arg try-vscroll which
30738         must be set to perform auto-window-vscroll.
30739         When moving backwards and doing auto-window-vscroll, automatically
30740         vscroll to the last part of lines which are taller than the window.
30741         (next-line, previous-line): Set try-vscroll arg on line-move.
30743 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
30745         * replace.el (query-replace, query-replace-regexp)
30746         (replace-string, replace-regexp): When operating on region, make
30747         the minibuffer prompt say so.
30749         * isearch.el (isearch-forward): Document isearch-query-replace and
30750         isearch-query-replace-regexp keybindings.
30752 2005-02-19  Jay Belanger  <belanger@truman.edu>
30754         * calc/calc-aent.el (math-read-token): Add local variable.
30756         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
30757         (calc-edit-top): Move declaration to earlier in file.
30758         (calc-edit-macro-repeats): Add local variables.
30760         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
30761         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
30762         calcFunc-tanh.
30763         Adjust integration rule for calcFunc-tan.
30765 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30767         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
30768         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
30769         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
30770         (viper-skip-separators): Bug fix.
30771         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
30772         particular major mode.
30773         (viper-del-backward-char-in-replace): Don't put deleted char on the
30774         kill ring.
30776         * viper-ex.el (viper-color-display-p): New function.
30777         (viper-has-face-support-p): Use viper-color-display-p.
30779         * viper-keym.el (viper-gnus-modifier-map): New keymap.
30781         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
30783         * viper-util.el (viper-glob-unix-files): Fix shell status check.
30784         (viper-file-remote-p): Make equivalent to file-remote-p.
30786         * viper.el (viper-major-mode-modifier-list):
30787         Use viper-gnus-modifier-map.
30789 2005-02-19  David Kastrup  <dak@gnu.org>
30791         * subr.el (subregexp-context-p): Fix garbled doc string by adding
30792         quoting.
30794 2005-02-19  Jay Belanger  <belanger@truman.edu>
30796         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
30797         Remove extra definitions.
30798         (calc-coth): New function.
30799         (calcFunc-cot): Fix `let'.
30801 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
30803         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
30804         the reasons we use "type pc" in these faces.
30806         * button.el (button): Ditto.
30808 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
30810         * replace.el (query-replace-read-from): Set the value of
30811         query-replace-from-history-variable to handle the case of an empty
30812         string entered to accept the suggested default.
30814         * net/tramp.el (tramp-file-name-for-operation):
30815         Use dired-call-process instead of dired-call-process-command.
30817 2005-02-19  Jay Belanger  <belanger@truman.edu>
30819         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
30820         (math-div-non-trig): New variables.
30821         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
30822         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
30823         (math-combine-prod, math-div-symb-fancy): Add simplifications for
30824         trig expressions.
30826 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
30828         * progmodes/gdb-ui.el (gdb-var-update-handler)
30829         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
30830         for watch expressions,
30831         (gdb-var-create-handler): Don't set speedbar-update-flag.
30832         (gdb-post-prompt): Simplify test for speedbar.
30834 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30836         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
30837         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
30838         we use the syntax table of the correct buffer.
30839         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
30840         Felix Gatzemeier.
30842         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
30843         (ediff-file-remote-p): Make synonymous with file-remote-p.
30844         In all deffaces ediff-*-face-*, use min-colors.
30846         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
30847         ediff-recurse-to-subdirectories.
30848         (ediff-mark-if-equal): Check that the arguments are strings, use
30849         ediff-same-contents (after to Felix Gatzemeier).
30851         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
30852         nil.
30854 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30856         * log-view.el (log-view-message-re): Fix up Subversion regexp.
30858 2005-02-18  David Kastrup  <dak@gnu.org>
30860         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
30861         use `mark-active' when defined.
30863 2005-02-18  Kenichi Handa  <handa@m17n.org>
30865         * ps-print.el (ps-font-info-database): New entry
30866         ZapfChancery-MediumItalic with correct font name.  Fix font name
30867         of the entry Zapf-Chancery-MediumItalic.
30869 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
30871         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
30873 2005-02-16  Kim F. Storm  <storm@cua.dk>
30875         * ido.el (ido-fallback-command): Pass user input to fallback command.
30877 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
30879         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
30880         (gdb-find-file-hook): Add server prefix.
30882 2005-02-16  Richard M. Stallman  <rms@gnu.org>
30884         * replace.el (perform-replace): Pass new args to replace-highlight.
30885         (replace-highlight): Take region args,
30886         and pass them to isearch-lazy-highlight-new-loop.
30888         * novice.el (disabled-command-hook): Autoload the defalias
30889         and the make-obsolete-variable call.
30891         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
30893         * isearch.el (isearch-lazy-highlight-start-limit)
30894         (isearch-lazy-highlight-end-limit): New variables limit
30895         the region for highlighting.
30896         (isearch-lazy-highlight-new-loop): New args BEG and END.
30897         (isearch-lazy-highlight-search): Use the new vars.
30898         (isearch-lazy-highlight-update): Likewise.
30900         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
30902         * cus-start.el (all): Use default-boundp.
30904 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
30906         * menu-bar.el (menu-bar-select-frame): Handle current frame.
30908 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
30910         * autorevert.el (auto-revert-stop-on-user-input)
30911         (auto-revert-verbose): Doc fixes.
30913 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
30915         * international/mule-cmds.el (set-locale-environment): Remove call
30916         to set-selection-coding-system on Windows.
30918 2005-02-15  Jay Belanger  <belanger@truman.edu>
30920         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
30921         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
30922         calcFunc-coth.
30923         (math-simplify-sqrt): Add simplifications.
30925         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
30926         to list.
30928         * calc/calc-ext.el: Add functions to autoloads.
30930         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
30931         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
30932         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
30933         (math-csc-raw, math-cot-raw): New functions.
30935         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
30937         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
30938         the variable name in a message.
30940         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
30941         calcFunc-csc, calcFunc-cot.
30943         * calc/calcalg2.el: Add derivative and integration rules for
30944         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
30945         calcFunc-csch, calcFunc-coth.
30946         (math-do-integral-methods): Add to checks for when to use
30947         substitutions.
30949         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
30951 2005-02-15  Lute Kamstra  <lute@gnu.org>
30953         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30954         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
30955         <monnier@iro.umontreal.ca>.
30956         (lisp-outline-level): Improve efficiency.  Suggested by David
30957         Kastrup <dak@gnu.org>.
30959 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
30961         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
30962         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
30963         (gdb-set-gud-minor-mode-existing-buffers): New functions.
30964         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
30965         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
30967 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
30969         * cus-start.el (all): Comment change.
30971 2005-02-14  Lute Kamstra  <lute@gnu.org>
30973         * cus-start.el (all): Check if symbol is void.
30975 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
30977         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
30978         optional argument to \cite.
30980 2005-02-14  Richard M. Stallman  <rms@gnu.org>
30982         * cus-edit.el (custom-buffer-create-internal): Update help message.
30983         (custom-magic-alist): Update help messages.
30985         * cus-start.el (all): Allow a var to specify a standard value.
30987 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
30989         * custom.el (custom-theme-set-variables): Handle variable aliases.
30991         * frame.el (blink-cursor-timer): Doc fix.
30992         (blink-cursor): Make it an alias for `blink-cursor-mode' and
30993         declare obsolete.
30994         (blink-cursor-mode): Define with defcustom and use correct
30995         standard expression in that defcustom.
30996         * startup.el (command-line): Adapt to above changes in frame.el.
30998 2005-02-11  Lute Kamstra  <lute@gnu.org>
31000         * apropos.el (apropos-score-doc): Prevent division by zero.
31002 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
31004         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31005         (icalendar--get-event-property-attributes)
31006         (icalendar--get-event-properties)
31007         (icalendar--datetime-to-diary-date): New functions.
31008         (icalendar--split-value): Doc fix.
31009         (icalendar--datetime-to-noneuropean-date)
31010         (icalendar--datetime-to-european-date): New optional argument
31011         SEPARATOR.  Return result as a string instead of a list.
31012         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31013         (icalendar--convert-string-for-export): Rename arg S to STRING.
31014         (icalendar-export-region): Doc fix.  Change name of error buffer.
31015         Save output buffer.
31016         (icalendar-import-file): Add blank at end of prompt.
31017         (icalendar-import-buffer): Doc fix.  Do not switch to error
31018         buffer.  Indicate status in return value.
31019         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
31020         buffer.  Save output buffer.  Handle exception from recurrence
31021         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
31022         events.  Fix problems with weekly all-day events.
31024 2005-02-10  Richard M. Stallman  <rms@gnu.org>
31026         * simple.el (eval-expression-print-format):
31027         Avoid warning about edebug-active.
31029         * help.el (help-for-help-internal): Rename from help-for-help.
31030         (help-for-help): Define with defalias.
31032         * font-core.el (font-lock-default-function): Use with-no-warnings.
31034         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
31036         * custom.el (defface): Doc fix.
31038 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
31040         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
31041         width 0" to prevent word wrapping problems.
31043 2005-02-09  Kim F. Storm  <storm@cua.dk>
31045         * ido.el (ido-file-extensions-order): New defcustom.
31046         (ido-file-extension-lessp, ido-file-extension-aux)
31047         (ido-file-extension-order): New advanced file ordering.
31048         (ido-file-lessp): New simple file ordering.
31049         (ido-sort-list): Remove.
31050         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31051         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31053 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
31055         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31056         that some versions of grep produce.
31057         (grep-mode-font-lock-keywords): Likewise.
31059 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
31061         * progmodes/gdb-ui.el (gdb-location-list): New variable.
31062         (gdb-cdir): Delete.
31063         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31064         (gdb-source-info): Treat case when source file is in another
31065         directory properly.
31066         (gdb-get-location): New function.
31068 2005-02-07  Jay Belanger  <belanger@truman.edu>
31070         * calc/calc-prog.el (calc-write-parse-table-part)
31071         (calc-fix-token-name): Fix a check for language type.
31073         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31075 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
31077         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31078         as directory not writable.
31080 2005-02-07  Kim F. Storm  <storm@cua.dk>
31082         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31083         (cua--standard-movement-commands): Remove list.
31084         Instead, set CUA property value to move for movement commands.
31085         (cua-movement-commands): Remove.  Users must set CUA prop instead.
31086         (cua--pre-command-handler): Check CUA property.
31087         (cua--init-keymaps): Don't remap undo commands.
31088         (cua-mode): Don't call cua--rectangle-on-off.
31090         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31091         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31092         (cua--rect-undo-set-point): New var.
31093         (cua--rectangle-undo-boundary): Setup undo apply entry.
31094         (cua--rect-undo-handler): New function for rectangle undo.
31095         (cua--rect-start-position, cua--rect-end-position): Add.
31096         (cua--rectangle-post-command): Call cua--rectangle-set-corners
31097         for restored rectangle.  Set point if cua--rect-undo-set-point.
31099 2005-02-06  Jay Belanger  <belanger@truman.edu>
31101         * calc/calc-lang.el (calc-tex-language): Display more information
31102         in messages.
31104         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31105         in TeX mode.
31107 2005-02-06  Richard M. Stallman  <rms@gnu.org>
31109         * emacs-lisp/lisp.el (buffer-end): Doc fix.
31111 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
31113         * net/ldap.el (ldap-search-internal): Support attributes with
31114         optional descriptions separated by a semi-colon, as in
31115         "userCertificate;binary".
31117 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31119         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31120         isn't a cons (i.e. the version is 0).
31122 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
31124         * help.el (help-for-help): Doc fix.
31126 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
31128         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
31129         GDB-Windows on the menu-bar as this works better.
31131 2005-02-04  Jay Belanger  <belanger@truman.edu>
31133         * calc/calc-embed.el (calc-embedded-update): Don't put in
31134         unnecessary newlines.  Adjust the end of formula marker.
31136         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31137         (math-latex-parse-two-args): New function.
31139 2005-02-03  Lute Kamstra  <lute@gnu.org>
31141         * help-fns.el (help-with-tutorial): Make sure that users cannot
31142         remove the entire text of the tutorial by means of `undo'.
31144 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31146         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31147         in recent changes, where the ispell process was repeatedly
31148         killed & restarted.
31150         * international/mule-cmds.el (set-locale-environment): Set file-name
31151         coding system to utf-8 on Darwin systems.
31152         (set-default-coding-systems): Don't set default-file-name-coding-system
31153         on Darwin systems.
31155 2005-02-03  Richard M. Stallman  <rms@gnu.org>
31157         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31159 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
31161         * faces.el (list-faces-display): Add optional argument.
31163 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31165         * font-core.el (font-lock-default-function): Handle the rare case where
31166         only font-lock-keywords is set.
31168 2005-02-02  Kenichi Handa  <handa@m17n.org>
31170         * international/characters.el: Cancel previous change for
31171         I-WITH-DOT-ABOVE and DOTLESS-i.
31173         * international/latin-5.el: Cancel previous change.
31175 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31177         * progmodes/gud.el: Correction to syntax in gud-menu-map.
31179 2005-02-02  Kenichi Handa  <handa@m17n.org>
31181         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31182         DOTLESS-i.
31184         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31185         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31187         * case-table.el (get-upcase-table): New function.
31188         (copy-case-table): Copy upcaes table too if non-nil.
31189         (set-case-syntax-delims): Maintain upcase table too.
31190         (set-case-syntax-pair): Likewise.
31191         (set-upcase-syntax, set-downcase-syntax): New functions.
31192         (set-case-syntax): Maintain upcase table too.
31194 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31196         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31198         * progmodes/gud.el (gud-goto-info): New function.
31199         (gud-tool-bar-map): Use correct icon.
31201 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31203         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31204         When delegating, order args in the funcall correctly.
31206 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31208         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31210 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
31212         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31213         buffer not visiting a file.
31215 2005-01-31  Jay Belanger  <belanger@truman.edu>
31217         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31218         bound on the line with the formula.
31220 2005-01-31  Kim F. Storm  <storm@cua.dk>
31222         * ses.el (ses-create-cell-variable-range)
31223         (ses-destroy-cell-variable-range, ses-reset-header-string)
31224         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31225         (ses-insert-row): Fix format of apply undo entries.
31227 2005-01-31  Jay Belanger  <belanger@truman.edu>
31229         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31230         parts.
31232         * calc/calc-embed.el (calc-embedded-open-formula)
31233         (calc-embedded-close-formula): Ignore matrix environments.
31235         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31236         TeX mode.
31238         * calc/calc-lang.el (math-function-table, math-oper-table)
31239         (math-variable-table): Adjust the LaTeX portions.
31241         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31242         (math-latex-ignore-words): New constant.
31244 2005-01-31  Richard M. Stallman  <rms@gnu.org>
31246         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31247         (ispell-local-dictionary): Doc fix.
31248         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31249         Don't reinitialize at run time.  Don't defcustom.
31250         All uses changed to append ispell-local-dictionary-alist,
31251         or check it first.
31252         (ispell-current-dictionary): New variable for dictionary in use.
31253         (ispell-dictionary): Now used only for global default.
31254         (ispell-start-process): Set ispell-current-dictionary,
31255         not ispell-dictionary.
31256         (ispell-change-dictionary): Use this only for setting
31257         user preferences.
31258         (ispell-internal-change-dictionary): New function
31259         to change the current dictionary in use.
31260         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31261         Use ispell-current-dictionary.
31262         Handle ispell-local-dictionary-overridden.
31263         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31265 2005-01-31  Jay Belanger  <belanger@truman.edu>
31267         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31269         * calc/calc-ext.el: Add calc-latex-language to autoloads.
31270         (calc-mode-map): Add calc-latex-language.
31272         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31273         (math-latex-print-frac): New functions.
31274         (math-oper-table, math-function-table, math-variable-table)
31275         (math-complex-format, math-input-filter): Add latex properties.
31276         (calc-set-language): Set math-expr-special-function-mapping.
31278         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
31279         (calc-write-parse-table-part): Add LaTeX support.
31281         * calc/calc.el (calc-language): Adjust docstring.
31282         (calc-set-mode-line): Add LaTeX support.
31283         (math-expr-special-function-mapping): New variable.
31284         (math-tex-ignore-words): Add to list.
31286         * calc/calccomp.el (math-compose-expr, math-compose-rows):
31287         Add LaTeX support.
31288         (math-compose-expr): Add support for special functions.
31290         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
31292 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
31294         * progmodes/gdb-ui.el (gdb-memory-address)
31295         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
31296         (gdb-memory-mode-map, gdb-memory-format-keymap)
31297         (gdb-memory-format-menu, gdb-memory-unit-keymap)
31298         (gdb-memory-unit-menu): New variables for a buffer
31299         that lets the user examine program memory.
31300         (gdb-memory-set-address, gdb-memory-set-repeat-count)
31301         (gdb-memory-format-binary, gdb-memory-format-octal)
31302         (gdb-memory-format-unsigned, gdb-memory-format-signed)
31303         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
31304         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
31305         (gdb-memory-unit-word, gdb-memory-unit-halfword)
31306         (gdb-memory-unit-byte, gdb-memory-unit-menu)
31307         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
31308         (gdb-memory-mode, gdb-memory-buffer-name)
31309         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
31310         New functions for above buffer.
31312 2005-01-30  Richard M. Stallman  <rms@gnu.org>
31314         * cus-edit.el (custom-bury-buffer): Function deleted.
31315         (custom-buffer-done-function): Option deleted.
31316         (custom-buffer-done-kill): New replacement option.
31317         (Custom-buffer-done): Call quit-window.
31318         (custom-buffer-create-internal): Update for above changes.
31320 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
31322         * simple.el (undo-ask-before-discard): New var.
31323         (undo-outer-limit-truncate): Implement it.
31324         (undo-extra-outer-limit): Doc update.
31326 2005-01-29  Richard M. Stallman  <rms@gnu.org>
31328         * ses.el (undo-more): Delete defadvice.
31329         (ses-begin-change): Doc fix.
31331         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
31332         instead of rebinding C-x u and C-_.
31334         * files.el (normal-backup-enable-predicate): Return nil for files
31335         in /tmp, regardless of temporary-file-directory.
31337         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
31339         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
31340         (open-rectangle, delete-whitespace-rectangle-line)
31341         (clear-rectangle-line): If FILL, pass t instead of FILL
31342         for move-to-column's 2nd arg.
31344         * simple.el (undo): Fix the test for continuing a series of undos.
31345         (undo-more): Set pending-undo-list to t when we reach end.
31346         (pending-undo-list): Move up defvar.
31348         * wid-edit.el (widget-button-click):
31349         Shorten the range of the track-mouse binding.
31351         * comint.el (comint-insert-input): Undo previous changes;
31352         use last-input-event in interactive spec.
31354 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
31356         * progmodes/compile.el (compilation-start): Bind buffer-read-only
31357         to nil before invoking call-process.  Reset buffer's modified flag
31358         after fontifying it in the no-async branch.
31360         * wid-edit.el (widget-specify-button): If mouse pointer shape
31361         cannot be changed, use mouse face instead.
31363 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
31365         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
31366         (gdb-goto-breakpoint): Make breakpoint handling work on template
31367         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
31368         (gdb-assembler-custom): Update to recognize breakpoint information
31369         added on 2005-01-19.
31371 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31373         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
31374         (dsssl-mode): Use define-derived-mode.
31375         (scheme-mode-initialize): Remove.
31376         (scheme-mode): Use run-mode-hooks.
31378         * cus-edit.el (customize-group-other-window)
31379         (custom-buffer-create-other-window): Don't override special-display-*.
31380         (custom-mode-map): Make it dense.
31382         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
31383         sets the default value.
31385 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
31387         * descr-text.el: Add more keywords.
31389 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31391         * speedbar.el: Avoid unnecessary use of locate-library.
31393         * international/mule-cmds.el (standard-display-european-internal):
31394         Don't fiddle with latin-1 non-break space any more since it's now
31395         special cased in the C code.
31396         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
31398 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
31400         * cus-start.el (all): Add `undo-outer-limit'.
31402 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31404         * textmodes/bibtex.el (bibtex-format-entry):
31405         Use `bibtex-empty-field-re' only on the text of fields, not on entire
31406         field lines.
31407         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
31408         not on part of a buffer.
31410 2005-01-25  Lute Kamstra  <lute@gnu.org>
31412         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
31413         nonempty field text strings like "{letters\\macro{}more letters}".
31414         Clarify docstring.
31415         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
31416         (bibtex-entry-offset, bibtex-parse-association)
31417         (bibtex-parse-field-name): Fix typos in docstrings.
31418         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31420 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
31422         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
31423         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
31424         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
31425         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
31427         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
31428         isearch minor mode.
31430 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
31432         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
31434 2005-01-24  Lute Kamstra  <lute@gnu.org>
31436         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
31437         CASECHARS and NOT-CASECHARS regular expressions of the
31438         "nederlands" and "nederlands8" dictionaries to prevent a "Range
31439         striding over charsets" error.
31441 2005-01-24  Jay Belanger  <belanger@truman.edu>
31443         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
31444         display variable name.
31446 2005-01-24  Kenichi Handa  <handa@m17n.org>
31448         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
31449         Fix setting of the element of encoded-kbd-iso2022-invocations.
31451 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
31453         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
31454         (gdb-threads-select): Change to also accept mouse events.
31455         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
31456         (gdb-threads-mouse-select): Delete.
31458 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
31460         * files.el (insert-directory): Take care of empty directory,
31461         listed without -a switch.
31463 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31465         * textmodes/refill.el (refill-post-command-function):
31466         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
31467         to the list of functions that we should be careful not to undo.
31468         (refill-late-fill-paragraph-function): Remove.
31469         (refill-saved-state): New var.
31470         (refill-mode): Use it to save fill-paragraph-function.
31471         Save also the value of auto-fill-function.
31473         * term/w32-win.el: Simplify code.
31475 2005-01-23  Kim F. Storm  <storm@cua.dk>
31477         * simple.el (line-move): Adapt to new return value from
31478         pos-visible-in-window-p.
31480         * simple.el (line-move): Fix last change.  Check partial
31481         visibility at point rather than at window-start.
31483 2005-01-22  Jason Rumney  <jasonr@gnu.org>
31485         * term/w32-win.el (xw-defined-colors): Remove debug-message.
31487 2005-01-22  David Kastrup  <dak@gnu.org>
31489         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
31491 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
31493         * type-break.el (type-break-mode): Add a test for
31494         type-break-file-name being non-nil.
31496 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
31498         * net/eudc.el (top level): Call (message "") via progn, so that
31499         eudc-options-file is loaded.
31501 2005-01-22  Kim F. Storm  <storm@cua.dk>
31503         * simple.el (line-move-1): Rename from line-move.
31504         (line-move): New function that adjusts vscroll for partially
31505         visible rows, and calls line-move-1 otherwise.
31507 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
31509         * pcomplete.el: Define pcomplete-read-event instead of read-event,
31510         since it's not a complete read-event implementation
31512 2005-01-20  Jay Belanger  <belanger@truman.edu>
31514         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
31515         for called function.
31517 2005-01-20  Steven Tamm  <steventamm@mac.com>
31519         * term/mac-win.el (process-connection-type): Remove.
31520         Controlled now by s/darwin.h:PTY_ITERATION.
31522 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31524         * window.el (handle-select-window): Don't switch window when we're
31525         in the minibuffer.
31527 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
31529         * subr.el (dotimes-with-progress-reporter): New macro.
31531         * ses.el (ses-dotimes-msg): Remove macro.
31532         Use `dotimes-with-progress-reporter' instead.
31534 2005-01-19  Steven Tamm  <steventamm@mac.com>
31536         * term/mac-win.el (process-connection-type): Use new
31537         operating-system-release variable to use ptys on Darwin 7 (OS X
31538         10.3) when using carbon build.
31540 2005-01-19  Jay Belanger  <belanger@truman.edu>
31542         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
31543         flags if the last command was a tab or M-tab.
31545         * calc/calc-prog.el (calc-user-define-edit): Put original formula
31546         in formula editing buffer.
31548 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31550         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
31551         breakpoint image symbol in margin.
31553 2005-01-19  Jay Belanger  <belanger@truman.edu>
31555         * calc/calc-prog.el (calc-execute-kbd-macro):
31556         Ignore calc-keep-arg-flag.
31558 2005-01-19  Kenichi Handa  <handa@m17n.org>
31560         * textmodes/ispell.el (ispell-looking-at): New function.
31561         (ispell-process-line): Use ispell-looking-at to compare the ispell
31562         output and the buffer contents.
31564 2005-01-18  Jay Belanger  <belanger@truman.edu>
31566         * calc/calc.el (calc-display-raw): Fix docstring.
31568 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31570         * simple.el (blink-matching-open): Strip extra info from syntax.
31572         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
31573         funny chars in the end-of-here-doc marker.
31575 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31577         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
31578         that enable/disabled state of breakpoints is shown correctly in
31579         fringe and on ttys.
31580         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
31581         Add breakpoint information as text properties.
31582         (gdb-mouse-toggle-breakpoint):
31583         Rename to gdb-mouse-set-clear-breakpoint.
31584         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
31585         breakpoints in the margin.
31586         (gdb-remove-strings): Simplify.
31588 2005-01-17  Jay Belanger  <belanger@truman.edu>
31590         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
31591         erasing buffer.
31593 2005-01-17  Richard M. Stallman  <rms@gnu.org>
31595         * progmodes/grep.el (grep-find): Copy from `grep' the condition
31596         for calling grep-compute-defaults.
31598         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
31599         if buffer is empty.
31601         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
31603 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
31605         * hilit-chg.el (highlight-changes-mode): Don't autoload.
31607         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
31608         non-preloaded variables.
31610 2005-01-17  Steven Tamm  <steventamm@mac.com>
31612         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
31613         tex-shell cause to force interactivity when using pipes.
31615 2005-01-17  Kim F. Storm  <storm@cua.dk>
31617         * simple.el (just-one-space): Make arg optional.
31619 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
31621         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
31622         posn-at-x-y to t to access left-margin.
31624 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
31626         Sync with Tramp 2.0.47.
31628         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
31629         catching keep-date problems in cp/scp operations.
31630         (tramp-handle-copy-file): Don't call `set-file-modes'
31631         unconditionally.  Specialized functions should know better what is
31632         necessary.  This improves performance a little bit, and the
31633         functions could catch errors with `cp -p' and `scp -p'.
31634         (tramp-do-copy-or-rename-file-via-buffer)
31635         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
31636         when appropriate.
31637         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
31638         Call `set-file-modes' when appropriate.
31639         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
31640         Johnsson <isak@hypergene.com>.
31641         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
31642         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
31643         <joakim@verona.se>.
31644         (tramp-file-name-for-operation): Mark `shell-command' as magic for
31645         Emacs only.
31647         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
31648         `find-file-hooks' and `dired-mode-hook'.
31649         (tramp-minor-mode-map): Respective map.  Add remapping for
31650         `compile' and `recompile'.
31651         (tramp-remap-command, tramp-recompile): New defuns.
31652         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
31653         in buffer "*Compilation*".  Call the commands asynchronously.
31655         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
31656         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
31657         `shell-command', because it isn't magic in XEmacs.  Reported by
31658         Adrian Aichner <adrian@xemacs.org>.
31660         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
31661         `substitute-in-file-name.
31662         (tramp-smb-handle-substitute-in-file-name): New defun.
31663         (tramp-smb-advice-PC-do-completion): Delete advice.
31665 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
31667         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
31668         Fix error in deleting region.
31670 2005-01-15  Richard M. Stallman  <rms@gnu.org>
31672         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
31673         In non-temp buffer, switch syntax table temporarily.
31675         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
31677         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
31679         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
31681         * imenu.el (imenu--split-menu): Copy menulist before sorting.
31682         (imenu--generic-function): Use START, not BEG, as pos of definition.
31684         * simple.el (just-one-space): Argument specifies number of spaces.
31686         * simple.el (eval-expression-print-format): Avoid warning
31687         about edebug-active.
31689 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
31691         * progmodes/sh-script.el: Code copied from make-mode.el
31692         with small changes,
31693         (sh-mode-map): Bind C-c C-\.
31694         (sh-backslash-column, sh-backslash-align): New variables.
31695         (sh-backslash-region, sh-append-backslash): New functions.
31697 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31699         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
31700         (rmail-pop-password, rmail-pop-password-required): Move to
31701         rmail-obsolete group.
31702         (rmail-set-pop-password): Rename to rmail-set-remote-password.
31703         All callers updated.
31704         (rmail-get-pop-password): Rename to rmail-get-remote-password.
31705         Take an argument specifying whether it is POP or IMAP mailbox we
31706         are using.  All callers updated.
31707         (rmail-pop-password-error): Rename to
31708         rmail-remote-password-error.  Added mailutils-specific error message.
31709         (rmail-movemail-search-path)
31710         (rmail-movemail-variant-in-use): New variables.
31711         (rmail-remote-password, rmail-remote-password-required):
31712         New customization variables.
31713         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
31714         (rmail-parse-url): New function.
31715         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
31716         with GNU mailutils movemail.
31718 2005-01-15  Kevin Ryde  <user42@zip.com.au>
31720         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
31721         suffix to space, $ or '$, to correctly position point when going
31722         to @table style constants like DBL_MAX.
31724 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
31726         * type-break.el (type-break-mode, type-break-file-time)
31727         (type-break-file-keystroke-count, type-break-choose-file):
31728         Don't store data in or load data from the file if type-break-file-name
31729         is nil.
31730         (type-break-file-name): Doc update as per the above.
31732 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
31734         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
31735         lookup-key might return nil; handle that.
31737 2005-01-15  Alan Mackenzie  <acm@muc.de>
31739         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
31740         rather than the element found, thus enabling the tree to be setcar'd.
31742 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31744         * textmodes/org.el (org-show-following-heading): New option.
31745         (org-show-hierarchy-above): Use `org-show-following-heading'.
31746         (org-cycle): Documentation fix.
31748         * textmodes/org.el (orgtbl-optimized): New option
31749         (orgtbl-mode): New command, a minor mode.
31750         (orgtbl-mode-map): New variable.
31751         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
31752         (orgtbl-error, orgtbl-self-insert-command)
31753         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
31755         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
31756         a local variable in each org-mode buffer.
31758         * textmodes/org.el (org-set-regexps-and-options): Rename from
31759         `org-set-regexps'.  Added checking for STARTUP keyword.
31760         (org-get-current-options): Add STARTUP options.
31761         (org-table-insert-row): Make mode intelligent about when
31762         realignment is needed.
31763         (org-self-insert-command, org-delete-backward-char, org-delete-char):
31764         New commands.
31765         (org-enable-table-editor): New default value `optimized'.
31766         (org-table-blank-field): Support blanking regions if active.
31768 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31770         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
31771         if the year is not given.
31773         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
31774         Add new escapes %m and %M, fixed bug with %F by adding
31775         save-match-data.
31776         (reftex-reference): Remove ?. from list of spaces.
31777         (reftex-label-info): Add automatic label prefix recognition.
31779         * textmodes/reftex-index.el (reftex-index-next-phrase):
31780         Add slave parameter to call of `reftex-index-this-phrase'.
31781         (reftex-index-this-phrase): New optional argument.
31782         (reftex-index-region-phrases): Add slave parameter to call of
31783         `reftex-index-this-phrase'.
31784         (reftex-display-index): New argument redo.
31785         (reftex-index-rescan): Add `redo' to arguments of
31786         `reftex-display-index'.
31787         (reftex-index-Rescan, reftex-index-revert)
31788         (reftex-index-switch-index-tag): Add `redo' to arguments of
31789         `reftex-display-index'.
31790         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
31791         indexing.  Fix bug with matching is there is a quote before or
31792         after the word.
31794         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
31795         Fix bug when collecting citation keys in lines with comments.
31796         (reftex-citation): Prefix argument no longer rescans the document,
31797         but forces prompting for optional arguments of cite macros.
31798         (reftex-do-citation): Prompting for optional arguments implemented.
31800         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31801         Add optional arguments to most cite commands.
31802         (reftex-cite-cleanup-optional-args): New option
31803         (reftex-cite-prompt-optional-args): New option.
31804         (reftex-trust-label-prefix): New option.
31806         * textmodes/reftex-toc.el (reftex-toc-find-section):
31807         Add push-mark before changing the position in the buffer.
31809         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
31810         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
31812 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
31814         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
31815         more carefully.
31817 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31819         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
31820         (sgml-mode): Use it.
31821         (sgml-get-context): Better keep track of implicitly closed tags.
31823 2005-01-13  Kenichi Handa  <handa@m17n.org>
31825         * textmodes/ispell.el: These changes are to fix misalignment error
31826         caused by equivalent characters of different Emacs charsets.
31827         (ispell-unified-chars-table): New variable.
31828         (ispell-get-decoded-string): New function.
31829         (ispell-get-casechars, ispell-get-not-casechars)
31830         (ispell-get-otherchars): Call ispell-get-decoded-string.
31832 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
31834         * custom.el (custom-declare-variable): Just put symbol instead
31835         of (defvar . symbol) in `current-load-list'.
31837 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
31839         * emacs-lisp/elint.el: Fixed typo in Commentary section.
31841 2005-01-12  Jay Belanger  <belanger@truman.edu>
31843         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
31844         to create a Calc summary.
31846 2005-01-12  Kim F. Storm  <storm@cua.dk>
31848         * mouse.el (mouse-on-link-p): Change functionality and doc
31849         string to comply with latest description in lisp ref.
31851 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
31853         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
31854         Enable mouse clicks on mode-line, header-line and margin.
31855         (event-type): Give mouse event symbols an `event-kind' property
31856         with value `mouse-click'.
31858 2005-01-12  Juri Linkov  <juri@jurta.org>
31860         * facemenu.el (list-colors-display): Add new arg buffer-name.
31861         Use it.  Fix docstring.  Replace code for identifying duplicate
31862         colors by the name with call to `list-colors-duplicates' which
31863         identifies duplicate colors by the value unless the color
31864         is one of special Windows colors.  Set truncate-lines to t.
31865         Print sorted duplicate color names on each line.  Indent to 22
31866         \(the longest color name in rgb.txt) instead of 20.  Optimize.
31867         (list-colors-duplicates): New function.
31868         (facemenu-color-name-equal): Delete function.
31870         * facemenu.el (list-colors-print): New function created from code
31871         in list-colors-display.  Print #RRGGBB at the window right edge.
31872         (list-colors-display): When temp-buffer-show-function is not
31873         defined, call list-colors-print from temp-buffer-show-hook
31874         to get the right value of window-width in list-colors-print
31875         after the buffer is displayed.
31877         * simple.el (pop-mark): Move deactivate-mark out of conditional
31878         part to deactivate the active mark regardless of the state of the
31879         mark ring.
31881         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
31882         variables line in desktop files.
31884 2005-01-12  Juri Linkov  <juri@jurta.org>
31886         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
31887         Bring together isearch highlight related options.
31888         (lazy-highlight): Replace group `replace' by `matching'.
31889         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31890         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31891         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
31892         and declare them obsolete.
31893         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
31894         (isearch-faces): Remove defgroup.
31895         (isearch-overlay, isearch-highlight, isearch-dehighlight):
31896         Move isearch highlighting code closer to lazy highlighting code.
31898         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
31899         (query-replace-highlight, query-replace-lazy-highlight)
31900         (query-replace): Move definitions to the beginning of the file.
31902 2005-01-11  Juri Linkov  <juri@jurta.org>
31904         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
31905         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
31906         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
31908         * info.el (Info-history-forward): New variable.
31909         (Info-select-node): Reset Info-history-forward to nil.
31910         (Info-last): Turn into defalias.
31911         (Info-history-back): Rename from Info-last.
31912         Add current node to Info-history-forward.
31913         (Info-history-forward): New fun.
31914         (Info-mode-map): Replace Info-last by Info-history-back.
31915         Bind Info-history-forward to "r".
31916         (Info-mode-menu): Replace Info-last by Info-history-back.
31917         Fix menu item text.  Add menu item for Info-history-forward.
31918         (info-tool-bar-map): Replace Info-last by Info-history-back.
31919         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
31920         for Info-history-forward.
31921         (Info-mode): Replace Info-last by Info-history-back in docstring.
31922         Add local variable Info-history-forward.
31923         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
31925 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31927         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
31928         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
31929         Ignore select-window events rather than fiddle with
31930         mouse-autoselect-window.
31932 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
31934         * type-break.el (type-break-mode): Fix previous change.
31936 2005-01-10  Jay Belanger  <belanger@truman.edu>
31938         * calc/calc-ext.el (calc-reset): Reset when inside embedded
31939         calculator; only reset when point is inside a calculator.
31940         Don't adjust the window height if the window takes up the whole height
31941         of the frame.
31943 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
31945         * ebuff-menu.el (Electric-buffer-menu-mode):
31946         Preserve value of buffer-local var header-line-format.
31948 2005-01-09  Jay Belanger  <belanger@truman.edu>
31950         * calc/calc.el (calc-mode-var-list-restore-saved-values):
31951         Make sure settings file exists before accessing it.
31953         * calc/calc-embed.el (calc-embedded-subst):
31954         Replace math-multi-subst-rec, which is only supposed to be called
31955         by math-multi-subst, by math-multi-subst.
31957 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
31959         * vc.el (vc-allow-async-revert): New user option.
31960         (vc-disable-async-diff): New internal variable.
31961         (vc-revert-buffer): Use them to disable asynchronous diff.
31963         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
31964         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
31965         asynchronously if vc-disable-async-diff is t.
31967 2005-01-09  Jay Belanger  <belanger@truman.edu>
31969         * calc/calc.el (defcalcmodevar): New macro.
31970         (calc-mode-var-list-restore-default-values)
31971         (calc-mode-var-list-restore-saved-values): New functions.
31972         (calc-mode-var-list): Use defcalcmodevar to define it.
31973         (calc-always-load-extensions, calc-line-numbering)
31974         (calc-line-breaking, calc-display-just, calc-display-origin)
31975         (calc-number-radix, calc-leading-zeros, calc-group-digits)
31976         (calc-group-char, calc-point-char, calc-frac-format)
31977         (calc-prefer-frac, calc-hms-format, calc-date-format)
31978         (calc-float-format, calc-full-float-format, calc-complex-format)
31979         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
31980         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
31981         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
31982         (calc-matrix-brackets, calc-language, calc-language-option)
31983         (calc-left-label, calc-right-label, calc-word-size)
31984         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
31985         (calc-display-raw, calc-internal-prec, calc-angle-mode)
31986         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
31987         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
31988         (calc-window-height, calc-display-trail, calc-show-selections)
31989         (calc-use-selections, calc-assoc-selections)
31990         (calc-display-working-message, calc-auto-why, calc-timing)
31991         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
31992         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
31993         (calc-gnuplot-default-device, calc-gnuplot-default-output)
31994         (calc-gnuplot-print-device, calc-gnuplot-print-output)
31995         (calc-gnuplot-geometry, calc-graph-default-resolution)
31996         (calc-graph-default-resolution-3d, calc-invocation-macro)
31997         (calc-show-banner): Use defcalcmodevar to declare them and set
31998         their default values.
32000         * calc/calc-ext.el (calc-reset): Restore saved values of variables
32001         instead of default values (but restore default values if there is
32002         an argument of 0).
32004 2005-01-09  David Kastrup  <dak@gnu.org>
32006         * desktop.el (desktop-restore-eager): Fix typo in type.
32008 2005-01-08  Richard M. Stallman  <rms@gnu.org>
32010         * cus-edit.el (customize): Delete :link.
32012 2005-01-08  Jay Belanger  <belanger@truman.edu>
32014         * calc/calc.el (calc-mode): Remove the extension from the
32015         `calc-settings-file' file name when loading it.
32017 2005-01-08  Kim F. Storm  <storm@cua.dk>
32019         * info.el (Info-mode-map, Info-next-link-keymap)
32020         (Info-prev-link-keymap, Info-up-link-keymap):
32021         Map follow-link to mouse-face.
32022         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32024 2005-01-08  Jay Belanger  <belanger@truman.edu>
32026         * calc/calc.el (calc-settings-file): Change default value.
32027         Suggested by cgw in a comment in calc-mode.el.
32029         * calc/calc-mode.el (calc-settings-file-name):
32030         Compare calc-settings-file to user-init-file instead of ~/.emacs.
32031         Replace ~/.emacs in a prompt by calc-settings-file.
32033 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
32035         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
32036         (desktop-lazy-idle-delay): New customizable variables.
32037         (desktop-buffer-args-list): New variable.
32038         (desktop-append-buffer-args): New function.
32039         (desktop-save): Call desktop-append-buffer-args for some buffers.
32040         (desktop-lazy-create-buffer): New function.
32041         (desktop-idle-create-buffers): New function.
32042         (desktop-read): Add message about buffers to restore lazily.
32043         (desktop-lazy-abort): New command.
32044         (desktop-clear): Call desktop-lazy-abort.
32045         (desktop-lazy-complete): New command.
32047 2005-01-06  Richard M. Stallman  <rms@gnu.org>
32049         * emacs-lisp/find-func.el (find-face-definition):
32050         Rename from find-face.
32052 2005-01-06  Kim F. Storm  <storm@cua.dk>
32054         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32056         * man.el (Man-xref-man-page, Man-xref-header-file)
32057         (Man-xref-normal-file): Add follow-link property.
32059 2005-01-06  Jay Belanger  <belanger@truman.edu>
32061         * calc/calc-units.el: Make sure the proper macro definitions are
32062         available when compiling.
32064 2005-01-06  Juri Linkov  <juri@jurta.org>
32066         * isearch.el (isearch-lazy-highlight-update):
32067         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32069 2005-01-06  Miles Bader  <miles@gnu.org>
32071         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32072         (isearch-lazy-highlight-face): Use new name.
32074 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32076         * uniquify.el (uniquify-rationalize-file-buffer-names):
32077         Re-add an interactive spec.
32078         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32079         to the same name.
32081         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32082         (isearch-update, isearch-done): Adjust calls accordingly.
32084 2005-01-05  Richard M. Stallman  <rms@gnu.org>
32086         * custom.el (custom-set-variables, custom-theme-set-variables):
32087         Clarify documentation.
32089         * emacs-lisp/find-func.el (find-variable)
32090         (find-variable-other-window, find-variable-other-frame):
32091         Fix the TYPE args to find-function-read and find-function-do-it.
32092         (find-function): Doc fix.
32093         (find-function-at-point): Replace function-at-point alias.
32095 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32097         * cus-face.el (custom-declare-face):
32098         Record defface in current-load-list.
32100         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32102         * emacs-lisp/find-func.el: Doc fixes.
32103         (find-face-regexp): New variable.
32104         (find-function-regexp-alist): New variable.
32105         (find-function-C-source): Third arg is now TYPE.
32106         (find-function-search-for-symbol): Handle general TYPE.
32107         (find-function-read, find-function-do-it): Handle general TYPE.
32108         (find-definition-noselect, find-face): New functions.
32109         (function-at-point): Alias deleted.
32111 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
32113         * battery.el (display-battery-mode): Rename from display-battery.
32114         Handle the case where it gets turned off.
32116 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32118         * cus-edit.el (customize): Make :link point to user doc.
32120         * man.el (Man-fontify-manpage): Turn off undo generation.
32122         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32124 2005-01-04  Andreas Schwab  <schwab@suse.de>
32126         * files.el (insert-directory): Only look for error lines in
32127         inserted text.  Don't move too far after processing --dired markers.
32129 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32131         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32132         Don't expand if the character is @, period, dash, etc.
32133         (define-mail-abbrev): Quote names that contain problem characters.
32135 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
32137         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32139 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32141         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32142         (query-replace-highlight, query-replace-lazy-highlight)
32143         (query-replace): Definitions moved up.  Doc fix.
32145 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32147         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32148         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32149         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32150         (lazy-highlight-face): Rename from isearch-lazy-...
32151         Change all references to them.
32153 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
32155         * cus-edit.el (custom-file): Doc fix for defcustom.
32156         (custom-file): The function no longer sets the variable
32157         `custom-file' to its return value.
32159         * startup.el (command-line): No longer load `custom-file'.
32161 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32163         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32165         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32166         Don't confuse module-prefixed identifiers for labels.
32167         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32169 2005-01-02  Richard M. Stallman  <rms@gnu.org>
32171         * files.el (basic-save-buffer-1): Fix previous change.
32173         * loadhist.el (file-loadhist-lookup): New function.
32174         (file-provides, file-requires): Use it.
32176         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32177         instead of calculating the right size.
32179 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
32181         * vc-svn.el (vc-svn-diff): Stay local if possible.
32183 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32185         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32187         * files.el (hack-local-variables): Fix last change.
32189 2005-01-02  Jay Belanger  <belanger@truman.edu>
32191         * calc/calc-yank.el (calc-edit-top): New variable.
32192         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32193         object.  Change header properties.
32194         (calc-edit-finish, calc-edit-finish-stack-object)
32195         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32196         edited object.
32197         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32198         for the beginning of the edited object.
32199         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32200         for the beginning of the edited object.
32201         * calc/calc-prog.el (calc-edit-macro-finish-edit)
32202         (calc-finish-formula-edit, calc-macro-repeats)
32203         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32204         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32205         beginning of the edited object.
32206         (calc-user-define-edit): Change the header for editing macros.
32207         Remove unnecessary variable.
32209 2005-01-01  Jay Belanger  <belanger@truman.edu>
32211         * calc/calc-yank.el (calc-edit-mode): Change default header.
32212         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32213         * calc/calc-store.el (calc-edit-variable): Change title to match new
32214         header.
32215         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32216         mode to match new header.
32217         (calc-user-define-edit): Change titles to include names of commands.
32218         (calc-finish-formula-edit): Adjust to handle new header.
32219         (calc-finish-macro-edit): Remove.
32220         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32221         (calc-edit-macro-command, calc-edit-macro-command-type)
32222         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32223         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32224         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32225         (calc-edit-macro-finish-edit): New functions.
32226         (calc-user-define-edit): Use new functions to edit named calc macros.
32228 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32230         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32232         * ses.el (copy-region-as-kill): Deactivate mark.
32234 2005-01-01  Richard M. Stallman  <rms@gnu.org>
32236         * replace.el (occur-1): If the output buffer is also an input,
32237         don't kill it, rename it.
32239         * faces.el (set-face-background, set-face-foreground): Doc fix.
32241         * cus-face.el (custom-face-attributes): Fix :help-echo strings
32242         for :foreground and :background.
32244         * dired.el (dired-view-command-alist): Variable deleted.
32245         (dired-view-file, dired-mouse-find-file-other-window):
32246         Delete the code to use it.
32248 2005-01-01  Kim F. Storm  <storm@cua.dk>
32250         * image.el (insert-sliced-image): Use t for line-height property.
32252 See ChangeLog.11 for earlier changes.
32254 ;; Local Variables:
32255 ;; coding: iso-2022-7bit
32256 ;; add-log-time-zone-rule: t
32257 ;; End:
32259     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32261   This file is part of GNU Emacs.
32263   GNU Emacs is free software; you can redistribute it and/or modify
32264   it under the terms of the GNU General Public License as published by
32265   the Free Software Foundation; either version 2, or (at your option)
32266   any later version.
32268   GNU Emacs is distributed in the hope that it will be useful,
32269   but WITHOUT ANY WARRANTY; without even the implied warranty of
32270   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32271   GNU General Public License for more details.
32273   You should have received a copy of the GNU General Public License
32274   along with GNU Emacs; see the file COPYING.  If not, write to the
32275   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32276   Boston, MA 02110-1301, USA.
32278 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1